commit | 794fdfbc59ee7922939b3bd0c7dcee069d61c3f8 | [log] [tgz] |
---|---|---|
author | Menghan YANG <myuu@google.com> | Wed Apr 12 12:30:23 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 12 12:30:23 2023 |
tree | 1364004fd3e3f0d87d5a8ee4cd13866e1491889b | |
parent | 3288cb49497f41a4d3427ffe5ea92b21d19f862c [diff] |
[iOS] Release ReadingListCoordinator when dismissed The ReadingListCoordinator used to handle its dismissal itself by calling [self stop];, and therefore is never released. This CL set BrowserCoordinator as a delegate in ReadingListCoordinator, and make BrowserCoordinator handle the dismissal and release of the latter. Fixed: 1431199 Change-Id: Ic427dd9149736a4ab435b9d8eeacb92054dd245f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4403595 Reviewed-by: Mark Cogan <marq@chromium.org> Commit-Queue: Menghan Yang <myuu@google.com> Cr-Commit-Position: refs/heads/main@{#1129196}
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.