Extension Migration
From FirebugWiki
Contents |
[edit] UI
- The status bar icon is definitely gone. The Cusotomize Toolbar dialog needs to be used to put the Start Button into the addon bar.
[edit] Module Location Changes
- "firebug/editor/external" folder renamed to "firebug/firefox/external-editors"
- Changed locations:
- firebug/css/cssElementPanel -> firebug/css/stylePanel
- firebug/css/cssComputedElementPanel -> firebug/css/computedPanel
- firebug/firefox/annotations -> firebug/chrome/annotations
- firebug/firefox/menu -> firebug/chrome/menu
- firebug/firefox/privacy -> firebug/chrome/privacy
- firebug/firefox/system -> firebug/lib/system
- firebug/firefox/tabWatcher -> firebug/chrome/tabWatcher
- firebug/firefox/xpcom -> firebug/lib/xpcom
- firebug/firefox/window -> firebug/chrome/window
- firebug/firefox/firefox -> firebug/chrome/firefox
- firebug/net/httpLib -> firebug/lib/http
- Discussion about how to preserve compatibility: