commit | eda1c0ca98f94c47a569d1bc749ef295e299e224 | [log] [tgz] |
---|---|---|
author | Justin DeWitt <dewittj@chromium.org> | Tue Nov 14 20:01:00 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 14 20:01:00 2023 |
tree | 9b8c7a16ab4fb982c1470a8bf04fac80fb9dd07f | |
parent | e2aea293a2a2f3d35708d6853e7cdd2058869ea6 [diff] |
Lifetime of Compose's BubbleContentsWrapperT matches its BubbleDialogView. Previously the ChromeComposeClient would own (indirectly) the BubbleContentsWrapperT via ChromeComposeDialogController. Normally this would not be a problem as the dialog closes right after the web contents, but it was possible for the webui to reference the destroyed WebContents in certain scenarios. Bug: 1499835 Change-Id: Id8c7ea3caad2dc9d4eb20cb97804b0cbadd0f230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5021240 Reviewed-by: Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1224489}
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.