Changes between Version 57 and Version 58 of FeatureFlags


Ignore:
Timestamp:
Sep 30, 2012, 6:59:44 AM (13 years ago)
Author:
tkent@chromium.org
Comment:

Remove JAVA_BRIDGE

Legend:

Unmodified
Added
Removed
Modified
  • FeatureFlags

    v57 v58  
    129129
    130130=== IMAGE_DECODER_DOWN_SAMPLING ===
     131
    131132=== INDEXED_DATABASE ===
     133
    132134=== INPUT_MULTIPLE_FIELDS_UI ===
    133135Introduced by [http://webkit.org/b/97640] for using multiple fields UI in "date", "datetime", "datetime-local", "month", "time" and "week".
    134136This flag was named INPUT_TYPE_TIME_MULTIPLE_FIELDS [http://webkit.org/b/88970].
    135137[https://lists.webkit.org/pipermail/webkit-dev/2012-June/021305.html Announcement]. .
     138
    136139=== INPUT_SPEECH ===
    137140<input x-webkit-speech> support.  Experimental.
     141
    138142=== INPUT_TYPE_COLOR ===
    139143<input type=color> support.  Stable. Need platform-specific code in ChromeClient.
     
    151155=== INPUT_TYPE_WEEK ===
    152156<input type=week> support.  Similar status with INPUT_TYPE_DATE.
     157
    153158=== INSPECTOR ===
    154159Inspector support.  Stable.
     160
    155161=== JAVASCRIPT_DEBUGGER ===
    156 === JAVA_BRIDGE ===
     162
    157163=== LEGACY_CSS_VENDOR_PREFIXES ===
    158164Support for -khtml- and -apple- vendor prefixes.