[Pkg-mozext-commits] [firegestures] 11/13: Imported Upstream version 1.10.9

David Prévot taffit at moszumanska.debian.org
Tue May 17 15:31:04 UTC 2016


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

taffit pushed a commit to branch master
in repository firegestures.

commit e83bf64136b60a4a0f06a6e1af730a92e4d92c6c
Merge: 1550166 84a5cbc
Author: David Prévot <taffit at debian.org>
Date:   Tue May 17 10:14:15 2016 -0400

    Imported Upstream version 1.10.9

 META-INF/manifest.mf                   | 572 ---------------------------------
 META-INF/mozilla.rsa                   | Bin 4180 -> 0 bytes
 META-INF/mozilla.sf                    |   4 -
 chrome/content/firegestures/browser.js |   8 +-
 install.rdf                            |   2 +-
 5 files changed, 7 insertions(+), 579 deletions(-)

diff --cc chrome/content/firegestures/browser.js
index d722bae,c534989..f734048
mode 100755,100644..100755
--- a/chrome/content/firegestures/browser.js
+++ b/chrome/content/firegestures/browser.js
@@@ -424,13 -470,20 +424,17 @@@ var FireGestures = 
  					nsContextMenu.prototype.saveHelper(mediaURL, null, dialogTitle, false, doc);
  				}
  				else if (this.sourceNode instanceof HTMLCanvasElement) {
 -					// save canvas
+ 					this.isRemote ? 
  					saveImageURL(mediaURL, "canvas.png", "SaveImageTitle", false, skipPrompt, refURI, 
- 					             null, null, null, isPrivate);
+ 					             null, null, null, isPrivate) : 
+ 					saveImageURL(mediaURL, "canvas.png", "SaveImageTitle", false, skipPrompt, refURI, doc);
  				}
  				else {
 -					// save image
  					this.checkURL(mediaURL, doc);
+ 					this.isRemote ? 
  					saveImageURL(mediaURL, null, "SaveImageTitle", false, skipPrompt, refURI, 
- 					             null, null, null, isPrivate);
+ 					             null, null, null, isPrivate) : 
+ 					saveImageURL(mediaURL, null, "SaveImageTitle", false, skipPrompt, refURI, doc);
  				}
  				break;
  			case "FireGestures:WebSearch": 

-- 
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