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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled | 125 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled |
126 | 126 |
127 # 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. |
128 defaultVideoPosterURL type=String | 128 defaultVideoPosterURL type=String |
129 | 129 |
130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
132 | 132 |
133 selectionIncludesAltImageText initial=false | 133 selectionIncludesAltImageText initial=false |
134 useLegacyBackgroundSizeShorthandBehavior initial=false | 134 useLegacyBackgroundSizeShorthandBehavior initial=false |
| 135 # This quirk is to maintain compatibility with Android apps built on |
| 136 # the Android SDK prior to and including version 18. Presumably, this |
| 137 # can be removed any time after 2015. See http://crbug.com/282130. |
| 138 viewportMetaZeroValuesQuirk initial=false |
135 | 139 |
136 # This setting enables touch based text selection and editing. | 140 # This setting enables touch based text selection and editing. |
137 touchEditingEnabled initial=false | 141 touchEditingEnabled initial=false |
138 | 142 |
139 experimentalWebSocketEnabled initial=false | 143 experimentalWebSocketEnabled initial=false |
140 pinchVirtualViewportEnabled initial=false | 144 pinchVirtualViewportEnabled initial=false |
141 useSolidColorScrollbars initial=false | 145 useSolidColorScrollbars initial=false |
OLD | NEW |