commit | d3c47be6eda89151336e26b89cfc6608583a5ba6 | [log] [tgz] |
---|---|---|
author | Charles Hager <clhager@google.com> | Wed Jan 29 06:15:59 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 29 06:15:59 2025 |
tree | 0121fc20972be0eb900e71ac59bfb1017802126c | |
parent | ac588f79de02290b2cfc44b049c62ce1784e00ac [diff] |
Add WindowAndroid#showToast This change adds a new method #showToast to allow native code to request showing Toasts via the WindowAndroid. Currently, only the text of the Toast can be supplied by the caller, but future additions could allow for further customization of the Toasts. Sample from the native copy flow: https://screenshot.googleplex.com/3YBQZv7WnxqUnrG.png Bug: 388037284 Change-Id: I2aa14772691798c1ebd7e3a5d89ec88b150d3989 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6199467 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Charles Hager <clhager@google.com> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Cr-Commit-Position: refs/heads/main@{#1412698}
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.