Update WebKit from iOS 12.0 tag#1011
Merged
mbektchiev merged 16 commits intomasterfrom Dec 6, 2018
Merged
Conversation
* Act on API Chages - missing parameters, pointers, new pure virtual functions, return types * Add `nullptr` for new `GlobalObjectMethodTable` entries
* Set USE_CAPSTONE to ON. Now it is the only available disassembler for ARMv7 * Comment forceful definition of ENABLE_JIT to 0 * Add implementation for `WTF::String::String(NSString*)` constructor * Suppress `aligned-allocation-unavailable` warning which occurs on ARMv7 * Change ObjectiveC runtime header import * Revert ARMv7 address fix which was needed for the legacy ARMv7 disassembler
* Update JSON parse error message
Reapply fix for importing JSON files
webkit submodule conflict cannot be resolved by git. Merging and Rebasing fail with: ``` error: Could not read c68a958a1865d6868b95ae53275d8f6e221a3315 fatal: revision walk setup failed ```
Contributor
Author
|
test |
c05906a to
7282930
Compare
|
test --performance |
2 similar comments
|
test --performance |
|
test --performance |
|
test |
tdermendjiev
approved these changes
Dec 4, 2018
4ea09b8 to
6120cf5
Compare
Till now it was being used only when building the runtime
It's called by Safari Inspector during the initial handshake:
`{"id":25,"method":"Page.setEmulatedMedia","params":{"media":""}}`
6120cf5 to
81c9754
Compare
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
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.
No description provided.