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

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

Issue 13462003: Add support for accelerated fixed root background (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@background-attachment-fixed2
Patch Set: Adding a FIXME for a bit that'll need fixing. 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
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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 96
97 xssAuditorEnabled initial=false 97 xssAuditorEnabled initial=false
98 unsafePluginPastingEnabled initial=true 98 unsafePluginPastingEnabled initial=true
99 acceleratedCompositingFor3DTransformsEnabled initial=true 99 acceleratedCompositingFor3DTransformsEnabled initial=true
100 acceleratedCompositingForVideoEnabled initial=true 100 acceleratedCompositingForVideoEnabled initial=true
101 acceleratedCompositingForPluginsEnabled initial=true 101 acceleratedCompositingForPluginsEnabled initial=true
102 acceleratedCompositingForCanvasEnabled initial=true 102 acceleratedCompositingForCanvasEnabled initial=true
103 acceleratedCompositingForAnimationEnabled initial=true 103 acceleratedCompositingForAnimationEnabled initial=true
104 acceleratedCompositingForFixedPositionEnabled initial=false 104 acceleratedCompositingForFixedPositionEnabled initial=false
105 acceleratedCompositingForOverflowScrollEnabled initial=false 105 acceleratedCompositingForOverflowScrollEnabled initial=false
106 acceleratedCompositingForFixedRootBackgroundEnabled initial=false
106 107
107 # Works only in conjunction with forceCompositingMode. 108 # Works only in conjunction with forceCompositingMode.
108 acceleratedCompositingForScrollableFramesEnabled initial=false 109 acceleratedCompositingForScrollableFramesEnabled initial=false
109 compositedScrollingForFramesEnabled initial=false 110 compositedScrollingForFramesEnabled initial=false
110 111
111 experimentalNotificationsEnabled initial=false 112 experimentalNotificationsEnabled initial=false
112 webGLEnabled initial=false 113 webGLEnabled initial=false
113 webGLErrorsToConsoleEnabled initial=true 114 webGLErrorsToConsoleEnabled initial=true
114 openGLMultisamplingEnabled initial=true 115 openGLMultisamplingEnabled initial=true
115 privilegedWebGLExtensionsEnabled initial=false 116 privilegedWebGLExtensionsEnabled initial=false
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 backForwardCacheExpirationInterval type=double, initial=1800 201 backForwardCacheExpirationInterval type=double, initial=1800
201 202
202 # Some apps could have a default video poster if it is not set. 203 # Some apps could have a default video poster if it is not set.
203 defaultVideoPosterURL type=String 204 defaultVideoPosterURL type=String
204 205
205 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 206 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
206 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 207 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
207 208
208 selectionIncludesAltImageText initial=false 209 selectionIncludesAltImageText initial=false
209 useLegacyBackgroundSizeShorthandBehavior initial=false 210 useLegacyBackgroundSizeShorthandBehavior initial=false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698