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