Bug 114459

Summary: Clean up related storage areas when a connection is destroyed
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bdakin: review+

Anders Carlsson
Reported 2013-04-11 13:06:44 PDT
Clean up related storage areas when a connection is destroyed
Attachments
Patch (6.73 KB, patch)
2013-04-11 13:08 PDT, Anders Carlsson
bdakin: review+
Anders Carlsson
Comment 1 2013-04-11 13:08:34 PDT
Anders Carlsson
Comment 2 2013-04-11 13:13:33 PDT
Darin Adler
Comment 3 2013-04-12 07:49:46 PDT
Comment on attachment 197658 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=197658&action=review > Source/WebKit2/UIProcess/Storage/StorageManager.h:82 > - HashMap<std::pair<RefPtr<CoreIPC::Connection>, uint64_t>, RefPtr<StorageArea> > m_storageAreas; > + HashMap<std::pair<RefPtr<CoreIPC::Connection>, uint64_t>, RefPtr<StorageArea> > m_storageAreasByConnection; I think a typedef for the pair type would really help readability. And probably a typedef for the map type too.
Note You need to log in before you can comment on or make changes to this bug.