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

Side by Side Diff: Source/WebCore/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 ftpDirectoryTemplatePath type=String 5 ftpDirectoryTemplatePath type=String
6 localStorageDatabasePath type=String 6 localStorageDatabasePath type=String
7 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav ior 7 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav ior
8 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior , initial=TextDirectionSubmenuAutomaticallyIncluded 8 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior , initial=TextDirectionSubmenuAutomaticallyIncluded
9 passwordEchoDurationInSeconds type=double, initial=1 9 passwordEchoDurationInSeconds type=double, initial=1
10 10
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 backForwardCacheExpirationInterval type=double, initial=1800 165 backForwardCacheExpirationInterval type=double, initial=1800
166 166
167 # Some apps could have a default video poster if it is not set. 167 # Some apps could have a default video poster if it is not set.
168 defaultVideoPosterURL type=String 168 defaultVideoPosterURL type=String
169 169
170 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 170 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
171 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 171 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
172 172
173 selectionIncludesAltImageText initial=false 173 selectionIncludesAltImageText initial=false
174 useLegacyBackgroundSizeShorthandBehavior initial=false 174 useLegacyBackgroundSizeShorthandBehavior initial=false
175
176 # This setting enables touch based text selection and editing.
177 touchEditingEnabled initial=false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698