initial import
[vuplus_webkit] / Source / WebKit / mac / WebView / WebPreferenceKeysPrivate.h
1 /*
2  * Copyright (C) 2005 Apple Computer, Inc.  All rights reserved.
3  *
4  * Redistribution and use in source and binary forms, with or without
5  * modification, are permitted provided that the following conditions
6  * are met:
7  *
8  * 1.  Redistributions of source code must retain the above copyright
9  *     notice, this list of conditions and the following disclaimer. 
10  * 2.  Redistributions in binary form must reproduce the above copyright
11  *     notice, this list of conditions and the following disclaimer in the
12  *     documentation and/or other materials provided with the distribution. 
13  * 3.  Neither the name of Apple Computer, Inc. ("Apple") nor the names of
14  *     its contributors may be used to endorse or promote products derived
15  *     from this software without specific prior written permission. 
16  *
17  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
18  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20  * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
21  * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
22  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
23  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
24  * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  */
28
29 // These are private because callers should be using the cover methods. They are in
30 // a Private (as opposed to Internal) header file because Safari uses some of them
31 // for managed preferences.
32 #define WebKitLogLevelPreferenceKey @"WebKitLogLevel"
33 #define WebKitStandardFontPreferenceKey @"WebKitStandardFont"
34 #define WebKitFixedFontPreferenceKey @"WebKitFixedFont"
35 #define WebKitSerifFontPreferenceKey @"WebKitSerifFont"
36 #define WebKitSansSerifFontPreferenceKey @"WebKitSansSerifFont"
37 #define WebKitCursiveFontPreferenceKey @"WebKitCursiveFont"
38 #define WebKitFantasyFontPreferenceKey @"WebKitFantasyFont"
39 #define WebKitPictographFontPreferenceKey @"WebKitPictographFont"
40 #define WebKitMinimumFontSizePreferenceKey @"WebKitMinimumFontSize"
41 #define WebKitMinimumLogicalFontSizePreferenceKey @"WebKitMinimumLogicalFontSize"
42 #define WebKitDefaultFontSizePreferenceKey @"WebKitDefaultFontSize"
43 #define WebKitDefaultFixedFontSizePreferenceKey @"WebKitDefaultFixedFontSize"
44 #define WebKitDefaultTextEncodingNamePreferenceKey @"WebKitDefaultTextEncodingName"
45 #define WebKitUsesEncodingDetectorPreferenceKey @"WebKitUsesEncodingDetector"
46 #define WebKitUserStyleSheetEnabledPreferenceKey @"WebKitUserStyleSheetEnabledPreferenceKey"
47 #define WebKitUserStyleSheetLocationPreferenceKey @"WebKitUserStyleSheetLocationPreferenceKey"
48 #define WebKitShouldPrintBackgroundsPreferenceKey @"WebKitShouldPrintBackgroundsPreferenceKey"
49 #define WebKitTextAreasAreResizablePreferenceKey @"WebKitTextAreasAreResizable"
50 #define WebKitShrinksStandaloneImagesToFitPreferenceKey @"WebKitShrinksStandaloneImagesToFit"
51 #define WebKitJavaEnabledPreferenceKey @"WebKitJavaEnabled"
52 #define WebKitJavaScriptEnabledPreferenceKey @"WebKitJavaScriptEnabled"
53 #define WebKitWebSecurityEnabledPreferenceKey @"WebKitWebSecurityEnabled"
54 #define WebKitAllowUniversalAccessFromFileURLsPreferenceKey @"WebKitAllowUniversalAccessFromFileURLs"
55 #define WebKitAllowFileAccessFromFileURLsPreferenceKey @"WebKitAllowFileAccessFromFileURLs"
56 #define WebKitJavaScriptCanOpenWindowsAutomaticallyPreferenceKey @"WebKitJavaScriptCanOpenWindowsAutomatically"
57 #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled"
58 #define WebKitDatabasesEnabledPreferenceKey @"WebKitDatabasesEnabledPreferenceKey"
59 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey"
60 #define WebKitExperimentalNotificationsEnabledPreferenceKey @"WebKitExperimentalNotificationsEnabledPreferenceKey"
61 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey"
62 #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey"
63 #define WebKitDisplayImagesKey @"WebKitDisplayImagesKey"
64 #define WebKitLoadSiteIconsKey @"WebKitLoadSiteIconsKey"
65 #define WebKitBackForwardCacheExpirationIntervalKey @"WebKitBackForwardCacheExpirationIntervalKey"
66 #define WebKitTabToLinksPreferenceKey @"WebKitTabToLinksPreferenceKey"
67 #define WebKitPrivateBrowsingEnabledPreferenceKey @"WebKitPrivateBrowsingEnabled"
68 #define WebSmartInsertDeleteEnabled @"WebSmartInsertDeleteEnabled"
69 #define WebContinuousSpellCheckingEnabled @"WebContinuousSpellCheckingEnabled"
70 #define WebGrammarCheckingEnabled @"WebGrammarCheckingEnabled"
71 #define WebAutomaticQuoteSubstitutionEnabled @"WebAutomaticQuoteSubstitutionEnabled"
72 #define WebAutomaticLinkDetectionEnabled @"WebAutomaticLinkDetectionEnabled"
73 #define WebAutomaticDashSubstitutionEnabled @"WebAutomaticDashSubstitutionEnabled"
74 #define WebAutomaticTextReplacementEnabled @"WebAutomaticTextReplacementEnabled"
75 #define WebAutomaticSpellingCorrectionEnabled @"WebAutomaticSpellingCorrectionEnabled"
76 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey"
77 #define WebKitUsesPageCachePreferenceKey @"WebKitUsesPageCachePreferenceKey"
78 #define WebKitFTPDirectoryTemplatePath @"WebKitFTPDirectoryTemplatePath"
79 #define WebKitForceFTPDirectoryListings @"WebKitForceFTPDirectoryListings"
80 #define WebKitDeveloperExtrasEnabledPreferenceKey @"WebKitDeveloperExtrasEnabledPreferenceKey"
81 #define WebKitAuthorAndUserStylesEnabledPreferenceKey @"WebKitAuthorAndUserStylesEnabledPreferenceKey"
82 #define WebKitApplicationChromeModeEnabledPreferenceKey @"WebKitApplicationChromeModeEnabledPreferenceKey"
83 #define WebKitWebArchiveDebugModeEnabledPreferenceKey @"WebKitWebArchiveDebugModeEnabledPreferenceKey"
84 #define WebKitLocalFileContentSniffingEnabledPreferenceKey @"WebKitLocalFileContentSniffingEnabledPreferenceKey"
85 #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey"
86 #define WebKitEnableFullDocumentTeardownPreferenceKey @"WebKitEnableFullDocumentTeardown"
87 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnabled"
88 #define WebKitApplicationCacheTotalQuota @"WebKitApplicationCacheTotalQuota"
89 #define WebKitApplicationCacheDefaultOriginQuota @"WebKitApplicationCacheDefaultOriginQuota"
90 #define WebKitZoomsTextOnlyPreferenceKey @"WebKitZoomsTextOnly"
91 #define WebKitJavaScriptCanAccessClipboardPreferenceKey @"WebKitJavaScriptCanAccessClipboard"
92 #define WebKitXSSAuditorEnabledPreferenceKey @"WebKitXSSAuditorEnabled"
93 #define WebKitAcceleratedDrawingEnabledPreferenceKey @"WebKitAcceleratedDrawingEnabled"
94 #define WebKitCanvasUsesAcceleratedDrawingPreferenceKey @"WebKitCanvasUsesAcceleratedDrawing"
95 #define WebKitAcceleratedCompositingEnabledPreferenceKey @"WebKitAcceleratedCompositingEnabled"
96 #define WebKitShowDebugBordersPreferenceKey @"WebKitShowDebugBorders"
97 #define WebKitShowRepaintCounterPreferenceKey @"WebKitShowRepaintCounter"
98 #define WebKitWebAudioEnabledPreferenceKey @"WebKitWebAudioEnabled"
99 #define WebKitWebGLEnabledPreferenceKey @"WebKitWebGLEnabled"
100 #define WebKitAccelerated2dCanvasEnabledPreferenceKey @"WebKitAccelerated2dCanvasEnabled"
101 #define WebKitFrameFlatteningEnabledPreferenceKey @"WebKitFrameFlatteningEnabled"
102 #define WebKitSpatialNavigationEnabledPreferenceKey @"WebKitSpatialNavigationEnabled"
103 #define WebKitPaginateDuringLayoutEnabledPreferenceKey @"WebKitPaginateDuringLayoutEnabled"
104 #define WebKitDNSPrefetchingEnabledPreferenceKey @"WebKitDNSPrefetchingEnabled"
105 #define WebKitFullScreenEnabledPreferenceKey @"WebKitFullScreenEnabled"
106 #define WebKitAsynchronousSpellCheckingEnabledPreferenceKey @"WebKitAsynchronousSpellCheckingEnabled"
107 #define WebKitMemoryInfoEnabledPreferenceKey @"WebKitMemoryInfoEnabled"
108 #define WebKitHyperlinkAuditingEnabledPreferenceKey @"WebKitHyperlinkAuditingEnabled"
109 #define WebKitAVFoundationEnabledKey @"WebKitAVFoundationEnabled"
110 #define WebKitHixie76WebSocketProtocolEnabledKey @"WebKitHixie76WebSocketProtocolEnabled"
111 #define WebKitMediaPlaybackRequiresUserGesturePreferenceKey @"WebKitMediaPlaybackRequiresUserGesture"
112 #define WebKitMediaPlaybackAllowsInlinePreferenceKey @"WebKitMediaPlaybackAllowsInline"
113
114 // These are private both because callers should be using the cover methods and because the
115 // cover methods themselves are private.
116 #define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey @"WebKitRespectStandardStyleKeyEquivalents"
117 #define WebKitShowsURLsInToolTipsPreferenceKey @"WebKitShowsURLsInToolTips"
118 #define WebKitShowsToolTipOverTruncatedTextPreferenceKey @"WebKitShowsToolTipOverTruncatedText"
119 #define WebKitPDFDisplayModePreferenceKey @"WebKitPDFDisplayMode"
120 #define WebKitPDFScaleFactorPreferenceKey @"WebKitPDFScaleFactor"
121 #define WebKitUseSiteSpecificSpoofingPreferenceKey @"WebKitUseSiteSpecificSpoofing"
122 #define WebKitEditableLinkBehaviorPreferenceKey @"WebKitEditableLinkBehavior"
123 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey"
124 #define WebKitTextDirectionSubmenuInclusionBehaviorPreferenceKey @"WebKitTextDirectionSubmenuInclusionBehaviorPreferenceKey"
125 #define WebKitEditingBehaviorPreferenceKey @"WebKitEditingBehavior"
126 #define WebKitUsePreHTML5ParserQuirksKey @"WebKitUsePreHTML5ParserQuirks"
127
128 // CoreGraphics deferred updates are disabled if WebKitEnableCoalescedUpdatesPreferenceKey is set
129 // to NO, or has no value.  For compatibility with Mac OS X 10.4.6, deferred updates are OFF by
130 // default.
131 #define WebKitEnableDeferredUpdatesPreferenceKey @"WebKitEnableDeferredUpdates"
132
133 // For debugging only. Don't use these.
134 #define WebKitPageCacheSizePreferenceKey @"WebKitPageCacheSizePreferenceKey"
135 #define WebKitObjectCacheSizePreferenceKey @"WebKitObjectCacheSizePreferenceKey"
136 #define WebKitDebugFullPageZoomPreferenceKey @"WebKitDebugFullPageZoomPreferenceKey"