Changeset 236951 in webkit


Ignore:
Timestamp:
Oct 8, 2018 5:11:54 PM (6 years ago)
Author:
Wenson Hsieh
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:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r236942 r236951  
     12018-10-08  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Followup to r236942: Make input type=color an internal feature
     4        https://bugs.webkit.org/show_bug.cgi?id=189162
     5
     6        Rubber-stamped by Dean Jackson.
     7
     8        I've learned from Dean that an internal feature is more suitable than an experimental feature in this scenario.
     9
     10        * Shared/WebPreferences.yaml:
     11
    1122018-10-08  Aditya Keerthi  <akeerthi@apple.com>
    213
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r236942 r236951  
    13931393  humanReadableName: "Color Inputs"
    13941394  humanReadableDescription: "Enable input elements of type color"
    1395   category: experimental
     1395  category: internal
    13961396  webcoreBinding: RuntimeEnabledFeatures
    13971397  condition: ENABLE(INPUT_TYPE_COLOR)
Note: See TracChangeset for help on using the changeset viewer.