Bug 316316
| Summary: | Debounce screen properties updates | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Nham <nham> |
| Component: | WebKit Misc. | Assignee: | Ben Nham <nham> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ben Nham
We've seen instances in logs where we are IPC'ing a large number of screen properties updates (more than 2000 in a minute). This is surprising because we don't expect screen properties to change frequently. Debounce the updates to something more reasonable, like 1 Hz.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ben Nham
rdar://177953568
Ben Nham
Pull request: https://github.com/WebKit/WebKit/pull/66454
EWS
Committed 314702@main (79d48cd76aca): <https://commits.webkit.org/314702@main>
Reviewed commits have been landed. Closing PR #66454 and removing active labels.