RESOLVED FIXED 117273
Don't throttle timers if a page is doing something that might be interesting
https://bugs.webkit.org/show_bug.cgi?id=117273
Summary Don't throttle timers if a page is doing something that might be interesting
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.