| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 fixedPositionCreatesStackingContext initial=false | 106 fixedPositionCreatesStackingContext initial=false |
| 107 syncXHRInDocumentsEnabled initial=true | 107 syncXHRInDocumentsEnabled initial=true |
| 108 cookieEnabled initial=true | 108 cookieEnabled initial=true |
| 109 mediaEnabled initial=true | 109 mediaEnabled initial=true |
| 110 DOMPasteAllowed initial=false | 110 DOMPasteAllowed initial=false |
| 111 | 111 |
| 112 threadedHTMLParser initial=false | 112 threadedHTMLParser initial=false |
| 113 useThreadedHTMLParserForDataURLs initial=false | 113 useThreadedHTMLParserForDataURLs initial=false |
| 114 | 114 |
| 115 applyPageScaleFactorInCompositor initial=false | 115 applyPageScaleFactorInCompositor initial=false |
| 116 frameFlatteningEnabled initial=false | |
| 117 | 116 |
| 118 allowCustomScrollbarInMainFrame initial=true | 117 allowCustomScrollbarInMainFrame initial=true |
| 119 webSecurityEnabled initial=true | 118 webSecurityEnabled initial=true |
| 120 spatialNavigationEnabled initial=false | 119 spatialNavigationEnabled initial=false |
| 121 | 120 |
| 122 # This setting adds a means to enable/disable touch initiated drag & drop. If | 121 # This setting adds a means to enable/disable touch initiated drag & drop. If |
| 123 # enabled, the user can initiate drag using long press. | 122 # enabled, the user can initiate drag using long press. |
| 124 touchDragDropEnabled initial=false | 123 touchDragDropEnabled initial=false |
| 125 | 124 |
| 126 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled | 125 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled |
| 127 | 126 |
| 128 # Some apps could have a default video poster if it is not set. | 127 # Some apps could have a default video poster if it is not set. |
| 129 defaultVideoPosterURL type=String | 128 defaultVideoPosterURL type=String |
| 130 | 129 |
| 131 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 132 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 133 | 132 |
| 134 selectionIncludesAltImageText initial=false | 133 selectionIncludesAltImageText initial=false |
| 135 | 134 |
| 136 # This setting enables touch based text selection and editing. | 135 # This setting enables touch based text selection and editing. |
| 137 touchEditingEnabled initial=false | 136 touchEditingEnabled initial=false |
| 138 | 137 |
| 139 experimentalWebSocketEnabled initial=false | 138 experimentalWebSocketEnabled initial=false |
| OLD | NEW |