Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bab06beb13649d5eeece449add77ef8ed64166dd
https://github.com/WebKit/WebKit/commit/bab06beb13649d5eeece449add77ef8ed64166dd
Author: Adrian Perez de Castro <[email protected]>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M Source/WebKit/UIProcess/WebPageProxy.cpp
M Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.h
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/WebPage/WebPage.messages.in
Log Message:
-----------
Remove unused WebLocalFrameLoaderClient::m_useIconLoadingClient and related
code
https://bugs.webkit.org/show_bug.cgi?id=301359
Reviewed by Sihui Liu.
Remove WebLocalFrameLoaderClient::m_useIconLoadingClient, which is
set but never read since 191542@main. This also removes the related
code to propagate the value from the UIProcess.
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::setIconLoadingClient):
* Source/WebKit/WebProcess/WebCoreSupport/WebLocalFrameLoaderClient.h:
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::setUseIconLoadingClient): Deleted.
* Source/WebKit/WebProcess/WebPage/WebPage.h:
* Source/WebKit/WebProcess/WebPage/WebPage.messages.in:
Canonical link: https://commits.webkit.org/302050@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications