commit | ad7178cd552367206e67b11f7f7643f7bd8866f9 | [log] [tgz] |
---|---|---|
author | Keita Suzuki <suzukikeita@chromium.org> | Fri Oct 04 03:41:24 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 04 03:41:24 2024 |
tree | 9b0e1e0d74df0c8041325b22cb17cd02a9bc24fb | |
parent | ad029cb7bcb984bad570f0f22eababa464357431 [diff] |
Add cache-storage as a value of deliveryType in resource timing This CL adds a new value |cache-storage| to the deliveryType field in resource timing. It is specified when the response comes from CacheStorage either via Fetch handler in the ServiceWorker or from the static routing API when the cache rule is specified and used. Explainer: https://github.com/WICG/service-worker-static-routing-api/blob/main/resource-timing-api.md Bug: 41496865 Change-Id: Iff62aa9394244f28d88cbc73a94ff87c6c3e56a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5901298 Commit-Queue: Keita Suzuki <suzukikeita@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Shunya Shishido <sisidovski@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1364026}
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.