Make Chrome's clipboard compatible with the clipboard for mono apps (http://www.mono...
commit116da0e8d6e9028bc2cafe943e9dd24b7bf7c862
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 4 Jun 2014 17:05:03 +0000 (4 17:05 +0000)
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 4 Jun 2014 17:05:03 +0000 (4 17:05 +0000)
tree61fd3e8a4bf1a9947c601aa663b5a77030f8f7ab
parent98756e2372dab700cb87b1ba5973b8df0940d0ef
Make Chrome's clipboard compatible with the clipboard for mono apps (mono-project.com/)

A request for the "TARGETS" target of the clipboard selection via
XConvertSelection(display, selection, target, property, requestor, time)
should set |property| to a property of type XA_ATOM. Mono apps set |property| to a property of type "TARGETS" instead.

This CL treats a property of type "TARGETS" the same as a property of type XA_ATOM.

BUG=377893
TEST=Manual, see bug

Review URL: https://codereview.chromium.org/314943002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274851 0039d316-1c4b-4281-b951-d872f2087c98
ui/base/clipboard/clipboard_aurax11.cc