angular/devtools/projects/ng-devtools/src
AleksanderBodurri c5d841a7a5 fix(devtools): catch firefox non-top level frame error case when using utilities APIs (#60430)
Previously the `frameUrl` option in `chrome.devtools.inspectedWindow.eval` would throw errors when used in Firefox, preventing inspect source functionality for firefox users even if they don't need to target a particular frame on the page (they are on the top level frame with Angular DevTools).

Now this behaviour is as follows:

Firefox user that has the top level frame selected -> DevTools inspect functionality works as expected.

Firefox user that has a non-top level frame selected -> DevTools now renders a snackbar message informing the user of the limitation.

PR Close #60430
2025-03-31 17:09:56 +00:00
..
lib fix(devtools): catch firefox non-top level frame error case when using utilities APIs (#60430) 2025-03-31 17:09:56 +00:00
styles refactor(devtools): extract and organize colors into themes (#60374) 2025-03-27 18:10:28 +00:00
BUILD.bazel refactor(devtools): bring the angular devtools directory into the root bazel workspace 2022-01-26 16:35:31 -05:00
public-api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00