| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 loadsSiteIconsIgnoringImageLoadingSetting initial=false | 46 loadsSiteIconsIgnoringImageLoadingSetting initial=false |
| 47 | 47 |
| 48 caretBrowsingEnabled initial=false | 48 caretBrowsingEnabled initial=false |
| 49 localStorageEnabled initial=false | 49 localStorageEnabled initial=false |
| 50 allowUniversalAccessFromFileURLs initial=true | 50 allowUniversalAccessFromFileURLs initial=true |
| 51 allowFileAccessFromFileURLs initial=true | 51 allowFileAccessFromFileURLs initial=true |
| 52 javaScriptCanOpenWindowsAutomatically initial=false | 52 javaScriptCanOpenWindowsAutomatically initial=false |
| 53 supportsMultipleWindows initial=true | 53 supportsMultipleWindows initial=true |
| 54 javaScriptCanAccessClipboard initial=false | 54 javaScriptCanAccessClipboard initial=false |
| 55 shouldPrintBackgrounds initial=false | 55 shouldPrintBackgrounds initial=false |
| 56 usesDashboardBackwardCompatibilityMode initial=false, conditional=DASHBOARD_SUPP
ORT | |
| 57 | 56 |
| 58 screenFontSubstitutionEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 | 57 screenFontSubstitutionEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 |
| 59 textAreasAreResizable initial=false, setNeedsStyleRecalcInAllFrames=1 | 58 textAreasAreResizable initial=false, setNeedsStyleRecalcInAllFrames=1 |
| 60 authorAndUserStylesEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 | 59 authorAndUserStylesEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 |
| 61 acceleratedCompositingEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 | 60 acceleratedCompositingEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 |
| 62 showDebugBorders initial=false, setNeedsStyleRecalcInAllFrames=1 | 61 showDebugBorders initial=false, setNeedsStyleRecalcInAllFrames=1 |
| 63 showRepaintCounter initial=false, setNeedsStyleRecalcInAllFrames=1 | 62 showRepaintCounter initial=false, setNeedsStyleRecalcInAllFrames=1 |
| 64 | 63 |
| 65 # This is a quirk we are pro-actively applying to old applications. It changes k
eyboard event dispatching, | 64 # This is a quirk we are pro-actively applying to old applications. It changes k
eyboard event dispatching, |
| 66 # making keyIdentifier available on keypress events, making charCode available o
n keydown/keyup events, | 65 # making keyIdentifier available on keypress events, making charCode available o
n keydown/keyup events, |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 backForwardCacheExpirationInterval type=double, initial=1800 | 199 backForwardCacheExpirationInterval type=double, initial=1800 |
| 201 | 200 |
| 202 # Some apps could have a default video poster if it is not set. | 201 # Some apps could have a default video poster if it is not set. |
| 203 defaultVideoPosterURL type=String | 202 defaultVideoPosterURL type=String |
| 204 | 203 |
| 205 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled | 204 smartInsertDeleteEnabled initial=defaultSmartInsertDeleteEnabled |
| 206 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled | 205 selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled |
| 207 | 206 |
| 208 selectionIncludesAltImageText initial=false | 207 selectionIncludesAltImageText initial=false |
| 209 useLegacyBackgroundSizeShorthandBehavior initial=false | 208 useLegacyBackgroundSizeShorthandBehavior initial=false |
| OLD | NEW |