| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 webAudioEnabled initial=false | 81 webAudioEnabled initial=false |
| 82 fullScreenEnabled initial=false | 82 fullScreenEnabled initial=false |
| 83 asynchronousSpellCheckingEnabled initial=false | 83 asynchronousSpellCheckingEnabled initial=false |
| 84 memoryInfoEnabled initial=false | 84 memoryInfoEnabled initial=false |
| 85 | 85 |
| 86 hyperlinkAuditingEnabled initial=false | 86 hyperlinkAuditingEnabled initial=false |
| 87 forceCompositingMode initial=false | 87 forceCompositingMode initial=false |
| 88 allowDisplayOfInsecureContent initial=true | 88 allowDisplayOfInsecureContent initial=true |
| 89 allowRunningOfInsecureContent initial=true | 89 allowRunningOfInsecureContent initial=true |
| 90 mediaPlaybackRequiresUserGesture initial=false | 90 mediaPlaybackRequiresUserGesture initial=false |
| 91 clickToPlayPauseVideo initial=false |
| 91 passwordEchoEnabled initial=false | 92 passwordEchoEnabled initial=false |
| 92 visualWordMovementEnabled initial=false | 93 visualWordMovementEnabled initial=false |
| 93 shouldDisplaySubtitles initial=false | 94 shouldDisplaySubtitles initial=false |
| 94 shouldDisplayCaptions initial=false | 95 shouldDisplayCaptions initial=false |
| 95 shouldDisplayTextDescriptions initial=false | 96 shouldDisplayTextDescriptions initial=false |
| 96 scrollingCoordinatorEnabled initial=false | 97 scrollingCoordinatorEnabled initial=false |
| 97 scrollAnimatorEnabled initial=true | 98 scrollAnimatorEnabled initial=true |
| 98 | 99 |
| 99 shouldRespectImageOrientation initial=false | 100 shouldRespectImageOrientation initial=false |
| 100 deviceSupportsTouch initial=false | 101 deviceSupportsTouch initial=false |
| (...skipping 28 matching lines...) Expand all Loading... |
| 129 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 130 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 130 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 131 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 131 | 132 |
| 132 selectionIncludesAltImageText initial=false | 133 selectionIncludesAltImageText initial=false |
| 133 | 134 |
| 134 # This setting enables touch based text selection and editing. | 135 # This setting enables touch based text selection and editing. |
| 135 touchEditingEnabled initial=false | 136 touchEditingEnabled initial=false |
| 136 | 137 |
| 137 experimentalWebSocketEnabled initial=false | 138 experimentalWebSocketEnabled initial=false |
| 138 pinchVirtualViewportEnabled initial=false | 139 pinchVirtualViewportEnabled initial=false |
| OLD | NEW |