Skip to content

Commit

Permalink
Bug 1245925 - Disable displayport expiry on B2G for now. r=me and DON…
Browse files Browse the repository at this point in the history
…TBUILD because B2G only

--HG--
extra : commitid : KuKVpeBlSsZ
  • Loading branch information
staktrace committed Feb 6, 2016
1 parent 71474d4 commit 558666e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions b2g/app/b2g.js
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@ pref("security.exthelperapp.disable_background_handling", true);
// Inactivity time in milliseconds after which we shut down the OS.File worker.
pref("osfile.reset_worker_delay", 5000);

pref("apz.displayport_expiry_ms", 0);
// APZ physics settings, tuned by UX designers
pref("apz.axis_lock.mode", 2); // Use "sticky" axis locking
pref("apz.fling_curve_function_x1", "0.41");
Expand Down

0 comments on commit 558666e

Please sign in to comment.