commit | b927c34e8c8514bddd11152588ef94f6eb3a2d88 | [log] [tgz] |
---|---|---|
author | Joel Hockey <joelhockey@chromium.org> | Mon Oct 07 15:35:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 07 15:35:21 2024 |
tree | dcf9dd1c66cb9f3c83385d0f1fa5767e05521a11 | |
parent | 17b1db6132e14eadbf61462c3ec01bec0a809c05 [diff] |
Remove assert from AwWebContentsDelegateAdapter#openNewTab() It is possible in a drag-drop file for openNewTab() to be called, so we remove the assertion, but the correct behavior is to still do nothing. Change-Id: Ide1d75f28d9a65c654e1b59ebcacba53226431b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5909131 Commit-Queue: Richard (Torne) Coles <torne@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Richard (Torne) Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1364958}
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.