[webkit-changes] [WebKit/WebKit] 363470: Remove MouseEventsSimulationEnabled from Deprecate...
Tim Nguyen
noreply at github.com
Fri Jan 6 00:48:56 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 363470794b46c0167e0f9f91241905937837ff8c
https://github.com/WebKit/WebKit/commit/363470794b46c0167e0f9f91241905937837ff8c
Author: Tim Nguyen <ntim at apple.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/page/DeprecatedGlobalSettings.h
M Source/WebCore/page/Quirks.cpp
Log Message:
-----------
Remove MouseEventsSimulationEnabled from DeprecatedGlobalSettings
https://bugs.webkit.org/show_bug.cgi?id=250190
rdar://103942732
Reviewed by Wenson Hsieh.
Consult m_document->settings() instead.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/page/DeprecatedGlobalSettings.h:
(WebCore::DeprecatedGlobalSettings::mouseEventsSimulationEnabled): Deleted.
(WebCore::DeprecatedGlobalSettings::setMouseEventsSimulationEnabled): Deleted.
* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldDispatchSimulatedMouseEvents const):
Canonical link: https://commits.webkit.org/258528@main
More information about the webkit-changes
mailing list