Bug 179672 - [Service Workers] Implement container.getRegistrations()
Summary: [Service Workers] Implement container.getRegistrations()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL: https://w3c.github.io/ServiceWorker/#...
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-14 10:11 PST by Chris Dumez
Modified: 2017-11-15 09:31 PST (History)
5 users (show)

See Also:


Attachments
Patch (25.38 KB, patch)
2017-11-14 12:01 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (26.07 KB, patch)
2017-11-14 13:33 PST, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (26.11 KB, patch)
2017-11-14 14:02 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-11-14 10:11:55 PST
Implement container.getRegistrations():
- https://w3c.github.io/ServiceWorker/#dom-serviceworkercontainer-getregistrations
Comment 1 Chris Dumez 2017-11-14 12:01:43 PST
Created attachment 326906 [details]
Patch
Comment 2 Chris Dumez 2017-11-14 12:46:08 PST
Comment on attachment 326906 [details]
Patch

Apparently, the WPT test is correct and the scopeToRegistrations map is supposed to be ordered :/ Will fix.
Comment 3 Chris Dumez 2017-11-14 13:33:10 PST
Created attachment 326917 [details]
Patch
Comment 4 Chris Dumez 2017-11-14 14:02:32 PST
Created attachment 326923 [details]
Patch
Comment 5 Chris Dumez 2017-11-14 16:04:39 PST
Comment on attachment 326923 [details]
Patch

Clearing flags on attachment: 326923

Committed r224857: <https://trac.webkit.org/changeset/224857>
Comment 6 Chris Dumez 2017-11-14 16:04:41 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Radar WebKit Bug Importer 2017-11-15 09:31:33 PST
<rdar://problem/35561861>