| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 backForwardCacheExpirationInterval type=double, initial=1800 | 165 backForwardCacheExpirationInterval type=double, initial=1800 |
| 166 | 166 |
| 167 # Some apps could have a default video poster if it is not set. | 167 # Some apps could have a default video poster if it is not set. |
| 168 defaultVideoPosterURL type=String | 168 defaultVideoPosterURL type=String |
| 169 | 169 |
| 170 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 170 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 171 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 171 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 172 | 172 |
| 173 selectionIncludesAltImageText initial=false | 173 selectionIncludesAltImageText initial=false |
| 174 useLegacyBackgroundSizeShorthandBehavior initial=false | 174 useLegacyBackgroundSizeShorthandBehavior initial=false |
| 175 |
| 176 # This setting enables touch based text selection and editing. |
| 177 touchEditingEnabled initial=false |
| OLD | NEW |