Changes between Version 57 and Version 58 of FeatureFlags
- Timestamp:
- Sep 30, 2012, 6:59:44 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureFlags
v57 v58 129 129 130 130 === IMAGE_DECODER_DOWN_SAMPLING === 131 131 132 === INDEXED_DATABASE === 133 132 134 === INPUT_MULTIPLE_FIELDS_UI === 133 135 Introduced by [http://webkit.org/b/97640] for using multiple fields UI in "date", "datetime", "datetime-local", "month", "time" and "week". 134 136 This flag was named INPUT_TYPE_TIME_MULTIPLE_FIELDS [http://webkit.org/b/88970]. 135 137 [https://lists.webkit.org/pipermail/webkit-dev/2012-June/021305.html Announcement]. . 138 136 139 === INPUT_SPEECH === 137 140 <input x-webkit-speech> support. Experimental. 141 138 142 === INPUT_TYPE_COLOR === 139 143 <input type=color> support. Stable. Need platform-specific code in ChromeClient. … … 151 155 === INPUT_TYPE_WEEK === 152 156 <input type=week> support. Similar status with INPUT_TYPE_DATE. 157 153 158 === INSPECTOR === 154 159 Inspector support. Stable. 160 155 161 === JAVASCRIPT_DEBUGGER === 156 === JAVA_BRIDGE === 162 157 163 === LEGACY_CSS_VENDOR_PREFIXES === 158 164 Support for -khtml- and -apple- vendor prefixes.