[Webkit-unassigned] [Bug 98940] [GTK][WPE] Add support for DataTransferItem API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 09:43:26 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=98940

Carlos Alberto Lopez Perez <clopez at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.webkit.org/sho
                   |                            |w_bug.cgi?id=202796
            Summary|[GTK][WPE Add support for   |[GTK][WPE] Add support for
                   |DataTransferItem            |DataTransferItem API

--- Comment #2 from Carlos Alberto Lopez Perez <clopez at igalia.com> ---
The spec: https://html.spec.whatwg.org/multipage/dnd.html#the-datatransferitems-interface

The Qt implementation was done in r85648

The feature is not longer enabled by a compilation guard.

But it has a run-time guard. This run-time is enabled by default on WTR but its disabled for GTK or WPE ports otherwise (like when using the browser). For Mac is enabled by default.

The name of the run-time guard is DataTransferItemsEnabled

A layout test to test the feature: editing/pasteboard/data-transfer-items.html

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191016/ac55e726/attachment-0001.html>


More information about the webkit-unassigned mailing list