Firebug (software)
This article has an unclear citation style. The reason given is: Violates Wikipedia:External links: "Wikipedia articles may include links to web pages outside Wikipedia (external links), but they should not normally be used in the body of an article." (August 2011) |
Original author(s) | Joe Hewitt |
---|---|
Developer(s) | Firebug Working Group |
Stable release | 1.8.3
/ September 16, 2011[1] |
Repository | |
Operating system | Cross-platform |
Type | Mozilla extension |
License | New BSD License |
Website | getfirebug |
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
- ^ "Getfirebug Blog»Blog Archive» Firebug 1.8.3".
- ^ a b Hope, Paco; Walther, Ben (2008), Web Security Testing Cookbook, Sebastopol, CA: O'Reilly Media, Inc., ISBN 978-0-596-51483-9
- ^ Firebug Homepage
- ^ O'Reilly Performance Tools: Appendix - Even Faster Websites
- ^ Firebug Statistics: Average Daily Active Users
- ^ "High Performance Web Sites", Steve Souders, CACM, Dec, 2008.
Further reading
- Luthra, Chandan (April 7, 2010). Firebug 1.5: Editing, Debugging, and Monitoring Web Pages (1st ed.). Packt Publishing. p. 224. ISBN 1847194966.
{{cite book}}
: More than one of|first1=
and|first=
specified (help); More than one of|last1=
and|last=
specified (help)