commit | 56eb4e84f46c948c49c5482051664b8ae4cbedc8 | [log] [tgz] |
---|---|---|
author | Ramin Halavati <rhalavati@chromium.org> | Fri Oct 29 05:42:47 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 29 05:42:47 2021 |
tree | 5fae84798d96d1f454704850c96e85c278ba317b | |
parent | 671260f4d11e9efe1074ae396f01520533683c56 [diff] |
Check possibility of browser creation in OpenApplicationTab extensions::OpenApplicationTab does not check if the browser can be created or not when the request comes and if it requests browser creation in an inappropriate condition (like during browser shutdown or with wrong profile), it leads to a crash. This is fixed by checking if browser creation is possible beforehand. Bug: 1261628 Change-Id: Ic00aff5607e086257b038c1a4a82d37779e10a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3245573 Reviewed-by: Ben Wells <benwells@chromium.org> Reviewed-by: Daniel Murphy <dmurph@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/main@{#936273}
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.