Closed
Bug 1477825
Opened 7 years ago
Closed 7 years ago
Clean up static analysis findings in PeerConnectionImpl.cpp
Categories
(Core :: WebRTC, enhancement, P3)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
Details
Attachments
(1 file)
Static analysis finds a small number of places where const references could be used. We should fix those.
Assignee | ||
Comment 1•7 years ago
|
||
Static analysis reveals that there are several places we could be using const references in PeerConnectionImp. This patch addresses all of those places.
Comment 2•7 years ago
|
||
Comment on attachment 8994327 [details]
Bug 1477825 - PeerConnectionImpl static analysis const reference cleanup
Michael Froman [:mjf] has approved the revision.
https://phabricator.services.mozilla.com/D2304
Attachment #8994327 -
Flags: review+
Comment 3•7 years ago
|
||
Comment on attachment 8994327 [details]
Bug 1477825 - PeerConnectionImpl static analysis const reference cleanup
Jan-Ivar Bruaroey [:jib] (needinfo? me) has approved the revision.
https://phabricator.services.mozilla.com/D2304
Attachment #8994327 -
Flags: review+
Assignee | ||
Comment 4•7 years ago
|
||
Pushed by na-g@nostrum.com:
https://hg.mozilla.org/integration/autoland/rev/c79c7af9fa0e
PeerConnectionImpl static analysis const reference cleanup r=mjf,jib
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•