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

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

Issue 14089009: Change long press behavior when touch text selection is enabled: (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: patch Created 7 years, 8 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 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior , initial=TextDirectionSubmenuAutomaticallyIncluded 6 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior , initial=TextDirectionSubmenuAutomaticallyIncluded
7 passwordEchoDurationInSeconds type=double, initial=1 7 passwordEchoDurationInSeconds type=double, initial=1
8 8
9 # Sets the magnification value for validation message timer. If the 9 # Sets the magnification value for validation message timer. If the
10 # magnification value is N, a validation message disappears automatically after 10 # magnification value is N, a validation message disappears automatically after
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled 134 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled
135 135
136 # Some apps could have a default video poster if it is not set. 136 # Some apps could have a default video poster if it is not set.
137 defaultVideoPosterURL type=String 137 defaultVideoPosterURL type=String
138 138
139 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 139 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
140 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 140 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
141 141
142 selectionIncludesAltImageText initial=false 142 selectionIncludesAltImageText initial=false
143
144 # This setting enables touch based text selection and editing.
145 touchEditingEnabled initial=false
OLDNEW
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Tools/DumpRenderTree/chromium/TestRunner/src/WebPreferences.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698