[webkit-changes] [WebKit/WebKit] 3eea5b: Use more smart pointers in device motion / orienta...
Chris Dumez
noreply at github.com
Thu Oct 19 07:45:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3eea5b1c8625a9390ae0f3c6e73890e2a0e9dbe5
https://github.com/WebKit/WebKit/commit/3eea5b1c8625a9390ae0f3c6e73890e2a0e9dbe5
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M Source/WebCore/dom/DeviceMotionEvent.cpp
M Source/WebCore/dom/DeviceOrientationAndMotionAccessController.cpp
M Source/WebCore/dom/DeviceOrientationAndMotionAccessController.h
M Source/WebCore/dom/DeviceOrientationEvent.cpp
Log Message:
-----------
Use more smart pointers in device motion / orientation classes
https://bugs.webkit.org/show_bug.cgi?id=263339
Reviewed by Ryosuke Niwa.
* Source/WebCore/dom/DeviceMotionEvent.cpp:
(WebCore::DeviceMotionEvent::requestPermission):
* Source/WebCore/dom/DeviceOrientationAndMotionAccessController.cpp:
(WebCore::DeviceOrientationAndMotionAccessController::accessState const):
(WebCore::DeviceOrientationAndMotionAccessController::shouldAllowAccess):
* Source/WebCore/dom/DeviceOrientationAndMotionAccessController.h:
* Source/WebCore/dom/DeviceOrientationEvent.cpp:
(WebCore::DeviceOrientationEvent::requestPermission):
* Source/WebCore/page/FrameDestructionObserver.h:
* Source/WebCore/page/FrameDestructionObserverInlines.h:
(WebCore::FrameDestructionObserver::protectedFrame const):
Canonical link: https://commits.webkit.org/269523@main
More information about the webkit-changes
mailing list