commit | 829b12ef3aee3a52660002670927d6c16c500f7e | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@google.com> | Tue Aug 30 18:55:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 30 18:55:19 2022 |
tree | 6db2e7005c6b25769597a75c5c9d55ddf856f4ad | |
parent | 074a5d41b2c204adf6cd5cd4191d958bb0f3db0c [diff] |
[Journeys] Fix text entry annoyances * The cursor shouldn't disappear when deleting * We shouldn't call setText() when the existing EditText already has the desired value; this causes flakiness (e.g. occasional missed or double char updates) Bug: 1357510 Change-Id: I4e81f451d16a5b7d5886671e7d4939a758c3b4c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3863399 Commit-Queue: Patrick Noland <pnoland@chromium.org> Reviewed-by: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1041103}
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.