| 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 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |
| 58 Datalist |
| OLD | NEW |