Bug 302429
| Summary: | Web Inspector: Remove the deprecated PageDebuggable | ||
|---|---|---|---|
| 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
As part of adding site isolation support and making the frame target type compatible with WK1, we introduced multi-target support for WK1 in the form of LegacyWebPageDebuggable that surfaces as a "web-page"-typed debuggable in the frontend [1]. This means the backend no longer needs to create or maintain a PageDebuggable that a direct backend target would connect to. We should therefore remove the PageDebuggable to keep our codebase clean.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/164588069>
Qianlang Chen
[1]: https://github.com/WebKit/WebKit/pull/53563 (Web Inspector: Make frame targets compatible with WebKitLegacy)
Qianlang Chen
Pull request: https://github.com/WebKit/WebKit/pull/55732
EWS
Committed 305128@main (7dcb5b690a09): <https://commits.webkit.org/305128@main>
Reviewed commits have been landed. Closing PR #55732 and removing active labels.