Closed
Bug 1170299
Opened 9 years ago
Closed 3 years ago
const-correctness scrub in nICEr
Categories
(Core :: WebRTC: Networking, defect, P5)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
90 Branch
backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Assigned: bwc)
Details
(Whiteboard: [tech-debt])
Attachments
(1 file)
There is API in nICEr that isn't const-correct. One example is nr_transport_addr_copy. We should fix this up.
Updated•9 years ago
|
backlog: --- → webRTC+
Rank: 45
Priority: -- → P4
Whiteboard: [tech-debt]
Comment 1•7 years ago
|
||
Mass change P4->P5 to align with new Mozilla triage process.
Priority: P4 → P5
Assignee | ||
Comment 2•3 years ago
|
||
Making this part of the stack for bug 857668, since it avoids adding even more
const casting there.
Depends on D115281
Updated•3 years ago
|
Assignee: nobody → docfaraday
Status: NEW → ASSIGNED
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e9a947a8bd97
Fix const-correctness on some functions. r=mjf
Comment 4•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•