Bug 270609
| Summary: | WKInactiveSchedulingPolicyThrottle / WKInactiveSchedulingPolicyNone may still cause process suspension | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | WebKit2 | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Chris Dumez
WKInactiveSchedulingPolicyThrottle / WKInactiveSchedulingPolicyNone may still cause process suspension. They don't set the "shouldDropNearSuspendedAssertionAfterDelay" setting, which means that we may end up dropping the suspended assertion after some delay and the processes would suspend, even though the API indicates that the processes will not suspend in those modes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
<rdar://123854747>
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/25558
EWS
Committed 275807@main (f64effb7bba9): <https://commits.webkit.org/275807@main>
Reviewed commits have been landed. Closing PR #25558 and removing active labels.