Crossfire
From FirebugWiki
(Difference between revisions)
m (→Tools API) |
m (→Version 0.4) |
||
| Line 49: | Line 49: | ||
* [[Crossfire 0.3 Beta Buglist]] | * [[Crossfire 0.3 Beta Buglist]] | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
Revision as of 02:53, 15 May 2012
Contents |
Crossfire
The Crossfire wiki has been migrated to Github. All of the content from this wiki has been moved to the new wiki on Github.
Crossfire is a Firebug extension which implements a JSON protocol to allow remote clients (like an IDE or code editor) to connect to Firebug.
Getting Started
Getting started with Crossfire contains some helpful information for getting started. This is mostly intended for developers interested in building tools that connect to Crossfire, and assumes some familiarity with Firebug and Firefox extensions.
Connecting Firebug in Firefox to another Firebug in Firefox is a tutorial that explains how to connect the Crossfire client and Crossfire server by running to separate Firefox processes.
Running Crossfire Tests explains how to execute the various test suites for Crossfire.
Crossfire Wire Protocol
How to be a successful Crossfire Packet
Protocol Reference
Migration Guides
- Migrating from 0.3a7 to 0.3a8
- Migrating from 0.3a6 to 0.3a7
- Migrating from 0.3a5 to 0.3a6
- Migrating from 0.3a4 to 0.3a5
Road Map
Version 0.1
- API Documentation http://getfirebug.com/developer/api/crossfire0.1/index.html
Version 0.2
- Crossfire 0.2 Planning
- 0.2 API documentation http://getfirebug.com/developer/api/crossfire0.2/index.html
