Add Cocoa platform support for paste files
Categories
(Core :: Widget: Cocoa, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(3 files, 2 obsolete files)
GTK already supports this. This bug is filed for making non-e10s work. For content process we also need bug 1308007 get fixed.
Assignee | ||
Comment 1•3 years ago
|
||
So that we could reuse them in Clipboard code.
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D142572
Assignee | ||
Comment 3•3 years ago
•
|
||
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Clipboard support image types, borrow the codes there in https://searchfox.org/mozilla-central/source/widget/cocoa/nsClipboard.mm#242-305
Depends on D142572
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D142573
Assignee | ||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
The severity field is not set for this bug.
:spohl, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 8•2 years ago
|
||
It would be nice to have this so we can enable pasting files on all platforms.
Updated•2 years ago
|
Assignee | ||
Comment 9•2 years ago
|
||
My patches tries to share the code between dnd and clipboard as much as possible, i.e. get data from NSPasteboardItem
, but realized that we cannot do that for string data as we currently use the NSPasteboard::stringForType
which returns concatenation of the strings from all the items. So I need to revise my patches, I will try to do that later this week or early next week.
Assignee | ||
Comment 10•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 11•2 years ago
|
||
Comment 12•2 years ago
|
||
Apologies for the delay here, this fell off my radar. Setting n-i.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Comment 13•2 years ago
|
||
Comment 14•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c8058ade75fd
https://hg.mozilla.org/mozilla-central/rev/2d802e66f41a
https://hg.mozilla.org/mozilla-central/rev/4785807571f3
Updated•2 years ago
|
Description
•