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

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

Issue 11862015: Merge 139356 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 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/WebCore/ChangeLog ('k') | Source/WebCore/platform/chromium/PlatformScreenChromium.cpp » ('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 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 fixedPositionCreatesStackingContext initial=false 150 fixedPositionCreatesStackingContext initial=false
151 syncXHRInDocumentsEnabled initial=true 151 syncXHRInDocumentsEnabled initial=true
152 cookieEnabled initial=true 152 cookieEnabled initial=true
153 153
154 # When enabled, window.blur() does not change focus, and 154 # When enabled, window.blur() does not change focus, and
155 # window.focus() only changes focus when invoked from the context that 155 # window.focus() only changes focus when invoked from the context that
156 # created the window. 156 # created the window.
157 windowFocusRestricted initial=true 157 windowFocusRestricted initial=true
158 158
159 diagnosticLoggingEnabled initial=false 159 diagnosticLoggingEnabled initial=false
160 applyDeviceScaleFactorInCompositor initial=true
160 applyPageScaleFactorInCompositor initial=false 161 applyPageScaleFactorInCompositor initial=false
161 plugInSnapshottingEnabled initial=false 162 plugInSnapshottingEnabled initial=false
162 frameFlatteningEnabled initial=false 163 frameFlatteningEnabled initial=false
163 164
164 allowCustomScrollbarInMainFrame initial=true 165 allowCustomScrollbarInMainFrame initial=true
165 webSecurityEnabled initial=true 166 webSecurityEnabled initial=true
166 spatialNavigationEnabled initial=false 167 spatialNavigationEnabled initial=false
167 168
168 # This setting adds a means to enable/disable touch initiated drag & drop. If 169 # This setting adds a means to enable/disable touch initiated drag & drop. If
169 # enabled, the user can initiate drag using long press. 170 # enabled, the user can initiate drag using long press.
170 touchDragDropEnabled initial=false 171 touchDragDropEnabled initial=false
OLDNEW
« no previous file with comments | « Source/WebCore/ChangeLog ('k') | Source/WebCore/platform/chromium/PlatformScreenChromium.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698