commit | e308a1bf7a0e1f4b3ba03a2e1e45a432087e144b | [log] [tgz] |
---|---|---|
author | Lijin Shen <lazzzis@google.com> | Thu Nov 10 22:34:16 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 10 22:34:16 2022 |
tree | 344ee02a421fc765fb9a35e83ec07fedb74eec35 | |
parent | 23526a5a4e849e2d22289ed5402394de147f4428 [diff] |
[Messages] Clip views during animation Currently, as long as the message view is on the screen, message container and its parents won't clip child views. This may bring unnecessary costs. Ideally, view should only be clipped during animations. Add a SwipeAnimationHandler for MessageStateHandler to notify of start and end of swipe gesture. Bug: 1200974 Change-Id: Iff9d7d63a6a0aa763320308afd7c6f52f9553305 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3933451 Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Cr-Commit-Position: refs/heads/main@{#1070027}
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.