Closed
Bug 1543169
Opened 7 years ago
Closed 7 years ago
Use nicer arrays in nsITouchBarUpdater
Categories
(Core :: Widget: Cocoa, task, P3)
Core
Widget: Cocoa
Tracking
()
RESOLVED
FIXED
mozilla68
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
I was looking over this code recently, and I noticed that this interface is using an older style of XPIDL arrays. I wrote up a patch to use the nicer typed array support we have in XPIDL now in the hope that it might fix the leak I was looking at. It didn't, but the patch exists, so I might as well land it.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Type: defect → task
Priority: -- → P3
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8cbdae26bf7b
Use nicer XPIDL arrays in nsITouchBarUpdater. r=spohl
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•