Firebug/WeeklyUpdates/2009-09-29: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 27: Line 27:
* Firebug.UsefulNameOfSomeKind -> lib/Useful.js
* Firebug.UsefulNameOfSomeKind -> lib/Useful.js
* Constants into separate file? Or in to the closest matching lib/ file?
* Constants into separate file? Or in to the closest matching lib/ file?
* Remove SourceFile* from lib.js (jjb)
* Done, Remove SourceFile* from lib.js sourceFile.js
* Done, breakpoints.js


= Wiki =
= Wiki =
Honza has bug for adding upload ability
Honza has bug for adding upload ability
Need bugzilla bug for admin controls
Need bugzilla bug for admin controls

Latest revision as of 17:43, 29 September 2009

Firebug 1.5

SourceBox change

  • 1.5a25 has this change.

Break On ...

  • Good progress: Break on DOM, HTML, Net.
  • Move Break on Errors from Script Option to Console Break On Next
  • Create breakpoint object for Break on error (honza)
  • Break notification. (jjb)
  • (maybe later) add conditions via Breakpoint side panel
    • net panel has conditional
  • Problem: the Script panel has hit breakpoint but no longer signaled when you switch panels

Persistent Net panel

  • other outstanding issue for 1.5 (honza)

Target: end of Sept.

  • Need to check on 3.6 schedule
  • Looks like we can make our plan

Firebug 1.4.3

  • ready to ship on AMO

Source code cleanups

Break up lib.js

  • Firebug.UsefulNameOfSomeKind -> lib/Useful.js
  • Constants into separate file? Or in to the closest matching lib/ file?
  • Done, Remove SourceFile* from lib.js sourceFile.js
  • Done, breakpoints.js

Wiki

Honza has bug for adding upload ability Need bugzilla bug for admin controls