
Firefox
Get flash to fully experience Pearltrees
Miscellaneous - MDN
var file = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); file.initWithPath("C:\\filename.html"); var wbp = Components.classes['@mozilla.org/embedding/browser/nsWebBrowserPersist;1'] .createInstance(Components.interfaces.nsIWebBrowserPersist); wbp.saveDocument(content.document, file, null, null, null, null); var file = Components.classes["@mozilla.org/file/local;1"] .createInstance(Components.interfaces.nsILocalFile); file.initWithPath("C:\\filename.html"); var wbp = Components.classes['@mozilla.org/embedding/browser/nsWebBrowserPersist;1'] .createInstance(Components.interfaces.nsIWebBrowserPersist); var ios = Components.classes['@mozilla.org/network/io-service;1'] .getService(Components.interfaces.nsIIOService); var uri = ios.newURI("http://www.google.com/", null, null); wbp.persistFlags &= ~Components.interfaces.nsIWebBrowserPersist.PERSIST_FLAGS_NO_CONVERSION; // don't save gzipped wbp.saveURI(uri, null, null, null, null, file);Downloading Files - MDN
Broken Firefox add-on update - Stack Overflow
We are providing updates to our Firefox add-on on our own http site. Due to an error in the manual signing process with McCoy, a version of the add-on was published with the wrong public key in its install.rdf. We don't have the matching private key to sign the update.rdf.AMO
Extension Versioning, Update and Compatibility - MDC
Firefox Plugin
From MozillaWiki Please don't edit this page directly, either add comments to the discussion page or to the threads in the newsgroup or forums . See also the original newsgroup thread where extension authors discuss the potential impact to the addon community. Overview
Extension Manager:Addon Update Security - MozillaWiki
Afficher le sujet - [Résolu] Soucis pour publier la mise à jour de mon extension
3) Package your theme into a .jar file, calculate a hash, and place the updateHash entry inside the update.rdf file you will be using on your site. (See below for additional info on how to calculate the hash.) 6) Install your theme. It should allow you to do it without any error messages about not being a secure add-on, and when you increment the theme version, it will successfully update as well. You don't need to add the updateKey to install.rdf manually.

