Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 678843002: Revert of Enable Service Workers, including the onfetch event, by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/RuntimeEnabledFeatures.in
diff --git a/Source/platform/RuntimeEnabledFeatures.in b/Source/platform/RuntimeEnabledFeatures.in
index 463f21f5e9d41ce64b9117c30359ed461f1b9143..50cc10a0e02b17097cb739a77cb885526468dc4c 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -112,9 +112,12 @@ ScriptedSpeech status=stable
ScrollTopLeftInterop status=experimental
// window.showModalDialog is deprecated and slated for removal. crbug.com/345831
ShowModalDialog status=deprecated
-ServiceWorker status=stable
-ServiceWorkerCache status=stable
-ServiceWorkerOnFetch status=stable
+ServiceWorker status=experimental
+ServiceWorkerCache status=experimental
+// FIXME: When ServiceWorker is status=stable add a webexposed test to
+// verify that addEventListener('fetch', ... is *not* fired when
+// onfetch is not enabled.
+ServiceWorkerOnFetch status=experimental
SessionStorage status=stable
SharedWorker status=stable
SlimmingPaint
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698