Changes between Version 124 and Version 125 of FeatureFlags
- Timestamp:
- May 29, 2013, 2:37:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureFlags
v124 v125 18 18 19 19 === CANVAS_PATH === 20 21 === CALENDAR_PICKER ===22 Calendar picker UI built in WebCore. It's implemented with HTML+JavaScript, and supports type=date, type=datetime, type=datetime-local, type=month, and type=week. This feature requires ENABLE_PAGE_POPUP. See EnableFormFeatures.23 20 24 21 === CHANNEL_MESSAGING === … … 213 210 Shipped in GTK+ and EFL ports. 214 211 215 === INPUT_MULTIPLE_FIELDS_UI ===216 Introduced by [http://webkit.org/b/97640] for using multiple fields UI in "date", "datetime", "datetime-local", "month", "time" and "week".217 This flag was named INPUT_TYPE_TIME_MULTIPLE_FIELDS [http://webkit.org/b/88970].218 [http://lists.webkit.org/pipermail/webkit-dev/2012-June/021305.html Announcement].219 220 This flag provides inline editing UI for these input types. This UI is not suitable for mobile platforms.221 222 See EnableFormFeatures.223 224 212 === INPUT_SPEECH === 225 213 <input x-webkit-speech> support. Experimental. … … 314 302 315 303 === ORIENTATION_EVENTS === 316 317 === PAGE_POPUP ===318 Internal API to provide HTML-capable popup. This is needed for ENABLE_CALENDAR_PICKER. This needs ChromeClient implementation.319 304 320 305 === PAGE_VISIBILITY_API ===