Bug 115870

Summary: Add a StorageStrategy hook for creating transient local storage namespaces
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

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+
Anders Carlsson
Comment 1 2013-05-09 13:48:02 PDT
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
Note You need to log in before you can comment on or make changes to this bug.