Igalia / chromium

Old repo. See https://crbug.com/578890 instead.
https://chromium.googlesource.com/chromium/src.git
BSD 3-Clause "New" or "Revised" License
115 stars 16 forks source link

Add initial clipboard implementation #501

Closed msisov closed 5 years ago

ammen99 commented 5 years ago

Hi, why was this closed? Is wayland clipboard support merged upstream already?

jkim-julie commented 5 years ago

Hi @ammen99, we're considering how to implement it generally like below. 1) Utilize previously merged Ozone level clipboard APIs, 2) Design and implement general clipboard handling on the aura framework level. Due to priorities of tasks we're having, it's not handled at this moment but we're planning to do. Thanks for being interested in it.

msisov commented 5 years ago

@ammen99, the clipboard support was merged in https://github.com/Igalia/chromium/pull/506

ammen99 commented 5 years ago

@msisov that's great news, I'll start rebuilding (hopefully I can use wayland native as daily driver, last time it was quite stable with only clipboard missing). Should I still build from this fork or from upstream master?