Changes between Version 56 and Version 57 of FeatureFlags


Ignore:
Timestamp:
Sep 27, 2012 6:23:57 PM (12 years ago)
Author:
yosin@chromium.org
Comment:

Remove INPUT_TYPE_TIME_MULTIPLE_FIELDS

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v56 v57  
    132132=== INPUT_MULTIPLE_FIELDS_UI ===
    133133Introduced by [http://webkit.org/b/97640] for using multiple fields UI in "date", "datetime", "datetime-local", "month", "time" and "week".
    134 This flag was named INPUT_TYPE_TIME_MULTIPLE_FIELDS.
     134This flag was named INPUT_TYPE_TIME_MULTIPLE_FIELDS [http://webkit.org/b/88970].
     135[https://lists.webkit.org/pipermail/webkit-dev/2012-June/021305.html Announcement]. .
    135136=== INPUT_SPEECH ===
    136137<input x-webkit-speech> support.  Experimental.
     
    148149=== INPUT_TYPE_TIME ===
    149150<input type=time> support.  Similar status with INPUT_TYPE_DATE.
    150 === INPUT_TYPE_TIME_MULTIPLE_FIELDS ===
    151 Renamed to INPUT_MULTIPLE_FIELDS_UI by [http://webkit.org/b/97640]
    152 Inline multiple editable fields UI for <input type=time>. [https://lists.webkit.org/pipermail/webkit-dev/2012-June/021305.html Announcement]. [http://webkit.org/b/88970].
    153 
    154151=== INPUT_TYPE_WEEK ===
    155152<input type=week> support.  Similar status with INPUT_TYPE_DATE.