WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
115870
Add a StorageStrategy hook for creating transient local storage namespaces
https://bugs.webkit.org/show_bug.cgi?id=115870
Summary
Add a StorageStrategy hook for creating transient local storage namespaces
Anders Carlsson
Reported
2013-05-09 12:45:45 PDT
Add a StorageStrategy hook for creating transient local storage namespaces
Attachments
Patch
(14.14 KB, patch)
2013-05-09 13:48 PDT
,
Anders Carlsson
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-05-09 13:48:02 PDT
Created
attachment 201270
[details]
Patch
Geoffrey Garen
Comment 2
2013-05-09 13:58:24 PDT
Comment on
attachment 201270
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=201270&action=review
r=me
> Source/WebCore/ChangeLog:42 > +2013-05-09 Anders Carlsson <
andersca@apple.com
> > + > + > + Reviewed by NOBODY (OOPS!). > + > + This is needed so WebKit2 can create transient local storage namespaces in the UI process.
Too many ChangeLogs. Stop padding your stats!
> Source/WebCore/workers/WorkerContext.h:141 > - virtual const SecurityOrigin* topOrigin() const OVERRIDE { return m_topOrigin.get(); } > + virtual SecurityOrigin* topOrigin() const OVERRIDE { return m_topOrigin.get(); }
Good. Grumpy cat hates const.
Anders Carlsson
Comment 3
2013-05-09 14:03:11 PDT
Committed
r149840
: <
http://trac.webkit.org/changeset/149840
>
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