commit | 2be02d46b036320c634ec82c063b0905ebd182d9 | [log] [tgz] |
---|---|---|
author | Claudio DeSouza <[email protected]> | Thu Aug 12 23:23:40 2021 |
committer | Chromium LUCI CQ <[email protected]> | Thu Aug 12 23:23:40 2021 |
tree | c9ef92fd185c4752c1ecd5c4dd56fa576cc7b703 | |
parent | 321551e1d74a7d584486beffaa2ebdc064b57b6d [diff] |
[MPArch] Removing WCO dependency for PageInfo This CL removes the derivation from WCO for PageInfo, which was only added as a means to allow page info to retrieve a weak reference to the associated WebContents object. We are now storing a WebContents::Getter, which is a more appropriate idiom for such cases. We are also exposing a getter for WebContents weak ptr. Bug: 1224910 Change-Id: I14ed08a5e678b9851dbbdcb1ce5d7a550b285c87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2993862 Commit-Queue: Claudio DeSouza <[email protected]> Reviewed-by: Jochen Eisinger <[email protected]> Reviewed-by: Emily Stark <[email protected]> Reviewed-by: Lucas Gadani <[email protected]> Cr-Commit-Position: refs/heads/master@{#911551}
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.