Bug 285328
| Summary: | Child extension frames randomly treated as the main frame | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Charlie Wolfe <charliew> |
| Component: | WebKit Extensions | Assignee: | Charlie Wolfe <charliew> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Charlie Wolfe
WebExtensionFrameIdentifier uses the ObjectIdentifier on FrameIdentifier for child frames but creates a new unique identifier for the main frame. A child frame may have an identifier that collides with the main frame’s actual frameID, so they should never be matched.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/142299531>
Charlie Wolfe
Pull request: https://github.com/WebKit/WebKit/pull/38485
EWS
Committed 288405@main (ba5d1ac1a873): <https://commits.webkit.org/288405@main>
Reviewed commits have been landed. Closing PR #38485 and removing active labels.