Firebug/WeeklyUpdates/2010-06-08: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Johnjbarton (talk | contribs) (Created page with '== Daily testing for Firebug + Firefox == *[https://bugzilla.mozilla.org/show_bug.cgi?id=559466 Bug 559466 Integrate firebug test suite with automated tests] *Triage Process ** …') |
Johnjbarton (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Issues for 1.6 == | == Issues for 1.6 == | ||
* Concentrate on swarm | |||
** [http://getfirebug.com/wiki/index.php/Swarms Swarms] | |||
* DONE console.table() Honza | * DONE console.table() Honza | ||
** blog post is up | ** blog post is up | ||
Line 13: | Line 9: | ||
**TODO: remove attributes from the BODY tags | **TODO: remove attributes from the BODY tags | ||
* hit count http://code.google.com/p/fbug/issues/detail?id=2817 | * hit count http://code.google.com/p/fbug/issues/detail?id=2817 | ||
** wait for 1.7 | |||
* disable BON for script panel | * disable BON for script panel | ||
** wait for 1.7 | |||
* panel activation | * panel activation | ||
** refactoring, still some problem | ** DONE refactoring, still some problem | ||
** changes need to FirePHP, FireQuery, | ** changes need to FirePHP, FireQuery, | ||
* Show Cache in Net panel | |||
* Update page? | |||
** wait | |||
* 1.6a12 | |||
** now | |||
== Daily testing for Firebug + Firefox == | |||
*[https://bugzilla.mozilla.org/show_bug.cgi?id=559466 Bug 559466 Integrate firebug test suite with automated tests] | |||
*Triage Process | |||
** Contact page, platform triage person? | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=532445 Bug 532445 run unit tests (daily?) with Firebug installed in testing profiles] | |||
== Architecture Review underway == | == Architecture Review underway == | ||
* DONE Changes for panel activation | |||
*[http://getfirebug.com/wiki/index.php/Firebug_1.6_Architecture_Review 1.6 Architecture] | *[http://getfirebug.com/wiki/index.php/Firebug_1.6_Architecture_Review 1.6 Architecture] | ||
Line 33: | Line 42: | ||
== Refactoring == | == Refactoring == | ||
* ActivableModulePanel mess fix up | * DONE ActivableModulePanel mess fix up | ||
* Reattach/deattach | * Reattach/deattach | ||
* Unload | |||
** components -> modules | |||
** overlays unload | |||
** destroy objects | |||
== 1.6 on FF 3.7 == | == 1.6 on FF 3.7 == |
Latest revision as of 17:33, 8 June 2010
Issues for 1.6
- Concentrate on swarm
- DONE console.table() Honza
- blog post is up
- TODO: Doc updates
- TODO 149
- Console
- TODO: remove attributes from the BODY tags
- hit count http://code.google.com/p/fbug/issues/detail?id=2817
- wait for 1.7
- disable BON for script panel
- wait for 1.7
- panel activation
- DONE refactoring, still some problem
- changes need to FirePHP, FireQuery,
- Show Cache in Net panel
- Update page?
- wait
- 1.6a12
- now
Daily testing for Firebug + Firefox
- Bug 559466 Integrate firebug test suite with automated tests
- Triage Process
- Contact page, platform triage person?
- Bug 532445 run unit tests (daily?) with Firebug installed in testing profiles
Architecture Review underway
- DONE Changes for panel activation
- 1.6 Architecture
Crossfire
- Avoiding context transfer?
- Leave all model info on server side
- Client side has "presentation model" (cache of info needed for panels)
- Accelerated 1.7 work to get Firebug for Fennec
- Honza and Mike: Firebug to Firebug via CrossFire
- TODO: Reverse relationship between TabWatcher and Firebug
- TODO: Command line flags to init firebug from crossfile (module vs panels)
- Test case for re-attach
Refactoring
- DONE ActivableModulePanel mess fix up
- Reattach/deattach
- Unload
- components -> modules
- overlays unload
- destroy objects
1.6 on FF 3.7
- wrapper problem already being worked on
- command line debug problem.
JSD v2
- Seems to be getting a plan.
Wiki Reorganization
- sidebar to panels list
- move more from getfirebug.com, easier to update on wiki
These items were not discussed in the call and remain for next time.
Chromebug
- Go to 1.6b1 with Firebug 1.6b1
- Recommend to Firefox team: version 1.6a10 for now + Firebug 1.6a10
Memory
- TODO Try to make referents value be object paths
- Testcase
- updated doc with new screenshots for a quick look
- per-object API
- harder than we thought: must pass objects into profiler to get ids, then get refs in id form
- See also jsd_GetJSDObjectForJSObject
- memory profiler IDs seem to be pointers to JSObject
- TODO : cannot get objects in closure
- Performance could still be a problem
- TODO: what sizes make sense for objects
- Reorg platform sub-directory binary dll
- another memory tool proposed
- parent pointer
Velocity
The Firebug Velocity demo will feature new features in the Net panel, new comprehensive breakpoint support, and a sneek peek at our next version. In Firebug 1.5 we reimplemented the Net panel to dramatically improve the timing accuracy and to support exporting the traffic analysis info. The export format was designed to be compatible with HTTPWatch. We added breakpoint support from every panel: I'll demo using Javascript breakpoints from XHR events and Cookies. Firebug 1.6 integrates Firebug extensions to give you a jolt of new features all pretested with Firebug.
CSS injection for inspector
- TODO ask radcliffe about canvas
- TODO user style sheets for CSS injection?
Swarm
- Add swarm extension <your SVN>/extensions/swarm/branches/swarm1.5
- Load file://<your SVN>/extensions/swarm/branches/swarm1.5/swarms/basic.html into FBTest to see current status
- working on signature code