| commit | 2dffbd6935c0bc85dbe2ac03f01a428f14f40a6d | [log] [tgz] |
|---|---|---|
| author | Yao Xiao <yaoxia@chromium.org> | Thu Aug 28 14:25:37 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 28 14:25:37 2025 |
| tree | db6291f80b7d9e9f6159692eb5143f11641b4dea | |
| parent | ae846a50d111c23514dc1162fc7957b8e998ad17 [diff] |
[Ad Density] Generalize MainFrameImageAd names to MainFrameAd Rename MainFrameImageAd* to MainFrameAd* to prepare for using the same code path for tracking the geometry for both image ads and iframe ads. This patch is a refactoring and does not change any behavior. Note that some parts in the code still implicitly assume image ads, but splitting the work (into this renaming patch, and a subsequent unification patch: https://crrev.com/c/6891511 ) should make the overall process easier to review. Bug: 441410663 Change-Id: I4632c34c8fc4cff62e95e2c5e8b6ac8463aada50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6891992 Reviewed-by: Josh Karlin <jkarlin@chromium.org> Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Yao Xiao <yaoxia@chromium.org> Cr-Commit-Position: refs/heads/main@{#1507724}
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.