Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8f89f93f0265df983e34d1cd66b943f8c1d81aaa https://github.com/WebKit/WebKit/commit/8f89f93f0265df983e34d1cd66b943f8c1d81aaa Author: Jessica Lee <jle...@apple.com> Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths: M Source/WebCore/page/Page.cpp M Source/WebCore/page/Page.h M Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations M Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations M Source/WebKit/WebProcess/Inspector/RemoteWebInspectorUI.cpp M Source/WebKit/WebProcess/Inspector/RemoteWebInspectorUI.h Log Message: ----------- Adopt smart pointers in RemoteWebInspectorUI.cpp https://bugs.webkit.org/show_bug.cgi?id=295068 rdar://problem/154521813 Reviewed by Per Arne Vollan, Ryosuke Niwa, and Anne van Kesteren. Smart pointer adoption as per the static analyzer. * Source/WebCore/page/Page.cpp: (WebCore::Page::checkedDiagnosticLoggingClient const): * Source/WebCore/page/Page.h: * Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations: * Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations: * Source/WebKit/WebProcess/Inspector/RemoteWebInspectorUI.cpp: (WebKit::RemoteWebInspectorUI::RemoteWebInspectorUI): (WebKit::RemoteWebInspectorUI::initialize): (WebKit::RemoteWebInspectorUI::sendMessageToBackend): (WebKit::RemoteWebInspectorUI::windowObjectCleared): (WebKit::RemoteWebInspectorUI::frontendLoaded): (WebKit::RemoteWebInspectorUI::changeSheetRect): (WebKit::RemoteWebInspectorUI::setForcedAppearance): (WebKit::RemoteWebInspectorUI::startWindowDrag): (WebKit::RemoteWebInspectorUI::bringToFront): (WebKit::RemoteWebInspectorUI::closeWindow): (WebKit::RemoteWebInspectorUI::reopen): (WebKit::RemoteWebInspectorUI::resetState): (WebKit::RemoteWebInspectorUI::openURLExternally): (WebKit::RemoteWebInspectorUI::revealFileExternally): (WebKit::RemoteWebInspectorUI::save): (WebKit::RemoteWebInspectorUI::load): (WebKit::RemoteWebInspectorUI::pickColorFromScreen): (WebKit::RemoteWebInspectorUI::showCertificate): (WebKit::RemoteWebInspectorUI::setInspectorPageDeveloperExtrasEnabled): (WebKit::RemoteWebInspectorUI::logDiagnosticEvent): (WebKit::RemoteWebInspectorUI::protectedWebPage): * Source/WebKit/WebProcess/Inspector/RemoteWebInspectorUI.h: Canonical link: https://commits.webkit.org/296884@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes