webengine/osswebengine/WebKit/WebView/WebPreferenceKeysPrivate.h
changeset 0 dd21522fd290
equal deleted inserted replaced
-1:000000000000 0:dd21522fd290
       
     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 WebKitMinimumFontSizePreferenceKey @"WebKitMinimumFontSize"
       
    40 #define WebKitMinimumLogicalFontSizePreferenceKey @"WebKitMinimumLogicalFontSize"
       
    41 #define WebKitDefaultFontSizePreferenceKey @"WebKitDefaultFontSize"
       
    42 #define WebKitDefaultFixedFontSizePreferenceKey @"WebKitDefaultFixedFontSize"
       
    43 #define WebKitDefaultTextEncodingNamePreferenceKey @"WebKitDefaultTextEncodingName"
       
    44 #define WebKitUserStyleSheetEnabledPreferenceKey @"WebKitUserStyleSheetEnabledPreferenceKey"
       
    45 #define WebKitUserStyleSheetLocationPreferenceKey @"WebKitUserStyleSheetLocationPreferenceKey"
       
    46 #define WebKitShouldPrintBackgroundsPreferenceKey @"WebKitShouldPrintBackgroundsPreferenceKey"
       
    47 #define WebKitTextAreasAreResizablePreferenceKey @"WebKitTextAreasAreResizable"
       
    48 #define WebKitShrinksStandaloneImagesToFit @"WebKitShrinksStandaloneImagesToFitKey"
       
    49 #define WebKitJavaEnabledPreferenceKey @"WebKitJavaEnabled"
       
    50 #define WebKitJavaScriptEnabledPreferenceKey @"WebKitJavaScriptEnabled"
       
    51 #define WebKitJavaScriptCanOpenWindowsAutomaticallyPreferenceKey @"WebKitJavaScriptCanOpenWindowsAutomatically"
       
    52 #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled"
       
    53 #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey"
       
    54 #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey"
       
    55 #define WebKitDisplayImagesKey @"WebKitDisplayImagesKey"
       
    56 #define WebKitBackForwardCacheExpirationIntervalKey @"WebKitBackForwardCacheExpirationIntervalKey"
       
    57 #define WebKitTabToLinksPreferenceKey @"WebKitTabToLinksPreferenceKey"
       
    58 #define WebKitPrivateBrowsingEnabledPreferenceKey @"WebKitPrivateBrowsingEnabled"
       
    59 #define WebContinuousSpellCheckingEnabled @"WebContinuousSpellCheckingEnabled"
       
    60 #define WebGrammarCheckingEnabled @"WebGrammarCheckingEnabled"
       
    61 #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey"
       
    62 #define WebKitUsesPageCachePreferenceKey @"WebKitUsesPageCachePreferenceKey"
       
    63 #define WebKitFTPDirectoryTemplatePath @"WebKitFTPDirectoryTemplatePath"
       
    64 #define WebKitForceFTPDirectoryListings @"WebKitForceFTPDirectoryListings"
       
    65 
       
    66 // These are private both because callers should be using the cover methods and because the
       
    67 // cover methods themselves are private.
       
    68 #define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey @"WebKitRespectStandardStyleKeyEquivalents"
       
    69 #define WebKitShowsURLsInToolTipsPreferenceKey @"WebKitShowsURLsInToolTips"
       
    70 #define WebKitPDFDisplayModePreferenceKey @"WebKitPDFDisplayMode"
       
    71 #define WebKitPDFScaleFactorPreferenceKey @"WebKitPDFScaleFactor"
       
    72 #define WebKitUsePDFPreviewViewPreferenceKey @"WebKitUsePDFPreviewView"
       
    73 #define WebKitUseSiteSpecificSpoofingPreferenceKey @"WebKitUseSiteSpecificSpoofing"
       
    74 #define WebKitEditableLinkBehaviorPreferenceKey @"WebKitEditableLinkBehavior"
       
    75 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey"
       
    76 
       
    77 // CoreGraphics deferred updates are disabled if WebKitEnableCoalescedUpdatesPreferenceKey is set
       
    78 // to NO, or has no value.  For compatibility with Mac OS X 10.4.6, deferred updates are OFF by
       
    79 // default.
       
    80 #define WebKitEnableDeferredUpdatesPreferenceKey @"WebKitEnableDeferredUpdates"
       
    81 
       
    82 // For debugging only. Don't use these.
       
    83 #define WebKitPageCacheSizePreferenceKey @"WebKitPageCacheSizePreferenceKey"
       
    84 #define WebKitObjectCacheSizePreferenceKey @"WebKitObjectCacheSizePreferenceKey"