Jump to content

Firebug (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Nomaxxx (talk | contribs) at 16:02, 29 November 2011 (Added SeaMonkey brower. Firebug supports both Firefox and SeaMonkey. FireLite supports all browsers.). 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.3 / September 16, 2011; 13 years ago (2011-09-16)[1]
Repository
Operating systemCross-platform
TypeMozilla extension
LicenseNew BSD License
Websitegetfirebug.com

Firebug is a web development tool that facilitates the debugging, editing, and monitoring of any website's CSS, HTML, DOM, XHR, and JavaScript; it also provides other web development tools[2]. Firebug's JavaScript panel can log errors, profile function calls, and enable the developer to run arbitrary JavaScript. Its net panel can monitor URLs that the browser requests, such as external CSS, JavaScript, and image files. The net panel can display both request headers and response headers for each page asset; it can also estimate the time each asset took to load.

Firebug is free and open source; it is 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. It has two major implementations: an extension (add-on) for Mozilla Firefox/SeaMonkey and a bookmarklet implementation called Firebug Lite. A cross-browser version is in development. Currently, the Firebug add-on has over 3 million active daily users[5].

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

See also

References

  1. ^ "Getfirebug Blog»Blog Archive» Firebug 1.8.3".
  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 Homepage
  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.

Further reading