[webkit-reviews] review denied: [Bug 114966] [Qt] QWebKitPlatformPlugin should export available Plugin interfaces : [Attachment 199047] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 11:08:04 PDT 2013


Jocelyn Turcotte <jocelyn.turcotte at digia.com> has denied Arunprasad
<ArunPrasadR at nds.com>'s request for review:
Bug 114966: [Qt] QWebKitPlatformPlugin should export available Plugin
interfaces
https://bugs.webkit.org/show_bug.cgi?id=114966

Attachment 199047: Patch
https://bugs.webkit.org/attachment.cgi?id=199047&action=review

------- Additional Comments from Jocelyn Turcotte <jocelyn.turcotte at digia.com>
Platform plugins are, like their name saying, part of the platform
implementation under QtWebKit.
Those APIs are not public and are made to be implemented by those deploying
QtWebKit on a platform at compile time. They were not designed to allow
per-application implementation.

If you need to add an implementation for your embedded device, I suggest doing
so directly in your QtWebKit build to make sure that applications on your
platform don't have to worry about it.


More information about the webkit-reviews mailing list