Bug 301304
| Summary: | Web Inspector: Support the frame target in protocol tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Qianlang Chen <qianlangchen> |
| Component: | Web Inspector | Assignee: | Qianlang Chen <qianlangchen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Qianlang Chen
Web Inspector's protocol tests (layout tests that includes `protocol-test.js`) currently directly interacts with the WebCore Page and its InspectorController. The will soon become a problem as we introduced the frame target type, to support site isolation, and as we begin moving inspector domains like Console from the page to the frame. Protocol tests need to start having a way of interacting with the frame target too, to keep testing features that will begin to appear missing from the page but are moved to the frame.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/163222919>
Qianlang Chen
Pull request: https://github.com/WebKit/WebKit/pull/52907
EWS
Committed 302178@main (fba6f4211402): <https://commits.webkit.org/302178@main>
Reviewed commits have been landed. Closing PR #52907 and removing active labels.