Firebug/WeeklyUpdates/2010-04-20: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Johnjbarton (talk | contribs) No edit summary |
Johnjbarton (talk | contribs) (Undo revision 220382 by Johnjbarton (Talk)) |
||
| 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 | ||
== 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. | ||
== 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 | ||
== Console == | == Console == | ||
| Line 32: | Line 31: | ||
* 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 | ||
** cannot get objects in closure | ** cannot get objects in closure | ||
** Better C++ API? | ** Better C++ API? | ||
| Line 43: | Line 40: | ||
== Crossfire == | == Crossfire == | ||
*Commit [http://code.google.com/p/fbug/issues/detail?id=2998 Issue 2998: Dispatch onToggleBreakpoint event from onModifyBreakpoint in HTML panel] | |||
* 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() | ||
Latest revision as of 17:02, 4 May 2010
Issues for 1.6
- TODO Focus bugs 1) change panel 2) double click.
- TODO 149
- need 1.6a10
Velocity
- June 22-24, Santa Clara
- jjb volunteers, in contact with organizers.
1.5.4
- built and on getfirebug.com
- Option menu disappear issue 2942
- Script truncation issue 2788
- Another truncation bug from Mark Rawling r6493
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
- 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
- Commit Issue 2998: Dispatch onToggleBreakpoint event from onModifyBreakpoint in HTML panel
- 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