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

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

Issue 14840015: Lose/restore WebGL contexts if multisampling blackist status changes at runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « Source/core/page/Settings.cpp ('k') | Source/core/platform/graphics/gpu/DrawingBuffer.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 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 acceleratedCompositingForAnimationEnabled initial=true 69 acceleratedCompositingForAnimationEnabled initial=true
70 acceleratedCompositingForFixedPositionEnabled initial=false 70 acceleratedCompositingForFixedPositionEnabled initial=false
71 acceleratedCompositingForOverflowScrollEnabled initial=false 71 acceleratedCompositingForOverflowScrollEnabled initial=false
72 72
73 # Works only in conjunction with forceCompositingMode. 73 # Works only in conjunction with forceCompositingMode.
74 acceleratedCompositingForScrollableFramesEnabled initial=false 74 acceleratedCompositingForScrollableFramesEnabled initial=false
75 compositedScrollingForFramesEnabled initial=false 75 compositedScrollingForFramesEnabled initial=false
76 76
77 webGLEnabled initial=false 77 webGLEnabled initial=false
78 webGLErrorsToConsoleEnabled initial=true 78 webGLErrorsToConsoleEnabled initial=true
79 openGLMultisamplingEnabled initial=true
abarth-chromium 2013/05/06 15:19:20 This CL is going in the wrong direction. We want
Ken Russell (switch to Gerrit) 2013/05/06 17:43:16 We don't want to invent a completely new way of pa
80 privilegedWebGLExtensionsEnabled initial=false 79 privilegedWebGLExtensionsEnabled initial=false
81 accelerated2dCanvasEnabled initial=false 80 accelerated2dCanvasEnabled initial=false
82 antialiased2dCanvasEnabled initial=true 81 antialiased2dCanvasEnabled initial=true
83 webAudioEnabled initial=false 82 webAudioEnabled initial=false
84 fullScreenEnabled initial=false 83 fullScreenEnabled initial=false
85 asynchronousSpellCheckingEnabled initial=false 84 asynchronousSpellCheckingEnabled initial=false
86 memoryInfoEnabled initial=false 85 memoryInfoEnabled initial=false
87 86
88 # This feature requires an implementation of ValidationMessageClient. 87 # This feature requires an implementation of ValidationMessageClient.
89 interactiveFormValidationEnabled initial=false 88 interactiveFormValidationEnabled initial=false
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 # Some apps could have a default video poster if it is not set. 131 # Some apps could have a default video poster if it is not set.
133 defaultVideoPosterURL type=String 132 defaultVideoPosterURL type=String
134 133
135 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled 134 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled
136 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled 135 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
137 136
138 selectionIncludesAltImageText initial=false 137 selectionIncludesAltImageText initial=false
139 138
140 # This setting enables touch based text selection and editing. 139 # This setting enables touch based text selection and editing.
141 touchEditingEnabled initial=false 140 touchEditingEnabled initial=false
OLDNEW
« no previous file with comments | « Source/core/page/Settings.cpp ('k') | Source/core/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698