Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Settings] Move remaining simple settings to Settings.in
https://bugs.webkit.org/show_bug.cgi?id=177730 <rdar://problem/34763346> Patch by Sam Weinig <sam@webkit.org> on 2017-10-18 Reviewed by Daniel Bates. * Scripts/GenerateSettings/Settings.py: (Setting.__init__): (Setting.__str__): (Setting.getterFunctionName): (parseInput): Add support for parsing the 'getter' option. * page/Settings.in: Migrate simple settings from SettingsBase to here. * page/SettingsBase.cpp: (WebCore::SettingsBase::SettingsBase): (WebCore::SettingsBase::setJavaEnabled): Deleted. (WebCore::SettingsBase::setJavaEnabledForLocalFiles): Deleted. (WebCore::SettingsBase::setPreferMIMETypeForImages): Deleted. (WebCore::SettingsBase::setForcePendingWebGLPolicy): Deleted. (WebCore::SettingsBase::setNeedsAdobeFrameReloadingQuirk): Deleted. (WebCore::SettingsBase::setFontRenderingMode): Deleted. (WebCore::SettingsBase::fontRenderingMode const): Deleted. (WebCore::SettingsBase::setShowTiledScrollingIndicator): Deleted. (WebCore::SettingsBase::setFontFallbackPrefersPictographs): Deleted. * page/SettingsBase.h: (WebCore::SettingsBase::isJavaEnabled const): Deleted. (WebCore::SettingsBase::isJavaEnabledForLocalFiles const): Deleted. (WebCore::SettingsBase::preferMIMETypeForImages const): Deleted. (WebCore::SettingsBase::needsAcrobatFrameReloadingQuirk const): Deleted. (WebCore::SettingsBase::showTiledScrollingIndicator const): Deleted. (WebCore::SettingsBase::setTouchEventEmulationEnabled): Deleted. (WebCore::SettingsBase::isTouchEventEmulationEnabled const): Deleted. (WebCore::SettingsBase::setTimeWithoutMouseMovementBeforeHidingControls): Deleted. (WebCore::SettingsBase::timeWithoutMouseMovementBeforeHidingControls const): Deleted. (WebCore::SettingsBase::fontFallbackPrefersPictographs const): Deleted. (WebCore::SettingsBase::setMediaKeysStorageDirectory): Deleted. (WebCore::SettingsBase::mediaKeysStorageDirectory const): Deleted. (WebCore::SettingsBase::setMediaDeviceIdentifierStorageDirectory): Deleted. (WebCore::SettingsBase::mediaDeviceIdentifierStorageDirectory const): Deleted. (WebCore::SettingsBase::applePayEnabled const): Deleted. (WebCore::SettingsBase::setApplePayEnabled): Deleted. (WebCore::SettingsBase::applePayCapabilityDisclosureAllowed const): Deleted. (WebCore::SettingsBase::setApplePayCapabilityDisclosureAllowed): Deleted. (WebCore::SettingsBase::isForcePendingWebGLPolicy const): Deleted. Remove simple settings. Canonical link: https://commits.webkit.org/194676@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@223624 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
116 additions
and 178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.