angular/devtools/projects/ng-devtools-backend/src/lib
AleksanderBodurri 99e40574cb fix(devtools): ignore DOM Nodes from other frames when performing render tree detection (#57518)
Previously, if an application had DOM Nodes injected into it from other frames, DevTools would fail to parse component trees with the render tree strategy properly because of an instanceof Node check that the framework performs.

Now we check for instanceof Node before even calling framework debug APIs on DOM nodes so that we can skip nodes that come from other frames entirely.

PR Close #57518
2024-08-27 13:19:35 -07:00
..
component-inspector refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
directive-forest fix(devtools): ignore DOM Nodes from other frames when performing render tree detection (#57518) 2024-08-27 13:19:35 -07:00
hooks refactor(devtools): Use Chrome DevTools Performance extension API (#55805) 2024-07-31 16:04:52 +00:00
ng-debug-api refactor(core): type-safe global ng (#53439) 2024-01-09 12:17:48 -08:00
state-serializer refactor(devtools): improve signal support. (#54912) 2024-04-25 14:57:18 -07:00
BUILD.bazel refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
client-event-subscribers.spec.ts refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
client-event-subscribers.ts refactor(devtools): improve signal support. (#54912) 2024-04-25 14:57:18 -07:00
component-tree.ts refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
highlighter.spec.ts refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
highlighter.ts refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
index.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00
interfaces.ts refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
router-tree.spec.ts refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00
router-tree.ts refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
set-console-reference.ts refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
utils.ts feat(core): support TypeScript 5.5 (#56096) 2024-05-29 15:33:33 +02:00
version.ts refactor(devtools): run tslint --fix on devtools codebase 2022-01-26 16:35:31 -05:00