commit | 3210cd55ace4556dadd2ac0ff3d66d80e3f6a87f | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Fri Oct 08 03:13:37 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 08 03:13:37 2021 |
tree | 71060fd6092f751f6a1c50d6f57b3d6af4beac59 | |
parent | 1804f35d930ba9cbf7ba778bae38547e16c1934a [diff] |
MPArch: Ensure that prerendering should not affect on TabStatsTracker Almost uses of IsInMainFrame have converted to IsInPrimaryMainFrame for MPArch. As one of ensuring that the conversion is correct, this CL ensures prerendering does not call OnMainFrameNavigationCommitted TabStatsObserver method that should be called on a primary page. Bug: 1218946 Change-Id: Ie8ab1a62ce8d51eea689cae1d6aaabbb1153e5cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3113332 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by: Jesse Doherty <jwd@chromium.org> Reviewed-by: Olivier Li <olivierli@chromium.org> Reviewed-by: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/main@{#929525}
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.