Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Side by Side Diff: Source/WebCore/page/Settings.in

Issue 13650009: Remove Dashboard support and supporting files. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compiler error due to misspelling in code "Dashbard" Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/WebCore/page/FrameView.cpp ('k') | Source/WebCore/page/mac/EventHandlerMac.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
OLDNEW
« no previous file with comments | « Source/WebCore/page/FrameView.cpp ('k') | Source/WebCore/page/mac/EventHandlerMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698