| 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 ftpDirectoryTemplatePath type=String | 5 ftpDirectoryTemplatePath type=String |
| 6 localStorageDatabasePath type=String | 6 localStorageDatabasePath type=String |
| 7 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav
ior | 7 editableLinkBehavior type=EditableLinkBehavior, initial=EditableLinkDefaultBehav
ior |
| 8 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior
, initial=TextDirectionSubmenuAutomaticallyIncluded | 8 textDirectionSubmenuInclusionBehavior type=TextDirectionSubmenuInclusionBehavior
, initial=TextDirectionSubmenuAutomaticallyIncluded |
| 9 passwordEchoDurationInSeconds type=double, initial=1 | 9 passwordEchoDurationInSeconds type=double, initial=1 |
| 10 | 10 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 fixedPositionCreatesStackingContext initial=false | 150 fixedPositionCreatesStackingContext initial=false |
| 151 syncXHRInDocumentsEnabled initial=true | 151 syncXHRInDocumentsEnabled initial=true |
| 152 cookieEnabled initial=true | 152 cookieEnabled initial=true |
| 153 | 153 |
| 154 # When enabled, window.blur() does not change focus, and | 154 # When enabled, window.blur() does not change focus, and |
| 155 # window.focus() only changes focus when invoked from the context that | 155 # window.focus() only changes focus when invoked from the context that |
| 156 # created the window. | 156 # created the window. |
| 157 windowFocusRestricted initial=true | 157 windowFocusRestricted initial=true |
| 158 | 158 |
| 159 diagnosticLoggingEnabled initial=false | 159 diagnosticLoggingEnabled initial=false |
| 160 applyDeviceScaleFactorInCompositor initial=true |
| 160 applyPageScaleFactorInCompositor initial=false | 161 applyPageScaleFactorInCompositor initial=false |
| 161 plugInSnapshottingEnabled initial=false | 162 plugInSnapshottingEnabled initial=false |
| 162 frameFlatteningEnabled initial=false | 163 frameFlatteningEnabled initial=false |
| 163 | 164 |
| 164 allowCustomScrollbarInMainFrame initial=true | 165 allowCustomScrollbarInMainFrame initial=true |
| 165 webSecurityEnabled initial=true | 166 webSecurityEnabled initial=true |
| 166 spatialNavigationEnabled initial=false | 167 spatialNavigationEnabled initial=false |
| 167 | 168 |
| 168 # This setting adds a means to enable/disable touch initiated drag & drop. If | 169 # This setting adds a means to enable/disable touch initiated drag & drop. If |
| 169 # enabled, the user can initiate drag using long press. | 170 # enabled, the user can initiate drag using long press. |
| 170 touchDragDropEnabled initial=false | 171 touchDragDropEnabled initial=false |
| OLD | NEW |