Changes between Version 59 and Version 60 of FeatureFlags


Ignore:
Timestamp:
Oct 4, 2012 6:57:32 PM (12 years ago)
Author:
tkent@chromium.org
Comment:

Remove LEGACY_WEBKIT_BLOB_BUILDER. Add INPUT_TYPE_DATE_LEGACY_UI

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v59 v60  
    142142=== INPUT_TYPE_COLOR ===
    143143<input type=color> support.  Stable. Need platform-specific code in ChromeClient.
     144
    144145=== INPUT_TYPE_DATE ===
    145146<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.
    146147In Android port, we apply -webkit-appearance:menulist-button to a date control, and non-WebKit code opens a modal dialog by a click on it.
     148
     149=== INPUT_TYPE_DATE_LEGACY_UI ===
     150A UI with a text field + a format placeholder.  It is going to be removed soon.
     151
    147152=== INPUT_TYPE_DATETIME ===
    148153<input type=datetime> support.  Similar status with INPUT_TYPE_DATE.
     
    163168=== LEGACY_CSS_VENDOR_PREFIXES ===
    164169Support for -khtml- and -apple- vendor prefixes.
    165 
    166 === LEGACY_WEBKIT_BLOB_BUILDER ===
    167 Support for WebKitBlobBuilder. [http://webkit.org/b/84036]
    168170
    169171=== LEGACY_NOTIFICATIONS ===