Firebug/WeeklyUpdates/2011-07-05: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "johnjbarton, Jan Honza Odvarko, Grant Gayed, Mike Rennie == Firebug 1.8 == * Memory leak better 1.8b5? ** according to newsgroup report ** r11184 removes old code, avoids a prog...")
 
m (Linked to issues and revision)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
johnjbarton, Jan Honza Odvarko, Grant Gayed, Mike Rennie
johnjbarton, Jan Honza Odvarko, Grant Gayed, Mike Rennie, Mike Collins


== Firebug 1.8 ==
== Firebug 1.8 ==
* Memory leak better 1.8b5?
* Memory leak better 1.8b5?
** according to newsgroup report
** according to newsgroup report
** r11184 removes old code, avoids a progressListener
** [http://code.google.com/p/fbug/source/detail?r=11184 r11184] removes old code, avoids a progressListener
** No improvement for http://code.google.com/p/fbug/issues/detail?id=4585
** No improvement for [http://code.google.com/p/fbug/issues/detail?id=4585 issue 4585]
* Missing document request problem
* Missing document request problem
** disabled net panel breaks source for script panel && disabled browser cache
** disabled net panel breaks source for script panel & disabled browser cache
** net panel solution -> tabWatcher
** net panel solution -> tabWatcher
** createContext in tabWatcher at document request time (network event)
** createContext in tabWatcher at document request time (network event)
Line 13: Line 13:
* Background open tab (middle tab)
* Background open tab (middle tab)
** delay to 1.9?
** delay to 1.9?
* [http://code.google.com/p/fbug/issues/detail?id=4505 Issue 4505]
* [http://code.google.com/p/fbug/issues/detail?id=4504 Issue 4504]
** ?  
** Honza will take a look at it
* Extensions
** Check compatibility before 1.8.0
** Support for using extension module loading
** [http://code.google.com/p/fbug/issues/detail?id=4506 Issue 4506]: Allow Firebug extensions to modify requirejs config before modules are loaded
* RSN: 1.8.0 then branch for 1.9
* RSN: 1.8.0 then branch for 1.9


==
== Crossfire ==
* Example of extn that works w/1.8
* Basic demo working firefox - firefox
** scripts loading into remote XUL window
** need to support arch/path changes see issue 4506
** 0.4 branch
** need eg firefox - IE cross browser
** context and source files
** need breakpoints & watches, stacks
* small protocol changes summary on issues (0.3)
** json array for source to issue:  mgcollins
 
== jsd2 ==
* [http://getfirebug.com/wiki/index.php/Net_Panel_Remoting net panel remote prototype]
* still need solution for tabWatcher.
 
Next week call quick by Honza...if he can make it.

Latest revision as of 13:37, 7 July 2011

johnjbarton, Jan Honza Odvarko, Grant Gayed, Mike Rennie, Mike Collins

Firebug 1.8

  • Memory leak better 1.8b5?
    • according to newsgroup report
    • r11184 removes old code, avoids a progressListener
    • No improvement for issue 4585
  • Missing document request problem
    • disabled net panel breaks source for script panel & disabled browser cache
    • net panel solution -> tabWatcher
    • createContext in tabWatcher at document request time (network event)
    • move temp context to tabWatcher
  • Background open tab (middle tab)
    • delay to 1.9?
  • Issue 4504
    • Honza will take a look at it
  • Extensions
    • Check compatibility before 1.8.0
    • Support for using extension module loading
    • Issue 4506: Allow Firebug extensions to modify requirejs config before modules are loaded
  • RSN: 1.8.0 then branch for 1.9

Crossfire

  • Example of extn that works w/1.8
  • Basic demo working firefox - firefox
    • scripts loading into remote XUL window
    • need to support arch/path changes see issue 4506
    • 0.4 branch
    • need eg firefox - IE cross browser
    • context and source files
    • need breakpoints & watches, stacks
  • small protocol changes summary on issues (0.3)
    • json array for source to issue: mgcollins

jsd2

Next week call quick by Honza...if he can make it.