Revert "Replace checks for non-null parentTarget with a check for a type == Frame in the NetworkLogView." This reverts commit 8be8469f1c49ac2699270555ad76a10ed4164ee4. Reason for revert: Causes flaky test failures (e.g. https://ci.chromium.org/ui/p/devtools-frontend/builders/ci/Stand-alone%20Mac/8392/overview) The failures originate from this test due to a cascade of `window.requestAnimationFrame` callbacks that can run while other tests are running. If we fall in-between test execution than the `Settings` instance is missing and we throw, causing unrelated before/after hooks to fail. Original change's description: > Replace checks for non-null parentTarget with a check for a type == Frame in the NetworkLogView. > > Bug: 1370050 > Change-Id: I49da2fad3ea2b6bcaeff72a0d553183904bd92b3 > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3936529 > Auto-Submit: Danil Somsikov <[email protected]> > Reviewed-by: Wolfgang Beyer <[email protected]> > Commit-Queue: Wolfgang Beyer <[email protected]> Bug: 1370050 Change-Id: I5459f40a51d007c8a3857b1eaa953e8baa733782 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3941776 Bot-Commit: Rubber Stamper <[email protected]> Reviewed-by: Danil Somsikov <[email protected]> Commit-Queue: Simon Zünd <[email protected]>
The client-side of the Chrome DevTools, including all JS & CSS to run the DevTools webapp.
The frontend is available on chromium.googlesource.com.
Check out the project documentation for instructions to set up, use, and maintain a DevTools front-end checkout, as well as design guidelines, and architectural documentation.
DevTools frontend repository is mirrored on GitHub.
DevTools frontend is also available on NPM as the chrome-devtools-frontend package. It's not currently available via CJS or ES modules, so consuming this package in other tools may require some effort.
The version number of the npm package (e.g. 1.0.373466) refers to the Chromium commit position of latest frontend git commit. It's incremented with every Chromium commit, however the package is updated roughly daily.
All DevTools commits: View the log or follow @DevToolsCommits on Twitter
All open DevTools tickets on crbug.com
File a new DevTools ticket: new.crbug.com
Code reviews mailing list: [email protected]
@ChromeDevTools on Twitter
Chrome DevTools mailing list: groups.google.com/forum/google-chrome-developer-tools