forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always create JavaScriptContentWorld with a WKContentWorld
This ensures that the execution of JavaScript goes through WKFrameInfo instead of `WebFrameImpl::EncryptPayload`. The `__gCrWeb.message.routeMessage` API is not yet removed in this CL, but a NOTREACHED() call is added at the point where this code is called. Since it is no longer used, outdated tests which verify these code paths are removed in this CL. The API itself will be removed in a follow-up CL. Bug: 1322482 Change-Id: I33eb36e3f0d26c902ca2541b1624817e5cca55ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3696560 Commit-Queue: Mike Dougherty <[email protected]> Reviewed-by: Ali Juma <[email protected]> Cr-Commit-Position: refs/heads/main@{#1018275}
- Loading branch information
1 parent
bfc4ae0
commit dd207fc
Showing
9 changed files
with
65 additions
and
326 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.