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 20 matching lines...) Expand all Loading... |
31 editingBehaviorType type=EditingBehaviorType, initial=editingBehaviorTypeForPlat
form() | 31 editingBehaviorType type=EditingBehaviorType, initial=editingBehaviorTypeForPlat
form() |
32 | 32 |
33 caretBrowsingEnabled initial=false | 33 caretBrowsingEnabled initial=false |
34 localStorageEnabled initial=false | 34 localStorageEnabled initial=false |
35 allowUniversalAccessFromFileURLs initial=true | 35 allowUniversalAccessFromFileURLs initial=true |
36 allowFileAccessFromFileURLs initial=true | 36 allowFileAccessFromFileURLs initial=true |
37 javaScriptCanOpenWindowsAutomatically initial=false | 37 javaScriptCanOpenWindowsAutomatically initial=false |
38 supportsMultipleWindows initial=true | 38 supportsMultipleWindows initial=true |
39 javaScriptCanAccessClipboard initial=false | 39 javaScriptCanAccessClipboard initial=false |
40 shouldPrintBackgrounds initial=false | 40 shouldPrintBackgrounds initial=false |
| 41 shouldBlendWithExistingContent initial=false |
41 | 42 |
42 textAreasAreResizable initial=false, setNeedsStyleRecalcInAllFrames=1 | 43 textAreasAreResizable initial=false, setNeedsStyleRecalcInAllFrames=1 |
43 authorAndUserStylesEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 | 44 authorAndUserStylesEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 |
44 acceleratedCompositingEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 | 45 acceleratedCompositingEnabled initial=true, setNeedsStyleRecalcInAllFrames=1 |
45 showRepaintCounter initial=false, setNeedsStyleRecalcInAllFrames=1 | 46 showRepaintCounter initial=false, setNeedsStyleRecalcInAllFrames=1 |
46 | 47 |
47 shrinksStandaloneImagesToFit initial=true | 48 shrinksStandaloneImagesToFit initial=true |
48 pageCacheSupportsPlugins initial=false | 49 pageCacheSupportsPlugins initial=false |
49 needsSiteSpecificQuirks initial=false | 50 needsSiteSpecificQuirks initial=false |
50 offlineWebApplicationCacheEnabled initial=false | 51 offlineWebApplicationCacheEnabled initial=false |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 # It will be possible to remove it once WebSettings.{get|set}UseWideViewPort | 144 # It will be possible to remove it once WebSettings.{get|set}UseWideViewPort |
144 # API function will be removed. See http://crbug.com/288037. | 145 # API function will be removed. See http://crbug.com/288037. |
145 wideViewportQuirkEnabled initial=false | 146 wideViewportQuirkEnabled initial=false |
146 | 147 |
147 # This setting enables touch based text selection and editing. | 148 # This setting enables touch based text selection and editing. |
148 touchEditingEnabled initial=false | 149 touchEditingEnabled initial=false |
149 | 150 |
150 experimentalWebSocketEnabled initial=false | 151 experimentalWebSocketEnabled initial=false |
151 pinchVirtualViewportEnabled initial=false | 152 pinchVirtualViewportEnabled initial=false |
152 useSolidColorScrollbars initial=false | 153 useSolidColorScrollbars initial=false |
OLD | NEW |