Bug 117273

Summary: Don't throttle timers if a page is doing something that might be interesting
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch barraclough: review+

Oliver Hunt
Reported 2013-06-05 13:26:08 PDT
Don't throttle timers if a page is doing something that might be interesting
Attachments
Patch (4.65 KB, patch)
2013-06-05 13:27 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2013-06-05 13:27:31 PDT
Gavin Barraclough
Comment 2 2013-06-05 15:19:06 PDT
Comment on attachment 203877 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203877&action=review r+ > Source/WebCore/page/Page.cpp:1285 > + throttleTimers(); I think this is redundant to the action taken by the PageThrottler, it should already be doing the right thing. > Source/WebCore/page/Page.cpp:1289 > + unthrottleTimers(); ditto.
Oliver Hunt
Comment 3 2013-06-05 15:24:23 PDT
Note You need to log in before you can comment on or make changes to this bug.