660
edits
Johnjbarton (talk | contribs) |
|||
| Line 59: | Line 59: | ||
* a7 maybe this week | * a7 maybe this week | ||
* a5 and a6 since last time | * a5 and a6 since last time | ||
* | * new: debugger controls stay visible on all panels while on a breakpoint | ||
* Implemented stepStayOnDebugger to keep chrome out of firebug and vice versa. Mainly for chromebug. | * Implemented stepStayOnDebugger to keep chrome out of firebug and vice versa. Mainly for chromebug. | ||
* implemented break-on-next UI. Behavior is still expected to be funky. Explore with caution! - jjb | * implemented break-on-next UI. Behavior is still expected to be funky. Explore with caution! - jjb | ||
* event handlers generated by firefox dynamically. Still working | * breakOnNext may not work perfectly for event handlers generated by firefox dynamically. Still working on this. - jjb | ||
* Completed dynamicURLhasBP to avoid MD5 on eval unless breakpoints are set on evals. (Be nice to have some talos results). | * Completed dynamicURLhasBP to avoid MD5 on eval unless breakpoints are set on evals. (Be nice to have some talos results). | ||
* skipScrolling if the lines are still in view. Viewport changes are good, | * skipScrolling if the lines are still in view. Viewport changes are good, | ||
| Line 69: | Line 69: | ||
* extending support for debugging scripts created by adding source through document.createElement().innerHTML | * extending support for debugging scripts created by adding source through document.createElement().innerHTML | ||
* Release notes started: [http://code.google.com/p/fbug/source/browse/branches/firebug1.4/docs/ReleaseNotes_1.4.txt ReleaseNotes] | * Release notes started: [http://code.google.com/p/fbug/source/browse/branches/firebug1.4/docs/ReleaseNotes_1.4.txt ReleaseNotes] | ||
* move to beta when 1.3 released | * move to beta when 1.3 released | ||
edits