author | Matthew Gregan <kinetik@flim.org> |
Wed, 23 Oct 2013 15:31:28 +1300 | |
changeset 153891 | 6f5a37dd7a4e777af16bd7bae4d48381f760b16b |
parent 153890 | 1426425fc177a1297239504cea5e64bd3b7184a3 |
child 153892 | f2c1c0a02595786f07cb660a8d1f0fc2f9ad3c9b |
push id | 25613 |
push user | cbook@mozilla.com |
push date | Thu, 07 Nov 2013 12:16:38 +0000 |
treeherder | mozilla-central@21b77163bf9f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ehsan |
bugs | 927245 |
milestone | 28.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 @@ -277,17 +277,17 @@ pref("media.autoplay.enabled", true); // The default number of decoded video frames that are enqueued in // MediaDecoderReader's mVideoQueue. pref("media.video-queue.default-size", 10); // Whether to disable the video stats to prevent fingerprinting pref("media.video_stats.enabled", true); // Whether to enable the audio writing APIs on the audio element -pref("media.audio_data.enabled", true); +pref("media.audio_data.enabled", false); // Whether to lock touch scrolling to one axis at a time // 0 = FREE (No locking at all) // 1 = STANDARD (Once locked, remain locked until scrolling ends) // 2 = STICKY (Allow lock to be broken, with hysteresis) pref("apz.axis_lock_mode", 0); #ifdef XP_MACOSX