Chromium Code Reviews
DescriptionSet service worker response info data for foreign fetch intercepted fetches.
Without this response info data for foreign fetch requests blink doesn't
know to skip CORS checks for foreign fetch requests (any CORS related checks
have already been done at the point of the foreign fetch handler).
This refactors the way service worker specific response data is associated with
a response by moving it out of ServiceWorkerRequestHandler, and instead storing
it in a separate ServiceWorkerResponseInfo class. The data there is updated
directly by ServiceWorkerURLRequestJob.
BUG=540509
Committed: https://crrev.com/32db1b33e904f50b57d57612ba47b7f4b43f680d
Cr-Commit-Position: refs/heads/master@{#388914}
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : address comment #Messages
Total messages: 25 (12 generated)
|