Chromium Code Reviews
DescriptionRemoved externalRequest code from CRWWebController.
This code was needed for UIWebView-based app to support target="blank"
links. WKWebView natively supports opening windows by DOM and old
workaround was harmful, because it created child windows without
piping them through WKWebView callbacks which breaks sessionStorage
and cross-window scripting.
Enabled testLinkWithBlankTargetSessionStorage.
Disabled testBrowsingPreventDefaultWithLinkOpenedByJavascript because
WKWebView does not open new windows after stopPropagation() call
(crbug.com/688223).
BUG=681434, 579697
Review-Url: https://codereview.chromium.org/2669303004
Cr-Commit-Position: refs/heads/master@{#448696}
Committed: https://chromium.googlesource.com/chromium/src/+/3652d80d4a010ce23b317bcadcf0f064c07c53e1
Patch Set 1 #Patch Set 2 : Disabled test #Patch Set 3 : Disabled test #Patch Set 4 : Merged #
Total comments: 2
Patch Set 5 : Removed kWindowNameSeparator #
Messages
Total messages: 20 (14 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||