commit | 4bd173d24be70be80e7c51fee907d6457a29f19f | [log] [tgz] |
---|---|---|
author | Jeremy Roman <[email protected]> | Thu Jun 17 00:05:44 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jun 17 00:05:44 2021 |
tree | c567fc6cee0c42e06f2dbd3e2e91c5d2adb8ae51 | |
parent | fa2b2e4793fdc664905cbb5596aa3a7ae15b7ebb [diff] |
[mparch] Move WebContents::GetManifest to Page. This is a per-page concept and should be moved there. Once https://bugs.chromium.org/p/chromium/issues/detail?id=1217621 is fixed this can use that helper instead of indirecting through GetMainFrame. The favicon code may need additional changes to be able to identify the correct page to call this on. For now, it just preserves behavior by using the primary page. Bug: 1201237 Change-Id: I907e604d2223c70effa58388bd172fa881f678fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2955119 Reviewed-by: Alex Moshchuk <[email protected]> Owners-Override: Alex Moshchuk <[email protected]> Commit-Queue: Jeremy Roman <[email protected]> Cr-Commit-Position: refs/heads/master@{#893233}
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.