Firebug/WeeklyUpdates/2011-07-05: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Sebastianz (talk | contribs) m (Linked to issues and revision) |
|||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
* 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 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 14: | Line 14: | ||
** delay to 1.9? | ** delay to 1.9? | ||
* [http://code.google.com/p/fbug/issues/detail?id=4504 Issue 4504] | * [http://code.google.com/p/fbug/issues/detail?id=4504 Issue 4504] | ||
** | ** Honza will take a look at it | ||
* Extensions | * Extensions | ||
** Check | ** Check compatibility 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 | ** [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 | ||
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
- net panel remote prototype
- still need solution for tabWatcher.
Next week call quick by Honza...if he can make it.