Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0c1e4142053b27876b98d69677e265cdd063018
https://github.com/WebKit/WebKit/commit/d0c1e4142053b27876b98d69677e265cdd063018
Author: Chris Dumez <[email protected]>
Date: 2025-12-17 (Wed, 17 Dec 2025)
Changed paths:
M Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.cpp
M Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.h
M Source/WebKit/UIProcess/WebContextSupplement.h
M Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp
M Source/WebKit/UIProcess/WebGeolocationManagerProxy.h
Log Message:
-----------
Have WebContextSupplement leverage AbstractRefCounted
https://bugs.webkit.org/show_bug.cgi?id=304320
Reviewed by Geoffrey Garen.
Have WebContextSupplement leverage AbstractRefCounted to simplify the
code a bit.
* Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.cpp:
(WebKit::WebNotificationManagerProxy::refWebContextSupplement): Deleted.
(WebKit::WebNotificationManagerProxy::derefWebContextSupplement): Deleted.
* Source/WebKit/UIProcess/Notifications/WebNotificationManagerProxy.h:
* Source/WebKit/UIProcess/WebContextSupplement.h:
(WebKit::WebContextSupplement::processPoolDestroyed):
(WebKit::WebContextSupplement::protectedProcessPool):
(WebKit::WebContextSupplement::WebContextSupplement):
(WebKit::WebContextSupplement::~WebContextSupplement): Deleted.
(WebKit::WebContextSupplement::ref): Deleted.
(WebKit::WebContextSupplement::deref): Deleted.
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.cpp:
(WebKit::WebGeolocationManagerProxy::refWebContextSupplement): Deleted.
(WebKit::WebGeolocationManagerProxy::derefWebContextSupplement): Deleted.
* Source/WebKit/UIProcess/WebGeolocationManagerProxy.h:
Canonical link: https://commits.webkit.org/304654@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications