| OLD | NEW |
| 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
| 2 // a class that stores static enablers for all experimental features. Note that | 2 // a class that stores static enablers for all experimental features. Note that |
| 3 // the method names must line up with the JavaScript method they enable for code | 3 // the method names must line up with the JavaScript method they enable for code |
| 4 // generation to work properly. | 4 // generation to work properly. |
| 5 | 5 |
| 6 // NOTE: These are not sorted yet to allow easy comparison of the generated file | 6 // NOTE: These are not sorted yet to allow easy comparison of the generated file |
| 7 // with the previous hand-edited file. | 7 // with the previous hand-edited file. |
| 8 | 8 |
| 9 LocalStorage default=true | 9 LocalStorage default=true |
| 10 SessionStorage default=true | 10 SessionStorage default=true |
| 11 WebkitNotifications | 11 WebkitNotifications |
| 12 ApplicationCache default=true | 12 ApplicationCache default=true |
| 13 Geolocation default=true | 13 Geolocation default=true |
| 14 IndexedDB | 14 IndexedDB |
| 15 CanvasPath | 15 CanvasPath |
| 16 CSSExclusions | 16 CSSExclusions |
| 17 CSSRegions condition=CSS_REGIONS | 17 CSSRegions |
| 18 CSSCompositing condition=CSS_COMPOSITING | 18 CSSCompositing condition=CSS_COMPOSITING |
| 19 FontLoadEvents | 19 FontLoadEvents |
| 20 Fullscreen default=true | 20 Fullscreen default=true |
| 21 Media custom | 21 Media custom |
| 22 SharedWorker custom | 22 SharedWorker custom |
| 23 Database default=true | 23 Database default=true |
| 24 AudioContext condition=WEB_AUDIO | 24 AudioContext condition=WEB_AUDIO |
| 25 WebMIDI | 25 WebMIDI |
| 26 Touch default=true | 26 Touch default=true |
| 27 DeviceMotion default=true | 27 DeviceMotion default=true |
| (...skipping 20 matching lines...) Expand all Loading... |
| 48 ExperimentalContentSecurityPolicyFeatures | 48 ExperimentalContentSecurityPolicyFeatures |
| 49 SeamlessIFrames | 49 SeamlessIFrames |
| 50 LangAttributeAwareFormControlUI | 50 LangAttributeAwareFormControlUI |
| 51 RequestAutocomplete | 51 RequestAutocomplete |
| 52 WebPInAcceptHeader | 52 WebPInAcceptHeader |
| 53 DirectoryUpload default=true | 53 DirectoryUpload default=true |
| 54 ExperimentalWebSocket | 54 ExperimentalWebSocket |
| 55 IMEAPI | 55 IMEAPI |
| 56 ExperimentalCanvasFeatures | 56 ExperimentalCanvasFeatures |
| 57 SpeechSynthesis | 57 SpeechSynthesis |
| OLD | NEW |