Bug 179151

Summary: [Service Workers] Add initial implementation for try Clear Registration / Clear Registration algorithms
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebCore Misc.Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, ggaren, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.