[Pkg-mozext-commits] [autofill-forms] 01/05: Imported Upstream version 1.0.8
David Prévot
taffit at moszumanska.debian.org
Thu Jan 21 18:43:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository autofill-forms.
commit ae3c5a849e22474885e718965b7d3c615e167baa
Author: David Prévot <david at tilapin.org>
Date: Thu Jan 21 14:11:07 2016 -0400
Imported Upstream version 1.0.8
---
META-INF/manifest.mf | 20 ++++++++++----------
META-INF/mozilla.rsa | Bin 4183 -> 4182 bytes
META-INF/mozilla.sf | 4 ++--
chrome/content/autofillForms.js | 6 +++---
chrome/content/autofillFormsOptions.xul | 4 ++--
chrome/content/inject.js | 6 +++---
chrome/skin/autofillFormsOptions.css | 1 +
install.rdf | 2 +-
8 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/META-INF/manifest.mf b/META-INF/manifest.mf
index dce0eba..0d81478 100644
--- a/META-INF/manifest.mf
+++ b/META-INF/manifest.mf
@@ -2,8 +2,8 @@ Manifest-Version: 1.0
Name: install.rdf
Digest-Algorithms: MD5 SHA1
-MD5-Digest: VRl5lacmqz3K9YjMr7Zs4w==
-SHA1-Digest: qntWTVXDuIbmC3BGZJWjL/QUwp4=
+MD5-Digest: 52h9+CHOCsZ31P8MsObV7g==
+SHA1-Digest: cXgAjoirQR9GYUjUZe21E9m+pn8=
Name: chrome.manifest
Digest-Algorithms: MD5 SHA1
@@ -12,8 +12,8 @@ SHA1-Digest: y0D7zGJtbhDEy2+Rzq/NHvaa9KM=
Name: chrome/content/autofillForms.js
Digest-Algorithms: MD5 SHA1
-MD5-Digest: 9BjZK76wU9gfSt4uexKRqA==
-SHA1-Digest: 93mw3d++W9ItBy7HZI9YUoMjWJQ=
+MD5-Digest: rKjNg1c0zK0iEYhGbYHfEA==
+SHA1-Digest: /PEHqmI+xS175naFaQKWCuewKF8=
Name: chrome/content/autofillFormsOptions.js
Digest-Algorithms: MD5 SHA1
@@ -22,8 +22,8 @@ SHA1-Digest: l9e+YNPd7ofhEoh9DuWGok1KjSI=
Name: chrome/content/autofillFormsOptions.xul
Digest-Algorithms: MD5 SHA1
-MD5-Digest: bAOc1+iQ9VU2husev3v+xA==
-SHA1-Digest: Fdma9A9rVbSnLEMWzVM5XxG15Zo=
+MD5-Digest: ALIw6FLLHWD/c0lxoArM7w==
+SHA1-Digest: zS4Ll2J008/tvPs88lzKTvaGHEw=
Name: chrome/content/autofillFormsOverlay.js
Digest-Algorithms: MD5 SHA1
@@ -57,8 +57,8 @@ SHA1-Digest: x0vYJA6XB7AZn2vuYefx5vBZByw=
Name: chrome/content/inject.js
Digest-Algorithms: MD5 SHA1
-MD5-Digest: uVGQFSmU9IL+XehNaotppg==
-SHA1-Digest: Weh0gg54IzNe4ncDW7aO1kLMr2M=
+MD5-Digest: 6Ys2EEi7KEDVo0XQjIa8KA==
+SHA1-Digest: I3bGVH9V+wO8mciqq+y4dkGHNvo=
Name: chrome/locale/cs-CZ/autofillForms.dtd
Digest-Algorithms: MD5 SHA1
@@ -287,8 +287,8 @@ SHA1-Digest: t0S51pkZ7Y95taQzySTIGTk55Ok=
Name: chrome/skin/autofillFormsOptions.css
Digest-Algorithms: MD5 SHA1
-MD5-Digest: 5U9gGmHbtJ258dpLuwBH6w==
-SHA1-Digest: 54BPcPi7EJJNbx6lJIgNdgtVs1Y=
+MD5-Digest: eiWjHKddbcCCNMLNXmP6+g==
+SHA1-Digest: zSCfZL4DWYzvtwWNWUCvS9wSUz4=
Name: chrome/skin/autofillFormsOptions1.5.css
Digest-Algorithms: MD5 SHA1
diff --git a/META-INF/mozilla.rsa b/META-INF/mozilla.rsa
index 9caeda4..dfa3d5b 100644
Binary files a/META-INF/mozilla.rsa and b/META-INF/mozilla.rsa differ
diff --git a/META-INF/mozilla.sf b/META-INF/mozilla.sf
index 838b217..a9172e2 100644
--- a/META-INF/mozilla.sf
+++ b/META-INF/mozilla.sf
@@ -1,4 +1,4 @@
Signature-Version: 1.0
-MD5-Digest-Manifest: 9Tb5gAns8bFaE6JTuKxrDQ==
-SHA1-Digest-Manifest: FdrBApEVJajxbZsAR2L2XNdBoEY=
+MD5-Digest-Manifest: CC9imBPNCHsZNb8bGmXSCQ==
+SHA1-Digest-Manifest: BapBQoxfMSwu/2Vlmuh+Os6ANbg=
diff --git a/chrome/content/autofillForms.js b/chrome/content/autofillForms.js
index 2e2dbe8..0b27ff7 100644
--- a/chrome/content/autofillForms.js
+++ b/chrome/content/autofillForms.js
@@ -104,7 +104,7 @@ var autofillForms = {
mm.sendAsyncMessage(cmd);
},
- initialize: function() {
+ initialize: function () {
// Save the reference to the Autofill Forms preferences branch:
this.autofillFormsPrefs = this.getPrefManager().getBranch('extensions.autofillForms at blueimp.net.');
@@ -114,9 +114,9 @@ var autofillForms = {
this.autofillFormsPrefs.addObserver('', this, false);
// Implement the event listener for the content area context menu:
- this.contentAreaContextMenuEventListener = function(event) {
+ this.contentAreaContextMenuEventListener = function (event) {
autofillForms.initContentAreaContextMenu(event);
- }
+ };
// Initialize the preferences settings:
this.initializePrefs();
diff --git a/chrome/content/autofillFormsOptions.xul b/chrome/content/autofillFormsOptions.xul
index d22bf96..71c01e7 100644
--- a/chrome/content/autofillFormsOptions.xul
+++ b/chrome/content/autofillFormsOptions.xul
@@ -23,10 +23,10 @@
<spacer flex="1"/>
</hbox>
<separator class="thin"/>
- <vbox flex="1" id="simpleInterfaceRowsContainer" style="overflow:auto; border: solid 1px red;">
+ <vbox flex="1" id="simpleInterfaceRowsContainer">
<grid>
<columns>
- <column style="width: 100px; color: red; border: solid 1px blue;"/>
+ <column/>
<column flex="1"/>
</columns>
<rows id="simpleInterfaceRows"></rows>
diff --git a/chrome/content/inject.js b/chrome/content/inject.js
index d7d4c44..a9cc48f 100644
--- a/chrome/content/inject.js
+++ b/chrome/content/inject.js
@@ -59,13 +59,13 @@ addMessageListener('value', function () {
});
addMessageListener('selectionEnd', function () {
toList('[data-aff-selectionEnd]').forEach(function (elem) {
- elem.selectionEnd = elem.dataset.affSelectionEnd;
+ elem.selectionEnd = elem.dataset.affSelectionend;
elem.removeAttribute('data-aff-selectionEnd');
});
});
addMessageListener('selectionStart', function () {
toList('[data-aff-selectionStart]').forEach(function (elem) {
- elem.selectionStart = elem.dataset.affSelectionStart;
- elem.removeAttribute('data-aff-selectionStart');
+ elem.selectionStart = elem.dataset.affSelectionstart;
+ elem.removeAttribute('data-aff-selectionstart');
});
});
diff --git a/chrome/skin/autofillFormsOptions.css b/chrome/skin/autofillFormsOptions.css
index 48b294c..c393dc2 100644
--- a/chrome/skin/autofillFormsOptions.css
+++ b/chrome/skin/autofillFormsOptions.css
@@ -2,6 +2,7 @@
#simpleInterfaceRowsContainer {
overflow:auto;
+ height: calc(100vh - 160px);
}
#autofillFormsPrefPaneMainBox {
diff --git a/install.rdf b/install.rdf
index 88c6e48..f41c204 100644
--- a/install.rdf
+++ b/install.rdf
@@ -9,7 +9,7 @@
<em:iconURL>chrome://autofillForms/skin/icon.png</em:iconURL>
<em:optionsURL>chrome://autofillForms/content/autofillFormsOptions.xul</em:optionsURL>
<em:homepageURL>http://firefox.add0n.com/autofill-forms.html</em:homepageURL>
- <em:version>1.0.6</em:version>
+ <em:version>1.0.8</em:version>
<em:type>2</em:type>
<em:targetApplication>
<Description>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/autofill-forms.git
More information about the Pkg-mozext-commits
mailing list