Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ce79778ca494ab59d10d66723e3238a84035f4c
https://github.com/WebKit/WebKit/commit/6ce79778ca494ab59d10d66723e3238a84035f4c
Author: Chris Dumez <[email protected]>
Date: 2026-07-29 (Wed, 29 Jul 2026)
Changed paths:
M Source/WebCore/css/calc/CSSCalcTree.cpp
M Source/WebCore/editing/Editor.cpp
M Source/WebCore/rendering/RenderLayerBacking.cpp
M Source/WebCore/style/StyleCustomPropertyRegistry.cpp
M Source/WebCore/style/values/masking/StyleClipPath.h
M Source/WebCore/workers/WorkerScriptLoader.cpp
M Source/WebCore/workers/service/context/ServiceWorkerThread.cpp
M Source/WebCore/workers/service/server/SWServer.cpp
M Source/WebKit/NetworkProcess/NetworkCORSPreflightChecker.cpp
M Source/WebKit/UIProcess/WebProcessPool.cpp
M Source/WebKit/UIProcess/WebProcessProxy.cpp
M Source/WebKit/webpushd/PushService.mm
Log Message:
-----------
Fix several use-after-moves in the codebase
https://bugs.webkit.org/show_bug.cgi?id=320534
Reviewed by Darin Adler.
* Source/WebCore/css/calc/CSSCalcTree.cpp:
(WebCore::CSSCalc::subtract):
* Source/WebCore/editing/Editor.cpp:
* Source/WebCore/rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::updateAncestorClippingStack):
* Source/WebCore/style/StyleCustomPropertyRegistry.cpp:
(WebCore::Style::CustomPropertyRegistry::registerFromStylesheet):
* Source/WebCore/style/values/masking/StyleClipPath.h:
(WebCore::Style::ClipPath::ClipPath):
* Source/WebCore/workers/WorkerScriptLoader.cpp:
(WebCore::WorkerScriptLoader::loadAsynchronously):
* Source/WebCore/workers/service/context/ServiceWorkerThread.cpp:
(WebCore::ServiceWorkerThread::queueTaskToFireBackgroundFetchEvent):
* Source/WebCore/workers/service/server/SWServer.cpp:
(WebCore::SWServer::tryInstallContextData):
* Source/WebKit/NetworkProcess/NetworkCORSPreflightChecker.cpp:
(WebKit::NetworkCORSPreflightChecker::willPerformHTTPRedirection):
* Source/WebKit/UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::setOverrideLanguages):
* Source/WebKit/UIProcess/WebProcessProxy.cpp:
(WebKit::WebProcessProxy::assumeReadAccessToBaseURLs):
* Source/WebKit/webpushd/PushService.mm:
(WebPushD::PushService::updateTopicLists):
Canonical link: https://commits.webkit.org/318208@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications