Changes between Version 10 and Version 11 of FeatureFlags


Ignore:
Timestamp:
Mar 15, 2012, 4:59:17 AM (13 years ago)
Author:
tkent@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v10 v11  
    55=== ACCELERATED_2D_CANVAS ===
    66=== BLOB ===
    7 === CALENDAR_PICKER ===
    8 Under development.  This flag requires PAGE_POPUP.
    97=== CHANNEL_MESSAGING ===
    108=== CONTEXT_MENUS ===
     
    1513=== DATABASE ===
    1614=== DATALIST ===
    17 <datalist> support. This shouldn't be enabled unless platform-specific UI code is implemented.
     15<datalist> support.  Under development.
    1816=== DATA_TRANSFER_ITEMS ===
    1917=== DEBUG_MATH_LAYOUT ===
    2018=== DETAILS ===
    21 <details> and <summary> support.
     19<details> and <summary> support.  Stable.
    2220=== DEVICE_ORIENTATION ===
    2321=== DIRECTORY_UPLOAD ===
     
    4139=== INDEXED_DATABASE ===
    4240=== INPUT_COLOR ===
    43 <input type=color> support.  Need platform-specific code in ChromeClient.
     41<input type=color> support.  Stable. Need platform-specific code in ChromeClient.
    4442=== INPUT_SPEECH ===
    45 <input x-webkit-speech> support.
     43<input x-webkit-speech> support.  Experimental.
    4644=== 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.
     45<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.
     46In 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.
    4847=== INPUT_TYPE_DATETIME ===
    49 <input type=datetime> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
     48<input type=datetime> support.  Similar status with INPUT_TYPE_DATE.
    5049=== INPUT_TYPE_DATETIMELOCAL ===
    51 <input type=datetime-local> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
     50<input type=datetime-local> support.  Similar status with INPUT_TYPE_DATE.
    5251=== INPUT_TYPE_MONTH ===
    53 <input type=month> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
     52<input type=month> support.  Similar status with INPUT_TYPE_DATE.
    5453=== INPUT_TYPE_TIME ===
    55 <input type=time> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
     54<input type=time> support.  Similar status with INPUT_TYPE_DATE.
    5655=== INPUT_TYPE_WEEK ===
    57 <input type=week> support. This shouldn't be enabled unless its UI is handled in platform-specific code.
     56<input type=week> support.  Similar status with INPUT_TYPE_DATE.
    5857=== INSPECTOR ===
     58Inspector support.  Stable.
    5959=== JAVASCRIPT_DEBUGGER ===
    6060=== JAVA_BRIDGE ===
     
    6363=== MAC_JAVA_BRIDGE ===
    6464=== MATHML ===
     65MathML support.
    6566=== MEDIA_SOURCE ===
    6667=== MEDIA_STATISTICS ===
    6768=== MEDIA_STREAM ===
    6869=== METER_TAG ===
    69 <meter> support.
     70<meter> support.  Stable.
    7071=== MHTML ===
    7172=== MICRODATA ===
     
    8586=== POINTER_LOCK ===
    8687=== PROGRESS_TAG ===
    87 <progress> support.  Need to implement functions of RenderTheme.
     88<progress> support.  Stable.  Need to implement functions of RenderTheme.
    8889=== QUOTA ===
    8990=== REGISTER_PROTOCOL_HANDLER ===
     
    9293=== RUBBER_BANDING ===
    9394=== SCRIPTED_SPEECH ===
     95Under development.
    9496=== SHADOW_DOM ===
    9597Shadow DOM support. Experimental.
     
    100102=== SQL_DATABASE ===
    101103=== STYLE_SCOPED ===
     104<style scoped> support.  Experimental.
    102105=== SVG ===
     106SVG support.  Stable.
    103107=== SVG_DOM_OBJC_BINDINGS ===
    104108=== SVG_FONTS ===
     
    110114=== VIBRATION ===
    111115=== VIDEO ===
    112 <video> and <audio> support.
     116<video> and <audio> support.   Stable.
    113117=== VIDEO_TRACK ===
    114118=== VIEWPORT ===
     
    119123=== WEB_INTENTS ===
    120124=== WEB_SOCKETS ===
     125WebSocket support.  Stable.
    121126=== WEB_TIMING ===
    122127=== WORKERS ===