Open
Bug 1781280
Opened 2 years ago
Updated 2 years ago
Consider re-using `IPCImage` for `IPCDataTransferImageContainer`
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: nika, Unassigned)
References
Details
(from https://phabricator.services.mozilla.com/D151853#inline-841771)
The types contain the same data, and could be de-duplicated with each-other potentially sharing some additional logic. This would involve moving IPCImage
into DOMTypes.ipdlh
so it's shared better.
You need to log in
before you can comment on or make changes to this bug.
Description
•