Bug 780547 - Disable idle API's fuzz factor. r=mounir

There's no need to fuzz the idle API after bug 780507, which restricts the idle API to trusted content.

--HG--
extra : rebase_source : 234920f5d2b7c5b42bc04c469258978dfa7e7f28
This commit is contained in:
Justin Lebar 2012-08-06 12:10:58 -04:00
parent acdcc52b67
commit 1651477ac4

View File

@ -3660,3 +3660,7 @@ pref("memory.low_memory_notification_interval_ms", 10000);
pref("memory.ghost_window_timeout_seconds", 60);
pref("social.enabled", false);
// Disable idle observer fuzz, because only privileged content can access idle
// observers (bug 780507).
pref("dom.idle-observers-api.fuzz_time.disabled", true);