зеркало из https://github.com/mozilla/gecko-dev.git
d59d4f1d86
When we perform copy -> paste in one Firefox process on Wayland we're locked because Wayland clipboard paste operation just reads data from filedescriptor and does not run main event loop. A solution is to use Gtk+ shortcut here, when clipboard selection owner is the same as data receiver. Gtk+ then does not go through X11/Wayland but calls clipboard data getter callback directly, which we can use on Wayland because it also does not main event loop and the operation stays synchronous. MozReview-Commit-ID: G8myCBUSzxb --HG-- extra : rebase_source : 34cb3095be4b2f00d19c589dc5f676b1b895eb15 |
||
---|---|---|
.. | ||
gtk2 | ||
gtk3 | ||
stub | ||
moz.build | ||
mozgtk.c |