Description[ServiceWorker] support OPTIONS request for ServiceWorker [3/3 blink]
Currently we can't handle OPTIONS request in the ServiceWorker.
This check is done in content/browser/service_worker/service_worker_request_handler.cc.
But we should support OPTIONS request except for CORS preflight request.
[1/3] blink: https://codereview.chromium.org/738033002/
Set SkipServiceWorker flag for CORS preflight request.
[2/3] chromium: https://codereview.chromium.org/716083003/
Remove IsMethodSupportedForServiceWorker check in service_worker_request_handler.cc
[3/3] blink: https://codereview.chromium.org/743653002/
Cleanup and add update LayoutTest.
BUG=434660
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185836
Patch Set 1 #Patch Set 2 : #Patch Set 3 : rebase #
Total comments: 3
Patch Set 4 : #
Messages
Total messages: 12 (4 generated)
|