Commit b7e2c229 authored by Eric Willigers's avatar Eric Willigers Committed by Commit Bot

DOM: retire runtime flag for FocusOptions

Ability to Prevent scrolling in HTMLElement.focus() shipped in M64
https://chromium-review.googlesource.com/731225
https://www.chromestatus.com/feature/5745122025144320

BUG=734166

Change-Id: Ia2f8ebe29c553069e4893f7b474bd21b4b1f29a2
Reviewed-on: https://chromium-review.googlesource.com/1163056Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Reviewed-by: default avatarYoav Weiss <yoav@yoav.ws>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581154}
parent 22396884
dictionary FocusOptions { dictionary FocusOptions {
[RuntimeEnabled=FocusOptions]boolean preventScroll = false; boolean preventScroll = false;
}; };
...@@ -496,10 +496,6 @@ ...@@ -496,10 +496,6 @@
name: "FileSystem", name: "FileSystem",
status: "stable", status: "stable",
}, },
{
name: "FocusOptions",
status: "stable",
},
{ {
name: "FontCacheScaling", name: "FontCacheScaling",
status: "test", status: "test",
......
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