[Pkg-mozext-commits] [firegestures] 01/07: [e10s] update XPCOM interface

David Prévot taffit at moszumanska.debian.org
Sat Jul 4 19:39:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firegestures.

commit ee9aa73806bd204db7f9ac249ad4a4a7e9c182dc
Author: Gomita <gomita at xuldev.org>
Date:   Sat Jun 6 10:09:16 2015 +0900

    [e10s] update XPCOM interface
---
 FireGestures.idl            |   6 +++---
 components/FireGestures.xpt | Bin 1476 -> 1476 bytes
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/FireGestures.idl b/FireGestures.idl
index b045f37..68feb11 100644
--- a/FireGestures.idl
+++ b/FireGestures.idl
@@ -122,17 +122,17 @@ interface xdIGestureObserver : nsISupports
 	/**
 	 * Called when the direction is changed in progress of mouse gesture.
 	 */
-	void onDirectionChanged(in nsIDOMEvent event, in ACString aDirectionChain);
+	void onDirectionChanged(in nsIVariant event, in ACString aDirectionChain);
 
 	/**
 	 * Called when user perform mouse gesture.
 	 */
-	void onMouseGesture(in nsIDOMEvent event, in ACString aDirectionChain);
+	void onMouseGesture(in nsIVariant event, in ACString aDirectionChain);
 
 	/**
 	 * Called when user perform some extra gestures.
 	 */
-	void onExtraGesture(in nsIDOMEvent event, in ACString aGestureType);
+	void onExtraGesture(in nsIVariant event, in ACString aGestureType);
 
 	/**
 	 * [e10s] Called when gesture handler requests to send message to remote browser.
diff --git a/components/FireGestures.xpt b/components/FireGestures.xpt
index 795bbce..6906d64 100644
Binary files a/components/FireGestures.xpt and b/components/FireGestures.xpt differ

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firegestures.git



More information about the Pkg-mozext-commits mailing list