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

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

Issue 25507008: Add setting for disabling compositor touch hit testing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Disable hit testing setting - add test 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 | Annotate | Revision Log
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 passwordEchoDurationInSeconds type=double, initial=1 6 passwordEchoDurationInSeconds type=double, initial=1
7 7
8 # Sets the magnification value for validation message timer. If the 8 # Sets the magnification value for validation message timer. If the
9 # magnification value is N, a validation message disappears automatically after 9 # magnification value is N, a validation message disappears automatically after
10 # <message length> * N / 1000 seconds. If N is equal to or less than 0, a 10 # <message length> * N / 1000 seconds. If N is equal to or less than 0, a
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 shouldDisplayCaptions initial=false 96 shouldDisplayCaptions initial=false
97 shouldDisplayTextDescriptions initial=false 97 shouldDisplayTextDescriptions initial=false
98 scrollingCoordinatorEnabled initial=false 98 scrollingCoordinatorEnabled initial=false
99 scrollAnimatorEnabled initial=true 99 scrollAnimatorEnabled initial=true
100 100
101 shouldRespectImageOrientation initial=false 101 shouldRespectImageOrientation initial=false
102 deviceSupportsTouch initial=false 102 deviceSupportsTouch initial=false
103 deviceSupportsMouse initial=true 103 deviceSupportsMouse initial=true
104 104
105 touchAdjustmentEnabled initial=true 105 touchAdjustmentEnabled initial=true
106 compositorTouchHitTesting initial=true
106 107
107 fixedPositionCreatesStackingContext initial=false 108 fixedPositionCreatesStackingContext initial=false
108 syncXHRInDocumentsEnabled initial=true 109 syncXHRInDocumentsEnabled initial=true
109 cookieEnabled initial=true 110 cookieEnabled initial=true
110 mediaEnabled initial=true 111 mediaEnabled initial=true
111 DOMPasteAllowed initial=false 112 DOMPasteAllowed initial=false
112 113
113 threadedHTMLParser initial=false 114 threadedHTMLParser initial=false
114 useThreadedHTMLParserForDataURLs initial=false 115 useThreadedHTMLParserForDataURLs initial=false
115 116
(...skipping 29 matching lines...) Expand all
145 wideViewportQuirkEnabled initial=false 146 wideViewportQuirkEnabled initial=false
146 147
147 # This setting enables touch based text selection and editing. 148 # This setting enables touch based text selection and editing.
148 touchEditingEnabled initial=false 149 touchEditingEnabled initial=false
149 150
150 experimentalWebSocketEnabled initial=false 151 experimentalWebSocketEnabled initial=false
151 pinchVirtualViewportEnabled initial=false 152 pinchVirtualViewportEnabled initial=false
152 useSolidColorScrollbars initial=false 153 useSolidColorScrollbars initial=false
153 154
154 mainFrameClipsContent initial=true 155 mainFrameClipsContent initial=true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698