Firebug/WeeklyUpdates/2011-07-05: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Johnjbarton (talk | contribs) |
Johnjbarton (talk | contribs) No edit summary |
||
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 == | ||
Line 16: | Line 16: | ||
** ? | ** ? | ||
* Extensions | * Extensions | ||
** Check compat | ** Check compat before 1.8.0 | ||
** Support for using extension module loading | ** 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 | * 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] |
Revision as of 17:52, 5 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 http://code.google.com/p/fbug/issues/detail?id=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 4505
- ?
- Extensions
- Check compat 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