[Pkg-mozext-commits] [nosquint] 19/47: Import of 2.0.4 release into git
David Prévot
taffit at moszumanska.debian.org
Tue Apr 28 01:41:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag 2.1.6
in repository nosquint.
commit e4eac53b958ed83c3392864bf7569210f8e43aad
Author: Jason Tackaberry <tack at urandom.ca>
Date: Fri Jan 13 19:41:14 2012 -0500
Import of 2.0.4 release into git
---
src/content/interfaces.js | 5 +++--
src/install.rdf | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/content/interfaces.js b/src/content/interfaces.js
index d958674..4f0900f 100644
--- a/src/content/interfaces.js
+++ b/src/content/interfaces.js
@@ -12,6 +12,7 @@ NoSquint.interfaces = NoSquint.ns(function() { with (NoSquint) {
*/
var stateFlag = is30() ? Components.interfaces.nsIWebProgressListener.STATE_STOP
: Components.interfaces.nsIWebProgressListener.STATE_TRANSFERRING;
+ //var stateFlag = Components.interfaces.nsIWebProgressListener.STATE_STOP;
/* Listener used to receive notifications when a new URI is about to be loaded.
* TODO: when support for Firefox 3.0 is dropped, use:
@@ -77,8 +78,8 @@ NoSquint.interfaces = NoSquint.ns(function() { with (NoSquint) {
},
onStateChange: function(progress, request, state, astatus) {
- debug("LISTENER: request=" + request + ", state=" + state + ", status=" +
- astatus + ", type=" + this.browser.docShell.document.contentType);
+ //debug("LISTENER: request=" + request + ", state=" + state + ", status=" +
+ // astatus + ", type=" + this.browser.docShell.document.contentType);
/* Check the current content type against the content type we initially got.
* This changes in the case when there's an error page (e.g. dns failure),
diff --git a/src/install.rdf b/src/install.rdf
index ff75159..a98ab84 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,7 +6,7 @@
<em:id>nosquint at urandom.ca</em:id>
<em:name>NoSquint</em:name>
- <em:version>2.0.3</em:version>
+ <em:version>2.0.4</em:version>
<em:description>Manage site-specific zoom levels and color settings</em:description>
<em:creator>Jason Tackaberry</em:creator>
<!-- optional items -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nosquint.git
More information about the Pkg-mozext-commits
mailing list