WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2013-06-05 13:27:31 PDT
Created
attachment 203877
[details]
Patch
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
Committed
r151244
: <
http://trac.webkit.org/changeset/151244
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug