Closed
Bug 1856052
Opened 2 years ago
Closed 2 years ago
Get rid of unused `nsIClipboardOwner` parameter from `SetNativeClipboardData`
Categories
(Core :: Widget, enhancement)
Core
Widget
Tracking
()
RESOLVED
FIXED
120 Branch
| Tracking | Status | |
|---|---|---|
| firefox120 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(1 file)
After bug 1851817, all platforms uses nsBaseClipboard and clipboard owner is handled there, so nsIClipboardOwner parameter of SetNativeClipboardData is unused.
| Assignee | ||
Comment 1•2 years ago
|
||
After bug 1851817, all platforms uses nsBaseClipboard as base class and clipboard
owner is handled there, so nsIClipboardOwner parameter is unused.
Updated•2 years ago
|
Attachment #9356943 -
Attachment description: Bug 1856052 - Remove unused parameter from SetNativeClipboardData; → WIP: Bug 1856052 - Remove unused parameter from SetNativeClipboardData;
Updated•2 years ago
|
Attachment #9356943 -
Attachment description: WIP: Bug 1856052 - Remove unused parameter from SetNativeClipboardData; → Bug 1856052 - Remove unused parameter from SetNativeClipboardData;
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47da06cc1785
Remove unused parameter from SetNativeClipboardData; r=geckoview-reviewers,win-reviewers,spohl,mhowell,m_kato
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•