Advertisement
Guest User

Untitled

a guest
Jun 20th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. What is Firebug?
  2. Introduction and Features
  3. Documentation
  4. FAQ and Wiki
  5. Community
  6. Discussion forums and lists
  7. Get Involved
  8. Hack the code, create extensions
  9. Firebug
  10. Web Development Evolved.
  11. Install Firebug
  12. for Firefox, 100% free and open source
  13. Source Firebug Lite Extensions
  14. The most popular and powerful web development tool
  15. Inspect HTML and modify style and layout in real-time
  16. Use the most advanced JavaScript debugger available for any browser
  17. Accurately analyze network usage and performance
  18. Extend Firebug and add features to make Firebug even more powerful
  19. Get the information you need to get it done with Firebug.
  20. More Features »
  21. Introduction to Firebug
  22. Firebug pyroentomologist Rob Campbell gives a quick introduction to Firebug.
  23. Watch now »
  24.  
  25. More Screencasts »
  26. Inspect
  27. Pinpoint an element in a webpage with ease and precision.
  28. Log
  29. Send messages to the console direct from your webpage through Javascript.
  30. Profile
  31. Measure your Javascript performance in the Console's Profiler.
  32. Debug
  33. Step-by-step interactive debugging in a visual environment.
  34. Analyze
  35. Look at detailed measurements of your site's network activity.
  36. Layout
  37. Tweak and position HTML elements with CSS and the Layout panels.
  38. Recent news
  39. Firebug 1.12 alpha 8
  40. 14 June 2013 | 3:09 pm by Honza
  41. getfirebug.com has Firebug 1.12 alpha 8
  42.  
  43. Firebug 1.12a8 fixes 11 issues
  44. Firebug 1.12a8 is compatible with Firefox 21-24
  45.  
  46.  
  47.  
  48. Some highlights from this release
  49. Multiple filters selectable in the Net panel (issue 4156)
  50. Multiple filters can be set at the same time by holding down Ctrl while clicking the filter buttons.
  51.  
  52.  
  53.  
  54.  
  55.  
  56. Multiple filters selectable in the Console panel (issue 4621)
  57. Just like in the Net panel, the Console panel also supports multiple filters being selected at the same time.
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Store the result of the last command line evaluation in $_ (issue 6519)
  64. There is a new variable available in the Command Line: $_
  65.  
  66. This variable stores the result of the previous expression evaluation (compatible with Chrome dev tools).
  67.  
  68.  
  69.  
  70. Please post feedback in the newsgroup, thanks
  71.  
  72. Jan ‘Honza’ Odvarko
  73.  
  74.  
  75.  
  76. Comment on this entry »
  77. Firebug 1.12 alpha 7
  78. 31 May 2013 | 3:23 pm by Honza
  79. getfirebug.com has Firebug 1.12 alpha 7
  80.  
  81. Firebug 1.12a7 fixes 8 issues
  82. Firebug 1.12a7 is compatible with Firefox 21-24
  83.  
  84.  
  85.  
  86. Some highlights from this release
  87. Group Console Messages (issue 4979)
  88. Console messages are grouped now in case the messages appear multiple times consecutively. This feature can dramatically decrease number of logs and make the entire logging easier!
  89.  
  90.  
  91. The number on the right side tells how many logs is grouped in the log.
  92.  
  93.  
  94.  
  95. Create selector groups for Elements side panel (issue 5955)
  96. Multiple selector trials are now shown as foldable groups of elements. These groups persist on page reloads and are dynamically updated when the page changes.
  97.  
  98.  
  99.  
  100.  
  101.  
  102. Issue 6447: Improve display of timings in net request infotip (issue 6447)
  103. The tooltip for individual HTTP requests displayed in the Net panel has been improved. It displays all phases of the current request as a little waterfall graph. And so, it’s now a lot easier to understand the timing.
  104.  
  105.  
  106.  
  107.  
  108.  
  109. Please post feedback in the newsgroup, thanks
  110.  
  111. Jan ‘Honza’ Odvarko
  112.  
  113.  
  114.  
  115. Comment on this entry »
  116. Firebug 1.11.4
  117. 25 May 2013 | 3:24 am by Honza
  118. Firebug 1.11.4 has been released (archive).
  119.  
  120. Firebug 1.11.4 fixes 4 issues
  121. Firebug 1.11.4 is compatible with Firefox 17-22
  122.  
  123.  
  124. All users subscribed to AMO beta channel should be already updated to version 1.11.4 beta 1 which is exactly the same as 1.11.4.
  125.  
  126.  
  127.  
  128. This version is a follow-up for 1.11.3 and fixes some reported problems. Specifically XHR Spy works again for Firefox 17 and CSS pseudo-element rules are now properly displayed in the Style panel.
  129.  
  130.  
  131.  
  132. Please post feedback in the newsgroup, thanks!
  133.  
  134. Jan ‘Honza’ Odvarko
  135.  
  136.  
  137.  
  138. Comment on this entry »
  139. Read more blog posts on the Firebug weblog »
  140. Links and Elsewhere
  141.  
  142. Firebug around the web
  143.  
  144. Firebug
  145. Home
  146. Downloads
  147. Resources
  148. What is Firebug
  149. Community
  150. Get Involved
  151. Blog
  152.  
  153. Copyright © 2005-2010 Mozilla. All rights reserved.
  154. Privacy PolicyLegal Notices
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement