Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aaeffadb0b6313d7188ebc636446532d1d459c2b
https://github.com/WebKit/WebKit/commit/aaeffadb0b6313d7188ebc636446532d1d459c2b
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-18 (Sun, 18 Jan 2026)
Changed paths:
M Source/WebCore/platform/network/BlobRegistryImpl.cpp
M Source/WebCore/platform/network/BlobRegistryImpl.h
M Source/WebCore/rendering/svg/RenderSVGResourcePattern.cpp
M Source/WebCore/rendering/svg/RenderSVGResourcePattern.h
M Source/WebCore/style/InspectorCSSOMWrappers.cpp
M Source/WebCore/style/InspectorCSSOMWrappers.h
M Source/WebCore/style/RuleSet.h
M Source/WebCore/style/RuleSetBuilder.cpp
M Source/WebCore/style/StyleResolver.cpp
M Source/WebCore/style/StyleResolver.h
M Source/WebCore/style/computed/data/StyleCustomPropertyData.cpp
M Source/WebCore/style/computed/data/StyleCustomPropertyData.h
M Source/WebCore/svg/graphics/SVGImageCache.h
M Source/WebCore/workers/service/ServiceWorkerGlobalScope.cpp
M Source/WebCore/workers/service/ServiceWorkerGlobalScope.h
Log Message:
-----------
Convert more HashMap<..., RefPtr to Ref in WebCore
https://bugs.webkit.org/show_bug.cgi?id=305693
Reviewed by Ryosuke Niwa.
Also refactor BlobRegistryImpl a tiny bit. Both BlobForFileWriting
and populateBlobsForFileWriting need not be public and
BlobForFileWriting's filePathsOrDataBuffers can hold a variant instead
of a pair.
Canonical link: https://commits.webkit.org/305774@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications