commit | 05df7b2145239af5073adbb237edb83bb0a10298 | [log] [tgz] |
---|---|---|
author | Tommy Li <tommycli@chromium.org> | Thu Feb 17 01:11:24 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 17 01:11:24 2022 |
tree | 9b9f00adde24cf063d920e740342368f733d6af7 | |
parent | a4762549049059a74dbe94c934672e85fe3ec45b [diff] |
[journeys] Introduce `url_for_deduping` which preserves path and query. This means that many fewer visits will be marked as duplicates by Journeys, when using the SimilarVisitDeduperClusterFinalizer. But more visits will be marked as duplicates by the UrlDeduperClusterFinalizer, because it previously used the full `normalized_url`. It makes the two more similar by pushing the URL-canonicalization into a utility function similar to how Omnibox does it. Bug: 1292134, 1294350 Change-Id: I050206c072046c529245ee0b4609445f95ca986c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3468989 Reviewed-by: Sophie Chang <sophiechang@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/main@{#972192}
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.