commit | ef72ded5344a26b9e5ff1cedc9146d3c7c6a86a5 | [log] [tgz] |
---|---|---|
author | Marja Hölttä <marja@chromium.org> | Tue Nov 05 08:10:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 05 08:10:25 2024 |
tree | 58ef69cb414b792f4d7c2f2ce1c117f5b51b0f0e | |
parent | 7390a69cbd9c4aeff82155d051ea849bd03b3a8e [diff] |
[v8 code cache] Fix the wpt test added in https://chromium-review.googlesource.com/c/chromium/src/+/5964918 The problem with the test is that one of the fetch() calls ends up creating the code cache. The fetch response has its own response time, independent of the response time of the resource in the HTTP cache. Thus, we always get a response time mismatch when trying to use the code cache. This was not the intention of the test. The fix uses fetch() for targeted cache busting only at the last step, so it won't interfere with code cache creation. Bug: 373703283 Change-Id: I5766af7314fd6ffa920fe5d68c704c0611613f72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5979864 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#1378159}
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.