Bug 94496
| Summary: | [GTK] Add support for data transfer items | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jeremy Huddleston Sequoia <jeremyhu> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | UNCONFIRMED | ||
| Severity: | Normal | CC: | bugs-noreply, mrobinson |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jeremy Huddleston Sequoia
OS X 10.8
webkit-gtk 1.8.2
When webkit-gtk 1.8.2 is configured with --enable-data-transfer-items, the build fails at:
Source/WebCore/platform/gtk/ClipboardGtk.h:46: error: cannot allocate an object of abstract type 'WebCore::ClipboardGtk'
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Jeremy Huddleston Sequoia
For more information on how MacPorts builds webkit-gtk, you can check out the Portfile here which shows all the configure options enabled:
https://trac.macports.org/browser/trunk/dports/www/webkit-gtk/Portfile
Jeremy Huddleston Sequoia
With the cmake build system, this is now controlled by ENABLE_DATA_TRANSFER_ITEMS, and it is still off.