Closed
Bug 842716
Opened 12 years ago
Closed 12 years ago
Should report Gecko version in SDP
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: derf, Assigned: abr)
References
Details
(Whiteboard: [WebRTC], [blocking-webrtc-], [qa-])
Attachments
(1 file)
1.60 KB,
patch
|
derf
:
review+
abr
:
checkin+
|
Details | Diff | Splinter Review |
It would be helpful for debugging if we reported the current Firefox version in our SDP.
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → adam
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #715660 -
Flags: review?(tterribe)
Reporter | ||
Updated•12 years ago
|
Attachment #715660 -
Flags: review?(tterribe) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Let's make sure there aren't any hidden gotchas here:
https://tbpl.mozilla.org/?tree=Try&rev=a78b859e3299
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc+]
Assignee | ||
Comment 3•12 years ago
|
||
I'm not sure I'd call this one blocking release. It's really more of a "nice to have when troubleshooting" kind of thing.
Comment 4•12 years ago
|
||
(In reply to Adam Roach [:abr] from comment #3)
> I'm not sure I'd call this one blocking release. It's really more of a "nice
> to have when troubleshooting" kind of thing.
Yeah, I was on the fence about whether to make this blocking. We *should* report the Gecko version, but if you feel strongly that we should demote this, I can live with that. Is the patch on this bug ready to land? (It looks like it is.)
Assignee | ||
Comment 5•12 years ago
|
||
Apparently, the preprocessor macro I used to make this happen isn't available on Windows. It seemed like an easy fix when I wrote the patch, but this turns it into more of a research project. Given the relative invisibility of this change, I figured I could let it sit on a back burner for a while.
Comment 6•12 years ago
|
||
(In reply to Adam Roach [:abr] from comment #5)
> Apparently, the preprocessor macro I used to make this happen isn't
> available on Windows. It seemed like an easy fix when I wrote the patch, but
> this turns it into more of a research project. Given the relative
> invisibility of this change, I figured I could let it sit on a back burner
> for a while.
Thanks for the info. I agree with you -- we should fix it when we can, but not block on it.
Whiteboard: [WebRTC], [blocking-webrtc+] → [WebRTC], [blocking-webrtc-]
Assignee | ||
Comment 7•12 years ago
|
||
Huh. A second look at the oranges from that earlier try makes me think that the error might have been unrelated to this patch. I'll give this another spin and see if it's actually okay.
Assignee | ||
Comment 8•12 years ago
|
||
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 715660 [details] [diff] [review]
Include UA version number in SDP o= line
https://hg.mozilla.org/integration/mozilla-inbound/rev/2d475649f83d
Attachment #715660 -
Flags: checkin+
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc-] → [WebRTC], [blocking-webrtc-], [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•