660
edits
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() | ||
edits