Closed
Bug 1323522
Opened 9 years ago
Closed 2 years ago
Remove all XP code from nrappkit and nICEr
Categories
(Core :: WebRTC: Networking, defect, P3)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
117 Branch
| backlog | webrtc/webaudio+ |
People
(Reporter: drno, Assigned: emk)
References
Details
Attachments
(1 file)
No description provided.
| Reporter | ||
Comment 1•9 years ago
|
||
Code to remove would be inet_ntop() and inet_pton() from nrappkit here (assuming bug 1322546 removes already the snprintf() implementation) https://dxr.mozilla.org/mozilla-central/rev/8103c612b79c2587ea4ca1b0a9f9f82db4b185b8/media/mtransport/third_party/nrappkit/src/util/util.h#69
And the '#if (_WIN32_WINNT >= 0x0600)' here: https://dxr.mozilla.org/mozilla-central/rev/8103c612b79c2587ea4ca1b0a9f9f82db4b185b8/media/mtransport/third_party/nICEr/src/stun/addrs.c#229
| Assignee | ||
Comment 2•9 years ago
|
||
The VS2015 snprintf() implementation will also work WinXP. It does not have to do with xp-eol.
Updated•9 years ago
|
| Reporter | ||
Updated•9 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 25
Comment 3•8 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
Comment 5•2 years ago
|
||
Yeah, it looks like we could still remove this stuff.
Flags: needinfo?(docfaraday)
| Assignee | ||
Comment 7•2 years ago
|
||
Yes :)
The latest permalink for the record (Searchfox dislikes rev 8103c612b79c2587ea4ca1b0a9f9f82db4b185b8 for some reason):
https://searchfox.org/mozilla-central/rev/bf272a7be6fef0e91bde01dfe1f68403d8fbc237/dom/media/webrtc/transport/third_party/nrappkit/src/util/util.h#68
https://searchfox.org/mozilla-central/rev/bf272a7be6fef0e91bde01dfe1f68403d8fbc237/dom/media/webrtc/transport/third_party/nICEr/src/stun/addrs-win32.c#184
Assignee: nobody → VYV03354
Flags: needinfo?(VYV03354)
| Assignee | ||
Comment 8•2 years ago
|
||
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/2c2784b5960d
Remove all XP code from nrappkit and nICEr. r=webrtc-reviewers,ng
Comment 10•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•