Closed
Bug 1476750
Opened 7 years ago
Closed 7 years ago
Rename the preference media.webrtc.rsdparsa_enabled
Categories
(Core :: WebRTC: Signaling, enhancement, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: johannes.willbold, Assigned: johannes.willbold)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Rename the preference "media.webrtc.rsdparsa_enabled" to "media.peerconnection.rsdparsa.enabled".
Assignee | ||
Comment 1•7 years ago
|
||
media.peerconnection.rsdpara.comapre
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Rank: 15
Ever confirmed: true
Priority: -- → P2
Comment 2•7 years ago
|
||
Lets actually use "media.peerconnection.sdp.rust.enabeld" and "media.peerconnection.sdp.rust.compare"
Updated•7 years ago
|
Blocks: rust_sdp_parser
Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8995744 [details]
Bug 1476750: Updated preferences controlling Rust SDP Parse behavior,
https://reviewboard.mozilla.org/r/260112/#review267246
lgtm
::: commit-message-0e816:1
(Diff revision 1)
> +Bug 1476750: Renamed the preference media.webrtc.rsdparsa_enabled, r=dminor
The summary here should be something like "Updated preferences controlling Rust SDP Parse behavior" since you've changed more than one preference in this bug.
::: commit-message-0e816:4
(Diff revision 1)
> +Bug 1476750: Renamed the preference media.webrtc.rsdparsa_enabled, r=dminor
> +
> +Renamed the pref media.webrtc.rsdparsa_enabled to media.webrtc.rsdparsa_enabled
> +Added the pref media.peerconnection.rsdparsa.enabled
This should be: media.peerconnection.sdp.rust.compare
Please also mention that you're using it to control whether or not we compare rust and sdparsa results.
Attachment #8995744 -
Flags: review?(dminor) → review+
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8995744 [details]
Bug 1476750: Updated preferences controlling Rust SDP Parse behavior,
https://reviewboard.mozilla.org/r/260112/#review267370
Two more small fixes please.
::: media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp:71
(Diff revision 2)
> NS_ENSURE_SUCCESS(rv, rv);
>
> SetupDefaultCodecs();
> SetupDefaultRtpExtensions();
>
> - mRunRustParser = Preferences::GetBool("media.webrtc.rsdparsa_enabled", false);
> + mRunRustParser = Preferences::GetBool("media.peerconnection.rsdparsa.enabled",
I meant to use "sdp.rust" consistently for all prefs instead of "rsdparsa".
::: modules/libpref/init/all.js:424
(Diff revision 2)
> pref("media.navigator.video.use_tmmbr", false);
> pref("media.navigator.audio.use_fec", true);
> pref("media.navigator.video.red_ulpfec_enabled", false);
>
> pref("media.peerconnection.dtmf.enabled", true);
> +pref("media.peerconnection.rsdparsa.enabled", false);
Replace "rsdparsa" with "sdp.rust" here as well.
Attachment #8995744 -
Flags: review+
Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/b57c92c69d8b
Updated preferences controlling Rust SDP Parse behavior, r=dminor,drno
Comment 9•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Assignee: nobody → johannes.willbold
You need to log in
before you can comment on or make changes to this bug.
Description
•