commit | 1961d5442f393080686f85a72cb11fcdd3b21474 | [log] [tgz] |
---|---|---|
author | Takashi Toyoshima <toyoshim@chromium.org> | Mon May 23 05:05:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 23 05:05:22 2022 |
tree | bd390f2a949cc4661cef5d9ee967fd0e76a24e86 | |
parent | 8a858da9f3eba1db4f33f081039dd5fdc4f0b8db [diff] |
PageLoadMetrics: SecurityStatePageLoadMetricsObserver for FencedFrames All data aggregation are done in SiteEngagementService and SecurityStateTabHelper, and this class just monitors the timing to record the aggregated data. As the outermost page's OnCommit and OnComplete are the timing this class is interested in, it just stops observing. This patch also enables a browser test. Bug: 1317494, 1301880) Change-Id: I1f750467d8f9bac4ea6121103c49e93b5ad7234b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3650341 Reviewed-by: Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/main@{#1006309}
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.