Confirmed users
233
edits
(Created page with "Jan Odvarko, Joe Walker, Christoph Dorn, Steven Roussey == General == * There is no way to have a static link for hangout * What about to switch to Vidyo? (installed on Mozilla ...") |
Sebastianz (talk | contribs) m (Fixed formatting) |
||
| Line 8: | Line 8: | ||
* 1.9.2 out (waiting on AMO review) | * 1.9.2 out (waiting on AMO review) | ||
* 1.10a8 this Friday? | * 1.10a8 this Friday? | ||
* List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | * List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | ||
== Trace Styles Feature == | == Trace Styles Feature == | ||
Sebastian made great progress on [http://code.google.com/p/fbug/issues/detail?id=2916 issue 2916] | Sebastian made great progress on [http://code.google.com/p/fbug/issues/detail?id=2916 issue 2916] and refactored the Computed side panel: | ||
* Infotips for colors, images and fonts | |||
* Persistent scrolling and folding state | |||
* Panel option to only show user-defined styles | |||
* Context menu options to expand / collapse all styles | |||
* Rebased on the web dev tools APIs | |||
* Refactored and centralized code shared between the CSS panel, the Style and the Computed side panel | |||
== HTTP Monitor == | == HTTP Monitor == | ||
| Line 29: | Line 24: | ||
* FBTrace remoting (sending FBTrace logs to the client), useful especially for mobile development. | * FBTrace remoting (sending FBTrace logs to the client), useful especially for mobile development. | ||
* Started embedding back to Firebug | * Started embedding back to Firebug | ||
== Firebug Remote Debugging UI == | == Firebug Remote Debugging UI == | ||
* [http://groups.google.com/group/firebug-working-group/browse_thread/thread/a156614604a1fdbe | * [http://groups.google.com/group/firebug-working-group/browse_thread/thread/a156614604a1fdbe Thread in the discussion group] | ||
== Extensions == | == Extensions == | ||
* API for Jetpack based extensions | * API for Jetpack based extensions | ||
** [http://code.google.com/p/fbug/issues/detail?id=4977 Issue 4977] firebug interface package for addon-sdk (jetpack) | ** [http://code.google.com/p/fbug/issues/detail?id=4977 Issue 4977]: firebug interface package for addon-sdk (jetpack) | ||
* To test you can use [https://github.com/cadorn/jetpack-firebug jetpack-firebug] | |||
* To test you can use | |||
* https://github.com/cadorn/jetpack-firebug/blob/master/lib/firebug.js | * https://github.com/cadorn/jetpack-firebug/blob/master/lib/firebug.js | ||
* Problems: | * Problems: | ||
** Firebug.registerExtension is not available since the | ** Firebug.registerExtension is not available since the beginning | ||
** | ** Add a new config field 'mainModule' URL to the main module to load | ||
== Automated Tests == | == Automated Tests == | ||
* Clint Talbert, work still in-progress | * Clint Talbert, work still in-progress | ||
** Mike: adopting Net panel tests to mochitest. | ** Mike: adopting Net panel tests to mochitest. | ||