RESOLVED FIXED 179151
[Service Workers] Add initial implementation for try Clear Registration / Clear Registration algorithms
https://bugs.webkit.org/show_bug.cgi?id=179151
Summary [Service Workers] Add initial implementation for try Clear Registration / Cle...
Chris Dumez
Reported 2017-11-01 19:38:57 PDT
[Service Workers] Add initial implementation for try Clear Registration / Clear Registration algorithms: - https://w3c.github.io/ServiceWorker/#try-clear-registration - https://w3c.github.io/ServiceWorker/#clear-registration
Attachments
Patch (11.59 KB, patch)
2017-11-01 19:41 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2017-11-01 19:41:16 PDT
youenn fablet
Comment 2 2017-11-02 09:52:26 PDT
Comment on attachment 325666 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=325666&action=review > Source/WebCore/workers/service/server/SWServerJobQueue.cpp:78 > // If newestWorker is null, invoke Clear Registration algorithm passing this registration as its argument. Do we need that comment? It is pretty clear from the code already. Ditto below.
Chris Dumez
Comment 3 2017-11-02 09:56:58 PDT
(In reply to youenn fablet from comment #2) > Comment on attachment 325666 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=325666&action=review > > > Source/WebCore/workers/service/server/SWServerJobQueue.cpp:78 > > // If newestWorker is null, invoke Clear Registration algorithm passing this registration as its argument. > > Do we need that comment? It is pretty clear from the code already. Ditto > below. It is the pattern in this file to copy/paste the spec text that matches the code.
Chris Dumez
Comment 4 2017-11-02 09:58:04 PDT
Comment on attachment 325666 [details] Patch Clearing flags on attachment: 325666 Committed r224337: <https://trac.webkit.org/changeset/224337>
Chris Dumez
Comment 5 2017-11-02 09:58:06 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 6 2017-11-15 12:25:44 PST
Note You need to log in before you can comment on or make changes to this bug.