Bug 203840
Summary: | Scheduling requestIdleCallback should not block a timer from firing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | DOM | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 164193 |
Ryosuke Niwa
When a timer is about to fire, idle callback should not have a higher precedence over the timer.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/56891067>
Ryosuke Niwa
This is implemented as a part of https://github.com/WebKit/WebKit/pull/16417. Will add a test.
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/16814
EWS
Committed 267029@main (f92900fd3d98): <https://commits.webkit.org/267029@main>
Reviewed commits have been landed. Closing PR #16814 and removing active labels.