author | Randell Jesup <rjesup@jesup.org> |
Mon, 18 Feb 2013 14:45:19 -0500 | |
changeset 122253 | 584660a01e6411e8c0089b900863b3514437dd57 |
parent 122252 | 162a860a2b39a3c76bed87561dcf9520e77dabfc |
child 122254 | 6e0f106fd859046a1d5dbad9c5dd5df33f464e94 |
push id | 24327 |
push user | gszorc@mozilla.com |
push date | Tue, 19 Feb 2013 05:22:32 +0000 |
treeherder | mozilla-central@e8f8a3f6f1f6 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | roc |
bugs | 796463 |
milestone | 21.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/src/init/all.js +++ b/modules/libpref/src/init/all.js @@ -175,17 +175,17 @@ pref("media.webm.enabled", true); #ifdef MOZ_DASH pref("media.dash.enabled", false); #endif #ifdef MOZ_GSTREAMER pref("media.gstreamer.enabled", true); #endif #ifdef MOZ_WEBRTC pref("media.navigator.enabled", true); -pref("media.peerconnection.enabled", false); +pref("media.peerconnection.enabled", true); pref("media.navigator.permission.disabled", false); pref("media.peerconnection.default_iceservers", "[{\"url\": \"stun:23.21.150.121\"}]"); pref("media.peerconnection.use_document_iceservers", true); // These values (aec, agc, and noice) are from media/webrtc/trunk/webrtc/common_types.h // kXxxUnchanged = 0, kXxxDefault = 1, and higher values are specific to each // setting (for Xxx = Ec, Agc, or Ns). Defaults are all set to kXxxDefault here. pref("media.peerconnection.aec_enabled", true); pref("media.peerconnection.aec", 1); @@ -4115,9 +4115,9 @@ pref("ui.touch_activation.delay_ms", 100 // nsMemoryInfoDumper can watch a fifo in the temp directory and take various // actions when the fifo is written to. Disable this in general. pref("memory_info_dumper.watch_fifo", false); #ifdef MOZ_CAPTIVEDETECT pref("captivedetect.maxWaitingTime", 5000); pref("captivedetect.pollingTime", 3000); pref("captivedetect.maxRetryCount", 5); -#endif \ No newline at end of file +#endif