author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Sat, 19 Sep 2015 10:50:38 +0200 | |
changeset 263397 | 11c096c410a73a9d23637bc73c15557802e5f409 |
parent 263396 | e866e023dfacb82581f2c2e1fb2fbb62771b7d68 |
child 263398 | d858d1b52b6b7c7834b166626f14fb27a23ec093 |
push id | 65295 |
push user | archaeopteryx@coole-files.de |
push date | Sat, 19 Sep 2015 09:20:06 +0000 |
treeherder | mozilla-inbound@11c096c410a7 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | kinetik |
bugs | 1206091 |
milestone | 43.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/init/all.js +++ b/modules/libpref/init/all.js @@ -512,19 +512,16 @@ pref("media.video-queue.default-size", 1 // The maximum number of queued frames to send to the compositor. // By default, send all of them. pref("media.video-queue.send-to-compositor-size", 9999); // 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", false); - // Whether to use async panning and zooming pref("layers.async-pan-zoom.enabled", false); // Whether to enable event region building during painting pref("layout.event-regions.enabled", false); // APZ preferences. For documentation/details on what these prefs do, check // gfx/layers/apz/src/AsyncPanZoomController.cpp.