DescriptionSimplify WebServiceWorker{Registration}Proxy interfaces.
Turn WebServiceWorkerRegistrationProxy and WebServiceWorkerProxy into
pure abstract interfaces, letting the embedder call the "proxy"
interfaces on the ServiceWorkerRegistration and ServiceWorker Blink
objects, respectively. That is, no longer keep private (and bare)
pointers on these platform proxy objects; unnecessary and runs up
against overall platform layering constraints.
Like before, the ownership of these proxy objects resides with Blink.
R=nhiroki,haraken,mkwst
BUG=410257
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184587
Patch Set 1 #Patch Set 2 : Remove Impl wrapper layer; extend to also cover WebServiceWorkerProxy #
Total comments: 1
Patch Set 3 : Remove incorrect FIXME #
Messages
Total messages: 15 (6 generated)
|