[Webkit-unassigned] [Bug 22765] Limit the size of local storage to a fixed quota.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 30 05:27:52 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=22765





------- Comment #8 from yael.aharon at nokia.com  2009-05-30 05:27 PDT -------
(In reply to comment #7)
> I put a question back to you...
> 
> Why is this not quotaForLocalStorage(SecurityOrigin*) <period>. What does the
> Frame have to do with the quota for an origin?
> 

I cannot assume that all ports will show a UI in this callback. Passing the
Frame gives enough context and flexibility for the ports to do what they need.
As an example, the same is done in exceededDatabaseQuota(Frame*, const
String&);

When WebWorkers start supporting LocalStorage, this will need to be revisited,
and an additional parameter could be added at that time.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list