commit | e209e020ac75c0916c7d89f2f5b3a76272b0eb76 | [log] [tgz] |
---|---|---|
author | ainozaki <ainozaki@google.com> | Tue Sep 14 10:13:19 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 14 10:13:19 2021 |
tree | 381bcd550be598c8ee535f1a944fd27ddf94ba13 | |
parent | 9429faa3d8261a8222b2b5508b1791e77a94b822 [diff] |
CORS: Logging preflight cache checking This CL is one of the patches of logging CORS preflight request in NetLog. design doc (Internal): https://docs.google.com/document/d/1VambUhLsBYXPg9tOXPtTmYgUHXXuArIbBOQAOw8YcKU/edit?usp=sharing Before sending a preflight request, PreflightController checks if there is a preflight cache. This CL takes logs of the checking result: "hit-and-pass"/"hit-and-fail"/"miss"/"stale". Contents of the cache will be logged in following CLs. Bug: 124451 Change-Id: I30b2e4a077aa5c9a560d9c5abbec6b5f1ef8a1d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3151042 Commit-Queue: Ai Nozaki <ainozaki@google.com> Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#921120}
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.