Skip to content

Commit

Permalink
Bug 983208 - Fix progressive tile update calculations. r=botond, a=ls…
Browse files Browse the repository at this point in the history
…blakk, broke layers.low-precision-buffer without layers.progressive-paint

Disable low precision preference for now
  • Loading branch information
tmeshkova committed Apr 24, 2014
1 parent b33193d commit 10e1a75
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions embedding/embedlite/embedding.js
Expand Up @@ -249,10 +249,6 @@ pref("plugin.default.state", 1);
pref("notification.feature.enabled", true);
pref("dom.webnotifications.enabled", true);

pref("layers.progressive-paint", false);
pref("layers.low-precision-buffer", true);
pref("layers.low-precision-resolution", 250);

// prevent tooltips from showing up
pref("browser.chrome.toolbar_tips", false);
pref("dom.indexedDB.warningQuota", 5);
Expand Down

0 comments on commit 10e1a75

Please sign in to comment.