commit | 04ccaaac2bd399209957ab9643228cdc9adf4498 | [log] [tgz] |
---|---|---|
author | Xiaoling Bao <xiaolingbao@google.com> | Tue Nov 12 19:43:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 12 19:43:56 2024 |
tree | fdf91c1d92009cbb70de3fab37aafcaea81f0e8f | |
parent | bda712270ab2c85f89cfeee189d537ea5c4cf721 [diff] |
Make network objects owned by the creating sequence. SharedURLLoaderFactory and URLUploader should be used in a single sequence (including destruction). Move such objects into one network class and make them managed by one sequence. Bug: 378120155 Change-Id: I3b0a4642dacffe23677728464743cf49016cb6a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6014178 Reviewed-by: Noah Rose Ledesma <noahrose@google.com> Commit-Queue: Xiaoling Bao <xiaolingbao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1381924}
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.