-
-
Notifications
You must be signed in to change notification settings - Fork 59
Update WebKit to 13.2 #1220
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
Merged
Merged
Update WebKit to 13.2 #1220
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add 2nd template argument to `subspaceFor` methods * Add new methods of inspector backend dispatchers * Use `mapIteratorStructure()` getter * Add missing enum cases of switches * Remove call to deleted clearNumParametersForCall (should be unnecessary now) * `ownerScriptExecutable` -> `ownerExecutable` * Remove deleted include `JSSegmentedVariableObjectHeapCellType.h` * `atomicStringTable` -> `atomStringTable` * Add `hasIsReleasedWeakValueFunction` * Change C++ standard to gnu++17
* Comment calls to removed `programmaticCapture...` functions * Add dummy case for `Inspector::Protocol::Timeline::Instrument::CPU`
e7e7539
to
d21be19
Compare
d21be19
to
2e1c932
Compare
* Make pointer's hex string lowercase * Change `console.time`'s log level to `info`
…ektchiev/webkit-13
These options have been introduced with: NativeScript/webkit@b9d4168 And lost during conflict resolution when merging verson `ios-13.1.3` `JSC_OBJC_API_ENABLED` being true by default led to the following warnings at run time: `Class JSContext is implemented in both JavaScriptCore.framework/JavaScriptCore (0x7fff87ce2900) and NativeScript.framework/NativeScript (0x1114e9ec8). One of the two will be used. Which one is undefined.`
test --performance-only |
* Add stubs in `InspectorFrontendHostStub.h` for the new functions in `InspectorFrontendHost.h` * Update `InspectorBackendCommands.js` from `Legacy/13.0/InspectorBackendCommands.js` and do not activate domains which are unsupported by {N}
vmutafov
reviewed
Dec 4, 2019
* Delete commented code * Delete unused WebKit2 directory
test --performance |
vtrifonov
approved these changes
Dec 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist