[webkit-changes] [WebKit/WebKit] 4730d5: Drop usage of IsDeprecatedTimerSmartPointerExcepti...
Chris Dumez
noreply at github.com
Fri Dec 6 15:54:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4730d5a57cb071f24675d86c2903ad81f470c1d6
https://github.com/WebKit/WebKit/commit/4730d5a57cb071f24675d86c2903ad81f470c1d6
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-12-06 (Fri, 06 Dec 2024)
Changed paths:
M Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp
M Tools/WebKitTestRunner/TestController.cpp
M Tools/WebKitTestRunner/TestController.h
M Tools/WebKitTestRunner/TestInvocation.cpp
M Tools/WebKitTestRunner/TestInvocation.h
Log Message:
-----------
Drop usage of IsDeprecatedTimerSmartPointerException in Tools/
https://bugs.webkit.org/show_bug.cgi?id=284148
Reviewed by Darin Adler.
* Tools/TestWebKitAPI/Tests/WTF/RunLoop.cpp:
* Tools/WebKitTestRunner/TestController.cpp:
(WTR::TestController::createOtherPlatformWebView):
(WTR::TestController::resetStateToConsistentValues):
(WTR::TestController::runTest):
(WTR::TestController::didReceiveMessageFromInjectedBundle):
(WTR::TestController::protectedCurrentInvocation):
(WTR::TestController::didReceiveAsyncMessageFromInjectedBundle):
(WTR::TestController::didReceiveSynchronousMessageFromInjectedBundle):
(WTR::TestController::canAuthenticateAgainstProtectionSpace):
(WTR::TestController::didReceiveAuthenticationChallenge):
(WTR::TestController::downloadDidStart):
(WTR::TestController::decideDestinationWithSuggestedFilename):
(WTR::TestController::downloadDidFinish):
(WTR::TestController::downloadDidReceiveServerRedirectToURL):
(WTR::TestController::downloadDidFail):
(WTR::TestController::receivedServiceWorkerConsoleMessage):
(WTR::TestController::webProcessDidTerminate):
(WTR::TestController::didBeginNavigationGesture):
(WTR::TestController::willEndNavigationGesture):
(WTR::TestController::didEndNavigationGesture):
(WTR::TestController::didRemoveNavigationGestureSnapshot):
(WTR::TestController::handleDeviceOrientationAndMotionAccessRequest):
(WTR::TestController::decidePolicyForNavigationAction):
(WTR::TestController::decidePolicyForNavigationResponse):
(WTR::TestController::didNavigateWithNavigationData):
(WTR::TestController::didPerformClientRedirect):
(WTR::TestController::didPerformServerRedirect):
(WTR::TestController::didUpdateHistoryTitle):
* Tools/WebKitTestRunner/TestController.h:
* Tools/WebKitTestRunner/TestInvocation.cpp:
(WTR::TestInvocation::create):
(WTR::TestInvocation::url const): Deleted.
* Tools/WebKitTestRunner/TestInvocation.h:
Canonical link: https://commits.webkit.org/287466@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