Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cd83f71a024b98c3f36f36afec1d81748a05fac1
      
https://github.com/WebKit/WebKit/commit/cd83f71a024b98c3f36f36afec1d81748a05fac1
  Author: Chris Dumez <[email protected]>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp

  Log Message:
  -----------
  Avoid redundant data copy in BlobStorage::get() memory cache path
https://bugs.webkit.org/show_bug.cgi?id=313535

Reviewed by Ben Nham.

MemoryCache::get() already returns a standalone copy of the blob data
(via copyBlob) to safely release the lock. The second copyBlob in
BlobStorage::get() was copying that result again unnecessarily.

* Source/WebKit/NetworkProcess/cache/NetworkCacheBlobStorage.cpp:
(WebKit::NetworkCache::BlobStorage::get):

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



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

Reply via email to