Closed
Bug 1833172
Opened 2 years ago
Closed 2 years ago
Figure out what data needs to be sent in the PasteTransferable IPC
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file)
This IPC is used for sending the nsITransferable in paste command to content process.
And the nsITransferable in paste command is from
- https://searchfox.org/mozilla-central/rev/eb07633057d66ab25f9db4c5900eeb6913da7579/widget/android/GeckoEditableSupport.cpp#1685
- https://searchfox.org/mozilla-central/rev/eb07633057d66ab25f9db4c5900eeb6913da7579/widget/cocoa/nsChildView.mm#4528
- or from nsIDOMWindowUtils::sendContentCommandEvent which is used for tests.
None of them have valid requesting principal and content policy type set. This bug is filed to figure out if we could remove those from PasteTransferable IPC.
| Assignee | ||
Comment 1•2 years ago
|
||
The PasteTransferable IPC is used for sending the nsITransferable in paste
command to content process. And the nsITransferable in paste command is from
- https://searchfox.org/mozilla-central/rev/eb07633057d66ab25f9db4c5900eeb6913da7579/widget/android/GeckoEditableSupport.cpp#1685
- https://searchfox.org/mozilla-central/rev/eb07633057d66ab25f9db4c5900eeb6913da7579/widget/cocoa/nsChildView.mm#4528
- or from nsIDOMWindowUtils::sendContentCommandEvent which is used for tests.
None of them have valid requesting principal and content policy type set.
`
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → echen
Updated•2 years ago
|
Attachment #9367748 -
Attachment description: Bug 1833172 - Remove unused data from PasteTransferable IPC; → Bug 1833172 - Remove unused data from PasteTransferable IPC; r?masayuki
| Assignee | ||
Comment 2•2 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c566e90d60ab
Remove unused data from PasteTransferable IPC; r=masayuki
Comment 4•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•