commit | 852e1833a70cc83ad11a331e09f9d9f85f039280 | [log] [tgz] |
---|---|---|
author | Bartek Nowierski <bartekn@chromium.org> | Tue Jun 25 17:57:09 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 25 17:57:09 2024 |
tree | 0d04b905352226fecc05364a377df6cfa5cdfb90 | |
parent | bb46d05dae65abcdc74f91fafcb79b1b0fbe7daa [diff] |
[BRP] Handle "templates ... |.get()| needs to be appended" exceptions Most of the fields listed in this section either no longer exist, or are inside a STACK_ALLOCATED struct/class and we generally don't rewrite those. Only one field had to be rewritten, but scoped_refptr was a better fit than raw_ptr. Bug: 348793153 Change-Id: I446909a286ac17665106bdf7c9f3e70098353c2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5653911 Reviewed-by: Mark Foltz <mfoltz@chromium.org> Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Mark Foltz <mfoltz@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1319278}
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.