[Pkg-mozext-commits] [nosquint] 28/47: Import of 2.1.2 release into git
David Prévot
taffit at moszumanska.debian.org
Tue Apr 28 01:41:18 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 37a2c055970d705b3d09386da62908cf7fd8f147
Author: Jason Tackaberry <tack at urandom.ca>
Date: Fri Jan 13 19:41:14 2012 -0500
Import of 2.1.2 release into git
---
src/content/about.html | 4 ++--
src/content/init.js | 2 +-
src/content/lib.js | 6 +++---
src/content/prefs.js | 2 +-
src/content/two-level-tlds | 25 ++++++++++++++++++-------
src/install.rdf | 4 ++--
src/locale/en-US/help.html | 1 -
7 files changed, 27 insertions(+), 17 deletions(-)
diff --git a/src/content/about.html b/src/content/about.html
index 009d856..e1e5c01 100644
--- a/src/content/about.html
+++ b/src/content/about.html
@@ -71,7 +71,7 @@
<div id='outer'>
<h1>
<img src="chrome://nosquint/skin/icon96.png" align='absmiddle' />
- <span style='color: #b73636'>NoSquint</span> <span style='color: #666' id='version1'></1span>
+ <span style='color: #b73636'>NoSquint</span> <span style='color: #666' id='version1'></span>
</h1>
<div class='box'>
<div class='col'>
@@ -111,7 +111,7 @@
</div>
<div class='col'>
<h2>How do I zoom?</h2>
- <p style='margin-bottom: 0'>All the standard zoom shortcuts are supported:</p>
+ <p style='margin-bottom: 0'>All the standard zoom shortcuts are supported:
<ul style='margin-top: 5px'>
<li>Zoom in/out toolbar buttons</li>
<li>Ctrl-mousewheel</li>
diff --git a/src/content/init.js b/src/content/init.js
index c379173..f8f49c8 100644
--- a/src/content/init.js
+++ b/src/content/init.js
@@ -1,6 +1,6 @@
// Global object for NoSquint. 'NoSquint' is the only name added to the global
// namespace by this addon.
-NoSquint = {
+var NoSquint = {
id: 'NoSquint',
namespaces: [],
_initialized: false,
diff --git a/src/content/lib.js b/src/content/lib.js
index dd9308f..84d1ea8 100644
--- a/src/content/lib.js
+++ b/src/content/lib.js
@@ -47,9 +47,9 @@
.getService(Components.interfaces.nsIStringBundleService)
.createBundle('chrome://nosquint/locale/' + name + '.properties');
var strings = {}
- var enum = bundle.getSimpleEnumeration();
- while (enum.hasMoreElements()) {
- var str = enum.getNext().QueryInterface(Components.interfaces.nsIPropertyElement);
+ var e = bundle.getSimpleEnumeration();
+ while (e.hasMoreElements()) {
+ var str = e.getNext().QueryInterface(Components.interfaces.nsIPropertyElement);
strings[str.key] = str.value;
}
return strings;
diff --git a/src/content/prefs.js b/src/content/prefs.js
index fda15b1..e459e8a 100644
--- a/src/content/prefs.js
+++ b/src/content/prefs.js
@@ -425,7 +425,7 @@ NoSquint.prefs = NoSquint.ns(function() { with(NoSquint) {
if (!origexc)
continue;
// Escape metacharacters except *
- exc = origexc.replace(/([^\w:*\[\]])/g, '\\$1');
+ var exc = origexc.replace(/([^\w:*\[\]])/g, '\\$1');
// Split into host and path parts, and regexpify separately.
var [_, exc_host, exc_path] = exc.match(/([^\/]*)(\\\/.*|$)/);
var [len_host, re_host, sub_host] = regexpify(exc_host, '[^.:/]+', '.*');
diff --git a/src/content/two-level-tlds b/src/content/two-level-tlds
index 814ba59..b822fa4 100644
--- a/src/content/two-level-tlds
+++ b/src/content/two-level-tlds
@@ -275,7 +275,6 @@ avocat.fr
avoues.fr
axis.museum
az.us
-a�roport.ci
b.bg
b.se
ba.it
@@ -559,6 +558,7 @@ co.am
co.ao
co.at
co.ba
+co.be
co.bi
co.bw
co.cc
@@ -814,12 +814,15 @@ cs.it
csiro.au
ct.it
ct.us
+cu.cc
cul.na
cultural.museum
culturalcenter.museum
culture.museum
cuneo.it
cv.ua
+cw.cm
+cx.cc
cyber.museum
cymru.museum
cyt.cu
@@ -889,7 +892,6 @@ dr.tr
drammen.no
drangedal.no
drobak.no
-dr�bak.no
dudinka.ru
durham.museum
dyroy.no
@@ -1505,6 +1507,7 @@ grong.no
grosseto.it
groundhandling.aero
group.aero
+grouply.com
grozny.ru
grp.lk
grue.no
@@ -1519,6 +1522,7 @@ gunma.jp
guovdageaidnu.no
gv.ao
gv.at
+gv.vg
gwangju.kr
gx.cn
gyeongbuk.kr
@@ -1650,6 +1654,7 @@ ie.tc
iespana.es
if.ua
ifrance.com
+iim.bz
il.im
il.us
ilawa.pl
@@ -1951,7 +1956,6 @@ law.pro
law.za
lc.it
le.it
-lea?gaviika.no
leangaviika.no
leasing.aero
lebesby.no
@@ -2831,7 +2835,6 @@ oskol.ru
oslo.no
osoyro.no
osteroy.no
-oster�y.no
ostre-toten.no
ostroda.pl
ostroleka.pl
@@ -3458,6 +3461,8 @@ tj.cn
tjeldsund.no
tjome.no
tld.am
+tld.tc
+tld.tl
tlf.nr
tm.cy
tm.fr
@@ -3550,7 +3555,6 @@ tynset.no
tysfjord.no
tysnes.no
tysvar.no
-tysv�r.no
tyumen.ru
u.bg
u.se
@@ -3578,11 +3582,11 @@ unam.na
unbi.ba
unblog.fr
undersea.museum
+uni.cc
union.aero
uniti.al
university.museum
unjarga.no
-unj�rga.no
unlugar.com
unsa.ba
upt.al
@@ -3645,7 +3649,6 @@ ve.it
vefsn.no
vega.no
vegarshei.no
-veg�rshei.no
venezia.it
venice.it
vennesla.no
@@ -3701,6 +3704,7 @@ vr.it
vrn.ru
vt.it
vt.us
+vv.cc
vv.it
vyatka.ru
w.bg
@@ -3765,6 +3769,13 @@ x.se
xanga.com
xf.cz
xj.cn
+xn--aroport-bya.ci
+xn--drbak-wua.no
+xn--leagaviika-52b.no
+xn--ostery-fya.no
+xn--tysvr-vra.no
+xn--unjrga-rta.no
+xn--vegrshei-c0a.no
xorg.pl
xz.cn
y.bg
diff --git a/src/install.rdf b/src/install.rdf
index 831cf84..cfcc37d 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.1</em:version>
+ <em:version>2.1.2</em:version>
<em:description>Manage site-specific zoom levels and color settings</em:description>
<em:creator>Jason Tackaberry</em:creator>
<!-- optional items -->
@@ -19,7 +19,7 @@
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>3.0</em:minVersion>
- <em:maxVersion>4.0.*</em:maxVersion>
+ <em:maxVersion>5.*</em:maxVersion>
</Description>
</em:targetApplication>
</Description>
diff --git a/src/locale/en-US/help.html b/src/locale/en-US/help.html
index 7db3377..be5300a 100644
--- a/src/locale/en-US/help.html
+++ b/src/locale/en-US/help.html
@@ -313,7 +313,6 @@ case.</p>
<code>example.com/[**]apps/*</code>
</li>
</ol>
-</div>
<h3>Gory Details</h3>
<p>What follows is a technical explanation of exceptions. If you're not an
--
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