DescriptionRevert of ServiceWorker: Bypass SW when the script doesn't have fetch handler (patchset #5 id:80001 of https://codereview.chromium.org/2019613003/ )
Reason for revert:
See: http://crbug.com/621788
Original issue's description:
> ServiceWorker: Bypass SW when the script doesn't have fetch handler
>
> When the script doesn't have a fetch handler, a request
> will immediately go to the network after passed to SW in current implementation.
> However, if SW is down, this procedure will wait for waking SW up though SW
> doesn't have fetch handler. This patch enables the request to directly go to
> network bypassing SW in this situation.
>
> BUG=605844
> TEST=/out/Release/content_unittest --gtest_filter="ServiceWorkerControlleeRequestHandlerTest.FallbackWithNoFetchHandler"
>
> Committed: https://crrev.com/8a5ede2ab476d57dbce99422d89333b71cd7dcab
> Cr-Commit-Position: refs/heads/master@{#396787}
TBR=falken@chromium.org,mek@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=605844
Committed: https://crrev.com/c367daaa701cf3e439ab3f75108a2fdd2c00342b
Cr-Commit-Position: refs/heads/master@{#400928}
Patch Set 1 #Patch Set 2 : Rebase #
Created: 4 years, 6 months ago
Messages
Total messages: 10 (4 generated)
|