Refactor SDP parsers so that they share a common interface
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: ng, Assigned: ng)
References
(Blocks 4 open bugs)
Details
Attachments
(8 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
The two SDP parser interfaces used by JSEP only partially share a common interface. It would be good to extract the remaining interface and hide the SDP parser choosing logic from JSEP. This is being undertaken as a prerequisite for adding a pref to determine which parser to use as the primary and which, if any, to use as the fallback.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D52323
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D52324
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D52325
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D52326
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D52327
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D52328
Assignee | ||
Comment 10•5 years ago
|
||
Assignee | ||
Comment 11•5 years ago
|
||
Assignee | ||
Comment 12•5 years ago
|
||
Depends on D52329
Assignee | ||
Comment 13•5 years ago
|
||
Assignee | ||
Comment 14•5 years ago
|
||
Assignee | ||
Comment 15•5 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
Assignee | ||
Comment 17•5 years ago
|
||
Assignee | ||
Comment 18•5 years ago
|
||
Assignee | ||
Comment 19•5 years ago
|
||
Assignee | ||
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
![]() |
||
Comment 22•5 years ago
|
||
Backed out 8 changesets (Bug 1570549) for causing build bustages in sdp_unittests.cpp CLOSED TREE
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=277770123&resultStatus=testfailed%2Cbusted%2Cexception&revision=0574444bda4879ee8a9c76389b7f496485e248f9
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277770123&repo=autoland&lineNumber=18107
Backout: https://hg.mozilla.org/integration/autoland/rev/0a6131fd4b414edba68e592c4377cedf820c5cd3
Assignee | ||
Comment 23•5 years ago
|
||
Comment 24•5 years ago
|
||
![]() |
||
Comment 25•5 years ago
|
||
Backed out 8 changesets (Bug 1570549) for wpt failures at RTCTrackEvent-fire.html.
https://hg.mozilla.org/integration/autoland/rev/61be65ca42450c3fa5a76074efd48381ce5017cf
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=277802420&repo=autoland&lineNumber=6154
Assignee | ||
Comment 26•5 years ago
|
||
Assignee | ||
Comment 27•5 years ago
|
||
Assignee | ||
Comment 28•5 years ago
|
||
Comment 29•5 years ago
|
||
![]() |
||
Comment 30•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/55ada588cabf
https://hg.mozilla.org/mozilla-central/rev/c589c8cc3984
https://hg.mozilla.org/mozilla-central/rev/201d03159e13
https://hg.mozilla.org/mozilla-central/rev/bb1c40e72951
https://hg.mozilla.org/mozilla-central/rev/f604cd9bd448
https://hg.mozilla.org/mozilla-central/rev/5f17c4b33695
https://hg.mozilla.org/mozilla-central/rev/70dc2a95ff71
https://hg.mozilla.org/mozilla-central/rev/fba17efeb06c
Assignee | ||
Updated•5 years ago
|
Description
•