commit | 02e29317224088c2ebec1ef7fc927568d5833315 | [log] [tgz] |
---|---|---|
author | Rakesh Goulikar <ragoulik@microsoft.com> | Wed Jul 02 15:11:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 02 15:11:26 2025 |
tree | 45a1449f68f8238fce92a9fff0f6d6b2a514400b | |
parent | 6c272e07349f2d34dac28ba708f3f206f98d0da2 [diff] |
[ClipboardChange event] Android Implementation. Making following changes to Android's ClipboardMonitor implementation: 1) Notify when clipboard changes externally. 2) Change was being notified twice from WritePortableAndPlatformRepresentations Fixed this by removing notification on clear before writing. Note: When Chrome is in focus and clipboard is changed by a background process then the notification would only be triggered upon focus regain. This trade-off is taken to ensure only one notification gets triggered for a given clipboard write operation. Bug: 41442253 Change-Id: Icbf71ca911a2fbd7d9ce3f42d705fd634880faa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6680809 Reviewed-by: Avi Drissman <avi@chromium.org> Reviewed-by: Sky Malice <skym@chromium.org> Commit-Queue: Rakesh Goulikar <ragoulik@microsoft.com> Cr-Commit-Position: refs/heads/main@{#1481622}
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.