Changes between Version 5 and Version 6 of FeatureFlags


Ignore:
Timestamp:
Mar 14, 2012 9:59:27 PM (12 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v5 v6  
    66=== BLOB ===
    77=== CALENDAR_PICKER ===
    8 In development.  This flag requires PAGE_POPUP.
     8Under development.  This flag requires PAGE_POPUP.
    99=== CHANNEL_MESSAGING ===
    1010=== CONTEXT_MENUS ===
     
    1515=== DATABASE ===
    1616=== DATALIST ===
    17 <datalist> support. Need platform-specific UI code.
     17<datalist> support. This shouldn't be enabled unless platform-specific UI code is implemented.
    1818=== DATA_TRANSFER_ITEMS ===
    1919=== DEBUG_MATH_LAYOUT ===
     
    4545<input x-webkit-speech> support.
    4646=== INPUT_TYPE_DATE ===
     47<input type=date> support. This shouldn't be enabled unless its UI is handled in platform-specific code. A calendar picker UI for desktop platforms is under development.
    4748=== INPUT_TYPE_DATETIME ===
     49<input type=datetime> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
    4850=== INPUT_TYPE_DATETIMELOCAL ===
     51<input type=datetime-local> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
    4952=== INPUT_TYPE_MONTH ===
     53<input type=month> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
    5054=== INPUT_TYPE_TIME ===
     55<input type=time> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
    5156=== INPUT_TYPE_WEEK ===
     57<input type=week> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
    5258=== INSPECTOR ===
    5359=== JAVASCRIPT_DEBUGGER ===
     
    7581=== OVERFLOW_SCROLLING ===
    7682=== PAGE_POPUP ===
    77 This is needed for CALENDAR_PICKER.  Need ChromeClient implentation.
     83This is needed for CALENDAR_PICKER.  Need ChromeClient implementation.
    7884=== PAGE_VISIBILITY_API ===
    7985=== PAN_SCROLLING ===