commit | 3c3f08441ba5bf5d49fbdb51410b28e54c4753fb | [log] [tgz] |
---|---|---|
author | Anupam Snigdha <[email protected]> | Fri Jun 14 18:58:29 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jun 14 18:58:29 2024 |
tree | 42452c08fbe57ce15efde4b6f6a9b96fb8950361 | |
parent | d28ff709c1fc39bab879065288a831d04453fe76 [diff] |
[Clipboard] Rename ReadCustomData to ReadDataTransferCustomData. `ReadCustomData` reads the data associated with the Chromium specific custom format which is being renamed to `DataTransferCustomType`, so rename it to `ReadDataTransferCustomData` to help clarify what the method is doing. Bug: 333952122 Change-Id: I66375ef6b955610678bf4d39be215fa7ab10aa80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5617442 Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Colin Blundell <[email protected]> Reviewed-by: danakj <[email protected]> Reviewed-by: Sanket Joshi <[email protected]> Commit-Queue: Anupam Snigdha <[email protected]> Reviewed-by: Christine Hollingsworth <[email protected]> Cr-Commit-Position: refs/heads/main@{#1315370}
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.