angular/devtools/projects
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
..
demo-no-zone refactor(devtools): migrate devtools to prettier formatting (#53945) 2024-01-19 19:09:54 +01:00
demo-standalone refactor(devtools): remove git sha stamping from devtools build (#55694) 2024-05-06 16:02:36 -07:00
ng-devtools refactor(devtools): Use Chrome DevTools Performance extension API (#55805) 2024-07-31 16:04:52 +00:00
ng-devtools-backend fix(devtools): ignore DOM Nodes from other frames when performing render tree detection (#57518) 2024-08-27 13:19:35 -07:00
protocol fix(devtools): allow DevTools to fail gracefully for unsupported versions of Angular. (#55233) 2024-04-22 11:25:20 -07:00
shared-utils refactor(devtools): Add hydration informations (#53910) 2024-01-30 20:03:14 +00:00
shell-browser fix(devtools): catch invalidated extension error to prevent devtools from spamming console (#55697) 2024-08-27 12:54:44 -07:00