commit | b4af4c2d7076ffe6f2d38ec1be4f59319ac966ac | [log] [tgz] |
---|---|---|
author | Hiroshige Hayashizaki <hiroshige@chromium.org> | Mon Mar 17 18:59:10 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 17 18:59:10 2025 |
tree | 233bd0ad3b490ff0c4f9d499e99b60f8487a9066 | |
parent | fc12c3010e9328aeca6719420f9c1eed11f6401e [diff] |
[ServiceWorker+Prefetch] Implement serving side Design doc: https://docs.google.com/document/d/1kbs8YJuh93F_K6JqW84YSsjVWcAeU41Mj9nwPr6IXRs/edit?tab=t.0#heading=h.9fuqzdmgb6kv After this CL, the primary cases for ServiceWorker-controlled prefetches should work behind the flag (as shown in `basic.sub.https.html`), while TODOs are still to be fixed. Bug: 40947546 Change-Id: I86fc3f0ceaed0eda8aa67842cb23d29e796020eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6021277 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Ken Okada <kenoss@chromium.org> Reviewed-by: Taiyo Mizuhashi <taiyo@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/main@{#1433678}
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.