[Pkg-mozext-commits] [greasemonkey] 09/62: Async => Rpc (the test patch)

David Prévot taffit at moszumanska.debian.org
Sun Sep 13 22:10:20 UTC 2015


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

taffit pushed a commit to branch master
in repository greasemonkey.

commit a9b9d1d194c49aa86a8eb81f3994be3cf3350ffb
Author: janekptacijarabaci <janekptacijarabaci at seznam.cz>
Date:   Thu Aug 13 06:45:42 2015 +0200

    Async => Rpc (the test patch)
    
    Ad #2107, #2234
    The suggestion (for example).
---
 modules/GM_openInTab.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/GM_openInTab.js b/modules/GM_openInTab.js
index 99585c7..0ba90ee 100644
--- a/modules/GM_openInTab.js
+++ b/modules/GM_openInTab.js
@@ -15,7 +15,7 @@ function GM_openInTab(aFrame, aBaseUrl, aUrl, aInBackground) {
   var baseUri = Services.io.newURI(aBaseUrl, null, null);
   var uri = Services.io.newURI(aUrl, null, baseUri);
 
-  aFrame.sendAsyncMessage('greasemonkey:open-in-tab', {
+  aFrame.sendRpcMessage('greasemonkey:open-in-tab', {
     inBackground: loadInBackground,
     url: uri.spec,
   });

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



More information about the Pkg-mozext-commits mailing list