| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 | 100 |
| 101 experimentalNotificationsEnabled initial=false | 101 experimentalNotificationsEnabled initial=false |
| 102 webGLEnabled initial=false | 102 webGLEnabled initial=false |
| 103 webGLErrorsToConsoleEnabled initial=true | 103 webGLErrorsToConsoleEnabled initial=true |
| 104 openGLMultisamplingEnabled initial=true | 104 openGLMultisamplingEnabled initial=true |
| 105 privilegedWebGLExtensionsEnabled initial=false | 105 privilegedWebGLExtensionsEnabled initial=false |
| 106 accelerated2dCanvasEnabled initial=false | 106 accelerated2dCanvasEnabled initial=false |
| 107 antialiased2dCanvasEnabled initial=true | 107 antialiased2dCanvasEnabled initial=true |
| 108 loadDeferringEnabled initial=true | 108 loadDeferringEnabled initial=true |
| 109 webAudioEnabled initial=false | 109 webAudioEnabled initial=false |
| 110 paginateDuringLayoutEnabled initial=false | |
| 111 fullScreenEnabled initial=false | 110 fullScreenEnabled initial=false |
| 112 asynchronousSpellCheckingEnabled initial=false | 111 asynchronousSpellCheckingEnabled initial=false |
| 113 memoryInfoEnabled initial=false | 112 memoryInfoEnabled initial=false |
| 114 quantizedMemoryInfoEnabled initial=false | 113 quantizedMemoryInfoEnabled initial=false |
| 115 | 114 |
| 116 # This feature requires an implementation of ValidationMessageClient. | 115 # This feature requires an implementation of ValidationMessageClient. |
| 117 interactiveFormValidationEnabled initial=false | 116 interactiveFormValidationEnabled initial=false |
| 118 | 117 |
| 119 hyperlinkAuditingEnabled initial=false | 118 hyperlinkAuditingEnabled initial=false |
| 120 crossOriginCheckInGetMatchedCSSRulesDisabled initial=false | 119 crossOriginCheckInGetMatchedCSSRulesDisabled initial=false |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 backForwardCacheExpirationInterval type=double, initial=1800 | 178 backForwardCacheExpirationInterval type=double, initial=1800 |
| 180 | 179 |
| 181 # Some apps could have a default video poster if it is not set. | 180 # Some apps could have a default video poster if it is not set. |
| 182 defaultVideoPosterURL type=String | 181 defaultVideoPosterURL type=String |
| 183 | 182 |
| 184 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 183 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 185 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 184 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 186 | 185 |
| 187 selectionIncludesAltImageText initial=false | 186 selectionIncludesAltImageText initial=false |
| 188 useLegacyBackgroundSizeShorthandBehavior initial=false | 187 useLegacyBackgroundSizeShorthandBehavior initial=false |
| OLD | NEW |