commit | c1ef83c24f05978629e159cb1ac707a048e14f03 | [log] [tgz] |
---|---|---|
author | Jeremy Roman <jbroman@chromium.org> | Tue Jun 04 01:19:41 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 01:19:41 2024 |
tree | 3e677b48ae903fd76a678c8d02db3ef852faa8e8 | |
parent | 9a1e7c03c351683cfad7ab40e62fe22ffe24291b [diff] |
Cookie-Indices: Hash duplicate cookies as unordered. Duplicate cookie names are possible and there was a bug in how they were handled before. Fix it, and add a unit test. Corresponding spec change proposed: https://github.com/mnot/I-D/issues/347 Bug: 328628231 Change-Id: I2078aa44f888dc3dd613012203282fa9f5bf4f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5593236 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/main@{#1309728}
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.