Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 733834fd0b1022832e8a355b14dc7a9f5ab0d674
      
https://github.com/WebKit/WebKit/commit/733834fd0b1022832e8a355b14dc7a9f5ab0d674
  Author: Anne van Kesteren <[email protected]>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M Source/WTF/wtf/HashTraits.h
    M Source/WebCore/contentextensions/ContentExtensionActions.h
    M Source/WebCore/fileapi/Blob.cpp
    M Source/WebCore/fileapi/Blob.h
    M Source/WebCore/inspector/agents/InspectorDOMAgent.cpp
    M Source/WebCore/storage/StorageNamespaceProvider.cpp
    M Source/WebCore/storage/StorageNamespaceProvider.h
    M Source/WebCore/style/StyleResolver.cpp
    M Source/WebCore/svg/SVGRadialGradientElement.cpp
    M Source/WebCore/testing/MockPageOverlayClient.cpp
    M Source/WebCore/testing/MockPageOverlayClient.h

  Log Message:
  -----------
  Use more Ref instead of RefPtr in assorted WebCore directories
https://bugs.webkit.org/show_bug.cgi?id=308279

Reviewed by Darin Adler.

Improve code clarity. This also updates HashTraits to make it possible
to use Ref inside a std::tuple, similar to what has already been done
for std::pair and fixes an issue with std::pair. Code comments are
added as it's all somewhat subtle.

Canonical link: https://commits.webkit.org/308099@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to