Open
Bug 1948847
Opened 1 year ago
Updated 1 year ago
Investigate if we can avoid Gtk D&D code for internal D&D operations
Categories
(Core :: Widget: Gtk, enhancement)
Core
Widget: Gtk
Tracking
()
NEW
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
Firefox internal D&D operations (when Firefox is D&D source and D&D destination) can block UI as we write data to Gtk and read it from Gtk on the same time. We may avoid that and transfer data directly without Gtk proxy if D&D happens inside Firefox.
You need to log in
before you can comment on or make changes to this bug.
Description
•