DescriptionRename WebServiceWorkerRegistry to WebServiceWorkerProvider
After working on the chromium side, we changed the model a bit.
- Now the WebFrameClient method is more of a factory, and the WebServiceWorkerProvider (formerly the Registry) is owned per-page
- There's now a per-page client so that errors that originate from the browser side can bubble back out to the renderer.
The client interface hasn't been flushed out, but there's a stub didFailToStart() call, that
is the only known error that can propagate from the browser
BUG=285976
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159543
Patch Set 1 #Patch Set 2 : Add some comments #
Total comments: 1
Patch Set 3 : Add logging error handler #
Total comments: 1
Patch Set 4 : Make logging providerclient more obviously temporary #Patch Set 5 : Remove unnecessary inheritance #Patch Set 6 : Take 2 #
Total comments: 1
Patch Set 7 : Take 3 #Patch Set 8 : Insert origin url into requests #
Total comments: 12
Patch Set 9 : Remove origin checks, resolve urls, use *OwnPtr appropriately #Patch Set 10 : resolver tweak #
Total comments: 19
Patch Set 11 : address comments #
Total comments: 4
Patch Set 12 : Update to ToT, address last few nits #Patch Set 13 : Fix windows build #Patch Set 14 : Fix windows build..again #Messages
Total messages: 33 (0 generated)
|