[webkit-reviews] review denied: [Bug 60897] [Qt] Implement toImageData() in QtWebKit Bridge : [Attachment 94090] implement toImageData() in Qt bridge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 21 14:58:39 PDT 2011


Benjamin Poulain <benjamin at webkit.org> has denied Andrew Wason
<rectalogic at rectalogic.com>'s request for review:
Bug 60897: [Qt] Implement toImageData() in QtWebKit Bridge
https://bugs.webkit.org/show_bug.cgi?id=60897

Attachment 94090: implement toImageData() in Qt bridge
https://bugs.webkit.org/attachment.cgi?id=94090&action=review

------- Additional Comments from Benjamin Poulain <benjamin at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=94090&action=review

I was gonna r+, cq-, but I just noticed the doc is missing.
Please update the documentation since this is a public API.

> Source/WebCore/bridge/qt/qt_pixmapruntime.cpp:28
> +#include "JSImageData.h"

We need that one?

> Source/WebKit/qt/tests/hybridPixmap/test.html:23
> +			   myWidget.compare(data[i  ], 0xaa); // R

No space after the i, No need to align the columns in the source.

> Source/WebKit/qt/tests/hybridPixmap/widget.h:48
> +    Q_INVOKABLE QImage abcImage(int format);

Why not put this as a public slot like the others?


More information about the webkit-reviews mailing list