DescriptionSet skip_service_worker in ServiceWorkerControlleeRequestHandler only for subresource requests.
https://codereview.chromium.org/1274973002/ accidentally changed the
Service Worker behavior of handling redirected page requests.
If we set skip_service_worker for page requests, the final location of redirects
will not correctly be handled by Service Worker.
So this cl change to set |skip_service_worker| only for subresource requests.
https://codereview.chromium.org/1280243002 will add LayoutTests for fallbacked subresource requests.
BUG=517364, 512764, 518713
Committed: https://crrev.com/bc0572e34764db29e996a95470a2339b6f3eb242
Cr-Commit-Position: refs/heads/master@{#342722}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Factor out to FallbackToNetwork() #
Total comments: 2
Patch Set 3 : add .h file. fix comment #
Messages
Total messages: 14 (4 generated)
|