commit | 0bb060174d7fa24c3d00e013f03648a5c88ca6e8 | [log] [tgz] |
---|---|---|
author | Hayato Ito <[email protected]> | Fri Jul 04 01:08:01 2025 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jul 04 01:08:01 2025 |
tree | a4c5b41bb934afd0066c8bb3968ef34636d117d9 | |
parent | 5d37211ec6c8689edd374ff6c83b91cbafcc5b16 [diff] |
Use priority-based TaskRunner in ResourceScheduler This CL updates `ResourceScheduler` to use the new priority-based task runners, removing the need for its own `task_runner_` member. This is part of a larger effort to migrate the network stack to use the new NetworkServiceTaskScheduler. While `ResourceScheduler` controls the start timing of resource loads, this change ensures that the tasks are posted to the appropriate priority task queue. There is no functional change unless the NetworkServiceTaskScheduler feature is enabled. Bug: 421051258 Change-Id: Ib3edf8f8aaf9ce4b03aa371680f236b717170d5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6702910 Commit-Queue: Hayato Ito <[email protected]> Reviewed-by: Kenichi Ishibashi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1482408}
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.