Release Notes
The latest release is available on the front page.
Firebug 1.0.1
- Support escaping the % sign in console.log() calls using %%
- Support "Find Next" in the CSS tab
- Fixed problem causing inconsistent breakpoint triggering
- Deleting a disabled CSS property will work properly
- Fixed bug that prevented editing of DOM properties with numeric values
- Inserted warning about incompatibility with Sothink SWF Catcher extension
- Fixed incompatibility with HTML Validator extension
Firebug 1.0 Betas
-
Beta 10
This release has the following changes:
- Copying an error now includes the file and line number
- Added "copy" command line function, to copy to clipboard.
-
Beta 9
This release has the following changes:
- Added the option to show computed style instead of the cascaded style (see the Options menu in the Style tab)
- Using the back button while Firebug is enabled is super-fast again, because Firebug no longer disables the "bfcache" (thanks to Sylvain Pasch for the patch)
- Fixed bug that prevented showing the proper object in DOM tab when clicking object links in the Console
- Fixed bug that caused same-text searches to fail when switching between scripts
- Fixed bug that prevented the HTML editor from being the correct width when there is horizontal scrolling
- Fixed bug that avoids chaos on startup when default panel name is unknown
- Switched the keyboard shortcut for resuming execution from F5 to F8
- Properly hide some JavaScript warnings that slipped through the filter
-
Beta 8
This release has the following changes:
- Restored rulers and guides, which I broke in beta 7
- Display CSS rules contained within a @media block
- Removed locales - going with just English due to popular demand
-
Beta 7
This release has the following changes:
- Support for inspecting inside of framesets (and no more flickering)
- In the Net tab, expanded info his properly hidden when switching the view filter
- Support for showing tooltips in views with horizontal scrolling
- Added new column to profiler reports showing the percentage of overall time per function
- May have fixed crash on exit that some have reported (but I can't reproduce)
- Added localizations for es-ES (Spanish) and nl-NL (Dutch)
-
Beta 6
This release has the following changes:
- Dramatically accelerated the time it takes to set and remove breakpoints
- Fixed bug that prevented clicking the disabled status bar icon from opening Firebug
- Improved accuracy of calculating the position of element outlines
- Prevent extremely long post data (likely uploaded files) from being displayed, and freezing up Firefox in the process
- Disabled the Inspect Element context menu when Firebug is disabled
- Fixed crasher when shutting down Firefox after setting breakpoints
- Fixed bug that caused HTML mutation not to appear for frames
- Includes localization for zh-TW (Taiwanese)
-
Beta 5
This release has the following changes:
- Fixed bug that caused some script files to displaying as blank
- Fixed bug that caused XMLHttpRequests made in framesets and popups to fail
- Support wrapping for long lines in the console
- The HTML/CSS Edit button no longer gets stuck if you close tab while editing
- Control+Clicking on the status bar will open Firebug in a new window
- Added option to always open Firebug in a new window
- Added option to copy request headers
- Added option to copy post arguments as a GETtable URL
- Updated version numbers to support Flock
- Added support for Firefox extension updates so you will get all future beta updates automatically (or by using "Find Updates" in Add-ons window)
-
Beta 4
This release has the following changes:
- CSS import rules are displayed with link to the imported style sheet
- Edit button added to the HTML toolbar to be consisted with the CSS tab
- The HTML editor has a streamlined UI
- HTML body elements can now be edited, but using innerHTML instead of outerHTML (which won't work)
- Using the arrow keys while inspecting will draw the outline around the current element
- After editing HTML, whitespace text nodes will not be wrongly inserted in the view
- Ubuntu Linux now displays the correct theme graphics
- On Mac OS X, the button to toggle the large command line is no longer obscured in the external Firebug window
- Added a link to the FAQ for the very common problem people are having with the Style tab not working
-
Beta 3
This release has the following changes:
- Implemented direct CSS stylesheet editing (see new Edit button in main CSS tab)
- Fixed bug that broke arrow key navigation in the HTML editor
-
Beta 2
This release has the following changes:
- Fixed a bug that broke XMLHttpRequests made from inside frames (Google Reader works now)
- Added traditional keyboard navigation to the HTML tab
- Added a context menu item to the Net tab for stopping the loading of a request
- Made a few other tiny changes that should improve stability
-
Beta 1
This is the first public beta release.
Firebug Lite 1.0
The cross-browser JavaScript library that adds the Firebug console to any web page. The latest release is available on the Firebug Lite page.
-
Beta 1
This is the first public beta release.