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

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

Issue 14651028: Promote RenderLayers that have a transition on opacity, transform, or filter (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/WebKit/chromium/src/WebSettingsImpl.cpp ('k') | Source/core/rendering/RenderLayer.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 passwordEchoDurationInSeconds type=double, initial=1 6 passwordEchoDurationInSeconds type=double, initial=1
7 7
8 # Sets the magnification value for validation message timer. If the 8 # Sets the magnification value for validation message timer. If the
9 # magnification value is N, a validation message disappears automatically after 9 # magnification value is N, a validation message disappears automatically after
10 # <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
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 61
62 xssAuditorEnabled initial=false 62 xssAuditorEnabled initial=false
63 unsafePluginPastingEnabled initial=true 63 unsafePluginPastingEnabled initial=true
64 acceleratedCompositingFor3DTransformsEnabled initial=true 64 acceleratedCompositingFor3DTransformsEnabled initial=true
65 acceleratedCompositingForVideoEnabled initial=true 65 acceleratedCompositingForVideoEnabled initial=true
66 acceleratedCompositingForPluginsEnabled initial=true 66 acceleratedCompositingForPluginsEnabled initial=true
67 acceleratedCompositingForCanvasEnabled initial=true 67 acceleratedCompositingForCanvasEnabled initial=true
68 acceleratedCompositingForAnimationEnabled initial=true 68 acceleratedCompositingForAnimationEnabled initial=true
69 acceleratedCompositingForFixedPositionEnabled initial=false 69 acceleratedCompositingForFixedPositionEnabled initial=false
70 acceleratedCompositingForOverflowScrollEnabled initial=false 70 acceleratedCompositingForOverflowScrollEnabled initial=false
71 acceleratedCompositingForTransitionEnabled initial=false
71 72
72 # Works only in conjunction with forceCompositingMode. 73 # Works only in conjunction with forceCompositingMode.
73 acceleratedCompositingForScrollableFramesEnabled initial=false 74 acceleratedCompositingForScrollableFramesEnabled initial=false
74 compositedScrollingForFramesEnabled initial=false 75 compositedScrollingForFramesEnabled initial=false
75 76
76 webGLEnabled initial=false 77 webGLEnabled initial=false
77 webGLErrorsToConsoleEnabled initial=true 78 webGLErrorsToConsoleEnabled initial=true
78 privilegedWebGLExtensionsEnabled initial=false 79 privilegedWebGLExtensionsEnabled initial=false
79 accelerated2dCanvasEnabled initial=false 80 accelerated2dCanvasEnabled initial=false
80 antialiased2dCanvasEnabled initial=true 81 antialiased2dCanvasEnabled initial=true
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 129
129 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
130 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
131 132
132 selectionIncludesAltImageText initial=false 133 selectionIncludesAltImageText initial=false
133 134
134 # This setting enables touch based text selection and editing. 135 # This setting enables touch based text selection and editing.
135 touchEditingEnabled initial=false 136 touchEditingEnabled initial=false
136 137
137 experimentalWebSocketEnabled initial=false 138 experimentalWebSocketEnabled initial=false
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.cpp ('k') | Source/core/rendering/RenderLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698