[Webkit-unassigned] [Bug 60770] [Qt] QtWebKit bridge assignToHTMLImageElement() results in invalid Image for WebGLRenderingContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 29 17:58:53 PDT 2011


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





--- Comment #10 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-06-29 17:58:53 PST ---
(From update of attachment 94256)
View in context: https://bugs.webkit.org/attachment.cgi?id=94256&action=review

> Source/WebCore/loader/cache/CachedImage.h:42
> +    CachedImage(Image*, const String& url = emptyString());

Does it have to be in the constructor? Seems like something like setUrl() would be more readable, since that what's you've added to the constructor anyway.

> Source/WebKit/qt/tests/hybridPixmap/widget.cpp:33
> +    ui->webView->settings()->setAttribute(QWebSettings::WebGLEnabled, true);

So this API test would fail if built without WebGL?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list