commit | bec0542839a56e183b0559fffcdc564ca744a730 | [log] [tgz] |
---|---|---|
author | Shunya Shishido <sisidovski@chromium.org> | Tue May 20 00:52:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 20 00:52:38 2025 |
tree | d0263abed451c519a72133c8c9d629c279e980ff | |
parent | b66b80c3ff73d9ffffbf0aa66d01bf3b2577358f [diff] |
Enable ServiceWorkerStaticRouterRaceNetworkRequestPerformanceImprovement We have run the experiment for a while. We saw expected improvements with this feature on the partner website, and don't see any issues so far. So this CL enables this by default. With this feature, the browser processes the response data sequentially for the network request data pipe then for the fetch handler data pipe. This resulted in some test code changes and error handling tweaks. Bug: 374606637 Change-Id: I0ee572f68c6dfa231a4ca2229cfc57730c63c209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332391 Reviewed-by: Rakina Zata Amni <rakina@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Shunya Shishido <sisidovski@chromium.org> Cr-Commit-Position: refs/heads/main@{#1462520}
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.