ColdFire 1.1.51.59
This extension only update was really focused on driving some of the complexity out of the extension code. To that end I:
- Did away with the XPCOM object.
- Got rid of custom network monitoring code. ColdFire now leverages Firebug's network monitor, which is much more robust.
- Consolidated helper objects and functions into one lib.js file.
- Renamed source files to more closely match Firebug.
New features in this release include:
- ColdFire now has a request queue. More on this later, but for now > > check this out.
- Variables can now be defined per Firefox tab.
There are some big changes under the hood in this release so if you run into any problems be sure to report them. Note that this release is an extension only update so if you are currently running 1.1.51.51 there is no need to update your coldfire.cfm.
Thanks and enjoy!

Have you though about adding an else which includes classic.cfm to the coldFire is enabled if block? I've done this so if I'm testing a site in IE the classic debug is available.
Cheers,
Simon