commit | 7bd9a8cc01eb270a985c8828ce3e08543c4415c8 | [log] [tgz] |
---|---|---|
author | Friedrich Horschig <fhorschig@chromium.org> | Tue May 10 16:56:54 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 10 16:56:54 2022 |
tree | 0259157f780db998ac8edcf9ccbddc6dd2b43829 | |
parent | 2f8a7a88845ad78abc279309c19228e42a82028d [diff] |
[Android][UPM] Add Cancel button to the Loading Modal This CL adds a button to the Loading Modal Dialog that dismisses the dialog instantly as CANCELLED. The view is trivial and doesn't change after inflation. Therefore, this CL adds only integration tests instead of view tests. Since Handlers can't be mocked or overridden (because all post* methods are final), this CL adds a method to skip animations for tests. Screenshots are in the linked bug. Bug: 1318902 Change-Id: I732a17cd1e278152bbfc6142967010f5fce8beab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3620381 Reviewed-by: Ioana Pandele <ioanap@chromium.org> Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1001549}
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.