[webkit-dev] Clipboard class plans
Darin Adler
darin at apple.com
Wed Feb 6 12:18:41 PST 2013
On Feb 6, 2013, at 12:06 PM, Daniel Cheng <dcheng at chromium.org> wrote:
> I think Clipboard.types currently returns an Array.
Clipboard::types currently returns ListHashSet<String>, and custom bindings translate that into a JavaScript array.
> There's a patch in progress to change this to Vector<String> to remove the need for custom bindings (https://bugs.webkit.org/show_bug.cgi?id=82878 and https://bugs.webkit.org/show_bug.cgi?id=82888).
Great, that’s exactly what I had in mind. In fact, I did a similar patch locally.
-- Darin
More information about the webkit-dev
mailing list