commit | e8a4175e91ed59e94c10cbbecfdce5cf7f2fd30a | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Mon Dec 26 22:17:25 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 26 22:17:25 2022 |
tree | 09015acce77d3767b5cf5790baec241a3058b0aa | |
parent | ccb5c30a6b240e9d12baf895b1712c0184844108 [diff] |
Add the new "Commit" devtools timeline event (chromium side) "Commit" is the step of the rendering pipeline where we send (also known as "commit") layers from the main thread to the compositor thread [1]. This patch emits the new "Commit" event which will replace the existing "Composite Layers" step. This patch implements the chromium code for the following front-end patches: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4120996 https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/4123245 [1] https://developer.chrome.com/articles/renderingng-architecture Bug: 1191032 Change-Id: Id62ff8b7db484654640cc997123f8de70578fef5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4117847 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1087015}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.