Get a directory path to SWServers for storing ServiceWorker registrations
Created attachment 328356 [details] Patch
Comment on attachment 328356 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328356&action=review r=me > Source/WebKit/ChangeLog:10 > + Extra blank line.
Created attachment 328370 [details] PFL
Created attachment 328372 [details] Patch
Comment on attachment 328372 [details] Patch Waiting for Linux builds on EWS
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 328372 [details] Patch Clearing flags on attachment: 328372 Committed r225490: <https://trac.webkit.org/changeset/225490>
All reviewed patches have been landed. Closing bug.
<rdar://problem/35838345>
Comment on attachment 328372 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=328372&action=review > Source/WebKit/StorageProcess/StorageProcess.cpp:390 > + ASSERT(!path.isEmpty()); This assertion is hit in case of private browsing mode, at least the private browsing mode used by rwt which changes Document sessionID to emptySessionID. See https://build.webkit.org/results/Apple%20iOS%2011%20Simulator%20Debug%20WK2%20(Tests)/r225492%20(1416)/results.html
(In reply to youenn fablet from comment #10) > Comment on attachment 328372 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=328372&action=review > > > Source/WebKit/StorageProcess/StorageProcess.cpp:390 > > + ASSERT(!path.isEmpty()); > > This assertion is hit in case of private browsing mode, at least the private > browsing mode used by rwt which changes Document sessionID to emptySessionID. > See > https://build.webkit.org/results/ > Apple%20iOS%2011%20Simulator%20Debug%20WK2%20(Tests)/r225492%20(1416)/ > results.html Yup, that's totally 100% expected. I wasn't aware any tests ran in private browsing yet.
Reopening to attach new patch.
Created attachment 328412 [details] Patch
Created attachment 328413 [details] Patch
Comment on attachment 328413 [details] Patch Clearing flags on attachment: 328413 Committed r225510: <https://trac.webkit.org/changeset/225510>