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

[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

Re: [FileAPI] Blob.URN?

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

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 ro...@berjon.com wrote: On Mar 31, 2010, at 01:56 , Darin Fisher wrote: The only way to get a FileWriter at the moment is from input type=saveas. What is desired is a way to simulate the load of a

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

Re: [FileAPI] Blob.URN?

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

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Eric Uhrhane
On Wed, Mar 31, 2010 at 2:40 PM, Jonas Sicking jo...@sicking.cc wrote: On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon ro...@berjon.com wrote: On Mar 31, 2010, at 01:56 , Darin Fisher wrote: The only way to get a FileWriter at the moment is from input type=saveas.  What is desired is a way to

Re: [FileAPI] Blob.URN?

2010-03-31 Thread Jonas Sicking
On Wed, Mar 31, 2010 at 3:01 PM, Eric Uhrhane er...@google.com wrote: On Wed, Mar 31, 2010 at 2:40 PM, Jonas Sicking jo...@sicking.cc wrote: On Wed, Mar 31, 2010 at 1:55 AM, Robin Berjon ro...@berjon.com wrote: On Mar 31, 2010, at 01:56 , Darin Fisher wrote: The only way to get a FileWriter at