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

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

Issue 15179002: Remove code that is unused after ContextMenu cleanup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove canHandleRequest code from DRT Created 7 years, 7 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
« no previous file with comments | « Source/core/page/Settings.h ('k') | Source/core/rendering/HitTestResult.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 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior , initial=TextDirectionSubmenuAutomaticallyIncluded
7 passwordEchoDurationInSeconds type=double, initial=1 6 passwordEchoDurationInSeconds type=double, initial=1
8 7
9 # Sets the magnification value for validation message timer. If the 8 # Sets the magnification value for validation message timer. If the
10 # magnification value is N, a validation message disappears automatically after 9 # magnification value is N, a validation message disappears automatically after
11 # <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
12 # validation message doesn't disappears automaticaly. 11 # validation message doesn't disappears automaticaly.
13 validationMessageTimerMagnification type=int, initial=50 12 validationMessageTimerMagnification type=int, initial=50
14 13
15 # Number of pixels below which 2D canvas is rendered in software 14 # Number of pixels below which 2D canvas is rendered in software
16 # even if hardware acceleration is enabled. 15 # even if hardware acceleration is enabled.
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 129
131 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
132 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
133 132
134 selectionIncludesAltImageText initial=false 133 selectionIncludesAltImageText initial=false
135 134
136 # This setting enables touch based text selection and editing. 135 # This setting enables touch based text selection and editing.
137 touchEditingEnabled initial=false 136 touchEditingEnabled initial=false
138 137
139 experimentalWebSocketEnabled initial=false 138 experimentalWebSocketEnabled initial=false
OLDNEW
« no previous file with comments | « Source/core/page/Settings.h ('k') | Source/core/rendering/HitTestResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698