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

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

Issue 17391015: Add support for clicking to play/pause <video> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 6 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/html/HTMLMediaElement.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 webAudioEnabled initial=false 81 webAudioEnabled initial=false
82 fullScreenEnabled initial=false 82 fullScreenEnabled initial=false
83 asynchronousSpellCheckingEnabled initial=false 83 asynchronousSpellCheckingEnabled initial=false
84 memoryInfoEnabled initial=false 84 memoryInfoEnabled initial=false
85 85
86 hyperlinkAuditingEnabled initial=false 86 hyperlinkAuditingEnabled initial=false
87 forceCompositingMode initial=false 87 forceCompositingMode initial=false
88 allowDisplayOfInsecureContent initial=true 88 allowDisplayOfInsecureContent initial=true
89 allowRunningOfInsecureContent initial=true 89 allowRunningOfInsecureContent initial=true
90 mediaPlaybackRequiresUserGesture initial=false 90 mediaPlaybackRequiresUserGesture initial=false
91 clickToPlayPauseVideo initial=false
91 passwordEchoEnabled initial=false 92 passwordEchoEnabled initial=false
92 visualWordMovementEnabled initial=false 93 visualWordMovementEnabled initial=false
93 shouldDisplaySubtitles initial=false 94 shouldDisplaySubtitles initial=false
94 shouldDisplayCaptions initial=false 95 shouldDisplayCaptions initial=false
95 shouldDisplayTextDescriptions initial=false 96 shouldDisplayTextDescriptions initial=false
96 scrollingCoordinatorEnabled initial=false 97 scrollingCoordinatorEnabled initial=false
97 scrollAnimatorEnabled initial=true 98 scrollAnimatorEnabled initial=true
98 99
99 shouldRespectImageOrientation initial=false 100 shouldRespectImageOrientation initial=false
100 deviceSupportsTouch initial=false 101 deviceSupportsTouch initial=false
(...skipping 28 matching lines...) Expand all
129 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
130 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
131 132
132 selectionIncludesAltImageText initial=false 133 selectionIncludesAltImageText initial=false
133 134
134 # This setting enables touch based text selection and editing. 135 # This setting enables touch based text selection and editing.
135 touchEditingEnabled initial=false 136 touchEditingEnabled initial=false
136 137
137 experimentalWebSocketEnabled initial=false 138 experimentalWebSocketEnabled initial=false
138 pinchVirtualViewportEnabled initial=false 139 pinchVirtualViewportEnabled initial=false
OLDNEW
« no previous file with comments | « Source/core/html/HTMLMediaElement.cpp ('k') | public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698