[Pkg-mozext-commits] [greasemonkey] 02/19: GM 3.0 - ignoring @noframes

David Prévot taffit at moszumanska.debian.org
Sat Mar 21 02:50:57 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 80767843d4997086de842f49323ce29124da442c
Author: janekptacijarabaci <janekptacijarabaci at users.noreply.github.com>
Date:   Mon Mar 16 15:23:55 2015 +0100

    GM 3.0 - ignoring @noframes
---
 modules/ipcscript.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/ipcscript.js b/modules/ipcscript.js
index dba1f3e..bbdd5f0 100644
--- a/modules/ipcscript.js
+++ b/modules/ipcscript.js
@@ -14,6 +14,7 @@ function IPCScript(aScript) {
   this.matches = aScript.matches.map(function(m) { return m.pattern });
   this.name = aScript.name;
   this.namespace = aScript.namespace;
+  this.noframes = aScript.noframes;
   this.runAt = aScript.runAt;
   this.textContent = aScript.textContent;
   this.uuid = aScript.uuid;
@@ -71,6 +72,7 @@ IPCScript.prototype.info = function() {
       'matches': this.matches,
       'name': this.name,
       'namespace': this.namespace,
+      'noframes': this.noframes,
       // 'requires': ??? source URL?
       'resources': resources,
       'run-at': this.runAt,

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