Closed
Bug 774667
Opened 13 years ago
Closed 13 years ago
Make media.navigator.enabled visible
Categories
(Core :: WebRTC, defect)
Core
WebRTC
Tracking
()
VERIFIED
FIXED
mozilla17
People
(Reporter: anant, Assigned: anant)
Details
(Whiteboard: [qa!])
Attachments
(1 file, 2 obsolete files)
870 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
The pref is not visible via about:config and has to be created manually at the moment.
Assignee | ||
Comment 1•13 years ago
|
||
Trim some whitespace and add media.navigator.enabled to default pref list (turned off).
Comment 2•13 years ago
|
||
(In reply to Anant Narayanan [:anant] from comment #0)
> The pref is not visible via about:config and has to be created manually at
> the moment.
Can we have a bug for making this visible in the desktop webrt?
Comment 3•13 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #2)
> (In reply to Anant Narayanan [:anant] from comment #0)
> > The pref is not visible via about:config and has to be created manually at
> > the moment.
>
> Can we have a bug for making this visible in the desktop webrt?
Or we could just implement it here along with the desktop firefox changes.
Assignee | ||
Comment 4•13 years ago
|
||
Add pref to WebRT as well.
Attachment #642965 -
Attachment is obsolete: true
Attachment #642965 -
Flags: review?(felipc)
Attachment #643014 -
Flags: review?(felipc)
Comment 5•13 years ago
|
||
Is there a reason not to use all.js instead and include it everywhere?
I too dislike trailing spaces but we usually don't fix them in unrelated changes because your changeset will look obscure and it will change the blame making it harder to find the original bug where those lines were added.
Comment 6•13 years ago
|
||
anant: can you address Felipe's comments and repost? Also, if there any other peers who can review this patch, let's add them as possible reviewers since people using nightlies are getting tripped up looking for the pref, and felipe's away, and may not get to this bug this week even when he gets back.
Assignee | ||
Comment 7•13 years ago
|
||
Sounds good! Felipe is probably busy this week, but I'm not sure who else to flag.
Attachment #643014 -
Attachment is obsolete: true
Attachment #643014 -
Flags: review?(felipc)
Attachment #646177 -
Flags: review?(felipc)
Updated•13 years ago
|
Attachment #646177 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•13 years ago
|
QA Contact: jsmith
Whiteboard: [qa+]
Comment 10•13 years ago
|
||
On a fresh firefox profile, I am seeing media.navigator.enabled set to false in the prefs, so the firefox piece works here. However, the web runtime piece does not work - checking prefs.js shows no evidence of the media.navigator.enabled pref at all.
Any ideas?
Whiteboard: [qa+] → [qa verification failed]
Comment 11•13 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #10)
> On a fresh firefox profile, I am seeing media.navigator.enabled set to false
> in the prefs, so the firefox piece works here. However, the web runtime
> piece does not work - checking prefs.js shows no evidence of the
> media.navigator.enabled pref at all.
>
> Any ideas?
prefs.js in the webapprt/defaults/preferences folder are overrides/additions to the prefs defined by all.js. The runtime first loads all.js and then prefs.js. So the pref is not supposed to show up in that file, but if you load about:config inside the webapprt you'll see that media.navigator.enabled is present. (I just did this and verified that the pref is there)
Comment 12•13 years ago
|
||
Alright, I'll mark as verified then given that you were able to see in about:config for the runtime.
Status: RESOLVED → VERIFIED
Whiteboard: [qa verification failed] → [qa!]
You need to log in
before you can comment on or make changes to this bug.
Description
•