Changes between Version 66 and Version 67 of FeatureFlags


Ignore:
Timestamp:
Oct 30, 2012 6:14:29 AM (11 years ago)
Author:
tkent@chromium.org
Comment:

Remove INPUT_TYPE_DATE_LEGACY_UI

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v66 v67  
    171171<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.
    172172In 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.
    173 
    174 === INPUT_TYPE_DATE_LEGACY_UI ===
    175 A UI with a text field + a format placeholder.  It is going to be removed soon.
    176173
    177174=== INPUT_TYPE_DATETIME ===