commit | 58d13af838438e57727340856ad4cecbe3e98049 | [log] [tgz] |
---|---|---|
author | Antia Puentes <apuentes@igalia.com> | Wed Nov 16 11:26:23 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 16 11:26:23 2022 |
tree | 797dfbb159c612bc2d77a7a98b420ea18aea7703 | |
parent | f086205293c23cea33d680f89613ad04c20df4e0 [diff] |
Rewrite GetPrimaryMainFrame comparison in terms of IsInPrimaryMainFrame (11/n) This CL replaces the GetPrimaryMainFrame() comparison check in favor of a more concise method IsInPrimaryMainFrame() in js_to_browser_messaging.cc. Bug: 1268893 Change-Id: I467cc020b30d327d3da49a8eec1926844afd2dc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4026986 Reviewed-by: Scott Violet <sky@chromium.org> Commit-Queue: Antia Puentes <apuentes@igalia.com> Cr-Commit-Position: refs/heads/main@{#1072158}
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.