| /* |
| * Copyright (C) 2005-2020 Apple Inc. All rights reserved. |
| * |
| * Redistribution and use in source and binary forms, with or without |
| * modification, are permitted provided that the following conditions |
| * are met: |
| * |
| * 1. Redistributions of source code must retain the above copyright |
| * notice, this list of conditions and the following disclaimer. |
| * 2. Redistributions in binary form must reproduce the above copyright |
| * notice, this list of conditions and the following disclaimer in the |
| * documentation and/or other materials provided with the distribution. |
| * 3. Neither the name of Apple Inc. ("Apple") nor the names of |
| * its contributors may be used to endorse or promote products derived |
| * from this software without specific prior written permission. |
| * |
| * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
| * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
| * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| |
| // These are private because callers should be using the cover methods. They are in |
| // a Private (as opposed to Internal) header file because Safari uses some of them |
| // for managed preferences. |
| #define WebKitStandardFontPreferenceKey @"WebKitStandardFont" |
| #define WebKitFixedFontPreferenceKey @"WebKitFixedFont" |
| #define WebKitSerifFontPreferenceKey @"WebKitSerifFont" |
| #define WebKitSansSerifFontPreferenceKey @"WebKitSansSerifFont" |
| #define WebKitCursiveFontPreferenceKey @"WebKitCursiveFont" |
| #define WebKitFantasyFontPreferenceKey @"WebKitFantasyFont" |
| #define WebKitPictographFontPreferenceKey @"WebKitPictographFont" |
| #define WebKitMinimumFontSizePreferenceKey @"WebKitMinimumFontSize" |
| #define WebKitMinimumLogicalFontSizePreferenceKey @"WebKitMinimumLogicalFontSize" |
| #define WebKitDefaultFontSizePreferenceKey @"WebKitDefaultFontSize" |
| #define WebKitDefaultFixedFontSizePreferenceKey @"WebKitDefaultFixedFontSize" |
| #define WebKitDefaultTextEncodingNamePreferenceKey @"WebKitDefaultTextEncodingName" |
| #define WebKitUsesEncodingDetectorPreferenceKey @"WebKitUsesEncodingDetector" |
| #define WebKitUserStyleSheetEnabledPreferenceKey @"WebKitUserStyleSheetEnabledPreferenceKey" |
| #define WebKitUserStyleSheetLocationPreferenceKey @"WebKitUserStyleSheetLocationPreferenceKey" |
| #if !TARGET_OS_IPHONE |
| #define WebKitShouldPrintBackgroundsPreferenceKey @"WebKitShouldPrintBackgroundsPreferenceKey" |
| #define WebKitTextAreasAreResizablePreferenceKey @"WebKitTextAreasAreResizable" |
| #endif |
| #define WebKitShrinksStandaloneImagesToFitPreferenceKey @"WebKitShrinksStandaloneImagesToFit" |
| #define WebKitJavaEnabledPreferenceKey @"WebKitJavaEnabled" |
| #define WebKitJavaScriptEnabledPreferenceKey @"WebKitJavaScriptEnabled" |
| #define WebKitJavaScriptMarkupEnabledPreferenceKey @"WebKitJavaScriptMarkupEnabled" |
| #define WebKitWebAnimationsEnabledPreferenceKey @"WebKitWebAnimationsEnabled" |
| #define WebKitWebAnimationsCompositeOperationsEnabledPreferenceKey @"WebKitWebAnimationsCompositeOperationsEnabled" |
| #define WebKitWebAnimationsMutableTimelinesEnabledPreferenceKey @"WebKitWebAnimationsMutableTimelinesEnabled" |
| #define WebKitSyntheticEditingCommandsEnabledPreferenceKey @"WebKitSyntheticEditingCommandsEnabled" |
| #define WebKitWebSecurityEnabledPreferenceKey @"WebKitWebSecurityEnabled" |
| #define WebKitAllowUniversalAccessFromFileURLsPreferenceKey @"WebKitAllowUniversalAccessFromFileURLs" |
| #define WebKitAllowFileAccessFromFileURLsPreferenceKey @"WebKitAllowFileAccessFromFileURLs" |
| #define WebKitAllowCrossOriginSubresourcesToAskForCredentialsKey @"WebKitAllowCrossOriginSubresourcesToAskForCredentials" |
| #define WebKitAllowTopNavigationToDataURLsPreferenceKey @"WebKitAllowTopNavigationToDataURLs" |
| #define WebKitNeedsStorageAccessFromFileURLsQuirkKey @"WebKitNeedsStorageAccessFromFileURLsQuirk" |
| #define WebKitJavaScriptCanOpenWindowsAutomaticallyPreferenceKey @"WebKitJavaScriptCanOpenWindowsAutomatically" |
| #define WebKitPluginsEnabledPreferenceKey @"WebKitPluginsEnabled" |
| #define WebKitDatabasesEnabledPreferenceKey @"WebKitDatabasesEnabledPreferenceKey" |
| #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" |
| #define WebKitExperimentalNotificationsEnabledPreferenceKey @"WebKitExperimentalNotificationsEnabledPreferenceKey" |
| #define WebKitAllowAnimatedImagesPreferenceKey @"WebKitAllowAnimatedImagesPreferenceKey" |
| #define WebKitAllowAnimatedImageLoopingPreferenceKey @"WebKitAllowAnimatedImageLoopingPreferenceKey" |
| #define WebKitDisplayImagesKey @"WebKitDisplayImagesKey" |
| #define WebKitAdditionalSupportedImageTypesKey @"WebKitAdditionalSupportedImageTypesKey" |
| #define WebKitLoadSiteIconsKey @"WebKitLoadSiteIconsKey" |
| #define WebKitBackForwardCacheExpirationIntervalKey @"WebKitBackForwardCacheExpirationIntervalKey" |
| #if !TARGET_OS_IPHONE |
| #define WebKitTabToLinksPreferenceKey @"WebKitTabToLinksPreferenceKey" |
| #endif |
| #define WebKitPrivateBrowsingEnabledPreferenceKey @"WebKitPrivateBrowsingEnabled" |
| #define WebSmartInsertDeleteEnabled @"WebSmartInsertDeleteEnabled" |
| #if !TARGET_OS_IPHONE |
| #define WebContinuousSpellCheckingEnabled @"WebContinuousSpellCheckingEnabled" |
| #define WebGrammarCheckingEnabled @"WebGrammarCheckingEnabled" |
| #endif |
| #define WebAutomaticQuoteSubstitutionEnabled @"WebAutomaticQuoteSubstitutionEnabled" |
| #define WebAutomaticLinkDetectionEnabled @"WebAutomaticLinkDetectionEnabled" |
| #define WebAutomaticDashSubstitutionEnabled @"WebAutomaticDashSubstitutionEnabled" |
| #define WebAutomaticTextReplacementEnabled @"WebAutomaticTextReplacementEnabled" |
| #define WebAutomaticSpellingCorrectionEnabled @"WebAutomaticSpellingCorrectionEnabled" |
| #define WebKitDOMPasteAllowedPreferenceKey @"WebKitDOMPasteAllowedPreferenceKey" |
| #define WebKitUsesPageCachePreferenceKey @"WebKitUsesPageCachePreferenceKey" |
| #define WebKitPageCacheSupportsPluginsPreferenceKey @"WebKitPageCacheSupportsPluginsPreferenceKey" |
| #define WebKitFTPDirectoryTemplatePath @"WebKitFTPDirectoryTemplatePath" |
| #define WebKitForceFTPDirectoryListings @"WebKitForceFTPDirectoryListings" |
| #define WebKitDeveloperExtrasEnabledPreferenceKey @"WebKitDeveloperExtrasEnabledPreferenceKey" |
| #define WebKitJavaScriptRuntimeFlagsPreferenceKey @"WebKitJavaScriptRuntimeFlagsPreferenceKey" |
| #define WebKitAuthorAndUserStylesEnabledPreferenceKey @"WebKitAuthorAndUserStylesEnabledPreferenceKey" |
| #define WebKitDOMTimersThrottlingEnabledPreferenceKey @"WebKitDOMTimersThrottlingEnabledPreferenceKey" |
| #define WebKitWebArchiveDebugModeEnabledPreferenceKey @"WebKitWebArchiveDebugModeEnabledPreferenceKey" |
| #define WebKitLocalFileContentSniffingEnabledPreferenceKey @"WebKitLocalFileContentSniffingEnabledPreferenceKey" |
| #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey" |
| #define WebKitEnableFullDocumentTeardownPreferenceKey @"WebKitEnableFullDocumentTeardown" |
| #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnabled" |
| #define WebKitApplicationCacheTotalQuota @"WebKitApplicationCacheTotalQuota" |
| #define WebKitApplicationCacheDefaultOriginQuota @"WebKitApplicationCacheDefaultOriginQuota" |
| #define WebKitZoomsTextOnlyPreferenceKey @"WebKitZoomsTextOnly" |
| #define WebKitJavaScriptCanAccessClipboardPreferenceKey @"WebKitJavaScriptCanAccessClipboard" |
| #define WebKitXSSAuditorEnabledPreferenceKey @"WebKitXSSAuditorEnabled" |
| #define WebKitAcceleratedDrawingEnabledPreferenceKey @"WebKitAcceleratedDrawingEnabled" |
| #define WebKitDisplayListDrawingEnabledPreferenceKey @"WebKitDisplayListDrawingEnabled" |
| #define WebKitCanvasUsesAcceleratedDrawingPreferenceKey @"WebKitCanvasUsesAcceleratedDrawing" |
| #define WebKitAcceleratedCompositingEnabledPreferenceKey @"WebKitAcceleratedCompositingEnabled" |
| #define WebKitShowDebugBordersPreferenceKey @"WebKitShowDebugBorders" |
| #define WebKitSubpixelAntialiasedLayerTextEnabledPreferenceKey @"WebKitSubpixelAntialiasedLayerTextEnabled" |
| #define WebKitSimpleLineLayoutEnabledPreferenceKey @"WebKitSimpleLineLayoutEnabled" |
| #define WebKitSimpleLineLayoutDebugBordersEnabledPreferenceKey @"WebKitSimpleLineLayoutDebugBordersEnabled" |
| #define WebKitContentChangeObserverEnabledPreferenceKey @"WebKitContentChangeObserverEnabled" |
| #define WebKitShowRepaintCounterPreferenceKey @"WebKitShowRepaintCounter" |
| #define WebKitWebAudioEnabledPreferenceKey @"WebKitWebAudioEnabled" |
| #define WebKitWebGLEnabledPreferenceKey @"WebKitWebGLEnabled" |
| #define WebKitWebGL2EnabledPreferenceKey @"WebKitWebGL2Enabled" |
| #define WebKitWebGPUEnabledPreferenceKey @"WebKitWebGPUEnabled" |
| #define WebKitForceWebGLUsesLowPowerPreferenceKey @"WebKitForceWebGLUsesLowPower" |
| #define WebKitMaskWebGLStringsEnabledPreferenceKey @"WebKitMaskWebGLStringsEnabled" |
| #define WebKitAccelerated2dCanvasEnabledPreferenceKey @"WebKitAccelerated2dCanvasEnabled" |
| #define WebKitFrameFlatteningPreferenceKey @"WebKitFrameFlattening" |
| #define WebKitAsyncFrameScrollingEnabledPreferenceKey @"WebKitAsyncFrameScrollingEnabled" |
| #define WebKitSpatialNavigationEnabledPreferenceKey @"WebKitSpatialNavigationEnabled" |
| #define WebKitPaginateDuringLayoutEnabledPreferenceKey @"WebKitPaginateDuringLayoutEnabled" |
| #define WebKitDNSPrefetchingEnabledPreferenceKey @"WebKitDNSPrefetchingEnabled" |
| #define WebKitFullScreenEnabledPreferenceKey @"WebKitFullScreenEnabled" |
| #define WebKitAsynchronousSpellCheckingEnabledPreferenceKey @"WebKitAsynchronousSpellCheckingEnabled" |
| #define WebKitHyperlinkAuditingEnabledPreferenceKey @"WebKitHyperlinkAuditingEnabled" |
| #define WebKitAVFoundationEnabledKey @"WebKitAVFoundationEnabled" |
| #define WebKitAVFoundationNSURLSessionEnabledKey @"WebKitAVFoundationNSURLSessionEnabled" |
| #define WebKitHixie76WebSocketProtocolEnabledKey @"WebKitHixie76WebSocketProtocolEnabled" |
| #define WebKitRequiresUserGestureForMediaPlaybackPreferenceKey @"WebKitMediaPlaybackRequiresUserGesture" |
| #define WebKitRequiresUserGestureForVideoPlaybackPreferenceKey @"WebKitVideoPlaybackRequiresUserGesture" |
| #define WebKitRequiresUserGestureForAudioPlaybackPreferenceKey @"WebKitAudioPlaybackRequiresUserGesture" |
| #define WebKitMainContentUserGestureOverrideEnabledPreferenceKey @"WebKitMainContentUserGestureOverrideEnabled" |
| #define WebKitAllowsInlineMediaPlaybackPreferenceKey @"WebKitMediaPlaybackAllowsInline" |
| #define WebKitAllowsInlineMediaPlaybackAfterFullscreenPreferenceKey @"WebKitAllowsInlineMediaPlaybackAfterFullscreen" |
| #define WebKitInlineMediaPlaybackRequiresPlaysInlineAttributeKey @"InlineMediaPlaybackRequiresPlaysInlineAttribute" |
| #define WebKitInvisibleAutoplayNotPermittedKey @"InvisibleAutoplayNotPermitted" |
| #define WebKitAllowsPictureInPictureMediaPlaybackPreferenceKey @"WebKitAllowsPictureInPictureMediaPlayback" |
| #define WebKitAllowsAirPlayForMediaPlaybackPreferenceKey @"WebKitMediaPlaybackAllowsAirPlay" |
| #define WebKitMediaControlsScaleWithPageZoomPreferenceKey @"WebKitMediaControlsScaleWithPageZoom" |
| #define WebKitMockScrollbarsEnabledPreferenceKey @"WebKitMockScrollbarsEnabled" |
| #define WebKitShouldDisplaySubtitlesPreferenceKey @"WebKitShouldDisplaySubtitles" |
| #define WebKitShouldDisplayCaptionsPreferenceKey @"WebKitShouldDisplayCaptions" |
| #define WebKitShouldDisplayTextDescriptionsPreferenceKey @"WebKitShouldDisplayTextDescriptions" |
| #define WebKitNotificationsEnabledKey @"WebKitNotificationsEnabled" |
| #define WebKitSuppressesIncrementalRenderingKey @"WebKitSuppressesIncrementalRendering" |
| #define WebKitSubpixelCSSOMElementMetricsEnabledPreferenceKey @"WebKitSubpixelCSSOMElementMetricsEnabled" |
| #define WebKitResourceLoadStatisticsEnabledPreferenceKey @"WebKitResourceLoadStatisticsEnabled" |
| #define WebKitLargeImageAsyncDecodingEnabledPreferenceKey @"WebKitLargeImageAsyncDecodingEnabled" |
| #define WebKitAnimatedImageAsyncDecodingEnabledPreferenceKey @"WebKitAnimatedImageAsyncDecodingEnabled" |
| #if TARGET_OS_IPHONE |
| #define WebKitAudioSessionCategoryOverride @"WebKitAudioSessionCategoryOverride" |
| #define WebKitAVKitEnabled @"WebKitAVKitEnabled" |
| #endif |
| #define WebKitShouldRespectImageOrientationKey @"WebKitShouldRespectImageOrientation" |
| #define WebKitRequestAnimationFrameEnabledPreferenceKey @"WebKitRequestAnimationFrameEnabled" |
| #define WebKitDiagnosticLoggingEnabledKey @"WebKitDiagnosticLoggingEnabled" |
| #define WebKitStorageBlockingPolicyKey @"WebKitStorageBlockingPolicy" |
| #define WebKitPlugInSnapshottingEnabledPreferenceKey @"WebKitPlugInSnapshottingEnabled" |
| #define WebKitHiddenPageDOMTimerThrottlingEnabledPreferenceKey @"WebKitHiddenPageDOMTimerThrottlingEnabled" |
| #define WebKitHiddenPageCSSAnimationSuspensionEnabledPreferenceKey @"WebKitHiddenPageCSSAnimationSuspensionEnabled" |
| #define WebKitLowPowerVideoAudioBufferSizeEnabledPreferenceKey @"WebKitLowPowerVideoAudioBufferSizeEnabled" |
| #define WebKitUseLegacyTextAlignPositionedElementBehaviorPreferenceKey @"WebKitUseLegacyTextAlignPositionedElementBehavior" |
| #define WebKitMediaSourceEnabledPreferenceKey @"WebKitMediaSourceEnabled" |
| #define WebKitSourceBufferChangeTypeEnabledPreferenceKey @"WebKitSourceBufferChangeTypeEnabled" |
| #define WebKitShouldConvertPositionStyleOnCopyPreferenceKey @"WebKitShouldConvertPositionStyleOnCopy" |
| #define WebKitImageControlsEnabledPreferenceKey @"WebKitImageControlsEnabled" |
| #define WebKitGamepadsEnabledPreferenceKey @"WebKitGamepadsEnabled" |
| #define WebKitHighlightAPIEnabledPreferenceKey @"WebKitHighlightAPIEnabled" |
| #define WebKitServiceControlsEnabledPreferenceKey @"WebKitServiceControlsEnabled" |
| #define WebKitMediaKeysStorageDirectoryKey @"WebKitMediaKeysStorageDirectory" |
| #define WebKitShadowDOMEnabledPreferenceKey @"WebKitShadowDOMEnabled" |
| #define WebKitCustomElementsEnabledPreferenceKey @"WebKitCustomElementsEnabled" |
| #define WebKitDataTransferItemsEnabledPreferenceKey @"WebKitDataTransferItemsEnabled" |
| #define WebKitCustomPasteboardDataEnabledPreferenceKey @"WebKitCustomPasteboardDataEnabled" |
| #define WebKitDialogElementEnabledPreferenceKey @"WebKitDialogElementEnabledPreferenceKey" |
| #define WebKitKeygenElementEnabledPreferenceKey @"WebKitKeygenElementEnabledPreferenceKey" |
| #define WebKitCacheAPIEnabledPreferenceKey @"WebKitCacheAPIEnabled" |
| #define WebKitFetchAPIEnabledPreferenceKey @"WebKitFetchAPIEnabled" |
| #define WebKitWritableStreamAPIEnabledPreferenceKey @"WebKitWritableStreamAPIEnabled" |
| #define WebKitReadableByteStreamAPIEnabledPreferenceKey @"WebKitReadableByteStreamAPIEnabled" |
| #define WebKitDownloadAttributeEnabledPreferenceKey @"WebKitDownloadAttributeEnabled" |
| #define WebKitDirectoryUploadEnabledPreferenceKey @"WebKitDirectoryUploadEnabled" |
| #define WebKitVisualViewportAPIEnabledPreferenceKey @"WebKitVisualViewportAPIEnabled" |
| #define WebKitCSSOMViewScrollingAPIEnabledPreferenceKey @"WebKitCSSOMViewScrollingAPIEnabled" |
| #define WebKitCSSOMViewSmoothScrollingEnabledPreferenceKey @"WebKitCSSOMViewSmoothScrollingEnabled" |
| #define WebKitModernMediaControlsEnabledPreferenceKey @"WebKitModernMediaControlsEnabled" |
| #define WebKitRemotePlaybackEnabledPreferenceKey @"WebKitRemotePlaybackEnabled" |
| #define WebKitSubtleCryptoEnabledPreferenceKey @"WebKitSubtleCryptoEnabled" |
| #define WebKitMediaDevicesEnabledPreferenceKey @"WebKitMediaDevicesEnabled" |
| #define WebKitMediaStreamEnabledPreferenceKey @"WebKitMediaStreamEnabled" |
| #define WebKitPeerConnectionEnabledPreferenceKey @"WebKitPeerConnectionEnabled" |
| #define WebKitLinkPreloadEnabledPreferenceKey @"WebKitLinkPreloadEnabled" |
| #define WebKitMediaPreloadingEnabledPreferenceKey @"WebKitMediaPreloadingEnabled" |
| #define WebKitMediaUserGestureInheritsFromDocument @"WebKitMediaUserGestureInheritsFromDocument" |
| #define WebKitIsSecureContextAttributeEnabledPreferenceKey @"WebKitIsSecureContextAttributeEnabled" |
| #define WebKitViewportFitEnabledPreferenceKey @"WebKitViewportFitEnabled" |
| #define WebKitConstantPropertiesEnabledPreferenceKey @"WebKitConstantPropertiesEnabled" |
| #define WebKitColorFilterEnabledPreferenceKey @"WebKitColorFilterEnabled" |
| #define WebKitPunchOutWhiteBackgroundsInDarkModePreferenceKey @"WebKitPunchOutWhiteBackgroundsInDarkMode" |
| #define WebKitFetchAPIKeepAliveEnabledPreferenceKey @"WebKitFetchAPIKeepAliveEnabled" |
| #define WebKitWebAnimationsCSSIntegrationEnabledPreferenceKey @"WebKitWebAnimationsCSSIntegrationEnabled" |
| #define WebKitCSSShadowPartsEnabledPreferenceKey @"WebKitCSSShadowPartsEnabled" |
| #define WebKitLayoutFormattingContextIntegrationEnabledPreferenceKey @"WebKitLayoutFormattingContextIntegrationEnabled" |
| #define WebKitWebSQLEnabledPreferenceKey @"WebKitWebSQLEnabled" |
| |
| #if !TARGET_OS_IPHONE |
| // These are private both because callers should be using the cover methods and because the |
| // cover methods themselves are private. |
| #define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey @"WebKitRespectStandardStyleKeyEquivalents" |
| #define WebKitShowsURLsInToolTipsPreferenceKey @"WebKitShowsURLsInToolTips" |
| #define WebKitShowsToolTipOverTruncatedTextPreferenceKey @"WebKitShowsToolTipOverTruncatedText" |
| #define WebKitPDFDisplayModePreferenceKey @"WebKitPDFDisplayMode" |
| #define WebKitPDFScaleFactorPreferenceKey @"WebKitPDFScaleFactor" |
| #endif |
| |
| #define WebKitUseSiteSpecificSpoofingPreferenceKey @"WebKitUseSiteSpecificSpoofing" |
| #define WebKitEditableLinkBehaviorPreferenceKey @"WebKitEditableLinkBehavior" |
| #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey" |
| #define WebKitTextDirectionSubmenuInclusionBehaviorPreferenceKey @"WebKitTextDirectionSubmenuInclusionBehaviorPreferenceKey" |
| #define WebKitUsePreHTML5ParserQuirksKey @"WebKitUsePreHTML5ParserQuirks" |
| #define WebKitBackspaceKeyNavigationEnabledKey @"WebKitBackspaceKeyNavigationEnabled" |
| #define WebKitIncrementalRenderingSuppressionTimeoutInSecondsKey @"WebKitIncrementalRenderingSuppressionTimeoutInSeconds" |
| #define WebKitWantsBalancedSetDefersLoadingBehaviorKey @"WebKitWantsBalancedSetDefersLoadingBehavior" |
| #define WebKitDebugFullPageZoomPreferenceKey @"WebKitDebugFullPageZoomPreferenceKey" |
| #define WebKitMinimumZoomFontSizePreferenceKey @"WebKitMinimumZoomFontSizePreferenceKey" |
| #define WebKitTextAutosizingEnabledPreferenceKey @"WebKitTextAutosizingEnabled" |
| #define WebKitHTTPEquivEnabledPreferenceKey @"WebKitHTTPEquivEnabled" |
| |
| #if TARGET_OS_IPHONE |
| #define WebKitStandalonePreferenceKey @"WebKitStandalonePreferenceKey" |
| #define WebKitTelephoneParsingEnabledPreferenceKey @"WebKitTelephoneParsingEnabledPreferenceKey" |
| #define WebKitAllowMultiElementImplicitFormSubmissionPreferenceKey @"WebKitAllowMultiElementImplicitFormSubmissionPreferenceKey" |
| #define WebKitAlwaysRequestGeolocationPermissionPreferenceKey @"WebKitAlwaysRequestGeolocationPermission" |
| #define WebKitMaxParseDurationPreferenceKey @"WebKitMaxParseDurationPreferenceKey" |
| #define WebKitStorageTrackerEnabledPreferenceKey @"WebKitStorageTrackerEnabledPreferenceKey" |
| #define WebKitAlwaysUseAcceleratedOverflowScrollPreferenceKey @"WebKitAlwaysUseAcceleratedOverflowScroll" |
| #define WebKitInterpolationQualityPreferenceKey @"WebKitInterpolationQualityPreferenceKey" |
| #define WebKitPasswordEchoEnabledPreferenceKey @"WebKitEnablePasswordEchoPreferenceKey" |
| #define WebKitPasswordEchoDurationPreferenceKey @"WebKitPasswordEchoDurationPreferenceKey" |
| #define WebKitNetworkDataUsageTrackingEnabledPreferenceKey @"WebKitNetworkDataUsageTrackingEnabledPreferenceKey" |
| #define WebKitNetworkInterfaceNamePreferenceKey @"WebKitNetworkInterfaceNamePreferenceKey" |
| #define WebKitQuickLookDocumentSavingPreferenceKey @"WebKitQuickLookDocumentSavingPreferenceKey" |
| #endif |
| |
| #define WebKitEnableInheritURIQueryComponentPreferenceKey @"WebKitEnableInheritURIQueryComponent" |
| #define WebKitMediaDataLoadsAutomaticallyPreferenceKey @"WebKitMediaDataLoadsAutomatically" |
| #define WebKitMockCaptureDevicesEnabledPreferenceKey @"WebKitMockCaptureDevicesEnabled" |
| #define WebKitMockCaptureDevicesPromptEnabledPreferenceKey @"WebKitMockCaptureDevicesPromptEnabled" |
| #define WebKitEnumeratingAllNetworkInterfacesEnabledPreferenceKey @"WebKitEnumeratingAllNetworkInterfacesEnabled" |
| #define WebKitICECandidateFilteringEnabledPreferenceKey @"WebKitICECandidateFilteringEnabled" |
| #define WebKitMediaCaptureRequiresSecureConnectionPreferenceKey @"WebKitMediaCaptureRequiresSecureConnection" |
| #define WebKitAttachmentElementEnabledPreferenceKey @"WebKitAttachmentElementEnabled" |
| #define WebKitIntersectionObserverEnabledPreferenceKey @"WebKitIntersectionObserverEnabled" |
| #define WebKitMenuItemElementEnabledPreferenceKey @"WebKitMenuItemElementEnabled" |
| #define WebKitUserTimingEnabledPreferenceKey @"WebKitUserTimingEnabled" |
| #define WebKitResourceTimingEnabledPreferenceKey @"WebKitResourceTimingEnabled" |
| #define WebKitMediaContentTypesRequiringHardwareSupportPreferenceKey @"WebKitMediaContentTypesRequiringHardwareSupport" |
| #define WebKitLegacyEncryptedMediaAPIEnabledKey @"WebKitLegacyEncryptedMediaAPIEnabled" |
| #define WebKitEncryptedMediaAPIEnabledKey @"WebKitEncryptedMediaAPIEnabled" |
| #define WebKitPictureInPictureAPIEnabledKey @"WebKitPictureInPictureAPIEnabled" |
| #define WebKitGenericCueAPIEnabledKey @"WebKitGenericCueAPIEnabled" |
| #define WebKitUseGPUProcessForMediaKey @"WebKitUseGPUProcessForMedia" |
| #define WebKitAllowMediaContentTypesRequiringHardwareSupportAsFallbackKey @"WebKitAllowMediaContentTypesRequiringHardwareSupportAsFallback" |
| #define WebKitInspectorAdditionsEnabledPreferenceKey @"WebKitInspectorAdditionsEnabled" |
| #define WebKitAccessibilityObjectModelEnabledPreferenceKey @"WebKitAccessibilityObjectModelEnabled" |
| #define WebKitAriaReflectionEnabledPreferenceKey @"WebKitAriaReflectionEnabled" |
| #define WebKitMediaCapabilitiesEnabledPreferenceKey @"WebKitMediaCapabilitiesEnabled" |
| #define WebKitMediaRecorderEnabledPreferenceKey @"WebKitMediaRecorderEnabled" |
| #define WebKitServerTimingEnabledPreferenceKey @"WebKitServerTimingEnabled" |
| #define WebKitSelectionAcrossShadowBoundariesEnabledPreferenceKey @"WebKitSelectionAcrossShadowBoundariesEnabled" |
| #define WebKitCSSLogicalEnabledPreferenceKey @"WebKitCSSLogicalEnabled" |
| #define WebKitAdClickAttributionEnabledPreferenceKey @"WebKitAdClickAttributionEnabled" |
| #define WebKitReferrerPolicyAttributeEnabledPreferenceKey @"WebKitReferrerPolicyAttributeEnabled" |
| #define WebKitResizeObserverEnabledPreferenceKey @"WebKitResizeObserverEnabled" |
| #define WebKitCoreMathMLEnabledPreferenceKey @"WebKitCoreMathMLEnabled" |
| #define WebKitRequestIdleCallbackEnabledPreferenceKey @"WebKitRequestIdleCallbackEnabled" |
| #define WebKitAsyncClipboardAPIEnabledPreferenceKey @"WebKitAsyncClipboardAPIEnabled" |
| #define WebKitLinkPreloadResponsiveImagesEnabledPreferenceKey @"WebKitLinkPreloadResponsiveImagesEnabled" |
| #define WebKitDebugInAppBrowserPrivacyEnabledPreferenceKey @"WebKitDebugInAppBrowserPrivacyEnabled" |
| #define WebKitAspectRatioOfImgFromWidthAndHeightEnabledPreferenceKey @"WebKitAspectRatioOfImgFromWidthAndHeightEnabled" |
| #define WebKitDebugNeedsInAppBrowserPrivacyQuirksPreferenceKey @"WebKitNeedsInAppBrowserPrivacyQuirks" |