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

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

Issue 20598008: Add maxTouchPoints for pointer events (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add maxTouchPoints for pointer events Created 7 years, 2 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/frame/Navigator.idl ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // http://dev.chromium.org/blink/runtime-enabled-features 1 // http://dev.chromium.org/blink/runtime-enabled-features
2 // 2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features. 4 // a class that stores static enablers for all experimental features.
5 // 5 //
6 // Each feature can be assigned a "status": 6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
9 // status=test -> Enabled in ContentShell for testing, otherwise off. 9 // status=test -> Enabled in ContentShell for testing, otherwise off.
10 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 MediaSource status=stable 71 MediaSource status=stable
72 MediaStream status=stable 72 MediaStream status=stable
73 Notifications status=stable 73 Notifications status=stable
74 ObjectFitPosition status=stable 74 ObjectFitPosition status=stable
75 // Only enabled on Android, and for certain layout tests on Linux. 75 // Only enabled on Android, and for certain layout tests on Linux.
76 OverlayFullscreenVideo 76 OverlayFullscreenVideo
77 PagePopup status=stable 77 PagePopup status=stable
78 PartialLayout status=experimental 78 PartialLayout status=experimental
79 PathOpsSVGClipping 79 PathOpsSVGClipping
80 PeerConnection depends_on=MediaStream, status=stable 80 PeerConnection depends_on=MediaStream, status=stable
81 // Implementation of this feature varies by platform for now.
82 // Bug to track removal once completed everywhere:
83 //
84 PointerEventsMaxTouchPoints status=experimental
81 ProgrammaticScrollNotifications status=test 85 ProgrammaticScrollNotifications status=test
82 Promise status=experimental 86 Promise status=experimental
83 Quota status=stable 87 Quota status=stable
84 OverlayScrollbars 88 OverlayScrollbars
85 RegionBasedColumns status=experimental 89 RegionBasedColumns status=experimental
86 RequestAutocomplete status=test 90 RequestAutocomplete status=test
87 RowSpanLogicalHeightSpreading status=stable 91 RowSpanLogicalHeightSpreading status=stable
88 ScriptedSpeech status=stable 92 ScriptedSpeech status=stable
89 SeamlessIFrames status=experimental 93 SeamlessIFrames status=experimental
90 ServiceWorker status=experimental 94 ServiceWorker status=experimental
(...skipping 19 matching lines...) Expand all
110 VideoTrack status=stable 114 VideoTrack status=stable
111 WebAnimations 115 WebAnimations
112 WebAnimationsCSS depends_on=WebAnimations 116 WebAnimationsCSS depends_on=WebAnimations
113 WebAnimationsSVG depends_on=WebAnimations 117 WebAnimationsSVG depends_on=WebAnimations
114 WebAudio condition=WEB_AUDIO, status=stable 118 WebAudio condition=WEB_AUDIO, status=stable
115 WebGLDraftExtensions status=experimental 119 WebGLDraftExtensions status=experimental
116 WebMIDI status=test 120 WebMIDI status=test
117 WebKitMediaSource status=stable 121 WebKitMediaSource status=stable
118 WOFF2 status=experimental 122 WOFF2 status=experimental
119 XSLT status=stable 123 XSLT status=stable
OLDNEW
« no previous file with comments | « Source/core/frame/Navigator.idl ('k') | Source/core/page/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698