| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 | 133 |
| 134 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled | 134 unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled |
| 135 | 135 |
| 136 # 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. |
| 137 defaultVideoPosterURL type=String | 137 defaultVideoPosterURL type=String |
| 138 | 138 |
| 139 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 139 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 140 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 140 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 141 | 141 |
| 142 selectionIncludesAltImageText initial=false | 142 selectionIncludesAltImageText initial=false |
| 143 |
| 144 # This setting enables touch based text selection and editing. |
| 145 touchEditingEnabled initial=false |
| OLD | NEW |