Bug 42152

Summary: [GTK] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, tonikitoo
Priority: P3 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch mrobinson: review+

Description Tor Arne Vestbø 2010-07-13 02:30:16 PDT
To pass fast/loader/non-deferred-substitute-load.html
Comment 1 Philippe Normand 2010-08-25 23:40:40 PDT
Created attachment 65530 [details]
proposed patch
Comment 2 Martin Robinson 2010-08-26 08:50:25 PDT
Comment on attachment 65530 [details]
proposed patch

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.
Comment 3 Philippe Normand 2010-08-26 23:48:54 PDT
Landed in r66184 with the suggested change :)