Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: chrome/browser/resources/gesture_config.js

Issue 18603008: Seperate horizontal and vertical overscrolling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add hooks to Gesture UI and fixed threshold bug Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/gesture_config.js
diff --git a/chrome/browser/resources/gesture_config.js b/chrome/browser/resources/gesture_config.js
index 23823913bc277539935ea7e0980426e329082d14..06132d631c0ce3320d50d727906ddcd979bc2e4d 100644
--- a/chrome/browser/resources/gesture_config.js
+++ b/chrome/browser/resources/gesture_config.js
@@ -322,7 +322,12 @@ function OverscrollConfig() {
},
{
key: 'minimum_threshold_start',
- label: 'Start overscroll gesture after scrolling',
+ label: 'Start overscroll gesture (horizontal)',
+ units: 'pixels'
+ },
+ {
+ key: 'vertical_threshold_start',
+ label: 'Start overscroll gesture (vertical)',
units: 'pixels'
},
{

Powered by Google App Engine
This is Rietveld 408576698