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