Bug 54772 - [chromium] Clean up initialization of minimum timer interval
Summary: [chromium] Clean up initialization of minimum timer interval
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 54312
Blocks: 54885
  Show dependency treegraph
 
Reported: 2011-02-18 14:26 PST by Kenneth Russell
Modified: 2011-02-22 19:11 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.71 KB, patch)
2011-02-18 14:34 PST, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2011-02-18 14:26:18 PST
Now that the minimum timer interval can be controlled per page, the Chromium code in the WebKit repository which refers to it needs a small cleanup.
Comment 1 Kenneth Russell 2011-02-18 14:34:50 PST
Created attachment 83008 [details]
Patch
Comment 2 James Robinson 2011-02-18 15:00:05 PST
Comment on attachment 83008 [details]
Patch

R=me
Comment 3 Kenneth Russell 2011-02-18 15:20:32 PST
Committed r79038: <http://trac.webkit.org/changeset/79038>
Comment 4 Kenneth Russell 2011-02-22 19:11:44 PST
It's possible this caused https://bugs.webkit.org/show_bug.cgi?id=54885 . Still investigating.