[Pkg-mozext-commits] [perspectives-extension] branch upstream updated (99c2c94 -> c0770ed)

David Prévot taffit at moszumanska.debian.org
Thu Dec 11 02:12:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a change to branch upstream
in repository perspectives-extension.

      from  99c2c94   Imported Upstream version 4.5.2
       new  7597a50   IDE auto-cleanup (trim trailing spaces, unify tabs/spaces)
       new  0dd1f0b   #96: Highly visible notifications when certificates fail added in notaries.process_notary_results: some do_notify( TYPE_FAILED )
       new  885b6e7   added some localizations. Fixes #58.
       new  e6ab1a5   removed "Perspectives: " from localization "noDataError".
       new  38f6ebe   more de localizations fixes
       new  5ac11ad   Expose timeout duration and number of query retries as a user preference. Fixes #72. Fixes #73.
       new  d6984e5   new preferences should be created in the "extensions.perspectives.x" namespace
       new  cddcc07   Remove duplicate notaries and warn on mismatching public keys. Fixes #56.
       new  c0e475e   Hide "report attack" functionality. Fixes #122
       new  74c30b9   Added an option to not always contact notaries in private browsing by default. Fixes #115.
       new  febf98c   Correctly detected and set status for "quorum not reached" in non-english languages. Fixes #121
       new  64a9223   Check if signature and timestaps are correct and display in notary results accordingly. Fixes #62. To test this set breakpoint in notaryAjaxCallback() and manually set server_result.is_valid = false
       new  f443b1f   Display required quorum duration in notary results. Fixes #68.
       new  5bdbe3f   fixed localizations
       new  26b5e5e   updated svg test
       new  0ff7819   cleanup test.html
       new  6814a9b   updated README for new debugging functionality in Aurora
       new  d6c58a1   cleanup client_policy.js
       new  7bb8778   added user preference for max_cache_age (with "extensions." prefix)
       new  786f619   fixed in generate_svg.js: Actually draw stale_limit line Fixes #68 added in svg_test: some more tests
       new  8b409b9   added in statusbar: distrust all certificates Fixes #132.
       new  b2403ce   changed readme: hint for faster testing
       new  b9fb47a   removed usage of base64.js Relates to #133
       new  00760aa   indicate (by appending ellipses) that "Distrust all certificates..." will open a new dialog
       new  bc5fd75   minor changes in text (Tor, typos)
       new  d437958   added in results_dialog: indicate cached results, fixed in statusbar: indicate whitelist Fixes #128
       new  b154cbd   cleanup test.html
       new  79b84a6   blub
       new  58cc786   cleanup preferences_dialog.xul
       new  505ddbd   Redesign whitelist preference UI Fixes #136 (partly)
       new  345c391   Fixed #132 distrust_all_certificates fixed in distrust_all_certificates: cert needs to query for nsIX509CertDB first otherwise setCertTrust() wont work changed in distrust_all_certificates: renamed distrusts_all_certificates() to distrust_all_certificates() added in distrust_all_certificates: number of current and trusted certificates, alerts and localized strings
       new  9c115ce   fixed in getNotaryList: split try-catch for additional and default notaries, fixes test case "garbled string" fixed in test.html "unreachable notaries"
       new  bf6e440   fixed in add_der_header: escape and unescape base64 string for UTF8 safety removed base64
       new  621b995   changed in add_der_signature_header: removed URIComponent codex because we're getting an actual byte array
       new  b0af1dd   removed in localization: mention of "Tor" changed: typo in readme, debugger line in results_dialog.js
       new  01564ab   changed in tests: reactive duplicate notary elimination
       new  b953b95   Merge branch 'master' of https://github.com/lambdor/Perspectives into lambdor-pr-124
       new  7ea07c0   statusbar.xul - Add menuseparator around Distrust function
       new  9978477   statusbar.xul - Remove unused elements
       new  dee1123   statusbar.xul - Move Preferences down to the Help group
       new  e4fb143   Perspectives - Add a new string message for private browsing mode
       new  118d252   Perspectives - Fix minor typo
       new  3d22e20   install.rdf - Note new version for next release
       new  8058832   CHANGELOG - Add summary of changes for v4.6
       new  4377c05   install.rdf - Update browser version compatibility
       new  34881bd   tests - Add test cases for manual testing
       new  b97e5ca   README - Mention the 'install-fx' make target
       new  0a2ecb7   README - Clarify that Fx 31 is no longer specifically required
       new  848ef64   localization - Add de translation for new private browsing string
       new  f4e55bc   localization - Remove previously missed 'and Tor' string
       new  ea5462c   preferences_dialog.xul - Un-indent the "Also contact notaries in private browsing mode" checkbox.
       new  6030983   localization - Copyedit GUI string
       new  fbee688   Pers_statusbar - Update nsIX509Cert and nsIX509CertDB calls for Firefox 33
       new  bdf3c0f   Pers_statusbar - Edit confirmation dialog UI
       new  478cc20   tests - Add manual test cases for private browsing modes
       new  7b6ace9   messages - remove 'Perspectives' header from error messages
       new  910e064   Perspectives - Avoid throwing an error if getRecentBadCerts functionality is missing
       new  75495bf   unit tests - Fix test for parsing duplicate notaries
       new  6c8d180   statusbar.xul - As discussed, disable 'distrust' feature until GH #143 has been fixed
       new  65bc7d4   localization - Add missing period
       new  175ad48   CHANGELOG Minor copyedit (typo)
       new  6cc90dd   tests - Move tests for disabled features to separate file
       new  b4242c4   tests - Add some manual test cases; copyedit
       new  5873a8c   README - Copyedit
       new  f818c59   Pers_pref - Do *not* toggle the "contact in private browsing mode" box when "Always ask" box is changed
       new  ceead35   Merge pull request #144 from daveschaefer/lambdor-pr-124
       new  b2ee660   install.rdf - Update version to 4.6
       new  c0770ed   Imported Upstream version 4.6

The 68 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:
 CHANGELOG                                        |   35 +
 README                                           |   56 -
 README.md                                        |   79 ++
 plugin/chrome/content/about.js                   |   12 +-
 plugin/chrome/content/base64.js                  |  168 ---
 plugin/chrome/content/client_policy.js           |  378 +++---
 plugin/chrome/content/common.js                  |  265 ++--
 plugin/chrome/content/css/preferences_dialog.css |    5 +
 plugin/chrome/content/generate_svg.js            |  308 +++--
 plugin/chrome/content/notaries.js                | 1124 ++++++++--------
 plugin/chrome/content/notify.js                  |  185 +--
 plugin/chrome/content/preferences_dialog.js      |  179 ++-
 plugin/chrome/content/preferences_dialog.xul     |  358 ++---
 plugin/chrome/content/results_dialog.js          |   57 +-
 plugin/chrome/content/statusbar.js               |   85 +-
 plugin/chrome/content/statusbar.xul              |   92 +-
 plugin/chrome/content/whitelist_dialog.js        |  165 +--
 plugin/chrome/content/xml_notary_client.js       |  175 +--
 plugin/chrome/locale/de/amodetails.properties    |    5 +-
 plugin/chrome/locale/de/dialogs.dtd              |   26 +-
 plugin/chrome/locale/de/help.dtd                 |   14 +-
 plugin/chrome/locale/de/notaries.properties      |   60 +-
 plugin/chrome/locale/de/results.properties       |    1 +
 plugin/chrome/locale/en-US/dialogs.dtd           |   13 +-
 plugin/chrome/locale/en-US/notaries.properties   |   73 +-
 plugin/chrome/locale/en-US/results.properties    |    1 +
 plugin/chrome/locale/es-MX/dialogs.dtd           |   19 +-
 plugin/chrome/locale/es-MX/notaries.properties   |   29 +-
 plugin/chrome/locale/es-MX/results.properties    |    4 +-
 plugin/chrome/locale/fi/dialogs.dtd              |   19 +-
 plugin/chrome/locale/fi/notaries.properties      |   31 +-
 plugin/chrome/locale/fi/results.properties       |    2 +
 plugin/chrome/locale/fr/dialogs.dtd              |   19 +-
 plugin/chrome/locale/fr/notaries.properties      |   27 +-
 plugin/chrome/locale/fr/results.properties       |    2 +
 plugin/chrome/locale/nl/dialogs.dtd              |   16 +-
 plugin/chrome/locale/nl/notaries.properties      |   29 +-
 plugin/chrome/locale/nl/results.properties       |    2 +
 plugin/chrome/locale/pl/dialogs.dtd              |   21 +-
 plugin/chrome/locale/pl/notaries.properties      |   27 +-
 plugin/chrome/locale/pl/results.properties       |    2 +
 plugin/chrome/locale/zh-CN/dialogs.dtd           |   19 +-
 plugin/chrome/locale/zh-CN/notaries.properties   |   29 +-
 plugin/chrome/locale/zh-CN/results.properties    |    2 +
 plugin/defaults/preferences/prefs.js             |   23 +-
 plugin/install.rdf                               |    6 +-
 test/Manual Test Cases - Disabled.txt            |   22 +
 test/Manual Test Cases.txt                       |   42 +-
 test/svg_test.html                               |  152 ++-
 test/test.html                                   | 1544 +++++++++++-----------
 50 files changed, 3373 insertions(+), 2634 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 plugin/chrome/content/base64.js
 create mode 100644 plugin/chrome/content/css/preferences_dialog.css
 create mode 100644 test/Manual Test Cases - Disabled.txt

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