Changes between Version 5 and Version 6 of FeatureFlags
- Timestamp:
- Mar 14, 2012, 9:59:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureFlags
v5 v6 6 6 === BLOB === 7 7 === CALENDAR_PICKER === 8 Indevelopment. This flag requires PAGE_POPUP.8 Under development. This flag requires PAGE_POPUP. 9 9 === CHANNEL_MESSAGING === 10 10 === CONTEXT_MENUS === … … 15 15 === DATABASE === 16 16 === DATALIST === 17 <datalist> support. Need platform-specific UI code.17 <datalist> support. This shouldn't be enabled unless platform-specific UI code is implemented. 18 18 === DATA_TRANSFER_ITEMS === 19 19 === DEBUG_MATH_LAYOUT === … … 45 45 <input x-webkit-speech> support. 46 46 === 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. 47 48 === INPUT_TYPE_DATETIME === 49 <input type=datetime> support. This shouldn't be enabled unless its UI is handled in platform-specific code. 48 50 === INPUT_TYPE_DATETIMELOCAL === 51 <input type=datetime-local> support. This shouldn't be enabled unless its UI is handled in platform-specific code. 49 52 === INPUT_TYPE_MONTH === 53 <input type=month> support. This shouldn't be enabled unless its UI is handled in platform-specific code. 50 54 === INPUT_TYPE_TIME === 55 <input type=time> support. This shouldn't be enabled unless its UI is handled in platform-specific code. 51 56 === INPUT_TYPE_WEEK === 57 <input type=week> support. This shouldn't be enabled unless its UI is handled in platform-specific code. 52 58 === INSPECTOR === 53 59 === JAVASCRIPT_DEBUGGER === … … 75 81 === OVERFLOW_SCROLLING === 76 82 === PAGE_POPUP === 77 This is needed for CALENDAR_PICKER. Need ChromeClient imple ntation.83 This is needed for CALENDAR_PICKER. Need ChromeClient implementation. 78 84 === PAGE_VISIBILITY_API === 79 85 === PAN_SCROLLING ===