Re: Structured clone in WebStorage

2010-12-02 Thread Anne van Kesteren
On Thu, 02 Dec 2010 21:51:29 +0100, Maciej Stachowiak wrote: We think this feature would be straightforward to implement in Safari/WebKit, and we think it is a useful feature. We would like to implement it at some point. I can't give a specific timeline. I am not sure if it is straightforw

Re: Structured clone in WebStorage

2010-12-02 Thread Maciej Stachowiak
On Dec 2, 2010, at 10:41 AM, Jeremy Orlow wrote: > On Thu, Dec 2, 2010 at 6:29 PM, Jonas Sicking wrote: > On Thu, Dec 2, 2010 at 5:45 AM, Arthur Barstow wrote: > > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: > >> > >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: > >>> > >>

Re: Structured clone in WebStorage

2010-12-02 Thread Maciej Stachowiak
On Dec 2, 2010, at 5:45 AM, Arthur Barstow wrote: > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: >>> For over a year now, the WebStorage spec has stipulated that >>> Local/SessionStorage store and retrieve objects per the struct

Re: Structured clone in WebStorage

2010-12-02 Thread Jeremy Orlow
On Thu, Dec 2, 2010 at 6:29 PM, Jonas Sicking wrote: > On Thu, Dec 2, 2010 at 5:45 AM, Arthur Barstow > wrote: > > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: > >> > >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: > >>> > >>> For over a year now, the WebStorage spec has sti

Re: Structured clone in WebStorage

2010-12-02 Thread Jonas Sicking
On Thu, Dec 2, 2010 at 5:45 AM, Arthur Barstow wrote: > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: >> >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: >>> >>> For over a year now, the WebStorage spec has stipulated that >>> Local/SessionStorage store and retrieve objects per

Re: Issue in DIgital Signature test suite

2010-12-02 Thread Marcos Caceres
On 12/2/10 6:35 AM, viji wrote: All I have created a test case using the script provided in the w3c test-suite. The test case is created successfully. But when I tried to validate the created widget using the validate script, the signature does not get validated. I had Stuart take a look, and

Re: Structured clone in WebStorage

2010-12-02 Thread Bjoern Hoehrmann
* Tab Atkins Jr. wrote: >I won't be the person implementing it, but fwiw I highly value having >structured clones actually work. Any time I talk about localStorage >or similar, I get people asking about storing non-string data, and not >wanting to have to futz around with rolling their own seriali

Re: Structured clone in WebStorage

2010-12-02 Thread Jeremy Orlow
On Thu, Dec 2, 2010 at 5:06 PM, Tab Atkins Jr. wrote: > On Thu, Dec 2, 2010 at 5:45 AM, Arthur Barstow > wrote: > > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: > >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: > >>> For over a year now, the WebStorage spec has stipulated th

Re: Structured clone in WebStorage

2010-12-02 Thread Tab Atkins Jr.
On Thu, Dec 2, 2010 at 5:45 AM, Arthur Barstow wrote: > On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: >> On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: >>> For over a year now, the WebStorage spec has stipulated that >>> Local/SessionStorage store and retrieve objects per the str

Re: using BlobBuilder append method with generated binary data

2010-12-02 Thread Toni Ruottu
My code had a bug in it. The APIs seem to be working ok for my purposes. Using the APIs, I was able to write Firefox's sendAsBinary method for chrome. It is available from http://javascript0.org/wiki/Portable_sendAsBinary --Toni On Tue, Nov 16, 2010 at 5:25 PM, Toni Ruottu wrote: > Sorry for s

Re: Structured clone in WebStorage

2010-12-02 Thread Arthur Barstow
On Nov/29/2010 9:59 AM, ext Adrian Bateman wrote: On Wednesday, November 24, 2010 3:01 AM, Jeremy Orlow wrote: For over a year now, the WebStorage spec has stipulated that Local/SessionStorage store and retrieve objects per the structured clone algorithm rather than strings. And yet there isn't