UNCONFIRMED 89582
WebKitDOMClipboard is not generated in DerivedSources during build.
https://bugs.webkit.org/show_bug.cgi?id=89582
Summary WebKitDOMClipboard is not generated in DerivedSources during build.
matthew
Reported 2012-06-20 11:16:42 PDT
When you build webkit with the --enable-introspection flag, it generates a GObject Introspection file. This is used to create language bindings for some other languages, including Vala. However, this file is incomplete. In particular, it is missing the 'WebKit.DOM.MouseEvent.dataTransfer()' and 'WebKit.DOM.MouseEvent.clipboard()' methods, as well as the definition for the 'Clipboard' class that is returned by those methods. These definitions are necessary for using HTML5 drag-and-drop. There may be other definitions that are missing as well, but those are the ones that I've noticed.
Attachments
matthew
Comment 1 2012-06-21 17:43:05 PDT
Upon further inspection, it's not just the GIR file that is missing the Clipboard. WebKitDOMClipboard is not generated--it does not appear within WebKitBuild/Release/DerivedSources/webkit.
Note You need to log in before you can comment on or make changes to this bug.