commit | 7fc5b32bff620d62a068fe0a0812eeb326978996 | [log] [tgz] |
---|---|---|
author | Nick Diego Yamane <nickdiego@igalia.com> | Thu Apr 08 12:32:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 08 12:32:57 2021 |
tree | e1edcaa782f0787795a501e62c95a3b1d8bf9769 | |
parent | 774bfc0c8cdceab87798b2dcdf0f14b97505f091 [diff] |
x11: XClipboardHelper: Encapsulate target/atom list handling Clean up and improve XClipboardHelper public API, mainly parts that deal with "target lists" and how they translate into mime type strings, so that it can more easily re-used by ozone/x11 clipboard implementation. This does not imply in any functional change. Next step is to refactor X11ClipboardOzone to start using XClipboardHelper, which will be done in a separate CL. R=thomasanderson@chromium.org Bug: 1165466, 1181688 Change-Id: I367e444d8e9c29cffa8fa76cde53b04373181897 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2809959 Commit-Queue: Nick Yamane <nickdiego@igalia.com> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#870481}
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.