JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

Firefox 4 restartless support #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Firefox 4 provides a new API for extensions to be installed/uninstalled and 
disabled/enabled without restarting the browser. It'd be nice to support that 
without too much code duplication (i.e. still maintaining backwards 
compatibility with the old API).

Original issue reported on code.google.com by W.Elwoo...@gmail.com on 4 Dec 2010 at 4:42

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 24 May 2011 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 24 May 2011 at 1:52

GoogleCodeExporter commented 9 years ago
Successfully ported existing functionality to be restartless. Most code re-used 
and backward compatibility maintained.

Infrastructure is now in place for easily adding more dynamic components and 
removing them on shutdown.

Original comment by W.Elwoo...@gmail.com on 24 May 2011 at 9:49