Re: [XHR2] ArrayBuffer support added

2011-02-04 Thread Anne van Kesteren
On Thu, 03 Feb 2011 23:56:13 +0100, Charles Pritchard ch...@jumis.com wrote: But in the present, we've got XMLHttpRequest, with CORS semantics, and all other manner of goodness. EventSource seems to me, to have different use cases than the simpler XHR. Yes, it is meant for streaming.

Re: [XHR] open method extension for TLS authentication

2011-02-04 Thread Anne van Kesteren
On Thu, 03 Feb 2011 17:42:34 +0100, Tim tim-resea...@sentinelchicken.org wrote: Anne, others, Do you have any opinions on this? There have recently been some good discussions around HTTP authentication on IETF mailing lists, and I think having some flexibility here would be useful in the long

[Bug 11947] [IndexedDB] Updating object stores with auto increment

2011-02-04 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11947 Hans Wennborg h...@chromium.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: Quota API to query/request quota for offline storages (e.g. IndexedDB, FileSystem)

2011-02-04 Thread Jonas Sicking
On Thu, Feb 3, 2011 at 5:40 PM, Charles Pritchard ch...@visc.us wrote: I rather like the prompt in the new FF builds; it's similar to the prompt on Mobile Safari; when you get into the site, it asks you if you're ok storing data, and it allows you to specify a quota stepping. FF does a great

Re: [widgets] New version of PC Ready for pub

2011-02-04 Thread Arthur Barstow
On Feb/3/2011 2:15 PM, ext Marcos Caceres wrote: On 2/3/11 8:08 PM, Arthur Barstow wrote: On Feb/1/2011 1:30 PM, ext Marcos Caceres wrote: I have updated the Wigets PC spec for publication as a LC. This new draft specifies the defaultlocale attribute Is support for this proposed attribute

Re: [Bug 11948] New: index.openCursor's cursor should have a way to access the index's value (in addition to the index's key and objectStore's value)

2011-02-04 Thread Shawn Wilsher
On 2/1/2011 11:00 AM, bugzi...@jessica.w3.org wrote: As discussed in the mailing list thread from bug 11257, we should add some way for index.openCursor cursors to access the primary key for the objectStore. .indexValue, .objectStoreKey, or .primaryKey might be good names to use for it.

Re: [FileSystem]: URI format, uses

2011-02-04 Thread Karl Dubost
Le 23 janv. 2011 à 18:13, Glenn Maynard a écrit : But that's the point: when you put pictures (or tax forms, or other private files) on a webserver, you have mechanisms for access control. You wouldn't put private files on a publically-accessible webserver; you put them on a

Re: [Bug 11948] New: index.openCursor's cursor should have a way to access the index's value (in addition to the index's key and objectStore's value)

2011-02-04 Thread Jonas Sicking
On Fri, Feb 4, 2011 at 11:14 AM, Shawn Wilsher sdwi...@mozilla.com wrote: On 2/1/2011 11:00 AM, bugzi...@jessica.w3.org wrote: As discussed in the mailing list thread from bug 11257, we should add some way for index.openCursor cursors to access the primary key for the objectStore.

Re: Quota API to query/request quota for offline storages (e.g. IndexedDB, FileSystem)

2011-02-04 Thread Glenn Maynard
On Fri, Feb 4, 2011 at 12:07 AM, Kinuko Yasuda kin...@chromium.org wrote: If we want to make the quota API treat each API differently this would make a lot sense, but I'm not fully convinced by the idea. Putting aside the localStorage for now, do you still see significant issues in having a

Re: [Bug 11948] New: index.openCursor's cursor should have a way to access the index's value (in addition to the index's key and objectStore's value)

2011-02-04 Thread Jeremy Orlow
We haven't used the term primary key too much in the spec, but I think a lot might actually be more clear if we used it more. And I think it'd also make a good name here. So I'm OK with that being the name we choose. Here's another question: what do we set primaryKey to for cursors opened via

Re: Quota API to query/request quota for offline storages (e.g. IndexedDB, FileSystem)

2011-02-04 Thread Charles Pritchard
On 2/4/2011 1:30 AM, Jonas Sicking wrote: On Thu, Feb 3, 2011 at 5:40 PM, Charles Pritchardch...@visc.us wrote: The FileSystem API is a tricky thing. indexedDB is more straightforward. I'd be fine with exempting localStorage from API and just lock it at 5MB. It's tricky anyway since it's a

Re: [Bug 11948] New: index.openCursor's cursor should have a way to access the index's value (in addition to the index's key and objectStore's value)

2011-02-04 Thread Jonas Sicking
On Fri, Feb 4, 2011 at 3:30 PM, Jeremy Orlow jor...@chromium.org wrote: We haven't used the term primary key too much in the spec, but I think a lot might actually be more clear if we used it more.  And I think it'd also make a good name here.  So I'm OK with that being the name we choose.