WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
110168
Begin stubbing out session storage classes
https://bugs.webkit.org/show_bug.cgi?id=110168
Summary
Begin stubbing out session storage classes
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-02-18 17:02:56 PST
Created
attachment 188964
[details]
Patch
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
Committed
r143277
: <
http://trac.webkit.org/changeset/143277
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug