| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 downloadableBinaryFontsEnabled initial=true | 61 downloadableBinaryFontsEnabled initial=true |
| 62 | 62 |
| 63 xssAuditorEnabled initial=false | 63 xssAuditorEnabled initial=false |
| 64 unsafePluginPastingEnabled initial=true | 64 unsafePluginPastingEnabled initial=true |
| 65 acceleratedCompositingFor3DTransformsEnabled initial=true | 65 acceleratedCompositingFor3DTransformsEnabled initial=true |
| 66 acceleratedCompositingForVideoEnabled initial=true | 66 acceleratedCompositingForVideoEnabled initial=true |
| 67 acceleratedCompositingForPluginsEnabled initial=true | 67 acceleratedCompositingForPluginsEnabled initial=true |
| 68 acceleratedCompositingForCanvasEnabled initial=true | 68 acceleratedCompositingForCanvasEnabled initial=true |
| 69 acceleratedCompositingForAnimationEnabled initial=true | 69 acceleratedCompositingForAnimationEnabled initial=true |
| 70 acceleratedCompositingForFixedPositionEnabled initial=false | 70 acceleratedCompositingForFixedPositionEnabled initial=false |
| 71 acceleratedCompositingForOverflowScrollEnabled initial=false | 71 acceleratedCompositingForOverflowScrollEnabled type=AcceleratedCompositingForOve
rflowScrollEnabledMode, initial=AcceleratedCompositingForOverflowScrollDisabled |
| 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 | 79 openGLMultisamplingEnabled initial=true |
| 80 privilegedWebGLExtensionsEnabled initial=false | 80 privilegedWebGLExtensionsEnabled initial=false |
| 81 accelerated2dCanvasEnabled initial=false | 81 accelerated2dCanvasEnabled initial=false |
| (...skipping 50 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. | 132 # Some apps could have a default video poster if it is not set. |
| 133 defaultVideoPosterURL type=String | 133 defaultVideoPosterURL type=String |
| 134 | 134 |
| 135 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 135 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 136 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 136 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 137 | 137 |
| 138 selectionIncludesAltImageText initial=false | 138 selectionIncludesAltImageText initial=false |
| 139 | 139 |
| 140 # This setting enables touch based text selection and editing. | 140 # This setting enables touch based text selection and editing. |
| 141 touchEditingEnabled initial=false | 141 touchEditingEnabled initial=false |
| OLD | NEW |