Display about:webrtc remote and local SDP history in columns
Categories
(Core :: WebRTC, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The SDP history feature added in Bug 1624967 is very helpful, but you have to scroll up and down the page to compare local and remote sdp. Displaying them in columns would make comparison easier.
Assignee | ||
Comment 1•4 years ago
|
||
Let the bikeshedding commence :)
Assignee | ||
Comment 2•4 years ago
|
||
Comment 3•4 years ago
|
||
This may be hard to pull off and retain the history ordering information over the local and remote side. As it stands today (one column) you get a total ordering of the SDP history, so one can easily trace the flow, at the cost of making textual comparisons harder. The proposal would make comparisons easier, at the expense of ordering. Perhaps we could add a table above with the ordering, with links that would scroll the two columns to the selected SDPs?
Assignee | ||
Comment 4•4 years ago
|
||
(In reply to Nico Grunbaum [:ng, @chew:mozilla.org] from comment #3)
This may be hard to pull off and retain the history ordering information over the local and remote side. As it stands today (one column) you get a total ordering of the SDP history, so one can easily trace the flow, at the cost of making textual comparisons harder. The proposal would make comparisons easier, at the expense of ordering. Perhaps we could add a table above with the ordering, with links that would scroll the two columns to the selected SDPs?
I did include the relative timestamps so that you don't lose the ordering completely, but I agree that it does make it more difficult to trace the history. I'll have a look and see if I can get the ordering information and links working like you suggest. I had thought about that initially a bit and wasn't sure it was worth the extra effort because my primary use case is comparing SDPs, but if it is important to you, I'm sure it will be important to others as well.
Comment 5•4 years ago
|
||
If that is too hard, perhaps just add a bold/large sequence number to each item in the history? I don't think that big changes needs to block this, if you want to do something more complicated like I originally suggested, and it could be done in a follow up.
Assignee | ||
Comment 6•4 years ago
|
||
I've added a list of sdp events to the top that you can click to scroll the associated sdp into view.
Comment 8•4 years ago
|
||
bugherder |
Description
•