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

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: maxTouchPoints the right way 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
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 InputModeAttribute status=test 63 InputModeAttribute status=test
64 InputTypeColor status=stable 64 InputTypeColor status=stable
65 InputTypeWeek status=stable 65 InputTypeWeek status=stable
66 LangAttributeAwareFormControlUI 66 LangAttributeAwareFormControlUI
67 PrefixedEncryptedMedia status=stable 67 PrefixedEncryptedMedia status=stable
68 LocalStorage status=stable 68 LocalStorage status=stable
69 Media status=stable 69 Media status=stable
70 MediaSource status=stable 70 MediaSource status=stable
71 MediaStream status=stable 71 MediaStream status=stable
72 Notifications status=stable 72 Notifications status=stable
73 ObjectFitPosition status=stable 73 ObjectFitPosition status=experimental
Rick Byers 2013/10/10 22:12:18 I assume you didn't intend to change this, right?
74 // Only enabled on Android, and for certain layout tests on Linux. 74 // Only enabled on Android, and for certain layout tests on Linux.
75 OverlayFullscreenVideo 75 OverlayFullscreenVideo
76 PagePopup status=stable 76 PagePopup status=stable
77 PartialLayout status=experimental 77 PartialLayout status=experimental
78 PathOpsSVGClipping 78 PathOpsSVGClipping
79 PeerConnection depends_on=MediaStream, status=stable 79 PeerConnection depends_on=MediaStream, status=stable
80 PointerEventsMaxTouchPoints status=experimental
Rick Byers 2013/10/10 22:12:18 Please add a comment describing how this is platfo
80 ProgrammaticScrollNotifications status=test 81 ProgrammaticScrollNotifications status=test
81 Promise status=experimental 82 Promise status=experimental
82 Quota status=stable 83 Quota status=stable
83 OverlayScrollbars 84 OverlayScrollbars
84 RequestAutocomplete status=test 85 RequestAutocomplete status=test
85 RowSpanLogicalHeightSpreading status=stable 86 RowSpanLogicalHeightSpreading status=stable
86 ScriptedSpeech status=stable 87 ScriptedSpeech status=stable
87 SeamlessIFrames status=experimental 88 SeamlessIFrames status=experimental
88 ServiceWorker status=experimental 89 ServiceWorker status=experimental
89 SessionStorage status=stable 90 SessionStorage status=stable
(...skipping 12 matching lines...) Expand all
102 VideoTrack status=stable 103 VideoTrack status=stable
103 WebAnimations 104 WebAnimations
104 WebAnimationsCSS depends_on=WebAnimations 105 WebAnimationsCSS depends_on=WebAnimations
105 WebAnimationsSVG depends_on=WebAnimations 106 WebAnimationsSVG depends_on=WebAnimations
106 WebAudio condition=WEB_AUDIO, status=stable 107 WebAudio condition=WEB_AUDIO, status=stable
107 WebGLDraftExtensions status=experimental 108 WebGLDraftExtensions status=experimental
108 WebMIDI status=test 109 WebMIDI status=test
109 WebKitMediaSource status=stable 110 WebKitMediaSource status=stable
110 WOFF2 status=experimental 111 WOFF2 status=experimental
111 XSLT status=stable 112 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698