[Webkit-unassigned] [Bug 41592] New: ProgressTracker looks not smart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 5 01:24:32 PDT 2010


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

           Summary: ProgressTracker looks not smart
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Enhancement
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ryuan.choi at gmail.com


I checked ProgressTracker because I can't get fully loaded contents in several web page.
I realized that those site had bad resource which takes very long times.

but in this case,
ProgressTracker also wasn't updated well.

attachment is my test log using GtkLauncher.
as you can see, series of finishedCallback were called without got-chunk callback sometimes.
so, incrementProgress wasn't called

After simply adding incrementProgress in ResourceLoadNotifier::dispatchDidFinishLoading,
I could get more accurate progress.

but, I don't know whether it's right approach or not.

-- 
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