RESOLVED FIXED 163164
Add support for ClipboardEvent
https://bugs.webkit.org/show_bug.cgi?id=163164
Summary Add support for ClipboardEvent
Chris Dumez
Reported 2016-10-07 22:16:57 PDT
Add support for ClipboardEvent: - https://www.w3.org/TR/clipboard-apis/#clipboard-event-interfaces Firefox and Chrome both already support this.
Attachments
Patch (44.58 KB, patch)
2016-10-08 14:59 PDT, Chris Dumez
no flags
Patch (44.82 KB, patch)
2016-10-08 15:16 PDT, Chris Dumez
no flags
Patch (44.79 KB, patch)
2016-10-08 15:36 PDT, Chris Dumez
no flags
Patch (45.00 KB, patch)
2016-10-08 16:15 PDT, Chris Dumez
no flags
Patch (44.98 KB, patch)
2016-10-08 16:41 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-10-08 14:59:29 PDT
Chris Dumez
Comment 2 2016-10-08 15:16:40 PDT
Chris Dumez
Comment 3 2016-10-08 15:36:21 PDT
Chris Dumez
Comment 4 2016-10-08 16:10:12 PDT
Comment on attachment 291028 [details] Patch Looks like I broke something.
Chris Dumez
Comment 5 2016-10-08 16:15:09 PDT
Darin Adler
Comment 6 2016-10-08 16:38:03 PDT
Comment on attachment 291029 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=291029&action=review > Source/WebCore/editing/Editor.cpp:886 > + Ref<ClipboardEvent> event = ClipboardEvent::create(eventType, { true, true, false, dataTransfer.get() }, Event::IsTrusted::Yes); Can we use auto here instead?
Chris Dumez
Comment 7 2016-10-08 16:41:40 PDT
WebKit Commit Bot
Comment 8 2016-10-08 17:05:47 PDT
Comment on attachment 291031 [details] Patch Clearing flags on attachment: 291031 Committed r206963: <http://trac.webkit.org/changeset/206963>
WebKit Commit Bot
Comment 9 2016-10-08 17:05:52 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.