Firebug 1.8 API Changes
From FirebugWiki
(Difference between revisions)
| Line 6: | Line 6: | ||
* firebug-trace-service is obsolete, use "firebug/lib/trace" | * firebug-trace-service is obsolete, use "firebug/lib/trace" | ||
* HTMLLib is not part of Firebug namespace, you need to include "firebug/lib/htmlLib.js | * HTMLLib is not part of Firebug namespace, you need to include "firebug/lib/htmlLib.js | ||
| - | * $STR, $STRP, $STRP, internationalize and internationalizeElements are part of "firebug/lib/locale" | + | * $STR, $STRP, $STRP, registerStringBundle, getStringBundle, getDefaultStringBundle, getPluralRule, internationalize and internationalizeElements are part of "firebug/lib/locale" |
* dispatch and dispatch2 are part of "firebug/lib/events" module | * dispatch and dispatch2 are part of "firebug/lib/events" module | ||
Revision as of 12:11, 9 May 2011
TODO: This is only a rough list of changes, more explanation needed.
- Firebug source files use Asynchronous Module Definition (AMD)
- firebug-http-observer (JS module) is obsolete. Use "firebug/http/requestObserver"
- FBL.CCIN, FBL.CCSV and FBL.QI are obsolete, use "firebug/lib/xpcom"
- firebug-trace-service is obsolete, use "firebug/lib/trace"
- HTMLLib is not part of Firebug namespace, you need to include "firebug/lib/htmlLib.js
- $STR, $STRP, $STRP, registerStringBundle, getStringBundle, getDefaultStringBundle, getPluralRule, internationalize and internationalizeElements are part of "firebug/lib/locale"
- dispatch and dispatch2 are part of "firebug/lib/events" module