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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 14:36:26 PDT 2009


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





------- Comment #5 from michaeln at google.com  2009-05-28 14:36 PDT -------
> virtual unsigned long long quotaForLocalStorage(Frame*) = 0;

Keying off of the Frame* may be problematic given a world of workers. I'm
guessing there are two distinct purposes for the frame argument.
1) Figure out what SecurityOrigin the frame is in, and return the quota for
that origin
2) Figure out where to present UI (should that be needed)

If so, maybe have this take two arguments, one for each purpose, where the
frame can be NULL in the worker case. 


-- 
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