| 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 | |
| 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 hyperlinkAuditingEnabled initial=false | 87 hyperlinkAuditingEnabled initial=false |
| 89 forceCompositingMode initial=false | 88 forceCompositingMode initial=false |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 # Some apps could have a default video poster if it is not set. | 128 # Some apps could have a default video poster if it is not set. |
| 130 defaultVideoPosterURL type=String | 129 defaultVideoPosterURL type=String |
| 131 | 130 |
| 132 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 131 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 133 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 132 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 134 | 133 |
| 135 selectionIncludesAltImageText initial=false | 134 selectionIncludesAltImageText initial=false |
| 136 | 135 |
| 137 # This setting enables touch based text selection and editing. | 136 # This setting enables touch based text selection and editing. |
| 138 touchEditingEnabled initial=false | 137 touchEditingEnabled initial=false |
| OLD | NEW |