[File API] abort()

2010-11-29 Thread Anne van Kesteren
Per http://dev.w3.org/2006/webapi/FileAPI/#abort invoking abort() always results in events getting dispatched. This is not what happens in e.g. Gecko at the moment. When the state is EMPTY the method simply returns. The dispatching of events should probably also be defined in terms of the e

Re: [File API] abort()

2010-12-03 Thread Arun Ranganathan
Anne, - Original Message - > Per http://dev.w3.org/2006/webapi/FileAPI/#abort invoking abort() > always > results in events getting dispatched. This is not what happens in e.g. > Gecko at the moment. When the state is EMPTY the method simply > returns. To be clear, what is the behavior

Re: [File API] abort()

2010-12-06 Thread Anne van Kesteren
On Fri, 03 Dec 2010 16:43:00 +0100, Arun Ranganathan wrote: - Original Message - Per http://dev.w3.org/2006/webapi/FileAPI/#abort invoking abort() always results in events getting dispatched. This is not what happens in e.g. Gecko at the moment. When the state is EMPTY the method simpl

Re: [File API] abort()

2010-12-06 Thread Arun Ranganathan
Anne, > On Fri, 03 Dec 2010 16:43:00 +0100, Arun Ranganathan > wrote: > > - Original Message - > >> Per http://dev.w3.org/2006/webapi/FileAPI/#abort invoking abort() > >> always > >> results in events getting dispatched. This is not what happens in > >> e.g. > >> Gecko at the moment. When