Bug 54772

Summary: [chromium] Clean up initialization of minimum timer interval
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebCore Misc.Assignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: atwilson, davemoore, fishd, jamesr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 54312    
Bug Blocks: 54885    
Attachments:
Description Flags
Patch jamesr: review+, kbr: commit-queue-

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.