commit | 52977e27ec3732ff746683225a2f52991405927e | [log] [tgz] |
---|---|---|
author | Ankush Singh <[email protected]> | Mon Sep 11 20:16:02 2023 |
committer | Chromium LUCI CQ <[email protected]> | Mon Sep 11 20:16:02 2023 |
tree | 9c71e07fd56a5d570af700bef37b886bf9db713d | |
parent | fa1779d6ccacc2b5f6d7ca2190eb12fa19ee30c1 [diff] |
[sync] Fix logic to count bookmarks, extract domain in sync_client_utils This CL fixes the following: 1. Updates that managed bookmarks are not counted, while duplicate bookmarks are counted, by LocalDataQueryHelper. 2. Updates logic to extract domain from url. The existing logic didn't work well for addresses like "chrome://flags". Bug: 1451508 Change-Id: Ib00c637a1a43eb9167a683d91056ca0a962631db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4856642 Commit-Queue: Ankush Singh <[email protected]> Reviewed-by: Mikel Astiz <[email protected]> Reviewed-by: Chris Thompson <[email protected]> Reviewed-by: Scott Violet <[email protected]> Cr-Commit-Position: refs/heads/main@{#1195021}
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.