Changes between Version 10 and Version 11 of FeatureFlags
- Timestamp:
- Mar 15, 2012, 4:59:17 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureFlags
v10 v11 5 5 === ACCELERATED_2D_CANVAS === 6 6 === BLOB === 7 === CALENDAR_PICKER ===8 Under development. This flag requires PAGE_POPUP.9 7 === CHANNEL_MESSAGING === 10 8 === CONTEXT_MENUS === … … 15 13 === DATABASE === 16 14 === DATALIST === 17 <datalist> support. This shouldn't be enabled unless platform-specific UI code is implemented.15 <datalist> support. Under development. 18 16 === DATA_TRANSFER_ITEMS === 19 17 === DEBUG_MATH_LAYOUT === 20 18 === DETAILS === 21 <details> and <summary> support. 19 <details> and <summary> support. Stable. 22 20 === DEVICE_ORIENTATION === 23 21 === DIRECTORY_UPLOAD === … … 41 39 === INDEXED_DATABASE === 42 40 === INPUT_COLOR === 43 <input type=color> support. Need platform-specific code in ChromeClient.41 <input type=color> support. Stable. Need platform-specific code in ChromeClient. 44 42 === INPUT_SPEECH === 45 <input x-webkit-speech> support. 43 <input x-webkit-speech> support. Experimental. 46 44 === 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. 45 <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. 46 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. 48 47 === INPUT_TYPE_DATETIME === 49 <input type=datetime> support. This shouldn't be enabled unless its UI is handled in platform-specific code.48 <input type=datetime> support. Similar status with INPUT_TYPE_DATE. 50 49 === INPUT_TYPE_DATETIMELOCAL === 51 <input type=datetime-local> support. This shouldn't be enabled unless its UI is handled in platform-specific code.50 <input type=datetime-local> support. Similar status with INPUT_TYPE_DATE. 52 51 === INPUT_TYPE_MONTH === 53 <input type=month> support. This shouldn't be enabled unless its UI is handled in platform-specific code.52 <input type=month> support. Similar status with INPUT_TYPE_DATE. 54 53 === INPUT_TYPE_TIME === 55 <input type=time> support. This shouldn't be enabled unless its UI is handled in platform-specific code.54 <input type=time> support. Similar status with INPUT_TYPE_DATE. 56 55 === INPUT_TYPE_WEEK === 57 <input type=week> support. This shouldn't be enabled unless its UI is handled in platform-specific code.56 <input type=week> support. Similar status with INPUT_TYPE_DATE. 58 57 === INSPECTOR === 58 Inspector support. Stable. 59 59 === JAVASCRIPT_DEBUGGER === 60 60 === JAVA_BRIDGE === … … 63 63 === MAC_JAVA_BRIDGE === 64 64 === MATHML === 65 MathML support. 65 66 === MEDIA_SOURCE === 66 67 === MEDIA_STATISTICS === 67 68 === MEDIA_STREAM === 68 69 === METER_TAG === 69 <meter> support. 70 <meter> support. Stable. 70 71 === MHTML === 71 72 === MICRODATA === … … 85 86 === POINTER_LOCK === 86 87 === PROGRESS_TAG === 87 <progress> support. Need to implement functions of RenderTheme.88 <progress> support. Stable. Need to implement functions of RenderTheme. 88 89 === QUOTA === 89 90 === REGISTER_PROTOCOL_HANDLER === … … 92 93 === RUBBER_BANDING === 93 94 === SCRIPTED_SPEECH === 95 Under development. 94 96 === SHADOW_DOM === 95 97 Shadow DOM support. Experimental. … … 100 102 === SQL_DATABASE === 101 103 === STYLE_SCOPED === 104 <style scoped> support. Experimental. 102 105 === SVG === 106 SVG support. Stable. 103 107 === SVG_DOM_OBJC_BINDINGS === 104 108 === SVG_FONTS === … … 110 114 === VIBRATION === 111 115 === VIDEO === 112 <video> and <audio> support. 116 <video> and <audio> support. Stable. 113 117 === VIDEO_TRACK === 114 118 === VIEWPORT === … … 119 123 === WEB_INTENTS === 120 124 === WEB_SOCKETS === 125 WebSocket support. Stable. 121 126 === WEB_TIMING === 122 127 === WORKERS ===