[Pkg-privacy-commits] [xul-ext-monkeysphere] annotated tag xul-ext-monkeyshere_0.0.9 created (now 8778fa6)
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a change to annotated tag xul-ext-monkeyshere_0.0.9
in repository xul-ext-monkeysphere.
at 8778fa6 (tag)
tagging 8b39192f60bafc60591fbdaf7c37411ea49d0f1d (commit)
tagged by Daniel Kahn Gillmor
on Tue Mar 23 16:16:05 2010 -0400
- Log -----------------------------------------------------------------
tagging 0.0.9 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUAS6khhczS7ZTSFznpAQq93hAAk/Zjl232vm0XARem7RdfA9tvCS13x3ly
BNytS5I0X0yH/ansAOay9d34ddNmtz5vAZI4zjwLmMhE85HJ7qKgqe6MU8JeYXgF
m4yjprIgyWSgEasFFEiyh0LTyLtzf23fqUM7hnjHWKI2oQqsNhL1fz7vRSyBcds6
zjs4mrmRhRnGBW3z2I0np5d2UngdqbWd9Rc6u6qhGDIDJENx5KQDM+JAnx31hPhf
Qk929Cs9AEFtJUrWP3oiCpdmQShSqYVqvBAek2+hHpLa9zS4vEk+laFjaM4+MHFB
xz5jLm/q6ClVvP/1R1RBo/u5N5JIl68subi1XytVAlUTDKdR89Cq+fFeFPI89QyO
wGNbQM7XKVrC99dgHV5M6NzMdAYR7FYl1pf0ESGfiKS8PEytGD3FmxxQtotbmm88
aVPIGUlF63DFgHNsYuYKbwbvSAwUwPL7fRCf2PVCKCL39sXQqUduf4VkPh7p4+qN
x+jrwiByhxGysbrtJATpYmL8FVz7vVE6GJwYwNw0LpvtyZ8y+Fb2oyTHjkXnRz4l
a8F1e8roh/2IaxsXATOCi66ehW3mNYgYRTMXM+ZwKuSGKJ738jlm3iHYOFSqmJZT
RYGQZVk/hUFvc3Y+e9fmAi0KwEohYUpnk7wmdepTpfeHGkuzob//Z8mopWhliYWa
b7t4/KzHIOA=
=GtsS
-----END PGP SIGNATURE-----
Daniel Kahn Gillmor (41):
clean up, organize install.rdf
added back in locale-specific stuff.
Merge remote branch 'mlc/master'
fixing request headers
Merge remote branch 'mlc/master'
ripping out dialog boxes and consolidating code
consolidate xul overlays
renaming remaining xul overlay
removing another unused xul
cleaning up help file
removed cache, consolidated setStatus()
Merge remote branch 'mlc/master'
change MONKEYSPHERE_VALIDATION_AGENT_URL to MONKEYSPHERE_VALIDATION_AGENT_SOCKET, add a default, ignore trailing slashes
removed cache as a simplifying attempt (may need to add it back in later)
removing reload; setting status directly
adding log message
adding setStatus calls where necessary; removing any reloads
removing updateStatus
set status bar to neutral if monkeysphere has nothing to say about it.
more logging on what the listeners hear
added NOTES about weird error message i occasionally see
making silly debugging attempts
updating default status messages
merged locale business
updated copyright to include contributions from mlc and mjgoins
moved agent socket location config into standard preferences system
git should ignore emacs turds and output .xpi
adjusting case of changelog to Changelog since that seems to be more common in other upstreams. meh.
clean up creation of the .xpi
fix clean target
avoid use of pristine-tar when creating debian package, since git archive creates replicable tarballs automatically.
actually, we want the Changelog in the upstream source, and we do not think it will be a problem in the xpi
more build overhaul
no need for .gitattributes any longer
Makefile does not need to be executable
choose the agent_socket each time a request is made -- this way modifying about:config does not require a restart of the browser.
scoping variables in monkeysphere.js
scoping nearly all variables in monkeysphere.js (except for those which get bound to events)
explicitly declaring the functions
added GPL licensing information
updating version so that we get proper updates
Jameson Graef Rollins (8):
add monkeysphere mozilla xul extension
bump minimum firefox version requirement up to 3.5.4, to include JSON module compatibility
add XMLHttpRequest interface to validation agent
extension improvements, and attempt to set validity override
fix security override!
break out override_service globally, and add function to check override status
attempt to added modified favicon text (not working)
override check working! validation accepted!
Jameson Rollins (88):
add monkeysphere logo as extension icon
update NOTES and TODO
Merge remote branch 'mlcastle/master'
simplify setStatus and getCertificate functions
Merge remote branch 'dkg/master'
cleanup listener object, and ignore onStateChange events for now, until we understand that this is needed
Merge remote branch 'mlcastle/master'
fix value in notify.checkPresent function
rename checkOverrideStatus function
fix retrieval of cert DER to be passed to agent and add printCertInfo function
Merge remote branch 'mlcastle/master'
Merge remote branch 'mlcastle/master'
Merge remote branch 'dkg/master'
improve and make more logical and informative status bar messages and icons.
Merge remote branch 'dkg/master'
Merge remote branch 'mlcastle/master'
clean up some code and log output
fix interface to get valid certificates.
tweak statusbar xul
hide status panel on non-applicable and internally-validated sites (also cleanup some log output)
use static monkey icon for good site status
improve vertificate info console output
some console output tweaks
Remove preferences.
Remove all notification functions
Merge remote branch 'mjgoins/master'
fix some broken state setting and status messages
modify extension to display response from agent in status bar tooltip
add copyright to monkeysphere.js file
add copyright info to xul-ext files
remove reference to no-longer-existing dialog_prefs.xul from install.rdf
improve status icons
Create site cache, and improve site checking logic.
use "peer" instead of "uid" in JSON agent post data query to agent.
Overhaul and simplifications:
Merge remote branch 'mjgoins/master'
pass aWebProgress through to onAgentStateChange function, and cleanup security override.
some cleanup:
cleanup logging; remove unnecessary and ambiguous log flags
cleanup cruft
add makefile to make .xpi
add TODO
add function to clear temporary security override
improved Makefile
clean up cert retrieval
trying to figure out better way to reload window
some log cleanup
small log tweak and added FIXME about SSLStatus flag checking
Replace addProgressListener with addTabsProgressListener
remove unneccessary override status check
Separate site checking from status updating.
add supposed fix to prevent memory issues
update TODO
new debian packaging
small tweak to fixme note about setting status
Implement cache.
cleanup and separate uri checking
reload page when monkeysphere NOTVALID, and set status from cache.
Merge branch 'master' into debian
get validation agent URL from environment
add status function to clear site status and override
cleaup some logging and code comments
fix locale messages for default status messages
Merge remote branch 'mjgoins/no-cache' into no-cache
fix updateDisplay, and call from progressListener
Merge remote branch 'mlc/no-cache' into no-cache
add back logBrowserInfo function that should not have been removed
fix default display for non monkeysphere browsers
set status neutral for secure site
fix updateDisplay to get the current browser itself and display status from that
make monkeysphere status panel hidden by default
Merge remote branch 'mjgoins/no-cache' into no-cache
fix up cache object a bit
some cleanup, commenting, and reduce log verbosity
add updateDisplay to tab state change progress listener, to better handle new blank tabs
some logging tweaks
simplify states by just using strings instead of a string-to-int table
add clear cache function
add clear status function
fix up clearSite function in status menu
small cleanup
remove old TODO file. lets just use the riseup issue tracker from now on.
add changelog
Merge remote branch 'dkg/master'
remove debian directory that was accidentally merged into master
remove unused favicon functions
major simplification of overrides
add updateDisplay to onSecurityChange tab progress listener (closes MS #1979)
Matthew James Goins (10):
Added a 'throbber' progress icon
Improved progress icon.
New validation agent error logo for the xul extension.
Added monkeysphere.dump()
Binding monkeysphere status to browser objects
Whitespace cleanup
Fixed error message for missing validation agent
Adding back in the cache, and added in object for creating the apd
Use the cache to track which certificate exceptions are ms-generated.
Merge remote branch 'origin/no-cache' into no-cache
Micah Anderson (3):
remove stray tilde from end of mozilla-devscripts build-depends
remove the unnecessary files from the extension directory, add changelog entries
remove newlines in description, makes for funny presentation in the addons dialog
mike castleman (11):
much more awesome help page
valid HTML on help page
Merge remote branch 'jrollins/master'
support 'new API' by parsing JSON response from security agent
Merge remote branch 'jrollins/master'
Merge remote branches 'mjgoins/master' and 'jrollins/master'
msva-xul: explicitly ask the msva to return JSON
update NOTES
delete inaccurate comment
clean up and fix getDefaultStatusText function
bugfix
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list