Skip to content

Commit

Permalink
Bug 678392 - Add support for swipe animation as in Safari. r=smichaud…
Browse files Browse the repository at this point in the history
…,jaws,felipc
  • Loading branch information
Stephen Pohl committed Apr 9, 2013
1 parent e0666f6 commit 0cd77e1
Show file tree
Hide file tree
Showing 32 changed files with 1,618 additions and 476 deletions.
2 changes: 1 addition & 1 deletion CLOBBER
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
#
# Modifying this file will now automatically clobber the buildbot machines \o/
#
Bug 856349 broke Windows b2g builds.
Bug 678392 - Added new attribute to nsIDOMSimpleGestureEvent interface.
2 changes: 2 additions & 0 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ pref("browser.gesture.twist.left", "cmd_gestureRotateLeft");
pref("browser.gesture.twist.end", "cmd_gestureRotateEnd");
pref("browser.gesture.tap", "cmd_fullZoomReset");

pref("browser.snapshots.limit", 0);

// 0: Nothing happens
// 1: Scrolling contents
// 2: Go back or go forward, in your history
Expand Down
Loading

0 comments on commit 0cd77e1

Please sign in to comment.