Bug 260115
| Summary: | Event loop should attempt to run idle callbacks at the end of each task | ||
|---|---|---|---|
| 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
Based on https://html.spec.whatwg.org/multipage/webappapis.html#event-loop-processing-model,
we're supposed to start an idle period after executing task whenever it seems the certain criteria.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/16640
EWS
Committed 266877@main (374b4feb0aef): <https://commits.webkit.org/266877@main>
Reviewed commits have been landed. Closing PR #16640 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/113874296>
Ryosuke Niwa
*** Bug 260131 has been marked as a duplicate of this bug. ***