Skip to content

Update the webkit commit #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: webkit
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vendorpull https://github.com/sourcemeta/vendorpull 70342aaf458e6cb80baeb5b718901075fc42ede6
noa https://github.com/sourcemeta/noa 653bda26413812241e503fd0b550a66f2df4700f
googletest https://github.com/google/googletest 987e225614755fec7253aa95bf959c09e0d380d7
webkit https://github.com/WebKit/WebKit 692ee545dbe93299189b974aa572c7fd4b6277bc
webkit https://github.com/WebKit/WebKit d477c762a9ecbbc8dedf3ca7a6a2a079577bf60c
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ webkit: .always
-DPORT="JSCOnly" \
-DENABLE_TOOLS:BOOL=OFF \
-DDEVELOPER_MODE:BOOL=OFF \
-DENABLE_FTL_JIT:BOOL=ON \
-DENABLE_STATIC_JSC:BOOL=ON \
-DUSE_SYSTEM_MALLOC:BOOL=ON \
-DICU_DEBUG:BOOL=ON \
-DUSE_THIN_ARCHIVES:BOOL=ON \
-DWEBKIT_LIBRARIES_DIR:STRING=D:/a/includejs/includejs/build/WebKitLibraries \
-DCMAKE_BUILD_TYPE:STRING=$(PRESET)
$(CMAKE) --build ./build --config $(PRESET) --parallel 4
Expand Down
1 change: 0 additions & 1 deletion vendor/webkit.mask

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/webkit/Source/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions vendor/webkit/Source/JavaScriptCore/API/APICallbackFunction.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions vendor/webkit/Source/JavaScriptCore/API/JSContext.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions vendor/webkit/Source/JavaScriptCore/API/JSContextRef.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/webkit/Source/JavaScriptCore/API/JSContextRefPrivate.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/webkit/Source/JavaScriptCore/API/JSManagedValue.mm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions vendor/webkit/Source/JavaScriptCore/API/JSObjectRef.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/webkit/Source/JavaScriptCore/API/JSScriptRef.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/webkit/Source/JavaScriptCore/API/JSWrapperMap.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 12 additions & 24 deletions vendor/webkit/Source/JavaScriptCore/API/glib/JSCClass.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/webkit/Source/JavaScriptCore/API/glib/JSCContext.cpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading