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

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

Issue 13963006: Remove frame flattening support as Chromium has no intention of using it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « Source/core/page/FrameView.cpp ('k') | Source/core/platform/ScrollView.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 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 fixedPositionCreatesStackingContext initial=false 114 fixedPositionCreatesStackingContext initial=false
115 syncXHRInDocumentsEnabled initial=true 115 syncXHRInDocumentsEnabled initial=true
116 cookieEnabled initial=true 116 cookieEnabled initial=true
117 mediaEnabled initial=true 117 mediaEnabled initial=true
118 DOMPasteAllowed initial=false 118 DOMPasteAllowed initial=false
119 119
120 threadedHTMLParser initial=false, conditional=THREADED_HTML_PARSER 120 threadedHTMLParser initial=false, conditional=THREADED_HTML_PARSER
121 useThreadedHTMLParserForDataURLs initial=false, conditional=THREADED_HTML_PARSER 121 useThreadedHTMLParserForDataURLs initial=false, conditional=THREADED_HTML_PARSER
122 122
123 applyPageScaleFactorInCompositor initial=false 123 applyPageScaleFactorInCompositor initial=false
124 frameFlatteningEnabled initial=false
125 124
126 allowCustomScrollbarInMainFrame initial=true 125 allowCustomScrollbarInMainFrame initial=true
127 webSecurityEnabled initial=true 126 webSecurityEnabled initial=true
128 spatialNavigationEnabled initial=false 127 spatialNavigationEnabled initial=false
129 128
130 # This setting adds a means to enable/disable touch initiated drag & drop. If 129 # This setting adds a means to enable/disable touch initiated drag & drop. If
131 # enabled, the user can initiate drag using long press. 130 # enabled, the user can initiate drag using long press.
132 touchDragDropEnabled initial=false 131 touchDragDropEnabled initial=false
133 132
134 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled 133 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled
135 134
136 # Some apps could have a default video poster if it is not set. 135 # Some apps could have a default video poster if it is not set.
137 defaultVideoPosterURL type=String 136 defaultVideoPosterURL type=String
138 137
139 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 138 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
140 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 139 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
141 140
142 selectionIncludesAltImageText initial=false 141 selectionIncludesAltImageText initial=false
OLDNEW
« no previous file with comments | « Source/core/page/FrameView.cpp ('k') | Source/core/platform/ScrollView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698