Bug 305234
| Summary: | [Site Isolation] testRunner.globalFlag doesn't work with Site Isolation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Anthony Tarbinian <a.tarbinian> |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Anthony Tarbinian
Several tests in LayoutTests/http/tests/security rely on testRunner.globalFlag
to communicate between different frames. Previously, with site isolation enabled,
this flag would not be shared across different processes. This caused several LayoutTests
to timeout since they use testRunner.globalFlag to indicate when an event has ocurred.
Since testRunner.globalFlag wasn't updating across processes they were stuck waiting forever.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/167876464>
Anthony Tarbinian
Pull request: https://github.com/WebKit/WebKit/pull/56378
EWS
Committed 305562@main (ed8a83f38d72): <https://commits.webkit.org/305562@main>
Reviewed commits have been landed. Closing PR #56378 and removing active labels.