commit | d0467fc7c56e8e60e3ebbbf3d6aa3b0a57eab113 | [log] [tgz] |
---|---|---|
author | Colin Kincaid <ckincaid@chromium.org> | Mon May 02 22:35:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 22:35:31 2022 |
tree | 3565dedcb083c5b8a1bbe6c475bbb7fc04290c21 | |
parent | 73903003ccdc596074c6c47bb30ba06d84bea085 [diff] |
multipaste: Do not default to plaintext when pasting via accelerator Using the Multipaste accelerator when the menu is already open causes the selected item (or the first item if none is selected) to be pasted. Currently, this user journey always results in a plaintext paste. In the future, we will allow users to control whether this paste is plaintext; for now, we change the default behavior not to be plaintext. This CL fixes the bug described above and also cleans up the associated test. Fixed: 1304482 Bug: 1304484 Change-Id: Ib078df805626c4cddeefdf8024003d4856aedad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3621954 Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Colin Kincaid <ckincaid@chromium.org> Reviewed-by: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/main@{#998609}
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.