Bug 143540 - Give each cache group a storage and use it in place of the singleton
Summary: Give each cache group a storage and use it in place of the singleton
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-08 16:54 PDT by Anders Carlsson
Modified: 2015-04-09 09:14 PDT (History)
3 users (show)

See Also:


Attachments
Patch (12.64 KB, patch)
2015-04-08 16:55 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-04-08 16:54:24 PDT
Give each cache group a storage and use it in place of the singleton
Comment 1 Anders Carlsson 2015-04-08 16:55:15 PDT
Created attachment 250395 [details]
Patch
Comment 2 Alexey Proskuryakov 2015-04-08 22:13:53 PDT
I'd love to know more about the plan. My understanding is that storage groups need to be application global, really.
Comment 3 Anders Carlsson 2015-04-09 09:11:33 PDT
(In reply to comment #2)
> I'd love to know more about the plan. My understanding is that storage
> groups need to be application global, really.

This is just about the possibility to give each web view (web page) a different data store (which includes the application cache).
Comment 4 Anders Carlsson 2015-04-09 09:14:02 PDT
Committed r182601: <http://trac.webkit.org/changeset/182601>