Bug 134185 - WebProgressTracker updates progress too frequently
Summary: WebProgressTracker updates progress too frequently
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 21:00 PDT by Ryosuke Niwa
Modified: 2014-06-25 21:45 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.16 KB, patch)
2014-06-22 21:05 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff
Fixes the bug (3.39 KB, patch)
2014-06-23 16:16 PDT, Ryosuke Niwa
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2014-06-22 21:00:35 PDT
WebProgressTracker updates progress too frequently
Comment 1 Ryosuke Niwa 2014-06-22 21:05:43 PDT
Created attachment 233584 [details]
Patch
Comment 2 Ryosuke Niwa 2014-06-23 15:53:26 PDT
Comment on attachment 233584 [details]
Patch

Turns out that we already have a throttling code in WebCore.
Comment 3 Ryosuke Niwa 2014-06-23 16:16:58 PDT
Created attachment 233648 [details]
Fixes the bug
Comment 4 Ryosuke Niwa 2014-06-25 21:45:10 PDT
Committed r170464: <http://trac.webkit.org/changeset/170464>