commit | 634ca81b0098de920d4ffa1b4e8157423156a6cd | [log] [tgz] |
---|---|---|
author | Di Zhang <dizhangg@chromium.org> | Sat Aug 26 03:39:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Aug 26 03:39:28 2023 |
tree | 8e9e37038c6dbfb7af344618551d2ec8df52ea2c | |
parent | 3a17d759b86c5e20342ea99401130b3ba18ee3a6 [diff] |
Split feature FormControlsVerticalWritingModeSupport by adding FormControlsVerticalWritingModeTextSupport We would like to ship the Form controls vertical writing mode changes in two parts. * FormControlsVerticalWritingModeSupport will ship for elements select, meter, progress, button and input type not text. Then, we will ship * FormControlsVerticalWritingModeTextSupport will ship for elements textarea and input type email, number, password, search, tel, text, url. This is because text control elements have arrow keys movements and need more key binding changes. Change-Id: I21f6f0ba6a66541a0db6f58b83fc8d4dd7534394 Bug: 484651, 681917 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4763426 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Di Zhang <dizhangg@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1188647}
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.