angular/devtools/src
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
..
app refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
assets refactor(devtools): prepare codebase for migration to angular/angular repo 2021-11-21 20:23:18 -05:00
environments refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
styles feat(devtools): Create browser specific styles for chrome and firefox (#46037) 2022-05-23 14:00:10 -07:00
BUILD.bazel build(devtools): target es2020 explicitly (#50086) 2023-05-09 14:41:48 -07:00
demo-application-environment.ts refactor(devtools): implement multiframe support in devtools page (#53934) 2024-02-14 17:15:25 -08:00
demo-application-operations.ts refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00
iframe-message-bus.ts refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
index.html feat(devtools): create demo application that uses standalone APIs and standalone components/directives/pipes (#48533) 2023-06-12 12:51:24 +02:00
main.ts refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
styles.scss refactor(devtools): consolidate devtools global styles into 1 file (#49001) 2023-02-14 20:25:23 +01:00
zone-unaware-iframe-message-bus.ts refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00