Commit d8d43701 authored by dominicc@chromium.org's avatar dominicc@chromium.org

Enable Service Workers, including the onfetch event, by default.

BUG=364627
TEST=virtual/stable/webexposed

Review URL: https://codereview.chromium.org/680473002

git-svn-id: svn://svn.chromium.org/blink/trunk@184340 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 3481766d
...@@ -390,6 +390,9 @@ Screen ...@@ -390,6 +390,9 @@ Screen
ScreenOrientation ScreenOrientation
ScriptProcessorNode ScriptProcessorNode
Selection Selection
ServiceWorker
ServiceWorkerContainer
ServiceWorkerRegistration
Set Set
ShadowRoot ShadowRoot
SharedWorker SharedWorker
......
...@@ -112,12 +112,9 @@ ScriptedSpeech status=stable ...@@ -112,12 +112,9 @@ ScriptedSpeech status=stable
ScrollTopLeftInterop status=experimental ScrollTopLeftInterop status=experimental
// window.showModalDialog is deprecated and slated for removal. crbug.com/345831 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831
ShowModalDialog status=deprecated ShowModalDialog status=deprecated
ServiceWorker status=experimental ServiceWorker status=stable
ServiceWorkerCache status=experimental ServiceWorkerCache status=experimental
// FIXME: When ServiceWorker is status=stable add a webexposed test to ServiceWorkerOnFetch status=stable
// verify that addEventListener('fetch', ... is *not* fired when
// onfetch is not enabled.
ServiceWorkerOnFetch status=experimental
SessionStorage status=stable SessionStorage status=stable
SharedWorker status=stable SharedWorker status=stable
SlimmingPaint SlimmingPaint
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment