[Pkg-mozext-commits] [perspectives-extension] branch master updated (5038b15 -> 58c3325)
David Prévot
taffit at alioth.debian.org
Thu Sep 26 22:31:42 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository perspectives-extension.
from 5038b15 Merge pull request #83 from daveschaefer/master
new c1055ce CHANGELOG - Add notes for 4.3.5
new bad4d76 install.rdf - Increment version number while testing changes.
new 567b343 Perspectives - Move images to /img folder
new 4e35afd img - Add new whitelist icon
new de7d3f8 Pers_statusbar - Add option for new whitelist status
new 64b8959 gitignore - add compressed filetypes; ignore any .xpi output
new 590ffb7 Perspectives - Remove globally exposed variables
new dd6610e Makefile - do not print comments
new 2f8a654 Makefile - Add rules to copy unit test file
new 8a9128b Makefile - Include .xpi extension as part of the filename
new 8849b3b Makefile - Move main targets to top
new b20c622 README - Mention SeaMonkey client
new ff4a5f4 Unit Tests - Update resource path now that test file will be included in the plugin
new c4cda8e Perspectives - Update 'for each' loop to for loop.
new 91c0b63 Unit Tests - Remove localization tests
new 8cf5a33 README - Update testing info for the new format
new fd00e06 Makefile - Turn 'zip' to quiet mode, to avoid flooding the console
new 3f516d2 Unit tests - Move init_data() to the start of the tests, so any test can benefit
new e48c75c Unit tests - Remove references to plugin needing to be installed
new 15b858a Unit tests - Clean up page format; add Perspectives logo
new 723d04e Unit tests - Fix setup and teardown for notary parsing tests; refactor tests so they run corretly
new 1672c08 Unit tests - Add tests to check for size zero quorums (GH 87)
new cb3d991 Pers_client_policy - Add checks against quorum size 0
new 1f85a52 Perspectives - Add min and max bounds on getQuorumAsInt() GH 87.
new 5b032e9 CHANGELOG - Add notes for 4.3.6
new 8b48718 Perspectives - Increment version for 4.3.6 release
new 58c3325 Merge pull request #90 from daveschaefer/master
The 27 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 10 +-
CHANGELOG | 15 +
Makefile | 40 +-
README | 57 +--
plugin/chrome/content/about_dialog.xul | 2 +-
plugin/chrome/content/base64.js | 6 +-
plugin/chrome/content/client_policy.js | 13 +
plugin/chrome/content/common.js | 2 +-
plugin/chrome/content/firewall.xhtml | 2 +-
plugin/chrome/content/help.xhtml | 2 +-
plugin/chrome/content/{ => img}/bad.png | Bin 4340 -> 4340 bytes
plugin/chrome/content/{ => img}/default.png | Bin 1653 -> 1653 bytes
plugin/chrome/content/{ => img}/error.png | Bin 4567 -> 4567 bytes
plugin/chrome/content/{ => img}/good.png | Bin 1190 -> 1190 bytes
plugin/chrome/content/{ => img}/progress.gif | Bin 673 -> 673 bytes
plugin/chrome/content/img/whitelist.png | Bin 0 -> 1210 bytes
plugin/chrome/content/notaries.js | 22 +-
plugin/chrome/content/statusbar.js | 16 +-
plugin/chrome/content/statusbar.xul | 2 +-
plugin/chrome/content/xml_notary_client.js | 6 +-
plugin/install.rdf | 2 +-
test/test.html | 567 +++++---------------------
22 files changed, 215 insertions(+), 549 deletions(-)
rename plugin/chrome/content/{ => img}/bad.png (100%)
rename plugin/chrome/content/{ => img}/default.png (100%)
rename plugin/chrome/content/{ => img}/error.png (100%)
rename plugin/chrome/content/{ => img}/good.png (100%)
rename plugin/chrome/content/{ => img}/progress.gif (100%)
create mode 100644 plugin/chrome/content/img/whitelist.png
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git
More information about the Pkg-mozext-commits
mailing list