Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 |
| OLD | NEW |