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

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

Issue 23440027: Added a new runtime setting for RequireUserGestureForFullscreenRestriction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 webAudioEnabled initial=false 82 webAudioEnabled initial=false
83 fullScreenEnabled initial=false 83 fullScreenEnabled initial=false
84 asynchronousSpellCheckingEnabled initial=false 84 asynchronousSpellCheckingEnabled initial=false
85 memoryInfoEnabled initial=false 85 memoryInfoEnabled initial=false
86 86
87 hyperlinkAuditingEnabled initial=false 87 hyperlinkAuditingEnabled initial=false
88 forceCompositingMode initial=false 88 forceCompositingMode initial=false
89 allowDisplayOfInsecureContent initial=true 89 allowDisplayOfInsecureContent initial=true
90 allowRunningOfInsecureContent initial=true 90 allowRunningOfInsecureContent initial=true
91 mediaPlaybackRequiresUserGesture initial=false 91 mediaPlaybackRequiresUserGesture initial=false
92 mediaFullscreenRequiresUserGesture initial=true
92 passwordEchoEnabled initial=false 93 passwordEchoEnabled initial=false
93 visualWordMovementEnabled initial=false 94 visualWordMovementEnabled initial=false
94 shouldDisplaySubtitles initial=false 95 shouldDisplaySubtitles initial=false
95 shouldDisplayCaptions initial=false 96 shouldDisplayCaptions initial=false
96 shouldDisplayTextDescriptions initial=false 97 shouldDisplayTextDescriptions initial=false
97 scrollingCoordinatorEnabled initial=false 98 scrollingCoordinatorEnabled initial=false
98 scrollAnimatorEnabled initial=true 99 scrollAnimatorEnabled initial=true
99 100
100 shouldRespectImageOrientation initial=false 101 shouldRespectImageOrientation initial=false
101 deviceSupportsTouch initial=false 102 deviceSupportsTouch initial=false
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 # It will be possible to remove it once WebSettings.{get|set}UseWideViewPort 141 # It will be possible to remove it once WebSettings.{get|set}UseWideViewPort
141 # API function will be removed. See http://crbug.com/288037. 142 # API function will be removed. See http://crbug.com/288037.
142 wideViewportQuirkEnabled initial=false 143 wideViewportQuirkEnabled initial=false
143 144
144 # This setting enables touch based text selection and editing. 145 # This setting enables touch based text selection and editing.
145 touchEditingEnabled initial=false 146 touchEditingEnabled initial=false
146 147
147 experimentalWebSocketEnabled initial=false 148 experimentalWebSocketEnabled initial=false
148 pinchVirtualViewportEnabled initial=false 149 pinchVirtualViewportEnabled initial=false
149 useSolidColorScrollbars initial=false 150 useSolidColorScrollbars initial=false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698