[webkit-changes] [WebKit/WebKit] 63424f: `WebBackForwardList` should hold a WeakPtr to `Web...
Charlie Wolfe
noreply at github.com
Mon Jun 17 19:56:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 63424f113b79faad00f4bdba334181a9d0e0d2b6
https://github.com/WebKit/WebKit/commit/63424f113b79faad00f4bdba334181a9d0e0d2b6
Author: Charlie Wolfe <charliew at apple.com>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M Source/WebKit/UIProcess/WebBackForwardList.cpp
M Source/WebKit/UIProcess/WebBackForwardList.h
Log Message:
-----------
`WebBackForwardList` should hold a WeakPtr to `WebPageProxy`
https://bugs.webkit.org/show_bug.cgi?id=275580
rdar://130025240
Reviewed by Chris Dumez.
* Source/WebKit/UIProcess/WebBackForwardList.cpp:
(WebKit::WebBackForwardList::pageClosed):
(WebKit::WebBackForwardList::addItem):
(WebKit::WebBackForwardList::goToItem):
(WebKit::WebBackForwardList::removeAllItems):
(WebKit::WebBackForwardList::clear):
(WebKit::WebBackForwardList::didRemoveItem):
(WebKit::WebBackForwardList::protectedPage):
* Source/WebKit/UIProcess/WebBackForwardList.h:
Canonical link: https://commits.webkit.org/280102@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