commit | 0650b4a6693d71c9ad5ea32923205ff5e3aa8d96 | [log] [tgz] |
---|---|---|
author | Andrés Olivares <[email protected]> | Wed Oct 19 10:16:59 2022 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 19 11:58:47 2022 |
tree | 09e24fea6e367823831398e682df8917ec2bdb00 | |
parent | 24d850860bda04864069e6c0d4dab32c8f53bc7f [diff] [blame] |
Update documentation on DevTools application entrypoints Updates the location as well as the purpose of each entrypoint. As a drive-by fix, the command prompt for showing the Node sources in the Sources panel is corrected from "Node" to "Show Node". Bug: none Change-Id: I6d76bfb190925d3eb624c775fe134eda1b10b5f7 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3964271 Reviewed-by: Benedikt Meurer <[email protected]> Commit-Queue: Andres Olivares <[email protected]> Reviewed-by: Nancy Li <[email protected]>
diff --git a/front_end/entrypoints/node_app/node_app.ts b/front_end/entrypoints/node_app/node_app.ts index fa5f31a..7c4b849 100644 --- a/front_end/entrypoints/node_app/node_app.ts +++ b/front_end/entrypoints/node_app/node_app.ts
@@ -34,7 +34,7 @@ /** *@description Command for showing the 'Node' tool in the Network Navigator View, which is part of the Sources tool */ - showNode: 'Node', + showNode: 'Show Node', }; const str_ = i18n.i18n.registerUIStrings('entrypoints/node_app/node_app.ts', UIStrings);