commit | f751c4fbf774fea0dca54115314e5ca10dc30749 | [log] [tgz] |
---|---|---|
author | Jiaming Cheng <jiamingc@chromium.org> | Mon Feb 14 21:41:03 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 14 21:41:03 2022 |
tree | 46a4d3c8ebf6f35a70940f5891b57824bc69bd58 | |
parent | a4cbe3149ec7258c9b3104511c3157d2a05ecb58 [diff] |
Fix 2 p1 bugs and several other bugs. 1, Focusing - Remove the unnecessary focusable views. - Make sure the focusing ring will move to the next widget after focusing on the last view in calendar. 2, Crash when fast scroll. - one cause is opening the event list while it's scrolling. so disable the scrolling when the event list is on expanded. And disable the event list open if it's scrolling. Bug: 1288596, 1288734, 1295350, 1295333 Change-Id: Iec5fe0b339f187073060f4484766dae8b3a76c79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3461271 Reviewed-by: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Jiaming Cheng <jiamingc@chromium.org> Cr-Commit-Position: refs/heads/main@{#970844}
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.