commit | 4194f567da4a2363b25521df38188847c636d9cb | [log] [tgz] |
---|---|---|
author | John Palmer <jopalmer@chromium.org> | Tue Nov 26 23:57:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 26 23:57:20 2024 |
tree | f0220bd76f697cb9138338c034a7022aa1307e2b | |
parent | a5a57a4d70be69af1223e5a5b867fb3179fb3893 [diff] |
Emoji picker: fix bug where empty emoji history items were being saved to prefs. This caused a crash. Quick fix by filtering out the bad emoji. For now, the theory is maybe old local storage data that was inconsistent with the new formats. Bug:b:381130425 Change-Id: Idf03dcecd6fcee75d875a690c5893aacd495383b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6051268 Reviewed-by: John Palmer <jopalmer@chromium.org> Reviewed-by: Jing Wang <jiwan@chromium.org> Commit-Queue: John Palmer <jopalmer@chromium.org> Cr-Commit-Position: refs/heads/main@{#1388541}
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.