[webkit-reviews] review granted: [Bug 42152] [GTK] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations : [Attachment 65530] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 26 08:50:24 PDT 2010


Martin Robinson <mrobinson at webkit.org> has granted Philippe Normand
<pnormand at igalia.com>'s request for review:
Bug 42152: [GTK] Needs DRT queueLoadHTMLString and
setDeferMainResourceLoad-implementations
https://bugs.webkit.org/show_bug.cgi?id=42152

Attachment 65530: proposed patch
https://bugs.webkit.org/attachment.cgi?id=65530&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
Thanks for doing this! Sorry that it turned out to be a dead end.

> +    gchar* content = JSStringCopyUTF8CString(m_content.get());
> +    gchar* baseURL = JSStringCopyUTF8CString(m_baseURL.get());

I believe it's possible to include and use GOwnPtr in DumpRenderTree.
r=me after this change.


More information about the webkit-reviews mailing list