Bug 306672
| Summary: | If completeSyntheticClick provides a non-root frameID, resolve to root frame. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | jlee53 |
| Component: | WebKit Misc. | Assignee: | jlee53 |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
jlee53
Sometimes, completeSyntheticClick receives a frameID that may not be a root frame. Without validation, this frameID is passed directly to localRootFrame(), which expects a root frame identifier. We fix this by ensuring completeSyntheticClick always resolves the frameID to a root frame before calling localRootFrame()
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
jlee53
<rdar://problem/168161516>
jlee53
Pull request: https://github.com/WebKit/WebKit/pull/57606
EWS
Committed 306757@main (cbb65e5cfe2d): <https://commits.webkit.org/306757@main>
Reviewed commits have been landed. Closing PR #57606 and removing active labels.