Reland "Reland "Add resize tracking to all tree items, table rows and most of the items""

This reverts commit d0c0497a41f0fe59d4240b4923d68b00b1c15ffc.

Reason for revert: Addressed the e2e assertion performance problem

Original change's description:
> Revert "Reland "Add resize tracking to all tree items, table rows and most of the items""
>
> This reverts commit 5289793fce7ffe5c151d87369ee6ce9c1e5ad080.
>
> Reason for revert: Closed tree
>
> Original change's description:
> > Reland "Add resize tracking to all tree items, table rows and most of the items"
> >
> > This is a reland of commit 2caa68b017869548219c43a2cc3cb484a3f6d845
> >
> > Original change's description:
> > > Add resize tracking to all tree items, table rows and most of the items
> > >
> > > These are likely to be scrolled out of the viewport and not visible, and we need to track this for both correctness and logs analysis performance.
> > >
> > > Bug: 477570386
> > > Change-Id: I97b07cf80df09e9399eed99e5cf697e0a02bf4df
> > > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7500341
> > > Reviewed-by: Simon Zünd <szuend@chromium.org>
> > > Auto-Submit: Danil Somsikov <dsv@chromium.org>
> > > Commit-Queue: Simon Zünd <szuend@chromium.org>
> > > Commit-Queue: Danil Somsikov <dsv@chromium.org>
> >
> > Bug: 477570386
> > Change-Id: I287b8fe66c98375a1a12a62bcc6483858a190f83
> > Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7531844
> > Auto-Submit: Danil Somsikov <dsv@chromium.org>
> > Reviewed-by: Simon Zünd <szuend@chromium.org>
> > Commit-Queue: Simon Zünd <szuend@chromium.org>
>
> Bug: 477570386
> No-Presubmit: true
> No-Tree-Checks: true
> No-Try: true
> Change-Id: I89fcf7731d5c1c147ab8c1b195d5eb111120c263
> Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7544935
> Reviewed-by: Simon Zünd <szuend@chromium.org>
> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
> Commit-Queue: Piotr Paulski <piotrpaulski@chromium.org>

Bug: 477570386
Change-Id: I383d3108eeb256bb8951824c0fb34eaa83d62ce5
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7594591
Reviewed-by: Simon Zünd <szuend@chromium.org>
Reviewed-by: Piotr Paulski <piotrpaulski@chromium.org>
Commit-Queue: Danil Somsikov <dsv@chromium.org>
33 files changed
tree: 368ca450ada23c29d7eb130a93696cf19cff7b48
  1. .gemini/
  2. .github/
  3. .vscode/
  4. agents/
  5. build_overrides/
  6. config/
  7. docs/
  8. extension-api/
  9. extensions/
  10. front_end/
  11. inspector_overlay/
  12. mcp/
  13. node_modules/
  14. scripts/
  15. test/
  16. third_party/
  17. v8/
  18. .clang-format
  19. .clang-format-ignore
  20. .editorconfig
  21. .env.template
  22. .geminiignore
  23. .git-blame-ignore-revs
  24. .gitallowed
  25. .gitattributes
  26. .gitignore
  27. .gitmodules
  28. .gn
  29. .mailmap
  30. .npmignore
  31. .npmrc
  32. .style.yapf
  33. .stylelintignore
  34. .stylelintrc.json
  35. AUTHORS
  36. BUILD.gn
  37. codereview.settings
  38. CONTRIBUTING.md
  39. DEPS
  40. DIR_METADATA
  41. eslint.config.mjs
  42. favicon.ico
  43. LICENSE
  44. OWNERS
  45. package-lock.json
  46. package.json
  47. PRESUBMIT.py
  48. README.md
  49. WATCHLISTS
README.md

Chrome DevTools frontend

npm package

The client-side of the Chrome DevTools, including all TypeScript & CSS to run the DevTools webapp.

Source code and documentation

The frontend is available on chromium.googlesource.com. Check out the Chromium DevTools documentation for instructions to set up, use, and maintain a DevTools front-end checkout, as well as design guidelines, and architectural documentation.

Source mirrors

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.

Getting in touch

There are a few options to keep an eye on the latest and greatest of DevTools development: