Closed
Bug 1411742
Opened 8 years ago
Closed 8 years ago
Remove unused prefs and member variables in media.getusermedia
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: tjr, Assigned: tjr)
References
Details
Attachments
(3 files)
The following items seem not to actually be used in the codebase, just moved around. We can remove all mention of them:
media.getusermedia.aec_extended_filter
media.getusermedia.aec_aec_delay_agnostic
media.navigator.video.default_minfps
The fullDuplex member of MediaEnginePrefs (and possibly the pref media.navigator.audio.full_duplex)
media.getusermedia.playout_delay
media.getusermedia.screensharing.allowed_domains
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 5•8 years ago
|
||
So half of those did turn out to be used =)
Try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e161ae13b0f8ecb02109e89b26ef77fdd0dd6af4
Comment 6•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8922408 [details]
Bug 1411742 Remove the media.navigator.video.default_minfps pref and all uses of it as the field is never actually used
https://reviewboard.mozilla.org/r/193436/#review205718
Attachment #8922408 -
Flags: review?(jib) → review+
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8922409 [details]
Bug 1411742 Remove the pref media.getusermedia.playout_delay and the field as they are not used anywhere
https://reviewboard.mozilla.org/r/193438/#review205728
Attachment #8922409 -
Flags: review?(jib) → review+
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8922410 [details]
Bug 1411742 Remove all references to media.getusermedia.screensharing.allowed_domains as we have removed all uses of it in the code
https://reviewboard.mozilla.org/r/193440/#review205734
Attachment #8922410 -
Flags: review?(jib) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 12•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/ef28f0994646
Remove the media.navigator.video.default_minfps pref and all uses of it as the field is never actually used r=jib
https://hg.mozilla.org/integration/autoland/rev/d82696a3e259
Remove the pref media.getusermedia.playout_delay and the field as they are not used anywhere r=jib
https://hg.mozilla.org/integration/autoland/rev/36ee1d2ea39d
Remove all references to media.getusermedia.screensharing.allowed_domains as we have removed all uses of it in the code r=jib
Keywords: checkin-needed
Comment 13•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/ef28f0994646
https://hg.mozilla.org/mozilla-central/rev/d82696a3e259
https://hg.mozilla.org/mozilla-central/rev/36ee1d2ea39d
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 14•8 years ago
|
||
Won't fix for 58 and let it ride the train.
You need to log in
before you can comment on or make changes to this bug.
Description
•