commit | f4931cc0f6c2f8297ac19757c292fbbcf720026c | [log] [tgz] |
---|---|---|
author | selya <selya@chromium.org> | Thu Jul 18 20:48:36 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 18 20:48:36 2024 |
tree | 3cede0b9178ae069a1a1e4968b2d244d8be21a35 | |
parent | 06bbfc17caaa38d6a3d7ed39eab34b8f8d8632a1 [diff] |
Add a WPT that covers top-level redirects for partitioned cookies This test ensures that cookies are made available in document.cookie and the http header, when a top-level-site is navigated to a cross-site and redirected back to the same-site. The existing test file ancestor-chain-bit-redirect.https.html has been renamed to ancestor-chain-subresource-redirect.https.html to reflect that the redirect it is testing is a subresource to differentiate it from this new test. Bug: 353347647 Change-Id: I2cd02c061902221cc1b010671ae9f0b360d6cb8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5709539 Reviewed-by: Steven Bingler <bingler@chromium.org> Auto-Submit: Aaron Selya <selya@google.com> Reviewed-by: Aaron Selya <selya@google.com> Commit-Queue: Aaron Selya <selya@google.com> Cr-Commit-Position: refs/heads/main@{#1329795}
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.