Bug 42151

Summary: [Chromium] 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: dglazkov, tony
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
Patch
none
Patch tkent: review+

Description Tor Arne Vestbø 2010-07-13 02:29:53 PDT
To pass fast/loader/non-deferred-substitute-load.html
Comment 1 Tony Chang 2010-09-15 13:42:11 PDT
Created attachment 67705 [details]
Patch
Comment 2 Tony Chang 2010-09-15 13:43:43 PDT
For reference, this was added to the other platforms here: http://trac.webkit.org/changeset/63191

This is similar to how mac/win works, except we set the flag in WebViewHost::didCreateDataSource which is like ResourceLoadDelegate on mac/win.
Comment 3 Tony Chang 2010-09-15 13:44:46 PDT
Comment on attachment 67705 [details]
Patch

Whoops, too soon.  Forgot to implement the base url part of queueLoadHTMLString.
Comment 4 Tony Chang 2010-09-15 13:50:53 PDT
Created attachment 67707 [details]
Patch
Comment 5 Kent Tamura 2010-09-15 17:00:52 PDT
Comment on attachment 67707 [details]
Patch

ok.
Comment 6 Tony Chang 2010-09-16 15:46:03 PDT
Committed r67676: <http://trac.webkit.org/changeset/67676>