[Webkit-unassigned] [Bug 26409] [GTK] Glitches in new progress/load-status system
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 12 07:25:33 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=26409
Benjamin Otte <otte at gnome.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |otte at gnome.org
--- Comment #9 from Benjamin Otte <otte at gnome.org> 2009-08-12 07:25:32 PDT ---
(In reply to comment #0)
> - A weird 10% progress is reported for pages before the status even reaches
> PROVISIONAL. Not sure where this comes from, but it should either go away or
> come after PROVISIONAL or COMMITTED I think.
>
This is wanted behavior. See WebCore/loader/ProgressTracker.cpp. The current
implementation clamps progress values to always be inside [0.1, 0.9] during an
active load, so that you can actually see that something is happening.
--
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