Releases: firebug/firebug.next
Firebug 3 beta 3
Firebug 3 (aka Firebug.next) requires Firefox 44.
- Update firebug.sdk
- Make the *.xpi size smaller by removing unnecessary (npm) modules.
The extension isn't signed, so you need to set xpinstall.signatures.required
pref to false.
Next version will be distributed through AMO. All users attached to the AMO beta channel and running Firefox 44+ will be automatically updated to Firebug 3.
Firebug 3 beta 2
Firebug 3 (aka Firebug.next) requires Firefox 44.
- Plenty of theme fixes
- Fixing Media Rules side panel
- Memory and Performance panels are supporting Firebug theme too
- Using Firebug SDK extensively (avoid code duplication)
- Firebug theme is auto-activated only after Firebug 3 installation
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page
Next version will be distributed through AMO. All users attached to the AMO beta channel and running Firefox 44+ will be automatically updated to Firebug 3.
Firebug 3 beta 1
Firebug 3 (aka Firebug.next) requires Firefox 44.
- Search in the DOM panel fixed + auto-scroll when searching fixed.
- Read only properties in the DOM panel have an icon.
- Non-enumerable properties in the DOM panel are grayed out and displayed at the end of the list
- Debugger panel tab highlighted if the debugger is paused and the panel not selected.
- Fixed layout in the Network panel
- Various theme fixes
The extension isn't signed, so you might need to set xpinstall.signatures.required
pref to false. You might also want to checkout a simple online test page