[webkit-reviews] review requested: [Bug 181395] Do not go to the storage process when loading a main resource if there is no service worker registered : [Attachment 330724] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 9 11:08:59 PST 2018


youenn fablet <youennf at gmail.com> has asked  for review:
Bug 181395: Do not go to the storage process when loading a main resource if
there is no service worker registered
https://bugs.webkit.org/show_bug.cgi?id=181395

Attachment 330724: Patch

https://bugs.webkit.org/attachment.cgi?id=330724&action=review




--- Comment #4 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 330724
  --> https://bugs.webkit.org/attachment.cgi?id=330724
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=330724&action=review

> Source/WebKit/UIProcess/ServiceWorkerProcessProxy.cpp:58
> +    return
WebCore::FileSystem::fileExists(store.resolvedServiceWorkerRegistrationDirector
y());

I guess we should try to check for the actual
ServiceWorkerRegistrations.sqlite3 file...


More information about the webkit-reviews mailing list