Bug 150061

Summary: Avoid useless copying of Key::HashType in loops in NetworkCache::Storage::synchronize()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, kling, koivisto
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-10-12 16:05:40 PDT
Avoid useless copying of Key::HashType in loops in NetworkCache::Storage::synchronize(). Key::HashType is currently a SHA1::Digest, which is a std::array<uint8_t, 20>.
Comment 1 Chris Dumez 2015-10-12 16:06:37 PDT
Created attachment 262937 [details]
Patch
Comment 2 WebKit Commit Bot 2015-10-13 01:53:56 PDT
Comment on attachment 262937 [details]
Patch

Clearing flags on attachment: 262937

Committed r190930: <http://trac.webkit.org/changeset/190930>
Comment 3 WebKit Commit Bot 2015-10-13 01:54:00 PDT
All reviewed patches have been landed.  Closing bug.