commit | ac8dd1380e49e11a104dfb30c34e5fdd7a7ca498 | [log] [tgz] |
---|---|---|
author | Sylvie Liu <sylvieliu@chromium.org> | Wed Aug 24 02:51:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 24 02:51:41 2022 |
tree | a3032b213c732bd9ed7c5ffc8523869041fefd8c | |
parent | 5c26cb881038ed1457a9768d3b5df01dfa5375a7 [diff] |
Fixed a crash caused by getting value of a absl::nullopt variable This crash is caused by closing the event list view right after events are fetched and the observer in event list view gets notified. In this case, selected_date_ becomes absl::nullopt while its value is get in UpdateListItems(). We fixed this crash by only set the accessible name when selected_date_ has a value. Since if event list is closed, there'll be no need to set the accessible name. Bug: 1353954 Change-Id: I84984e01e825c81e4108f37b15dffd998994d60c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3844653 Commit-Queue: Sylvie Liu <sylvieliu@chromium.org> Reviewed-by: Jiaming Cheng <jiamingc@chromium.org> Cr-Commit-Position: refs/heads/main@{#1038560}
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.