RESOLVED FIXED 178497
Implement ServiceWorkerRegistration.scope / updateViaCache
https://bugs.webkit.org/show_bug.cgi?id=178497
Summary Implement ServiceWorkerRegistration.scope / updateViaCache
Chris Dumez
Reported 2017-10-18 18:31:44 PDT
Implement ServiceWorkerRegistration.scope / updateViaCache.
Attachments
Patch (25.72 KB, patch)
2017-10-18 18:36 PDT, Chris Dumez
no flags
Patch (25.89 KB, patch)
2017-10-18 19:02 PDT, Chris Dumez
no flags
Patch (25.24 KB, patch)
2017-10-18 19:56 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-10-18 18:36:34 PDT
youenn fablet
Comment 2 2017-10-18 18:57:52 PDT
Comment on attachment 324194 [details] Patch LGTM once the bots are happy. View in context: https://bugs.webkit.org/attachment.cgi?id=324194&action=review > Source/WebCore/workers/service/ServiceWorkerRegistration.h:66 > virtual ScriptExecutionContext* scriptExecutionContext() const; Can you mark these two as final as well? > Source/WebCore/workers/service/ServiceWorkerRegistrationData.h:74 > + decoder >> updateViaCache; I wonder whether decoder >> key >> identifier >> scopeURL >> updateViaCache would be something we want. That would match the encoder version nicely but we do not return as early and it is less debuggable. > Source/WebCore/workers/service/ServiceWorkerRegistrationData.h:78 > + return {{ WTFMove(*key), WTFMove(*identifier), WTFMove(*scopeURL), WTFMove(*updateViaCache) }}; Does style say to put a space between {{ or }}?
Chris Dumez
Comment 3 2017-10-18 19:02:36 PDT
Chris Dumez
Comment 4 2017-10-18 19:56:27 PDT
WebKit Commit Bot
Comment 5 2017-10-18 20:29:55 PDT
Comment on attachment 324204 [details] Patch Clearing flags on attachment: 324204 Committed r223652: <https://trac.webkit.org/changeset/223652>
WebKit Commit Bot
Comment 6 2017-10-18 20:29:57 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2017-10-18 20:31:17 PDT
Ben Kelly
Comment 8 2017-10-19 06:14:25 PDT
FYI, there is an open spec issue about updateViaCache: https://github.com/w3c/ServiceWorker/issues/1189
Note You need to log in before you can comment on or make changes to this bug.