| 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 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 acceleratedCompositingForTransitionEnabled initial=false |
| 72 acceleratedCompositingForFixedRootBackgroundEnabled initial=false |
| 72 | 73 |
| 73 # Works only in conjunction with forceCompositingMode. | 74 # Works only in conjunction with forceCompositingMode. |
| 74 acceleratedCompositingForScrollableFramesEnabled initial=false | 75 acceleratedCompositingForScrollableFramesEnabled initial=false |
| 75 compositedScrollingForFramesEnabled initial=false | 76 compositedScrollingForFramesEnabled initial=false |
| 76 | 77 |
| 77 webGLEnabled initial=false | 78 webGLEnabled initial=false |
| 78 webGLErrorsToConsoleEnabled initial=true | 79 webGLErrorsToConsoleEnabled initial=true |
| 79 privilegedWebGLExtensionsEnabled initial=false | 80 privilegedWebGLExtensionsEnabled initial=false |
| 80 accelerated2dCanvasEnabled initial=false | 81 accelerated2dCanvasEnabled initial=false |
| 81 antialiased2dCanvasEnabled initial=true | 82 antialiased2dCanvasEnabled initial=true |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 131 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 132 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 132 | 133 |
| 133 selectionIncludesAltImageText initial=false | 134 selectionIncludesAltImageText initial=false |
| 134 | 135 |
| 135 # This setting enables touch based text selection and editing. | 136 # This setting enables touch based text selection and editing. |
| 136 touchEditingEnabled initial=false | 137 touchEditingEnabled initial=false |
| 137 | 138 |
| 138 experimentalWebSocketEnabled initial=false | 139 experimentalWebSocketEnabled initial=false |
| 139 pinchVirtualViewportEnabled initial=false | 140 pinchVirtualViewportEnabled initial=false |
| OLD | NEW |