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

Side by Side Diff: Source/core/page/Settings.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 # FIXME: Add support for global settings. 1 # FIXME: Add support for global settings.
2 # FIXME: Add support for custom getters/setters. 2 # FIXME: Add support for custom getters/setters.
3 3
4 defaultTextEncodingName type=String 4 defaultTextEncodingName type=String
5 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav ior 5 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav ior
6 6
7 # Do not hide chars typed in password fields immediately, but let the last char stay 7 # Do not hide chars typed in password fields immediately, but let the last char stay
8 # visible for N seconds, configured by the passwordEchoDurationInSeconds setting 8 # visible for N seconds, configured by the passwordEchoDurationInSeconds setting
9 # FIXME: Enable automatically if passwordEchoDurationInSeconds is set to a posit ive value. 9 # FIXME: Enable automatically if passwordEchoDurationInSeconds is set to a posit ive value.
10 passwordEchoEnabled initial=false 10 passwordEchoEnabled initial=false
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 shouldDisplayCaptions initial=false 117 shouldDisplayCaptions initial=false
118 shouldDisplayTextDescriptions initial=false 118 shouldDisplayTextDescriptions initial=false
119 119
120 scrollingCoordinatorEnabled initial=false 120 scrollingCoordinatorEnabled initial=false
121 scrollAnimatorEnabled initial=true 121 scrollAnimatorEnabled initial=true
122 122
123 shouldRespectImageOrientation initial=false 123 shouldRespectImageOrientation initial=false
124 124
125 deviceSupportsTouch initial=false 125 deviceSupportsTouch initial=false
126 deviceSupportsMouse initial=true 126 deviceSupportsMouse initial=true
127 maxTouchPoints type=int, initial=0
Rick Byers 2013/10/10 22:12:18 Please add a comment (see the other new comments i
127 128
128 touchAdjustmentEnabled initial=true 129 touchAdjustmentEnabled initial=true
129 compositorTouchHitTesting initial=true 130 compositorTouchHitTesting initial=true
130 131
131 fixedPositionCreatesStackingContext initial=false 132 fixedPositionCreatesStackingContext initial=false
132 syncXHRInDocumentsEnabled initial=true 133 syncXHRInDocumentsEnabled initial=true
133 cookieEnabled initial=true 134 cookieEnabled initial=true
134 mediaEnabled initial=true 135 mediaEnabled initial=true
135 DOMPasteAllowed initial=false 136 DOMPasteAllowed initial=false
136 137
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 180
180 # This setting enables touch based text selection and editing. 181 # This setting enables touch based text selection and editing.
181 touchEditingEnabled initial=false 182 touchEditingEnabled initial=false
182 183
183 experimentalWebSocketEnabled initial=false 184 experimentalWebSocketEnabled initial=false
184 185
185 pinchVirtualViewportEnabled initial=false 186 pinchVirtualViewportEnabled initial=false
186 useSolidColorScrollbars initial=false 187 useSolidColorScrollbars initial=false
187 188
188 mainFrameClipsContent initial=true 189 mainFrameClipsContent initial=true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698