Backed out changeset 93d6dfcc20e7 (bug 958666) for B2G reftest failures.

This commit is contained in:
Ryan VanderMeulen 2014-01-30 12:53:33 -05:00
parent 5a08124ece
commit a7205ea8df

View File

@ -887,7 +887,3 @@ pref("apz.asyncscroll.throttle", 40);
// Using a software canvas can save memory when JS calls getImageData()
// on the canvas frequently. See bug 884226.
pref("gfx.canvas.willReadFrequently.enable", true);
// Disable autofocus until we can have it not bring up the keyboard.
// https://bugzilla.mozilla.org/show_bug.cgi?id=965763
pref("browser.autofocus", false);