Jump to content

Firebug (software)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Joejava (talk | contribs) at 13:40, 18 August 2011 (new version released). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Firebug
Original author(s)Joe Hewitt
Developer(s)Firebug Working Group
Stable release
1.8.0 / August 10, 2011; 13 years ago (2011-08-10)[1]
Repository
Operating systemCross-platform
Size1.2MB
TypeMozilla extension
LicenseNew BSD License
Websitehttp://getfirebug.com/

Firebug is a web development tool that allows the debugging, editing, and monitoring of any website's CSS, HTML, DOM, and JavaScript, and provides other Web development tools.[2] It also has a JavaScript console for logging errors and watching values, as well as a "Net" feature which monitors the amount of time in milliseconds it takes to execute scripts and load images on the page.

Firebug is free and open source, licensed under the BSD license[3]. Firebug was initially written in January 2006[4] by Joe Hewitt, one of the original Firefox creators. The Firebug Working Group oversees the open source development and extension of Firebug. Firebug has two major implementations, an extension (add-on) for Mozilla Firefox and an in-page implementation called Firebug Lite. A cross-browser version is in development for 2011. Approximately 3 million users have the Firebug add-on installed as of Nov. 2010 [5].

In addition to debugging web sites, Firebug is a useful tool for web security testing[2] and for web site performance analysis.[6]

See also

References

  1. ^ "Getfirebug Blog » Blog Archive » Firebug 1.8.1".
  2. ^ a b Hope, Paco; Walther, Ben (2008), Web Security Testing Cookbook, Sebastopol, CA: O'Reilly Media, Inc., ISBN 978-0-596-51483-9
  3. ^ Firebug home page
  4. ^ O'Reilly Performance Tools: Appendix - Even Faster Websites
  5. ^ Firebug Statistics: Average Daily Active Users
  6. ^ "High Performance Web Sites", Steve Souders, CACM, Dec, 2008.