RESOLVED FIXED 171656
Throw an exception if window.open() gets passed a URL that cannot be parsed
https://bugs.webkit.org/show_bug.cgi?id=171656
Summary Throw an exception if window.open() gets passed a URL that cannot be parsed
Anne van Kesteren
Reported 2017-05-04 06:58:27 PDT
Attachments
Patch (47.34 KB, patch)
2018-08-19 12:59 PDT, Rob Buis
no flags
Archive of layout-test-results from ews201 for win-future (12.84 MB, application/zip)
2018-08-19 18:32 PDT, EWS Watchlist
no flags
Patch (47.33 KB, patch)
2018-08-20 03:04 PDT, Rob Buis
no flags
Chris Dumez
Comment 1 2017-05-05 07:20:20 PDT
Gecko and Edge already throw.
Rob Buis
Comment 2 2018-08-19 12:59:38 PDT
EWS Watchlist
Comment 3 2018-08-19 13:02:31 PDT
Attachment 347463 [details] did not pass style-queue: ERROR: Source/WebCore/page/DOMWindow.cpp:2238: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Darin Adler
Comment 4 2018-08-19 16:28:10 PDT
Comment on attachment 347463 [details] Patch Looks fine. Idiom for returning nullptr in such cases is pretty ugly. For website programmers who did this by accident, it seems the exception is not as clear as the wording of the console message was.
EWS Watchlist
Comment 5 2018-08-19 18:32:38 PDT
Comment on attachment 347463 [details] Patch Attachment 347463 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8912468 New failing tests: http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html
EWS Watchlist
Comment 6 2018-08-19 18:32:51 PDT
Created attachment 347477 [details] Archive of layout-test-results from ews201 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews201 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Rob Buis
Comment 7 2018-08-20 03:04:37 PDT
WebKit Commit Bot
Comment 8 2018-08-20 04:47:45 PDT
Comment on attachment 347490 [details] Patch Clearing flags on attachment: 347490 Committed r235050: <https://trac.webkit.org/changeset/235050>
WebKit Commit Bot
Comment 9 2018-08-20 04:47:47 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 10 2018-08-20 16:53:56 PDT
Note You need to log in before you can comment on or make changes to this bug.