Bug 253011
| Summary: | [UI-side compositing] Lock CALayer tree for scrolling thread hit-testing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Scrolling | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 253836 | ||
| Bug Blocks: | |||
Simon Fraser (smfr)
RemoteScrollingTreeMac::eventListenerRegionTypesForPoint() will use the CALayer tree off the main thread, so we should lock around this, and layer tree commits.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105987016>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/11387
Simon Fraser (smfr)
https://commits.webkit.org/261543@main