DescriptionMake Chrome's clipboard compatible with the clipboard for mono apps (http://www.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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274851
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|