commit | f3128a2e43df8d49ab0af79ad2c09d6932f0cb75 | [log] [tgz] |
---|---|---|
author | Kevin Grosu <kgrosu@google.com> | Fri Apr 28 23:57:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 28 23:57:33 2023 |
tree | ab4fdcb685feb2a127e495893d9b547b043317e2 | |
parent | cf00f323a22e1523f303d1f62973e09bfabf641b [diff] |
[PCCT-SideSheet] Add UMAs for PCCT type and side-sheet resize Histograms for: - CustomTabs.SideSheetResizeType - logged when a side-sheet is maximized/minimized - the side-sheet equivalent of the bottom-sheet CustomTabs.ResizeType2. Uses the same enum as CustomTabs.ResizeType2 but auto_* is currently not supported for side-sheet. - CustomTabs.PartialCustomTabType - logs the type of a PCCT when it is created. During the lifetime of a PCCT this can be logged multiple times if there is a transition between the PCCT types (e.g. screen rotation, entering multi-window mode) (cherry picked from commit 85c98f944a6c85faa387a9a1afa564961dff7ada) Bug: 1439968 Change-Id: Icdac98261a5f17d98055d68d1ca9cc5455941e0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4471896 Reviewed-by: Sinan Sahin <sinansahin@google.com> Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org> Commit-Queue: Kevin Grosu <kgrosu@google.com> Cr-Original-Commit-Position: refs/heads/main@{#1135592} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4492834 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/branch-heads/5735@{#68} Cr-Branched-From: 2f562e4ddbaf79a3f3cb338b4d1bd4398d49eb67-refs/heads/main@{#1135570}
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.