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

Electrolysis support (Fennec 4+, future Firefox) #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Yet another nice-to-have...

Currently blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=621406 - we 
may have to find something other than stream conversion if Electrolysis 
(separate UI/content/plugin processes) is eventually coming to desktop Firefox, 
since that's apparently why it won't work in Fennec.

Original issue reported on code.google.com by W.Elwoo...@gmail.com on 27 Jun 2011 at 2:30

GoogleCodeExporter commented 9 years ago
See also 
http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/eca2c
5cc529c34cd

Original comment by W.Elwoo...@gmail.com on 27 Jun 2011 at 2:50

GoogleCodeExporter commented 9 years ago
After some more casual reading it seems fairly straightforward to add support 
for electrolysis, next time I touch that area of code.

As a bonus, I've discovered Fennec 1.1 has no problem running already-released 
code, so will be updating AMO. :)

Original comment by W.Elwoo...@gmail.com on 27 Jun 2011 at 3:41

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 31 Jul 2011 at 7:12

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 31 Jul 2011 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by W.Elwoo...@gmail.com on 31 Jul 2011 at 7:37

GoogleCodeExporter commented 9 years ago
After some potentially brick-wall problems and a holiday to clear my head, the 
latest code is now ready for Electrolysis.

Tested and working in Firefox 5 to 7b1 and Fennec 5 to 7b1.

As it turned out to be a rather major code overhaul, next version will be 1.9 
and might include a few other features I've had ideas about.

Original comment by W.Elwoo...@gmail.com on 22 Aug 2011 at 11:38