commit | a607790d255fafd36854d978bf8e95428b0fcbab | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Fri May 26 10:19:06 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 26 10:19:06 2023 |
tree | 474d58bc4f6415ce36cc8b956ac3ab28785ab4a4 | |
parent | 3555d5526cba31fa3cdfeff50819c521cdde3c7d [diff] |
Fix MergeLacrosPreferences. The original code used dotted paths to track the current position on traversing over Lacros preferences. It assumes that there're no keys containing '.', but it is wrong, e.g. some preferences have URL (like "http://www.google.com") as keys. As a result, those are wrongly split on merging, and causing crash issues, such as crbug.com/1448042 and crbug.com/1448648, and prevent users to login sessions. This CL get rid of using the hack to use dotted path for the merging to fix the problem. BUG=1449100, 1448042, 1448648 TEST=Ran unittest locally. Change-Id: Icd9deae0bd9435ca1cd75f0731e54be5e514cc25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4568046 Reviewed-by: Yuta Hijikata <ythjkt@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/main@{#1149638}
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.