Crossfire 0.3 Goals
From FirebugWiki
Contents |
[edit] Firebug 1.7
The plan for Firebug 1.7 is to have a short release cycle to support Firefox 4. Crossfire 0.3 should work and be tested with the Firebug 1.7/Firefox 4.0 combo.
[edit] Extensible Protocol
The Crossfire protocol should support extensions to the protocol so that extensions to Firebug can also use Crossfire's communication layer.
The Crossfire Extension will need to provide API's for registering protocol extensions, sending data and listening for events.
3370 - Crossfire protocol change, use headers to define modules for routing of content
[edit] Websockets
Be able to support sending/receiving crossfire packets via the Websockets protocol.
3546 - Crossfire should support WebSockets
[edit] Multiple Clients / Multiple Hosts
3362 - Firefox/Crossfire and multiple clients
3606 - Crossfire: connection between two crossfires on differents PCs doesn't work
[edit] Expand the Protocol
We should look at ways to expand the protocol and make it more robust.
3537 - Provide access to proto, prototype and constructor information
3538 - Function variables should be references
3477 - JSON attributes should be consistent
3476 - Send lines of text instead of joined string for script source
[edit] DOM Events
3353 - Crossfire DOM mutation events
[edit] Other Outstanding Issues
Other issues that we want to be fixed in Crossfire 0.3 branch:
3542 - Crossfire should implement changebreakpoint command