WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
118210
PageThrottler::shouldThrottleTimers is wrong.
https://bugs.webkit.org/show_bug.cgi?id=118210
Summary
PageThrottler::shouldThrottleTimers is wrong.
Gavin Barraclough
Reported
2013-06-28 18:20:53 PDT
m_throttleState == PageNotThrottledState -> page NOT throttled, so should NOT throttle timers m_throttleState != PageNotThrottledState -> page NOT NOT throttled, so should throttle timers This needs cleaning up, but for now, 1 character fix.
Attachments
Fix
(1.58 KB, patch)
2013-06-28 18:31 PDT
,
Gavin Barraclough
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gavin Barraclough
Comment 1
2013-06-28 18:31:59 PDT
Created
attachment 205760
[details]
Fix Fixes <
rdar://problem/14247819
>
Gavin Barraclough
Comment 2
2013-06-28 18:45:50 PDT
Committed revision 152202.
Andreas Kling
Comment 3
2013-06-28 22:56:04 PDT
This change broke fast/dom/timer-throttling-hidden-page.html on Mac:
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r152202%20(11080)/results.html
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