commit | aad158ba2e195ea846063e150eb3c815d62e0e23 | [log] [tgz] |
---|---|---|
author | ainozaki <ainozaki@google.com> | Thu Oct 28 07:42:43 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 28 07:42:43 2021 |
tree | 2cf23d8ab3f76c339999c377af325f2f3450a5d5 | |
parent | 71bee985a9e4b7671b88bac6229a6c91028946d8 [diff] |
CORS: Make dependency_link of NetLog showing preflight's URLRequest This 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 This CL makes dependency_link in URLRequest's NetLog. The link indicates the CORS preflight's URLRequest. Bug: 1244451 Change-Id: Ia88596762c3fbd06e7a01cee3128333b62d3bd49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3174625 Commit-Queue: Ai Nozaki <ainozaki@google.com> Reviewed-by: Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by: Matt Menke <mmenke@chromium.org> Reviewed-by: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/main@{#935762}
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.