Chromebug
From FirebugWiki
(Added a note to point out that you should have chrome bug and firebug versions that are identical.) |
(Add a bit of info about the chrome list.) |
||
| Line 22: | Line 22: | ||
Most of the time you can just use the context menu to set the tabs to the content you want to explore. | Most of the time you can just use the context menu to set the tabs to the content you want to explore. | ||
| + | |||
| + | == Tools == | ||
| + | |||
| + | === Gijs Kruitbosch's Chrome list === | ||
| + | |||
| + | This tool seems to be documented separately at this web site: http://www.gijsk.com/mozilla/chromelist/ | ||
Or you can use the inspect feature to select the context. | Or you can use the inspect feature to select the context. | ||
Revision as of 22:16, 22 December 2009
Chromebug is the Firebug source adapted to work on the entire 'chrome' level of XUL. It looks like Firebug in a detached window with some extra stuff to deal with multiple windows. Chromebug is 100% XUL/HTML/CSS/Javascript and works only on XUL based applications.
Contents |
Installation
Note that at least during this development period it is important that your version of Firebug be synchronized with your Chromebug version.
Running Chromebug
To start Chromebug then firefox use:
firefox.exe -chromebug
To start Chromebug then thunderbird use:
thunderbird.exe -chromebug
etc.
Basics
The Console, HTML, CSS, Script, DOM tab row shows the data for the nsIDOMWindow selected by the "context" menu. So for example if you set the context to browser.xul, the HTML you see will be the HTML for firefox's window.
Most of the time you can just use the context menu to set the tabs to the content you want to explore.
Tools
Gijs Kruitbosch's Chrome list
This tool seems to be documented separately at this web site: http://www.gijsk.com/mozilla/chromelist/
Or you can use the inspect feature to select the context.