commit | 08b302c62458cb488fc3772135d2e32d6581743f | [log] [tgz] |
---|---|---|
author | Andrey Davydov <andreydav@google.com> | Thu Nov 21 14:00:08 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 14:00:08 2024 |
tree | ee7eccff77abab804dbdda64ca55ca16d331cc1d | |
parent | acb8f88c2f0260612079de5065f4faf745499eef [diff] |
[Floating SSO] Limit cookie sync to cookies with CookieSourceType::kHTTP This addresses the issue with some websites (see an example in the linked bug) updating some cookies too often from JavaScript and generating a lot of unnecessary Sync traffic. Bug: b:379858073 Change-Id: I2941e0d4f21306366141a17f3f77a22ef6253ac0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038000 Reviewed-by: Maria Petrisor <mpetrisor@chromium.org> Commit-Queue: Andrey Davydov <andreydav@google.com> Cr-Commit-Position: refs/heads/main@{#1386207}
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.