Bug 42151 - [Chromium] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-implementations
Summary: [Chromium] Needs DRT queueLoadHTMLString and setDeferMainResourceLoad-impleme...
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:
Depends on:
Blocks:
 
Reported: 2010-07-13 02:29 PDT by Tor Arne Vestbø
Modified: 2010-09-16 15:46 PDT (History)
2 users (show)

See Also:


Attachments
Patch (11.97 KB, patch)
2010-09-15 13:42 PDT, Tony Chang
no flags Details | Formatted Diff | Diff
Patch (12.20 KB, patch)
2010-09-15 13:50 PDT, Tony Chang
tkent: 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: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>