Firebug/WeeklyUpdates/2008-08-12: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''Firebug 1.2:''' (jjb)
'''Firebug 1.2:''' (jjb)
* Double-loading: [https://bugzilla.mozilla.org/show_bug.cgi?id=430155 new nsHttpChannel interface] - tackle for 1.2 or 1.2.1? (Will this be landing in Firefox 3.1 or Firefox 3.0.x?)
* Double-loading: [https://bugzilla.mozilla.org/show_bug.cgi?id=430155 new nsHttpChannel interface] - tackle for 1.2 or 1.2.1? (Will this be landing in Firefox 3.1 or Firefox 3.0.x?)
* Global Enable/Disable (just landed - needs testing)
** I am trying to assess the potential for avoiding the double load at the cost of missing function, as a workaround until 430155 lands.
* Global Suspend/Resume (just landed - needs testing)
** The idea is to give a quick way to turn off the costs of running Firebug so you can read you mail or whatever, then return to debugging.
**Right click on  status bar icon, "Suspend".
**Activate firebug or load an enabled page to resume.


'''Test Extension:''' (jresig)
'''Test Extension:''' (jresig)

Latest revision as of 03:44, 13 August 2008

Firebug 1.2: (jjb)

  • Double-loading: new nsHttpChannel interface - tackle for 1.2 or 1.2.1? (Will this be landing in Firefox 3.1 or Firefox 3.0.x?)
    • I am trying to assess the potential for avoiding the double load at the cost of missing function, as a workaround until 430155 lands.
  • Global Suspend/Resume (just landed - needs testing)
    • The idea is to give a quick way to turn off the costs of running Firebug so you can read you mail or whatever, then return to debugging.
    • Right click on status bar icon, "Suspend".
    • Activate firebug or load an enabled page to resume.

Test Extension: (jresig)

  • Work in progress
  • Basic test running achieved
  • Source Code

Site Redesign: (jresig)

  • Follow up with designers

Bug Fixes: (jan)

Build Process: (robcee)