[webkit-changes] [WebKit/WebKit] 1b6a1b: Expose altitudeAngle and azimuthAngle to PointerEvent
lilyspiniolas
noreply at github.com
Thu Aug 8 16:28:24 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1b6a1bb6dfcbbc09d6e224de75eb932a2e97c64d
https://github.com/WebKit/WebKit/commit/1b6a1bb6dfcbbc09d6e224de75eb932a2e97c64d
Author: Lily Spiniolas <lily_spiniolas at apple.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/pointerevents/idlharness.https.window-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/pointerevents/pointerevent_tiltX_tiltY_to_azimuth_altitude-expected.txt
M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
M Source/WebCore/dom/PointerEvent.cpp
M Source/WebCore/dom/PointerEvent.h
M Source/WebCore/dom/PointerEvent.idl
M Source/WebCore/dom/ios/PointerEventIOS.cpp
M Source/WebKit/UIProcess/ios/WKTouchEventsGestureRecognizer.mm
Log Message:
-----------
Expose altitudeAngle and azimuthAngle to PointerEvent
https://bugs.webkit.org/show_bug.cgi?id=276755
rdar://131974392
Reviewed by Abrar Rahman Protyasha.
These changes make the altitudeAngle and azimuthAngle attributes accessible as part of the PointerEvent interface.
* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/dom/PointerEvent.cpp:
(WebCore::PointerEvent::PointerEvent):
* Source/WebCore/dom/PointerEvent.h:
* Source/WebCore/dom/PointerEvent.idl:
* Source/WebCore/dom/ios/PointerEventIOS.cpp:
(WebCore::m_isPrimary):
* Source/WebKit/UIProcess/ios/WKTouchEventsGestureRecognizer.mm:
Canonical link: https://commits.webkit.org/282017@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list