[webkit-changes] [WebKit/WebKit] 5d40aa: [TZone] Add TZone annotations to the platform clas...
Michael Saboff
noreply at github.com
Fri Sep 27 08:41:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5d40aae3f7f862af44e8868fd4d77a95790d5335
https://github.com/WebKit/WebKit/commit/5d40aae3f7f862af44e8868fd4d77a95790d5335
Author: Michael Saboff <msaboff at apple.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M Source/WebCore/dom/DeviceMotionClient.h
M Source/WebCore/dom/DeviceOrientationClient.h
M Source/WebCore/platform/ios/DeviceMotionClientIOS.h
M Source/WebCore/platform/ios/DeviceMotionClientIOS.mm
M Source/WebCore/platform/ios/DeviceOrientationClientIOS.h
M Source/WebCore/platform/ios/DeviceOrientationClientIOS.mm
M Source/WebCore/platform/ios/MotionManagerClient.h
M Source/WebCore/platform/ios/ScrollAnimatorIOS.h
M Source/WebCore/platform/ios/ScrollAnimatorIOS.mm
M Source/WebCore/platform/mac/ScrollAnimatorMac.h
M Source/WebCore/platform/mac/ScrollAnimatorMac.mm
M Source/WebCore/platform/mock/DeviceOrientationClientMock.cpp
M Source/WebCore/platform/mock/DeviceOrientationClientMock.h
Log Message:
-----------
[TZone] Add TZone annotations to the platform classes for device motion, scrolling and orientation
https://bugs.webkit.org/show_bug.cgi?id=280367
rdar://136715489
Reviewed by Yusuke Suzuki.
Added TZone annotations for the device classes that inherit from DeviceClient.
* Source/WebCore/dom/DeviceMotionClient.h:
* Source/WebCore/dom/DeviceOrientationClient.h:
* Source/WebCore/platform/ios/DeviceMotionClientIOS.h:
* Source/WebCore/platform/ios/DeviceMotionClientIOS.mm:
* Source/WebCore/platform/ios/DeviceOrientationClientIOS.h:
* Source/WebCore/platform/ios/DeviceOrientationClientIOS.mm:
* Source/WebCore/platform/ios/MotionManagerClient.h:
* Source/WebCore/platform/ios/ScrollAnimatorIOS.h:
* Source/WebCore/platform/ios/ScrollAnimatorIOS.mm:
* Source/WebCore/platform/mac/ScrollAnimatorMac.h:
* Source/WebCore/platform/mac/ScrollAnimatorMac.mm:
* Source/WebCore/platform/mock/DeviceOrientationClientMock.cpp:
* Source/WebCore/platform/mock/DeviceOrientationClientMock.h:
Canonical link: https://commits.webkit.org/284363@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