[webkit-changes] [WebKit/WebKit] 8d191d: Rename PageLoadState's titleFromSafeBrowsingWarnin...
Commit Queue
noreply at github.com
Thu Aug 1 14:52:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8d191d02e3404cc45fe5e64fb76d340f9d25fd55
https://github.com/WebKit/WebKit/commit/8d191d02e3404cc45fe5e64fb76d340f9d25fd55
Author: Matthew Finkel <m_finkel at apple.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/WebKit/UIProcess/PageLoadState.cpp
M Source/WebKit/UIProcess/PageLoadState.h
M Source/WebKit/UIProcess/WebPageProxy.cpp
Log Message:
-----------
Rename PageLoadState's titleFromSafeBrowsingWarning to titleFromBrowsingWarning
https://bugs.webkit.org/show_bug.cgi?id=277502
rdar://133007671
Reviewed by Ryosuke Niwa.
Similar to 281715 at main. This change renames usage of SafeBrowsingWarning in
PageLoadState to use a more generic name.
No behavioral changes.
* Source/WebKit/UIProcess/PageLoadState.cpp:
(WebKit::PageLoadState::commitChanges):
(WebKit::PageLoadState::reset):
(WebKit::PageLoadState::didCommitLoad):
(WebKit::PageLoadState::title const):
(WebKit::PageLoadState::setTitleFromBrowsingWarning):
(WebKit::PageLoadState::setTitleFromSafeBrowsingWarning): Deleted.
* Source/WebKit/UIProcess/PageLoadState.h:
* Source/WebKit/UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::decidePolicyForNavigationAction):
Canonical link: https://commits.webkit.org/281729@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