Perspectives
Perspectives copied to clipboard
Perspectives Firefox Extension
Going to https://addons.mozilla.org/en-US/firefox/addon/perspectives/ results in `Oops! We can’t find that page` and I could not find another source for the addon.
http://pix.toile-libre.org/upload/original/1499802640.png
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Upcoming versions of Firefox will run code in a different process from content. This may affect extensions - https://developer.mozilla.org/en-US/Add-ons/Working_with_multiprocess_Firefox We should investigate whether Perspectives is affected and see if we'll...
If we want to easily port Perspectives to multiple platforms (like Chrome, Android, or Thunderbird) it would be very useful if we knew exactly what functionality was needed from each...
Rather than letting a bunch of potential errors come through, or having to go spot and fix all of the '==' uses by hand, let's hook up JSLint - https://github.com/douglascrockford/JSLint...
Eloquently put by JSLint - https://github.com/douglascrockford/JSLint: > The place to express yourself in programming is in the quality of your ideas and > the efficiency of their execution. .. Conforming...
After updating firefox, it refuses to run Perspectives because the addon is unsigned https://support.mozilla.org/en-US/kb/add-on-signing-in-firefox?as=u&utm_source=inproduct#w_what-can-i-do-if-firefox-disables-an-installed-add-on https://developer.mozilla.org/en-US/Add-ons/Distribution
@daveschaefer: from [short guide on the proper way to get the exceptions dialog](https://bugzilla.mozilla.org/show_bug.cgi?id=1025332#c11) we are apparently supposed to retrieve the nsITransportSecurityInfo and hence the SSLState in the onSecurityChange() method of...
Currently queries are sent to notaries using unencrypted http traffic. Messages are still cryptographically signed and verified using the notary's public key, so they are guaranteed to be correct and...