Firebug 1.3 Release Notes
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Changed formatting, added "See also" section and reordered sections) |
Sebastianz (Talk | contribs) m (Changed "Not panel specific" to "General") |
||
| Line 1: | Line 1: | ||
== Features and changes == | == Features and changes == | ||
| - | === | + | === General === |
* [[FBTrace]] service (for internal Firebug debugging). | * [[FBTrace]] service (for internal Firebug debugging). | ||
* TraceConsole (for internal Firebug debugging) | * TraceConsole (for internal Firebug debugging) | ||
Revision as of 13:09, 14 April 2011
Contents |
Features and changes
General
- FBTrace service (for internal Firebug debugging).
- TraceConsole (for internal Firebug debugging)
- Internationalize locales via Babelzilla; begin moving away from entities to properties.
Console
- reimplement console/command line to reduce chance of console undefined.
DOM
- DOM properties alphabetical
Script
- Script panel implemented with as viewport on source to improve performance on large JS files
- Find debuggers by scope chain analysis rather than jsContext
- scope chain shows in watches panel (from contribution by kpdecker)
Net
- Reimplement all response views with nsITraceableChannel
- Centralize handlers for http-on-modify-request in firebug-http-observer component
- Net panel timing improvements: more categories in timing.
Tracing
- Add TraceConsole to aid debugging Firebug.
- FBTrace panel removed from X versions (TraceConsole instead)
- new option DBG_SPY for spy.js
- firebug-service tracing to traceConsole
For extensions
- add onApplyDecorator(sourceBox), allows annotation of source
- add module function isNeededGetReady() to signal a dependency and prepare for later use (debugger calls it to insure commandline is in for watches panel)