Title: [253925] trunk/Source/WebKit
Revision
253925
Author
[email protected]
Date
2019-12-28 09:13:04 -0800 (Sat, 28 Dec 2019)

Log Message

Make simple line layout an internal feature
https://bugs.webkit.org/show_bug.cgi?id=205615

Reviewed by Zalan Bujtas.

So it can be enabled/disabled from run-webkit-tests command line.

This also adds it to the internal feature menus, allowing removal of hardcoded menu entries.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (253924 => 253925)


--- trunk/Source/WebKit/ChangeLog	2019-12-28 16:07:58 UTC (rev 253924)
+++ trunk/Source/WebKit/ChangeLog	2019-12-28 17:13:04 UTC (rev 253925)
@@ -1,3 +1,16 @@
+2019-12-28  Antti Koivisto  <[email protected]>
+
+        Make simple line layout an internal feature
+        https://bugs.webkit.org/show_bug.cgi?id=205615
+
+        Reviewed by Zalan Bujtas.
+
+        So it can be enabled/disabled from run-webkit-tests command line.
+
+        This also adds it to the internal feature menus, allowing removal of hardcoded menu entries.
+
+        * Shared/WebPreferences.yaml:
+
 2019-12-23  Darin Adler  <[email protected]>
 
         Refactor to simplify broadcasting to all media elements

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (253924 => 253925)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-12-28 16:07:58 UTC (rev 253924)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2019-12-28 17:13:04 UTC (rev 253925)
@@ -501,6 +501,9 @@
 SimpleLineLayoutEnabled:
   type: bool
   defaultValue: true
+  humanReadableName: "Simple line layout"
+  humanReadableDescription: "Enable simple line layout path (SLL)"
+  category: internal
 
 ContentChangeObserverEnabled:
   type: bool
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to