RESOLVED FIXED288776
Web Inspector: The new ServiceWorkerDebuggableProxy needs to adopt auto inspection
https://bugs.webkit.org/show_bug.cgi?id=288776
Summary Web Inspector: The new ServiceWorkerDebuggableProxy needs to adopt auto inspe...
Qianlang Chen
Reported 2025-02-27 16:06:40 PST
The patch in [1] added support to automatically inspect or pausing service workers, but it was built on top of the traditional ServiceWorkerDebuggable type. However, there was also the work in [2] to introduce a new type ServiceWorkerDebuggableProxy used to replace the old type. In light of this, we need to migrate or rewrite the auto-inspection implementation to be able to work with the new debuggable type. - [1] https://github.com/WebKit/WebKit/pull/20316 - [2] https://github.com/WebKit/WebKit/pull/40437
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-27 16:06:51 PST
EWS
Comment 2 2025-02-28 18:06:55 PST
Committed 291414@main (50e5a0f85821): <https://commits.webkit.org/291414@main> Reviewed commits have been landed. Closing PR #41612 and removing active labels.
Qianlang Chen
Comment 3 2025-03-04 11:05:25 PST
This work was reverted in https://webkit.org/b/289027.
EWS
Comment 4 2025-03-18 11:51:28 PDT
Committed 292318@main (e02e121abf24): <https://commits.webkit.org/292318@main> Reviewed commits have been landed. Closing PR #41952 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.