[webkit-changes] [WebKit/WebKit] 7b4f80: Generate "top document URL" and "top document secu...
Brady Eidson
noreply at github.com
Wed Dec 18 13:51:19 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7b4f80884df1954b0fb7c58d2543d5cc4b038fef
https://github.com/WebKit/WebKit/commit/7b4f80884df1954b0fb7c58d2543d5cc4b038fef
Author: Brady Eidson <beidson at apple.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M Source/WebCore/dom/Document.cpp
M Source/WebCore/page/LocalFrame.cpp
M Source/WebCore/page/LocalFrame.h
M Source/WebCore/page/Page.cpp
M Source/WebCore/page/Page.h
M Source/WebCore/page/ProcessSyncData.in
M Source/WebKit/WebProcess/WebPage/WebPage.cpp
Log Message:
-----------
Generate "top document URL" and "top document security origin" synchronization
rdar://141635748
https://bugs.webkit.org/show_bug.cgi?id=284839
Reviewed by Alex Christensen.
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::topOrigin const):
(WebCore::Document::setURL):
(WebCore::Document::securityOriginDidChange):
* Source/WebCore/page/LocalFrame.cpp:
(WebCore::LocalFrame::documentURLOrOriginDidChange):
(WebCore::LocalFrame::documentURLDidChange): Deleted.
* Source/WebCore/page/LocalFrame.h:
* Source/WebCore/page/Page.cpp:
(WebCore::Page::setMainFrame):
(WebCore::Page::setMainFrameURLAndOrigin):
(WebCore::Page::updateProcessSyncData):
(WebCore::Page::updateTopDocumentSyncData):
(WebCore::Page::mainFrameURL const):
(WebCore::Page::mainFrameOrigin const):
(WebCore::Page::setSessionID):
(WebCore::Page::setMainFrameURL): Deleted.
* Source/WebCore/page/Page.h:
(WebCore::Page::mainFrameURL const): Deleted.
* Source/WebCore/page/ProcessSyncData.in:
* Source/WebKit/WebProcess/WebPage/WebPage.cpp:
(WebKit::m_textAnimationController):
Canonical link: https://commits.webkit.org/288038@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