[chromium-dev] useless error messages

2009-03-19 Thread Dumitru Daniliuc
hi, i'm trying to add some code to the chromium code base and when i try to compile it i get these errors: 3>MyFile.cpp 3>C:\Program Files\Microsoft Visual Studio 8\VC\include\cstddef(18) : error C2039: 'ptrdiff_t' : is not a member of '`global namespace'' 3>C:\Program Files\Microsoft Visual Stud

[chromium-dev] Re: my feelings on rebuilding v8bindings

2009-10-14 Thread Dumitru Daniliuc
+1. is this fixable? what would one need to do to fix this? On Wed, Oct 14, 2009 at 12:01 PM, Tim Steele wrote: > +123.45e100! > > > On Wed, Oct 14, 2009 at 10:46 AM, Elliot Glaysher (Chromium) < > e...@chromium.org> wrote: > >> >> This is the best rage comic ever. >> >> -- Elliot >> >> On Wed,

[chromium-dev] Re: Is it time to create a SecurityOrigin class in Chromium?

2009-10-14 Thread Dumitru Daniliuc
On Wed, Oct 14, 2009 at 2:47 PM, Darin Fisher wrote: > On Wed, Oct 14, 2009 at 2:30 PM, Jeremy Orlow wrote: > >> On Wed, Oct 14, 2009 at 2:23 PM, Darin Fisher wrote: >> >>> On Wed, Oct 14, 2009 at 2:08 PM, Jeremy Orlow wrote: >>> On Wed, Oct 14, 2009 at 2:00 PM, Michael Nordman wrote

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