Changes between Version 15 and Version 16 of FeatureFlags


Ignore:
Timestamp:
Apr 1, 2012 9:17:15 PM (12 years ago)
Author:
tkent@chromium.org
Comment:

Rename INPUT_COLOR to INPUT_TYPE_COLOR

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v15 v16  
    4242=== IMAGE_DECODER_DOWN_SAMPLING ===
    4343=== INDEXED_DATABASE ===
    44 === INPUT_COLOR ===
    45 <input type=color> support.  Stable. Need platform-specific code in ChromeClient.
    4644=== INPUT_SPEECH ===
    4745<input x-webkit-speech> support.  Experimental.
     46=== INPUT_TYPE_COLOR ===
     47<input type=color> support.  Stable. Need platform-specific code in ChromeClient.
    4848=== INPUT_TYPE_DATE ===
    4949<input type=date> support.  API implementation is stable, but the UI is poor. This shouldn't be enabled unless a date control have a richer UI. A calendar picker UI for desktop platforms is under development.