Bug 307654
| Summary: | [Site Isolation] Fix datalist picker for cross-origin iframes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | zak ridouh <zakr> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
zak ridouh
When site isolation is enabled, cross-origin iframes run in separate WebContent processes. The datalist picker was sending responses (didSelectDataListOption, didCloseSuggestions) only to the main process, which would fail to update the input element in the iframe's process.
Fix this.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
zak ridouh
<rdar://164541257>
zak ridouh
Pull request: https://github.com/WebKit/WebKit/pull/58488
EWS
Committed 309034@main (dae6ae8ca62b): <https://commits.webkit.org/309034@main>
Reviewed commits have been landed. Closing PR #58488 and removing active labels.