commit | ae9af25ea51e8fc842492677b81ee38ff17d1fd7 | [log] [tgz] |
---|---|---|
author | Maks Orlovich <morlovich@chromium.org> | Tue May 13 16:17:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 13 16:17:00 2025 |
tree | bdd886c8d9e06daac901f9dd1bd4c3684d639a1b | |
parent | 8e385342486d430e7a075e4a758c4c54c3f4b661 [diff] |
Add missing check in browsing_topics::EpochTopics::FromDictValue base::ValueToTime can fail, so check its return value; OTOH it can handle a null input just fine. (Which is covered by EpochTopicsTest.FromEmptyDictionaryValue) Bug: 328277485 Change-Id: I7ecfcbe4859da61e0d952e727ee9ab092737517c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6538933 Reviewed-by: Yao Xiao <yaoxia@chromium.org> Commit-Queue: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1459491}
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.