WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
256572
HysteresisActivity::impulse() thrashes a timer
https://bugs.webkit.org/show_bug.cgi?id=256572
Summary
HysteresisActivity::impulse() thrashes a timer
Simon Fraser (smfr)
Reported
2023-05-09 21:14:46 PDT
HysteresisActivity::impulse() is implemented as: void impulse() { if (!m_active) { start(); stop(); } } which will always stop and restart the timer if called repeatedly.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-05-09 21:15:10 PDT
<
rdar://problem/109134335
>
Simon Fraser (smfr)
Comment 2
2023-05-09 22:27:05 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/13681
EWS
Comment 3
2023-05-10 21:27:24 PDT
Committed
263946@main
(c408a82764d2): <
https://commits.webkit.org/263946@main
> Reviewed commits have been landed. Closing PR #13681 and removing active labels.
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