Firebug/WeeklyUpdates/2012-05-22: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Joe Walker, Sebastian Zartner, Steven Roussey == Firebug 1.10 == * 1.9.2 passed review ** A few problems (but all false) * List of [http://code.google.com/p/fbug/is...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Jan Odvarko, Joe Walker, Sebastian Zartner, Steven Roussey | Jan Odvarko, Joe Walker, Sebastian Zartner, Steven Roussey | ||
== Firebug 1. | == Firebug 1.9 == | ||
* 1.9.2 passed review | * 1.9.2 passed review | ||
** A few problems (but all false) | ** A few problems (but all false) | ||
== Firebug 1.10 == | |||
* Release 1.10a9 on Friday | |||
* Need to fix global IDs and document changes for extension developers [http://getfirebug.com/wiki/index.php/Extension_Migration here] | |||
* List of [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 1.10 blockers] | * List of [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 1.10 blockers] | ||
| Line 12: | Line 17: | ||
== HTTP Monitor == | == HTTP Monitor == | ||
* | * Progress on porting to Firebug/Firefox | ||
== Firebug Tracing API == | == Firebug Tracing API == | ||
* [http://groups.google.com/group/firebug-working-group/browse_thread/thread/914c8b72dacae665 Suggestion] to use console.* API | * [http://groups.google.com/group/firebug-working-group/browse_thread/thread/914c8b72dacae665 Suggestion] to use console.* API | ||
* Honza: create a bug report for console.to() method - this should be used for filtering of log messages. | |||
== Script Panel Refactoring == | == Script Panel Refactoring == | ||
Revision as of 18:04, 22 May 2012
Jan Odvarko, Joe Walker, Sebastian Zartner, Steven Roussey
Firebug 1.9
- 1.9.2 passed review
- A few problems (but all false)
Firebug 1.10
- Release 1.10a9 on Friday
- Need to fix global IDs and document changes for extension developers here
- List of 1.10 blockers
getfirebug.com
- Bug 743930 - Properly sync getfirebug.com with source base from GIT
- Mapping discussed
- Setup, but doesn't work
HTTP Monitor
- Progress on porting to Firebug/Firefox
Firebug Tracing API
- Suggestion to use console.* API
- Honza: create a bug report for console.to() method - this should be used for filtering of log messages.
Script Panel Refactoring
- Wiki page
- Discussion
Automated Tests
- Clint Talbert, work still in-progress
- Andrew Halberstadt going to start on it 4th of July.
- Mochitest needs Firefox source & build.
- Mike: adopting Net panel tests to mochitest, waiting for his results