RESOLVED FIXED 201519
Stop using testRunner.setPrivateBrowsingEnabled_DEPRECATED() in imported/w3c/IndexedDB-private-browsing
https://bugs.webkit.org/show_bug.cgi?id=201519
Summary Stop using testRunner.setPrivateBrowsingEnabled_DEPRECATED() in imported/w3c/...
Chris Dumez
Reported 2019-09-05 15:07:22 PDT
Stop using testRunner.setPrivateBrowsingEnabled_DEPRECATED() in imported/w3c/IndexedDB-private-browsing.
Attachments
Patch (4.77 KB, patch)
2019-09-05 15:09 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2019-09-05 15:09:36 PDT
Alex Christensen
Comment 2 2019-09-05 20:15:46 PDT
Comment on attachment 378127 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=378127&action=review > Tools/WebKitTestRunner/TestOptions.cpp:61 > + return pathContains(pathOrURL, "w3c/IndexedDB-private-browsing") || pathContains(pathOrURL, "w3c\\IndexedDB-private-browsing"); Maybe pathContains should be made to replace '\\' with '/' before doing the comparison so we don't need both of these for all call sites.
WebKit Commit Bot
Comment 3 2019-09-05 22:57:29 PDT
Comment on attachment 378127 [details] Patch Clearing flags on attachment: 378127 Committed r249564: <https://trac.webkit.org/changeset/249564>
WebKit Commit Bot
Comment 4 2019-09-05 22:57:31 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2019-09-05 22:58:18 PDT
Note You need to log in before you can comment on or make changes to this bug.