commit | 198c2715564aea0979bf8787bad0eb2db39e4c78 | [log] [tgz] |
---|---|---|
author | Alex Newcomer <newcomer@chromium.org> | Fri Sep 25 23:49:18 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Sep 25 23:49:18 2020 |
tree | 86514519432a1485e9810b882615b21353df01c0 | |
parent | 0fba6792e5d262553753f28f2699eb9d54c26b41 [diff] |
Speculative ~AppListModel crash fix Speculative fix. We now observe a folders item list on creation, but it seems we forgot to stop observing in one case. When the scoped observer list destructs, it tries to stop observing things that no longer exist. This should fix the crash we are seeing in M-86. Bug: 1130901 Change-Id: I078e570a9beb67fda7efd48ba40ec52bda47aab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429524 Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#810825}
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.
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.