Bug 42152 - [GTK] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations
Summary: [GTK] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-07-13 02:30 PDT by Tor Arne Vestbø
Modified: 2010-08-26 23:48 PDT (History)
2 users (show)

See Also:


Attachments
proposed patch (3.05 KB, patch)
2010-08-25 23:40 PDT, Philippe Normand
mrobinson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 :)