Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 047a6414f50cd86867933555cd83e6796b27d498
https://github.com/WebKit/WebKit/commit/047a6414f50cd86867933555cd83e6796b27d498
Author: Alex Christensen <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebKit/Configurations/AllowedSPI-legacy.toml
M Source/WebKit/UIProcess/API/C/mac/WKPagePrivateMac.h
M Source/WebKit/UIProcess/API/C/mac/WKPagePrivateMac.mm
M Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm
M Source/WebKit/UIProcess/WebProcessPool.h
M Tools/TestWebKitAPI/Tests/WebKit/WKPage/cocoa/ResponsivenessTimerCrash.mm
Log Message:
-----------
Remove unused code in WKPagePrivateMac.mm
https://bugs.webkit.org/show_bug.cgi?id=316565
rdar://179030994
Reviewed by Per Arne Vollan.
There is a lot of code that hasn't been used in many years. Remove it.
I also remove the piece of the unit test ResponsivenessTimerCrash that tested
the code that no longer exists.
Test: Tools/TestWebKitAPI/Tests/WebKit/WKPage/cocoa/ResponsivenessTimerCrash.mm
* Source/WebKit/Configurations/AllowedSPI-legacy.toml:
* Source/WebKit/UIProcess/API/C/mac/WKPagePrivateMac.h:
* Source/WebKit/UIProcess/API/C/mac/WKPagePrivateMac.mm:
(-[WKObservablePageState initWithPage:]): Deleted.
(-[WKObservablePageState dealloc]): Deleted.
(-[WKObservablePageState isLoading]): Deleted.
(-[WKObservablePageState title]): Deleted.
(-[WKObservablePageState URL]): Deleted.
(-[WKObservablePageState hasOnlySecureContent]): Deleted.
(-[WKObservablePageState _webProcessIsResponsive]): Deleted.
(-[WKObservablePageState estimatedProgress]): Deleted.
(-[WKObservablePageState unreachableURL]): Deleted.
(-[WKObservablePageState serverTrust]): Deleted.
(WKPageCreateObservableState): Deleted.
(WKPageGetObjectRegistry): Deleted.
(WKPageIsURLKnownHSTSHost): Deleted.
(WKPageLoadURLRequestReturningNavigation): Deleted.
(WKPageSetFullscreenDelegate): Deleted.
(WKPageGetFullscreenDelegate): Deleted.
* Source/WebKit/UIProcess/Cocoa/WebProcessPoolCocoa.mm:
(WebKit::WebProcessPool::isURLKnownHSTSHost const): Deleted.
* Source/WebKit/UIProcess/WebProcessPool.h:
* Tools/TestWebKitAPI/Tests/WebKit/WKPage/cocoa/ResponsivenessTimerCrash.mm:
(TestWebKitAPI::TEST(WebKit, ResponsivenessTimerCrash)):
Canonical link: https://commits.webkit.org/314973@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications