Bug 916112 - Turn tiling back off. r=blassey

This commit is contained in:
Milan Sreckovic 2013-09-13 12:32:46 -04:00
Родитель 0e5017116a
Коммит 440511ff28
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -73,7 +73,7 @@ pref("mozilla.widget.force-24bpp", true);
pref("mozilla.widget.use-buffer-pixmap", true);
pref("mozilla.widget.disable-native-theme", true);
pref("layout.reflow.synthMouseMove", false);
pref("layers.force-tiles", true);
pref("layers.force-tiles", false);
/* download manager (don't show the window or alert) */
pref("browser.download.useDownloadDir", true);

Просмотреть файл

@ -19,8 +19,8 @@ default-preferences pref(dom.experimental_forms_range,true)
== value-prop.html 75pct-common-ref.html
== valueAsNumber-prop-unthemed.html 75pct-unthemed-common-ref.html
== valueAsNumber-prop.html 75pct-common-ref.html
== stepDown-unthemed.html 75pct-unthemed-common-ref.html
== stepDown.html 75pct-common-ref.html
fails-if(B2G) == stepDown-unthemed.html 75pct-unthemed-common-ref.html
fails-if(B2G) == stepDown.html 75pct-common-ref.html
== stepUp-unthemed.html 75pct-unthemed-common-ref.html
== stepUp.html 75pct-common-ref.html