Firebug/WeeklyUpdates/2012-05-08: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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 ...")
 
m (Replaced link to old Google groups layout by new one)
 
(One intermediate revision by the same user not shown)
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:
* Computed side panel refactored
* Infotips for colors, images and fonts
- Infotips for colors, images and fonts
* Persistent scrolling and folding state
- Persistent scrolling and folding state
* Panel option to only show user-defined styles
- Panel option to only show user-defined styles
* Context menu options to expand / collapse all styles
- Context menu options to expand / collapse all styles
* Rebased on the web dev tools APIs
- Rebased on the web dev tools APIs
* Refactored and centralized code shared between the CSS panel, the Style and the Computed side panel
- 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
* [https://groups.google.com/forum/?fromgroups#!topic/firebug-working-group/oVZhRgSh_b4 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
* 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 beggining.
** Firebug.registerExtension is not available since the beginning
** Create a new config field 'mainModule' URL to the main module to load
** 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.

Latest revision as of 18:39, 8 May 2012

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 server)

Firebug 1.10

  • 1.9.2 out (waiting on AMO review)
  • 1.10a8 this Friday?
  • List of 1.10 blockers

Trace Styles Feature

Sebastian made great progress on 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

Good progress on HTTP Monitor.

  • Some details related to remote monitoring fixed (e.g. DOMContentLoad and load events properly sent from the server)
  • FBTrace remoting (sending FBTrace logs to the client), useful especially for mobile development.
  • Started embedding back to Firebug

Firebug Remote Debugging UI

Extensions

Automated Tests

  • Clint Talbert, work still in-progress
  • Mike: adopting Net panel tests to mochitest.