angular/devtools/projects/ng-devtools/src/lib/devtools-tabs
AleksanderBodurri ebcdc8dc96 refactor(devtools): implement multiframe support in devtools page (#53934)
In the Angular DevTools Chrome DevTools page:

- Angular DevTools is able to ask the background script to list each frame that has been registered on a page.
- Angular Devtools is able to ask the background script to "enable" the connection on a particular frame. This enables the messaging between the content script <-> background script <-> devtools page
- Implements detection of non unique urls on the inspected page

Limitations:
- The `inspectedWindow.eval` API is only able to target frames by frameURL. This means some features that integrate with Chrome DevTools like inspect element and open source will not be available when inspecting frames that do not have a unique url on the page.

PR Close #53934
2024-02-14 17:15:25 -08:00
..
dependency-injection refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
diffing refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
directive-explorer refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
injector-tree refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
profiler refactor(devtools): migrate to standalone (#53998) 2024-01-23 09:53:24 +01:00
router-tree refactor(devtools): migrate to standalone (#53998) 2024-01-23 09:53:24 +01:00
tab-update refactor(devtools): migrate to standalone (#53998) 2024-01-23 09:53:24 +01:00
BUILD.bazel refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
devtools-tabs.component.html refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
devtools-tabs.component.scss refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
devtools-tabs.component.ts refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
devtools-tabs.spec.ts refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00