[chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Antony Sargent
[+chromium-dev and dumi] I'm not sure what our overall plan is with respect to quotas for html5 databases, and whether we've discussed giving extensions larger quotas than regular web content. Dumi or anyone else care to comment? On Thu, Nov 12, 2009 at 10:39 PM, Yuichi Tateno

[chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Dumitru Daniliuc
estimatedSize is useless. neither chromium nor safari really uses it (we save it in case we might wanna do something with it in the future, but that's about it). in chromium, we currently have a hard limit of 5MB per origin. it's pretty easy to write code that would allow users/extensions to

Re: [chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Aaron Boodman
My name is Aaron Boodman and I support the motion to give extensions extra space. On Fri, Nov 13, 2009 at 12:01 PM, Antony Sargent asarg...@google.com wrote: [+chromium-dev and dumi] I'm not sure what our overall plan is with respect to quotas for html5 databases, and whether we've discussed

Re: [chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Jeremy Orlow
Just for the record, you're also the one who originally said it was fine to limit them to 5mb (for LocalStorage anyhow). :-) What kind of extra space did you have in mind? Unlimited? It's pretty late in the game to be making a decision like this for mstone-4, but it might be possible if this

Re: [chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Jeremy Orlow
On Fri, Nov 13, 2009 at 1:21 PM, Aaron Boodman a...@chromium.org wrote: On Fri, Nov 13, 2009 at 1:07 PM, Jeremy Orlow jor...@chromium.org wrote: Just for the record, you're also the one who originally said it was fine to limit them to 5mb (for LocalStorage anyhow). :-) It is a consistent

Re: [chromium-dev] Re: [chromium-extensions] openDatabase() maximum size

2009-11-13 Thread Marcos Aruj
It would be nice also for the user to know how much space an extension is using. Like it is for memory usage right now. On Fri, Nov 13, 2009 at 3:28 PM, Jeremy Orlow jor...@chromium.org wrote: On Fri, Nov 13, 2009 at 1:21 PM, Aaron Boodman a...@chromium.org wrote: On Fri, Nov 13, 2009 at 1:07