Re: [whatwg] Document.setCapture/releaseCapture

2012-11-16 Thread Ian Hickson
On Thu, 15 Nov 2012, Boris Zbarsky wrote: Are setCapture/releaseCapture specified on document anywhere? The last thing I see about it is http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2008-November/017415.html and then nothing... We don't actually have a solid spec defining mouse

Re: [whatwg] Proposal for a debugging information API

2012-11-16 Thread Ian Hickson
On Thu, 15 Nov 2012, David Barrett-Kahn wrote: Ian, I'd be interested in what you had in mind when you said 'a lot of user opt-in'. I don't know, exactly. It has to be something where we're confident that the user understands that he is about to send sensitive information to a stranger.

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Rick Waldron
On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson i...@hixie.ch wrote: var proxy = canvas.transferControlToProxy()); bikeshed Proxy with a capital P is an API in ES6 for creating Proxy objects. While I recognize that this is obviously just a conceptual sketch of your idea and that you're

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Tab Atkins Jr.
On Fri, Nov 16, 2012 at 1:03 PM, Oliver Hunt oli...@apple.com wrote: postMessage already has an ownership transfer list, we could always extend the set of transferable types to include a canvas like thing (the context or some such). Transferring contexts is tolerable for 2d, but a

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Ian Hickson
On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson i...@hixie.ch wrote: var proxy = canvas.transferControlToProxy()); bikeshed Proxy with a capital P is an API in ES6 for creating Proxy objects. While I recognize that this is obviously just a

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Ian Hickson
On Fri, 16 Nov 2012, Oliver Hunt wrote: postMessage already has an ownership transfer list, we could always extend the set of transferable types to include a canvas like thing (the context or some such). That's what CanvasProxy is. IIRC the last time I suggested having canvas (or at

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Rick Waldron
CanvasProxy is a fine disambiguation. Rick On Fri, Nov 16, 2012 at 4:11 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson i...@hixie.ch wrote: var proxy = canvas.transferControlToProxy()); bikeshed

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Ian Hickson
On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 4:11 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson i...@hixie.ch wrote: var proxy = canvas.transferControlToProxy()); bikeshed

Re: [whatwg] [html-media-capture] capture vs. accept ( LC-2642)

2012-11-16 Thread fantasai
On 11/16/2012 07:38 AM, frederick.hir...@nokia.com wrote: fantasai Is the WG response (see below) to your Last Call issue (LC-2642) [1] on HTML Media Capture [2] regarding clarification of accept and capture [attributes of input] sufficient for us to close the issue? If timeless and/or hixie

[whatwg] [mimesniff] The X-Content-Type-Options header

2012-11-16 Thread Gordon P. Hemsley
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19865 Microsoft introduced the X-Content-Type-Options header in IE8 back in 2008: http://blogs.msdn.com/b/ie/archive/2008/09/02/ie8-security-part-vi-beta-2-update.aspx I would like to integrate the header into mimesniff and describe its proper

Re: [whatwg] Proposal for a debugging information API

2012-11-16 Thread David Barrett-Kahn
Thanks Ian. So here's what confuses me, why is the bar so much higher for traditional webapps than it is for browser extensions, chrome apps, native apps, mobile apps or nearly anything else? Extensions, chrome apps, and mobile apps have a consent experience, but it's hard to argue that users are

Re: [whatwg] Proposal for a debugging information API

2012-11-16 Thread Ian Hickson
On Fri, 16 Nov 2012, David Barrett-Kahn wrote: Thanks Ian. So here's what confuses me, why is the bar so much higher for traditional webapps than it is for browser extensions, chrome apps, native apps, mobile apps or nearly anything else? Browser extensions, chrome apps, native apps, and

Re: [whatwg] Canvas in Workers

2012-11-16 Thread Rick Waldron
On Fri, Nov 16, 2012 at 4:48 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 4:11 PM, Ian Hickson i...@hixie.ch wrote: On Fri, 16 Nov 2012, Rick Waldron wrote: On Fri, Nov 16, 2012 at 3:25 PM, Ian Hickson i...@hixie.ch wrote:

Re: [whatwg] [URL] DOM API Feedback

2012-11-16 Thread Anne van Kesteren
On Thu, Nov 8, 2012 at 6:22 AM, Alex Russell slightly...@google.com wrote: Next, nicely done on having a meaningful constructor! I do wonder if the url parameter should be optional as well as the base, since you may either want to build a URL using a URL object (to be serialized later). That