Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e1130255c407a85f4499a561a150c9b3e27cd558
      
https://github.com/WebKit/WebKit/commit/e1130255c407a85f4499a561a150c9b3e27cd558
  Author: Alex Christensen <[email protected]>
  Date:   2026-07-02 (Thu, 02 Jul 2026)

  Changed paths:
    M Source/WebCore/inspector/InspectorResourceUtilities.cpp

  Log Message:
  -----------
  Fix WebInspector's memory cache use after 315967@main
https://bugs.webkit.org/show_bug.cgi?id=318469
rdar://181267404

Reviewed by BJ Burg.

This uses the same pattern we use in LegacyWebArchive::createInternal,
which was needed to keep unit tests working, in cachedResource(const 
LocalFrame*, const URL&)
though it is unclear what the user-facing consequence of missing the memory
cache would be.  It could be just a loading speed improvement in the web 
inspector.

* Source/WebCore/inspector/InspectorResourceUtilities.cpp:
(Inspector::ResourceUtilities::cachedResource):

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



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

Reply via email to