DescriptionSupport embedded created Response objects in ServiceWorker.
Response objects were previously created in Blink and provided to the
embedder; however the Cache API requires that they can cross the other
way. This CL adds the accessors required to do this; both to fill in a
Response object from a WebServiceWorkerResponse and to allow Blink to
read all the fields in a WebServiceWorkerResponse.
R=jkarlin@chromium.org,jsbell@chromium.org,asanka@chromium.org
BUG=399178
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181327
Patch Set 1 #Patch Set 2 : add a test #Patch Set 3 : really add a test #Patch Set 4 : narrow test a bit #
Total comments: 6
Patch Set 5 : remediation #Patch Set 6 : rebase to trunk, now just waiting on upstream CL #
Messages
Total messages: 8 (2 generated)
|