Closed
Bug 1285646
Opened 10 years ago
Closed 9 years ago
Cleanup the repetitive code in sdp_parse_attr_fmtp from sdp_attr.c
Categories
(Core :: WebRTC: Signaling, defect, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: mjf, Assigned: mjf)
Details
Attachments
(1 file)
There is a lot of repeated code in this function that can be moved into a helper function.
| Assignee | ||
Updated•10 years ago
|
Rank: 29
Priority: -- → P2
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 3•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8804826 [details]
Bug 1285646 - Clean up the repetitive code in sdp_parse_attr_fmtp.
https://reviewboard.mozilla.org/r/88682/#review87970
Attachment #8804826 -
Flags: review?(drno) → review+
Comment 4•9 years ago
|
||
Michael, please do not land. I'll update shortly...
Flags: needinfo?(mfroman)
Comment 5•9 years ago
|
||
(In reply to Nils Ohlmeier [:drno] from comment #4)
> Michael, please do not land. I'll update shortly...
Never mind. An entirely different problem. Land at your earliest convenience.
Flags: needinfo?(mfroman)
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bd422e06289a
Clean up the repetitive code in sdp_parse_attr_fmtp. r=drno
Keywords: checkin-needed
Comment 7•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•