I have renamed Zend_Wildfire_FirebugLogWriter to Zend_Log_Writer_Firebug
and updated the tests, demo and documentation in the standard incubator.
Everything is ready now for merging into the trunk.
I have also created a new Zend_Db_Profiler_Firebug component.
You can instantiate it with:
$profiler = new Zend_Db_Profiler_Firebug('All DB Queries');
This does not need to go into the trunk for 1.6 but if there is interest
I can complete tests and documentation for it and we can include it as well.
Christoph