Re: [webkit-dev] Adding Blob support to event.dataTransfer

2010-10-18 Thread Ian Hickson
On Mon, 18 Oct 2010, Daniel Cheng wrote:
>
> I'm planning on adding experimental blob support to DataTransfer. I 
> emailed WHATWG awhile back, and no one replied, so I picked what looked 
> like the most appropriate option and I've implemented it. Does anyone 
> have objections or comments on landing 
> https://bugs.webkit.org/show_bug.cgi?id=47482 (once I fix the Windows 
> build problem)

Make sure that you vendor-prefix anything that isn't in the spec, so it 
won't conflict with the spec when it's added there.

As it happens, I'm working on drag and drop hopefully this week. I'll 
probably be adding the new way to expose the types that was discussed a 
few months ago. :-)

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Adding Blob support to event.dataTransfer

2010-10-18 Thread Daniel Cheng
I'm planning on adding experimental blob support to DataTransfer. I emailed
WHATWG awhile back, and no one replied, so I picked what looked like the
most appropriate option and I've implemented it. Does anyone have objections
or comments on landing https://bugs.webkit.org/show_bug.cgi?id=47482 (once I
fix the Windows build problem)

Daniel
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev