Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 14466008: Switch speech synthesis from compile-flag to runtime-flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase, switch to RuntimeEnabledFeatures.in Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/platform/PlatformSpeechSynthesis.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 LazyLayout 47 LazyLayout
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
OLDNEW
« no previous file with comments | « Source/core/features.gypi ('k') | Source/core/platform/PlatformSpeechSynthesis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698