Re: clipboard events

2011-01-31 Thread Daniel Cheng
On Mon, Jan 31, 2011 at 01:31, Hallvord R. M. Steen hallv...@opera.com wrote: On Mon, 31 Jan 2011 18:02:34 +0900, Ryosuke Niwa rn...@webkit.org wrote: Another thing. Should getData guarantee to return the same result each time called within the same event handler? i.e. if some external

Re: clipboard events

2011-01-31 Thread Paul Libbrecht
Hello, sorry to be slow. Le 31 janv. 2011 à 11:39, Daniel Cheng a écrit : Platform capabilities vary. - Windows will be unhappy if you use up all the custom clipboard formats (~65535 or so). There is no way to release formats once registered. - Mac uses UTIs which are strings but not MIME

[FileAPI] Why is FileList a sequence?

2011-01-31 Thread Simon Pieters
Hi, Why is FileList defined as typedef sequenceFile FileList; rather than as an interface similar to NodeList? It seems that in Gecko and WebKit FileList is more like NodeList than as a sequence. -- Simon Pieters Opera Software

Re: clipboard events

2011-01-31 Thread Ryosuke Niwa
On Mon, Jan 31, 2011 at 1:31 AM, Hallvord R. M. Steen hallv...@opera.comwrote: On Mon, 31 Jan 2011 18:02:34 +0900, Ryosuke Niwa rn...@webkit.org wrote: OK. Any particular reason? Are you looking at it from the implementor's or the script author's perspective? From script author's

Re: clipboard events

2011-01-31 Thread Ryosuke Niwa
On Mon, Jan 31, 2011 at 3:25 AM, Paul Libbrecht p...@activemath.org wrote: Le 31 janv. 2011 à 11:39, Daniel Cheng a écrit : The way I'm working on implementing it (for drag and drop, though it applies to copy and paste as well), arbitrary strings would not be accessible from a non-DOM

Re: [FileAPI: Directories and System] Some comments

2011-01-31 Thread Eric Uhrhane
Thanks for the feedback, Peter--comments inline below. On Sun, Jan 30, 2011 at 9:10 AM, Peta Byte 256petab...@googlemail.com wrote: Hello everybody, it's the first time I participate in a working group's mailinglist like this, so when my concerns rather belong to the implementation area (like

Re: clipboard events

2011-01-31 Thread Paul Libbrecht
Le 31 janv. 2011 à 18:09, Ryosuke Niwa a écrit : A website maker for, say, a shop for furnitures that knows they can go into my home plan maker through the clipboard will want to be able to produce and export a clipboard flavor that is unknown to both browser implementors and spec makers

Re: [XHR2] ArrayBuffer support added

2011-01-31 Thread Charles Pritchard
On 1/31/2011 1:17 AM, Anne van Kesteren wrote: I somehow missed that a request to add back ArrayBuffer support was offlist. Since quite a few specifications are using it now and TC 39 has shown no progress on developing an alternative I was convinced to add it back in. The responseType value

Re: [FileAPI: Directories and System] Some comments

2011-01-31 Thread Charles Pritchard
On 1/31/2011 9:20 AM, Eric Uhrhane wrote: Thanks for the feedback, Peter--comments inline below. On Sun, Jan 30, 2011 at 9:10 AM, Peta Byte256petab...@googlemail.com wrote: ## toURI-method of Entry Interface I'd recommend to spec out a common URI scheme for resources within a local

[widgets] Questions regarding to Test Suite for the XML Digital Signatures For Widgets Specification

2011-01-31 Thread Arthur Barstow
Andrey - on January 26, Marcos proposed changing the c14n algorithm in [1] and [2] and notified the group in [3] that he updated the Editor's Draft [ED] to reflect his proposal. He included rationale in [1]. Marcos - in what way(s) does your proposal break the signer and validator conformance

Re: [widgets] Questions regarding to Test Suite for the XML Digital Signatures For Widgets Specification

2011-01-31 Thread Marcos Caceres
On 1/31/11 7:52 PM, Arthur Barstow wrote: Andrey - on January 26, Marcos proposed changing the c14n algorithm in [1] and [2] and notified the group in [3] that he updated the Editor's Draft [ED] to reflect his proposal. He included rationale in [1]. Marcos - in what way(s) does your proposal

Re: [widgets] Questions regarding to Test Suite for the XML Digital Signatures For Widgets Specification

2011-01-31 Thread Marcos Caceres
On 1/31/11 8:18 PM, Marcos Caceres wrote: On 1/31/11 7:52 PM, Arthur Barstow wrote: Andrey - on January 26, Marcos proposed changing the c14n algorithm in [1] and [2] and notified the group in [3] that he updated the Editor's Draft [ED] to reflect his proposal. He included rationale in [1].

Re: clipboard events

2011-01-31 Thread Daniel Cheng
On Mon, Jan 31, 2011 at 09:00, Ryosuke Niwa rn...@webkit.org wrote: Making it live seems more efficient. If we allowed arbitrary MIME types and spec'ed to always return the same data, then we must copy contents in the clipboard of all MIME types into some internal data structure. This will

Re: clipboard events

2011-01-31 Thread Ryosuke Niwa
On Mon, Jan 31, 2011 at 11:28 AM, Daniel Cheng dch...@chromium.org wrote: On Mon, Jan 31, 2011 at 09:00, Ryosuke Niwa rn...@webkit.org wrote: Making it live seems more efficient. If we allowed arbitrary MIME types and spec'ed to always return the same data, then we must copy contents in the

Re: clipboard events

2011-01-31 Thread Paul Libbrecht
I am not sure I am entitled to any influence, except my registration to the mailing-list but I would insist to not limit in this way. The clipboard or drag-and-drop transfers are the way to go from the web into something else. They could maybe also be used to go from one site to another but

Re: clipboard events

2011-01-31 Thread Glenn Maynard
On Mon, Jan 31, 2011 at 12:00 PM, Ryosuke Niwa rn...@webkit.org wrote: Making it live seems more efficient. If we allowed arbitrary MIME types and spec'ed to always return the same data, then we must copy contents in the clipboard of all MIME types into some internal data structure. This