[Webkit-unassigned] [Bug 52876] Chromium DRT should clear page between tests like what Mac DRT does

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 19:22:06 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52876





--- Comment #12 from Alexey Proskuryakov <ap at webkit.org>  2011-01-25 19:22:06 PST ---
> @Alexey, what's the difference between 
> [mainFrame loadHTMLString:@"<html></html>" baseURL:[NSURL URLWithString:@"about:blank"]]
> and
> [mainFrame loadRequest:[NSURLRequest requestWithURL:url]] (where the url is about:blank) ?

These are hugely different code paths in WebCore - see the implementation at <http://trac.webkit.org/browser/trunk/Source/WebKit/mac/WebView/WebFrame.mm#L1512>. I don't know what makes the difference in this case.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list