Commit aeee73ec authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Introduce EditingNG runtime enabled feature

This patch introduces "EditingNG" runtime enabled feature which implies
"LayoutNG" for adapting editing to LayoutNG incremental. Once editing
functionalities adapted to LayoutNG, this runtime enabled feature will be
removed.

Bug: 707656
Change-Id: I3e9edcf9a207e284740d082feb8ef08dbec090a9
Reviewed-on: https://chromium-review.googlesource.com/1152715Reviewed-by: default avatarKoji Ishii <kojii@chromium.org>
Reviewed-by: default avatarEmil A Eklund <eae@chromium.org>
Reviewed-by: default avatarXiaocheng Hu <xiaochengh@chromium.org>
Commit-Queue: Emil A Eklund <eae@chromium.org>
Cr-Commit-Position: refs/heads/master@{#578756}
parent c552cd7b
......@@ -414,6 +414,10 @@
{
name: "DocumentWrite",
},
{
// http://crbug.com/707656 content editable in LayoutNG.
name: "EditingNG",
},
{
name: "EmbedderCSPEnforcement",
status: "stable",
......@@ -652,7 +656,7 @@
},
{
name: "LayoutNG",
implied_by: ["LayoutNGBlockFragmentation", "LayoutNGFlexBox"],
implied_by: ["LayoutNGBlockFragmentation", "LayoutNGFlexBox", "EditingNG"],
},
{
name: "LayoutNGBlockFragmentation",
......
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