Title: [236951] trunk/Source/WebKit
Revision
236951
Author
wenson_hs...@apple.com
Date
2018-10-08 17:11:54 -0700 (Mon, 08 Oct 2018)

Log Message

Followup to r236942: Make input type=color an internal feature
https://bugs.webkit.org/show_bug.cgi?id=189162

Rubber-stamped by Dean Jackson.

I've learned from Dean that an internal feature is more suitable than an experimental feature in this scenario.

* Shared/WebPreferences.yaml:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (236950 => 236951)


--- trunk/Source/WebKit/ChangeLog	2018-10-09 00:07:24 UTC (rev 236950)
+++ trunk/Source/WebKit/ChangeLog	2018-10-09 00:11:54 UTC (rev 236951)
@@ -1,3 +1,14 @@
+2018-10-08  Wenson Hsieh  <wenson_hs...@apple.com>
+
+        Followup to r236942: Make input type=color an internal feature
+        https://bugs.webkit.org/show_bug.cgi?id=189162
+
+        Rubber-stamped by Dean Jackson.
+
+        I've learned from Dean that an internal feature is more suitable than an experimental feature in this scenario.
+
+        * Shared/WebPreferences.yaml:
+
 2018-10-08  Aditya Keerthi  <akeer...@apple.com>
 
         Make <input type=color> a runtime enabled (on-by-default) feature

Modified: trunk/Source/WebKit/Shared/WebPreferences.yaml (236950 => 236951)


--- trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-10-09 00:07:24 UTC (rev 236950)
+++ trunk/Source/WebKit/Shared/WebPreferences.yaml	2018-10-09 00:11:54 UTC (rev 236951)
@@ -1392,6 +1392,6 @@
   defaultValue: true
   humanReadableName: "Color Inputs"
   humanReadableDescription: "Enable input elements of type color"
-  category: experimental
+  category: internal
   webcoreBinding: RuntimeEnabledFeatures
   condition: ENABLE(INPUT_TYPE_COLOR)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to