Description[ServiceWorker] support OPTIONS request for ServiceWorker [2/3 chromium]
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://crrev.com/1df059534ca200db1ef3189fd1e23fc7641c984f
Cr-Commit-Position: refs/heads/master@{#305250}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|