[Webkit-unassigned] [Bug 24260] Loading progress for blank views

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 28 07:23:29 PST 2009


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





------- Comment #1 from christian at twotoasts.de  2009-02-28 07:23 PDT -------
Created an attachment (id=28115)
 --> (https://bugs.webkit.org/attachment.cgi?id=28115&action=view)
Load test with debugging output about loading signals

So it turns out, the issue is a bit different from what I thought at first.

For one, Midori is returning TRUE where it *should* be FALSE, ie. all is fine,
go for it.

The actual bug is that "about:blank" does, unlike any other URI, not report all
loading signals IF the return value is TRUE.

TRUE should either always cancel the loading signals OR keep going.

Attached is a patch against the test program (UnitTests) which loads
about:blank once and returns TRUE and then again and returns FALSE. It prints
all signals to the console so you can see the problem.


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



More information about the webkit-unassigned mailing list