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

Unified Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 243473002: Make window.showModalDialog configurable at runtime (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/core/frame/Window.idl ('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 cb948292ed59fe161f6ac6ed4c413380c2077e2d..a23fc9e970a395b4e227c4b04a9943aa592eec87 100644
--- a/Source/platform/RuntimeEnabledFeatures.in
+++ b/Source/platform/RuntimeEnabledFeatures.in
@@ -109,6 +109,11 @@ ServiceWorker status=experimental
SessionStorage status=stable
SharedWorker status=stable
PictureSizes 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
+
SpeechInput status=test
SpeechSynthesis status=stable
Stream status=experimental
« no previous file with comments | « Source/core/frame/Window.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698