Firebug 1.3 Release Notes
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) m (Changed "Not panel specific" to "General") |
Sebastianz (Talk | contribs) (Added links to release notes in the blog) |
||
| Line 31: | Line 31: | ||
* add onApplyDecorator(sourceBox), allows annotation of source | * 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) | * add module function isNeededGetReady() to signal a dependency and prepare for later use (debugger calls it to insure commandline is in for watches panel) | ||
| + | |||
| + | == Links to notes for each release == | ||
| + | |||
| + | === Bug fix releases === | ||
| + | [http://blog.getfirebug.com/2009/02/16/firebug-releases-firebug-133b3-the-lucky-threes-release/ 1.3.3b3] | ||
| + | [http://blog.getfirebug.com/2009/02/10/firebug-releases-133b1/ 1.3.3b1] | ||
| + | [http://blog.getfirebug.com/2009/02/06/firebug-releases-131-er-132/ 1.3.2] | ||
| + | [http://blog.getfirebug.com/2009/02/03/firebug-releases-131b4/ 1.3.1b4] | ||
| + | [http://blog.getfirebug.com/2009/01/28/firebug-releases-131b1-and-140a12/ 1.3.1b1] | ||
| + | |||
| + | === Major release === | ||
| + | [http://blog.getfirebug.com/2009/01/12/firebug-releases-firebug-130/ 1.3.0] | ||
| + | [http://blog.getfirebug.com/2008/12/05/firebug-releases-firebug-13b5-14a8-and-chromebug-04a8/ 1.3.0b5] | ||
| + | [http://blog.getfirebug.com/2008/11/26/releases-firebug-13b4-14a7/ 1.3.0b4] | ||
== See also == | == See also == | ||
* [[Firebug Release Notes|Overview of all releases]] | * [[Firebug Release Notes|Overview of all releases]] | ||
* [[Firebug 1.2 Release Notes]] | * [[Firebug 1.2 Release Notes]] | ||
Revision as of 13:30, 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)
Links to notes for each release
Bug fix releases
1.3.3b3 1.3.3b1 1.3.2 1.3.1b4 1.3.1b1