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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 335453007: Introduce new runtime feature state "deprecated" and use it for showModalDialog (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | « Source/build/scripts/make_runtime_features.py ('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 cef0cb60a3169c94ec11912f9dc291eb908824bf..815def1a1db67405cc32c1fb8824f2e153c01c65 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -7,6 +7,7 @@
// status=stable -> Enable this in all Blink configurations. We are committed to these APIs indefinitely.
// status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
// status=test -> Enabled in ContentShell for testing, otherwise off.
+// status=deprecated -> Alias for "test", will be removed at some point.
// Features without a status are not enabled anywhere by default.
//
// "stable" features listed here should be rare, as anything which we've shipped stable
@@ -120,9 +121,8 @@ SharedWorker status=stable
PictureSizes status=experimental
Picture status=experimental
-// window.showModalDialog is deprecated and slated for removal from M36
-// Once this ships to stable supporting code can be removed.crbug.com/345831
-ShowModalDialog status=stable
+// window.showModalDialog is deprecated and slated for removal. crbug.com/345831
+ShowModalDialog status=deprecated
SpeechSynthesis status=stable
Stream status=experimental
« no previous file with comments | « Source/build/scripts/make_runtime_features.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698