Re: File API and Directory API feedback

2011-03-16 Thread Eric Uhrhane
On Thu, Feb 10, 2011 at 4:55 PM, Eric Uhrhane er...@google.com wrote: On Thu, Feb 10, 2011 at 3:27 PM, Ian Hickson i...@hixie.ch wrote: A couple of points I noticed while briefly perusing the File API specs: * Blob.size has no conformance criteria (no musts). It could return a random number

Re: File API and Directory API feedback

2011-03-16 Thread Charles Pritchard
On 3/16/2011 4:34 PM, Eric Uhrhane wrote: On Thu, Feb 10, 2011 at 4:55 PM, Eric Uhrhaneer...@google.com wrote: On Thu, Feb 10, 2011 at 3:27 PM, Ian Hicksoni...@hixie.ch wrote: A couple of points I noticed while briefly perusing the File API specs: * Blob.size has no conformance criteria (no

Re: File API and Directory API feedback

2011-03-16 Thread Eric Uhrhane
On Wed, Mar 16, 2011 at 4:59 PM, Charles Pritchard ch...@jumis.com wrote: On 3/16/2011 4:34 PM, Eric Uhrhane wrote: On Thu, Feb 10, 2011 at 4:55 PM, Eric Uhrhaneer...@google.com  wrote: On Thu, Feb 10, 2011 at 3:27 PM, Ian Hicksoni...@hixie.ch  wrote: A couple of points I noticed while

Re: File API and Directory API feedback

2011-02-11 Thread Michael[tm] Smith
Eric Uhrhane er...@google.com, 2011-02-10 16:55 -0800: On Thu, Feb 10, 2011 at 3:27 PM, Ian Hickson i...@hixie.ch wrote: Is there somewhere that such issues should be filed? I'm not sure about the File API--it used to use [2], but I'm not sure if it still does. I've got [3] for FileWriter

Re: File API and Directory API feedback

2011-02-11 Thread Eric Uhrhane
On Fri, Feb 11, 2011 at 4:33 AM, Michael[tm] Smith m...@w3.org wrote: Eric Uhrhane er...@google.com, 2011-02-10 16:55 -0800: On Thu, Feb 10, 2011 at 3:27 PM, Ian Hickson i...@hixie.ch wrote: Is there somewhere that such issues should be filed? I'm not sure about the File API--it used to use

Re: File API and Directory API feedback

2011-02-11 Thread Michael[tm] Smith
Eric Uhrhane er...@google.com, 2011-02-11 15:10 -0800: Michael, thanks. However, I chose to use the tracker originally since that's what the File API was using. I'd rather not have 2 different places to log issues. If there's a strong reason I should move to Bugzilla, let me know, but

File API and Directory API feedback

2011-02-10 Thread Ian Hickson
A couple of points I noticed while briefly perusing the File API specs: * Blob.size has no conformance criteria (no musts). It could return a random number each time and that would be conforming. It seems like it should have at least some constraint related to how a FileReader interacts with

Re: File API and Directory API feedback

2011-02-10 Thread Eric Uhrhane
On Thu, Feb 10, 2011 at 3:27 PM, Ian Hickson i...@hixie.ch wrote: A couple of points I noticed while briefly perusing the File API specs: * Blob.size has no conformance criteria (no musts). It could return a random number each time and that would be conforming. It seems like it should have

Re: File API and Directory API feedback

2011-02-10 Thread Glenn Maynard
On Thu, Feb 10, 2011 at 6:27 PM, Ian Hickson i...@hixie.ch wrote: * Is Blob.size supposed to be synchronous? I'm looking into adding a way to get a Blob from canvas, but trying to avoid the mistake I made with toDataURL of having the data be synchronously available. That's fine with Blob and