Firebug/WeeklyUpdates/2010-04-20: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Johnjbarton (talk | contribs) |
Johnjbarton (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
* TODO [http://code.google.com/p/fbug/issues/detail?id=149 149] | * TODO [http://code.google.com/p/fbug/issues/detail?id=149 149] | ||
* need 1.6a10 | * DONE: need [http://blog.getfirebug.com/2010/04/23/firebug-1-6a10/ 1.6a10] | ||
== Velocity == | == Velocity == | ||
*[http://en.oreilly.com/velocity2010 June 22-24, Santa Clara] | *[http://en.oreilly.com/velocity2010 June 22-24, Santa Clara] | ||
*jjb volunteers, in contact with organizers. | *[http://blog.getfirebug.com/2010/05/03/firebug-at-velocity-2010-san-clara-ca-june-23/ jjb volunteers, in contact with organizers.] | ||
== 1.5.4 == | == 1.5.4 == | ||
| Line 14: | Line 14: | ||
** Script truncation [http://code.google.com/p/fbug/issues/detail?id=2788 issue 2788] | ** Script truncation [http://code.google.com/p/fbug/issues/detail?id=2788 issue 2788] | ||
** Another truncation bug from Mark Rawling r6493 | ** Another truncation bug from Mark Rawling r6493 | ||
* TODO: put up on AMO | |||
== Console == | == Console == | ||
| Line 31: | Line 32: | ||
* per-object API | * per-object API | ||
** harder than we thought: must pass objects into profiler to get ids, then get refs in id form | ** harder than we thought: must pass objects into profiler to get ids, then get refs in id form | ||
** See also [http://mxr.mozilla.org/mozilla1.9.2/source/js/jsd/jsd_obj.c#315 jsd_GetJSDObjectForJSObject] | |||
** memory profiler IDs seem to be pointers to JSObject | |||
** cannot get objects in closure | ** cannot get objects in closure | ||
** Better C++ API? | ** Better C++ API? | ||
| Line 40: | Line 43: | ||
== Crossfire == | == Crossfire == | ||
* Accelerated 1.7 work to get Firebug for Fennec | * Accelerated 1.7 work to get Firebug for Fennec | ||
** firebug.js namespace issue because FBL.initialize() needs to be called before Firebug.initialize() | ** firebug.js namespace issue because FBL.initialize() needs to be called before Firebug.initialize() | ||
Revision as of 15:56, 4 May 2010
Issues for 1.6
- TODO Focus bugs 1) change panel 2) double click.
- TODO 149
- DONE: need 1.6a10
Velocity
1.5.4
- built and on getfirebug.com
- Option menu disappear issue 2942
- Script truncation issue 2788
- Another truncation bug from Mark Rawling r6493
- TODO: put up on AMO
Console
- TODO: remove attributes from the BODY tags
Break On Errors balloon update
- button labels?
CSS injection for inspector
- TODO ask radcliffe about canvas
- TODO user style sheets for CSS injection?
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
- cannot get objects in closure
- Better C++ API?
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
Crossfire
- Accelerated 1.7 work to get Firebug for Fennec
- firebug.js namespace issue because FBL.initialize() needs to be called before Firebug.initialize()
Breakpoints
- save error etc. breakpoints?
- duplicate saved breakpoints