[webkit-changes] [WebKit/WebKit] d0e0bf: Implement more smart pointers in WebProcess.h/cpp ...
lopezlozoya
noreply at github.com
Wed Feb 26 01:25:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d0e0bfc2ddc9179626131382ba149190bdf9f233
https://github.com/WebKit/WebKit/commit/d0e0bfc2ddc9179626131382ba149190bdf9f233
Author: Adan Lopez <ja_lopezlozoya at apple.com>
Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths:
M Source/WebCore/workers/service/context/SWContextManager.h
M Source/WebCore/workers/shared/context/SharedWorkerContextManager.h
M Source/WebKit/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations
M Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.h
M Source/WebKit/WebProcess/Storage/WebSharedWorkerContextManagerConnection.h
M Source/WebKit/WebProcess/WebPage/WebFrame.h
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/WebProcess.cpp
Log Message:
-----------
Implement more smart pointers in WebProcess.h/cpp (part 4)
https://bugs.webkit.org/show_bug.cgi?id=288252
Reviewed by Ryosuke Niwa.
Deploy more smart pointer fixes and downcasting fixes (part 4).
* Source/WebCore/workers/service/context/SWContextManager.h:
(WebCore::SWContextManager::Connection::isWebSWContextManagerConnection const):
* Source/WebCore/workers/shared/context/SharedWorkerContextManager.h:
(WebCore::SharedWorkerContextManager::Connection::isWebSharedWorkerContextManagerConnection const):
* Source/WebKit/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations:
* Source/WebKit/WebProcess/Storage/WebSWContextManagerConnection.h:
(isType):
* Source/WebKit/WebProcess/Storage/WebSharedWorkerContextManagerConnection.h:
(isType):
* Source/WebKit/WebProcess/WebPage/WebFrame.h:
(isType):
* Source/WebKit/WebProcess/WebPage/WebPage.h:
(isType):
* Source/WebKit/WebProcess/WebProcess.cpp:
(WebKit::WebProcess::dispatchMessage):
(WebKit::WebProcess::transformHandlesToObjects):
(WebKit::WebProcess::transformObjectsToHandles):
Canonical link: https://commits.webkit.org/291102@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