RESOLVED FIXED 146563
ShouldOpenExternalURLsPolicy should default to "Allow" for WK2 API loads
https://bugs.webkit.org/show_bug.cgi?id=146563
Summary ShouldOpenExternalURLsPolicy should default to "Allow" for WK2 API loads
Brady Eidson
Reported 2015-07-02 16:18:23 PDT
ShouldOpenExternalURLsPolicy should default to "Allow" for WK2 API loads rdar://problem/21640050
Attachments
Patch v1 (4.72 KB, patch)
2015-07-02 16:21 PDT, Brady Eidson
ggaren: review+
Brady Eidson
Comment 1 2015-07-02 16:21:30 PDT
Created attachment 256046 [details] Patch v1 EWS running in concert with layout tests on my machine - Still making sure no behavior changed.
Brady Eidson
Comment 2 2015-07-05 10:37:36 PDT
(To be clear on the Windows EWS failure, it's not because of this patch.)
Geoffrey Garen
Comment 3 2015-07-06 12:59:23 PDT
Comment on attachment 256046 [details] Patch v1 View in context: https://bugs.webkit.org/attachment.cgi?id=256046&action=review Please fix Windows if it is truly broken. > Tools/WebKitTestRunner/TestInvocation.cpp:189 > + WKPageLoadURLWithShouldOpenExternalURLsPolicy(TestController::singleton().mainWebView()->page(), m_url.get(), false); Please put false in well-named local variable.
Brady Eidson
Comment 4 2015-07-06 13:06:02 PDT
(In reply to comment #3) > Comment on attachment 256046 [details] > Patch v1 > > View in context: > https://bugs.webkit.org/attachment.cgi?id=256046&action=review > > Please fix Windows if it is truly broken. It is not. > > > Tools/WebKitTestRunner/TestInvocation.cpp:189 > > + WKPageLoadURLWithShouldOpenExternalURLsPolicy(TestController::singleton().mainWebView()->page(), m_url.get(), false); > > Please put false in well-named local variable. Willdo. Thanks!
Brady Eidson
Comment 5 2015-07-06 13:15:25 PDT
Note You need to log in before you can comment on or make changes to this bug.