Bug 306822
| Summary: | [Site Isolation] Web Inspector: Only vend frame targets to frontend with site isolation on | ||
|---|---|---|---|
| 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
We decided that it's easiest to tie whether to create Frame Targets to whether SI is enabled.
If it's not enabled, then only use Page target and WebPage/PageInspectorController.
If it is enabled, then use Page + Frame (+ Worker) targets and install agents into FrameInspectorController.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Qianlang Chen
rdar://169309429
Qianlang Chen
Pull request: https://github.com/WebKit/WebKit/pull/57744
EWS
Committed 307133@main (cd6feb8d6a6d): <https://commits.webkit.org/307133@main>
Reviewed commits have been landed. Closing PR #57744 and removing active labels.