Bug 110168

Summary: Begin stubbing out session storage classes
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: levin+threading, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Anders Carlsson
Reported 2013-02-18 17:01:56 PST
Begin stubbing out session storage classes
Attachments
Patch (5.52 KB, patch)
2013-02-18 17:02 PST, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-02-18 17:02:56 PST
Andreas Kling
Comment 2 2013-02-18 17:11:10 PST
Comment on attachment 188964 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=188964&action=review LGTM > Source/WebKit2/UIProcess/Storage/StorageManager.cpp:72 > + HashMap<RefPtr<SecurityOrigin>, RefPtr<StorageArea>, SecurityOriginHash> m_storageAreaMap; Can we make a global DefaultHash<RefPtr<SecurityOrigin> > that pulls in SecurityOriginHash? That could clean up a number of usage sites. Not necessary for this patch.
Anders Carlsson
Comment 3 2013-02-18 17:24:25 PST
Note You need to log in before you can comment on or make changes to this bug.