Changes between Version 59 and Version 60 of FeatureFlags
- Timestamp:
- Oct 4, 2012, 6:57:32 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureFlags
v59 v60 142 142 === INPUT_TYPE_COLOR === 143 143 <input type=color> support. Stable. Need platform-specific code in ChromeClient. 144 144 145 === INPUT_TYPE_DATE === 145 146 <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. 146 147 In 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. 148 149 === INPUT_TYPE_DATE_LEGACY_UI === 150 A UI with a text field + a format placeholder. It is going to be removed soon. 151 147 152 === INPUT_TYPE_DATETIME === 148 153 <input type=datetime> support. Similar status with INPUT_TYPE_DATE. … … 163 168 === LEGACY_CSS_VENDOR_PREFIXES === 164 169 Support for -khtml- and -apple- vendor prefixes. 165 166 === LEGACY_WEBKIT_BLOB_BUILDER ===167 Support for WebKitBlobBuilder. [http://webkit.org/b/84036]168 170 169 171 === LEGACY_NOTIFICATIONS ===