Re: [FileAPI] Blob.URN?

2010-03-31 Thread Jonas Sicking
On Wed, Mar 31, 2010 at 3:01 PM, Eric Uhrhane wrote: > On Wed, Mar 31, 2010 at 2:40 PM, Jonas Sicking wrote: >> On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon wrote: >>> On Mar 31, 2010, at 01:56 , Darin Fisher wrote: The only way to get a FileWriter at the moment is from >>> type="saveas">.

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Eric Uhrhane
On Wed, Mar 31, 2010 at 2:40 PM, Jonas Sicking wrote: > On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon wrote: >> On Mar 31, 2010, at 01:56 , Darin Fisher wrote: >>> The only way to get a FileWriter at the moment is from >> type="saveas">.  What is desired is a way to simulate the load of a >>> re

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Jonas Sicking
On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon wrote: > On Mar 31, 2010, at 01:56 , Darin Fisher wrote: >> The only way to get a FileWriter at the moment is from > type="saveas">.  What is desired is a way to simulate the load of a resource >> with Content-Disposition: attachment that would trigge

Re: [IndexedDB] Exceptions on IndexedDatabaseRequest.open

2010-03-31 Thread Shawn Wilsher
On 3/31/2010 6:42 AM, Jeremy Orlow wrote: I don't see any reason to special case this one method with synchronous properties. "If the name parameter is not valid" or any other error, I think it should be returned via an error callback just like everywhere else. I agree. Cheers, Shawn smime

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Robin Berjon
On Mar 31, 2010, at 16:58 , Tab Atkins Jr. wrote: > On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon wrote: >> On Mar 31, 2010, at 01:56 , Darin Fisher wrote: >>> The only way to get a FileWriter at the moment is from >> type="saveas">. What is desired is a way to simulate the load of a >>> resourc

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Tab Atkins Jr.
On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon wrote: > On Mar 31, 2010, at 01:56 , Darin Fisher wrote: >> The only way to get a FileWriter at the moment is from > type="saveas">.  What is desired is a way to simulate the load of a resource >> with Content-Disposition: attachment that would trigge

[IndexedDB] Exceptions on IndexedDatabaseRequest.open

2010-03-31 Thread Jeremy Orlow
What is the purpose of allowing IndexedDatabaseRequest ( http://dev.w3.org/2006/webapi/WebSimpleDB/#idl-def-IndexedDatabaseRequest) to raise an exception? The only mention of it in the spec is that it raises a NON_TRANSIENT_ERR "if the name parameter is not valid". But it's not mentioned in http:

Re: Widget Signature Issue and Proposed Resolution

2010-03-31 Thread Frederick Hirsch
Based on some feedback I have a revision to the Normative change (same intent) and also a clarification that might be helpful: (A) Revised Proposal Disallow all Transforms except for a single canonicalization transform that is required for every ds:Reference that needs XML content canoni

[widgets] Draft agenda for 1 April 2010 voice conf

2010-03-31 Thread Arthur Barstow
Below is the draft agenda for the April 1 Widgets Voice Conference (VC). Inputs and discussion before the VC on all of the agenda topics via public-webapps is encouraged (as it can result in a shortened meeting). Please address Open/Raised Issues and Open Actions before the meeting: http

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Robin Berjon
On Mar 31, 2010, at 01:56 , Darin Fisher wrote: > The only way to get a FileWriter at the moment is from . > What is desired is a way to simulate the load of a resource with > Content-Disposition: attachment that would trigger the browser's download > manager. I don't think that is a good sol