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

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

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version 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/page/RuntimeCSSEnabled.cpp ('k') | Source/core/page/UseCounter.cpp » ('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
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
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
OLDNEW
« no previous file with comments | « Source/core/page/RuntimeCSSEnabled.cpp ('k') | Source/core/page/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698