Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset

This commit is contained in:
Victor Porof 2014-06-16 09:04:27 -04:00
parent c6fe109f10
commit 48111fede6

View File

@ -17,7 +17,7 @@ const GRAPH_SRC = "chrome://browser/content/devtools/graphs-frame.xhtml";
// Generic constants.
const GRAPH_RESIZE_EVENTS_DRAIN = 20; // ms
const GRAPH_RESIZE_EVENTS_DRAIN = 100; // ms
const GRAPH_WHEEL_ZOOM_SENSITIVITY = 0.00075;
const GRAPH_WHEEL_SCROLL_SENSITIVITY = 0.1;
const GRAPH_WHEEL_MIN_SELECTION_WIDTH = 10; // px