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

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(Fixed links and formatting)
 
Line 4: Line 4:
* Firebug 1.11 alpha 1 released
* Firebug 1.11 alpha 1 released
* Firebug 1.10.3 at the end of August (with Firefox 15)
* Firebug 1.10.3 at the end of August (with Firefox 15)
** [https://code.google.com/p/fbug/issues/list?can=2&q=label%3Ablocks-1.10.3&colspec=ID+Type+Status+Owner+Test+Summary+Reporter&cells=tiles blockers]
** [https://code.google.com/p/fbug/issues/list?can=2&q=blocks%3D1.10.3 blockers]
 


== Issues ==
== Issues ==
* Honza: Issue 5179: Multiple onSuspendFirebug() calls
* Honza: [https://code.google.com/p/fbug/issues/detail?id=5179 Issue 5179]: Multiple <code>onSuspendFirebug()</code> calls
* Bharath?: Issue 5418: DOM constants and properties are incorrectly recognized as user-defined properties
* Bharath?: [https://code.google.com/p/fbug/issues/detail?id=5418 Issue 5418]: DOM constants and properties are incorrectly recognized as user-defined properties
** Update the built-in DOM property array.
** Update the built-in DOM property array.
* Honza: Issue 5623: New pref to disable/enable delayed Firebug load
* Honza: [https://code.google.com/p/fbug/issues/detail?id=5623 Issue 5623]: New pref to disable/enable delayed Firebug load
* Sebastian: Issue 5633: Delete CSS property command keeps the property in the Style tab
* Sebastian: [https://code.google.com/p/fbug/issues/detail?id=5633 Issue 5633]: Delete CSS property command keeps the property in the Style tab
* Honza: Issue 5654: Style side panel doesn't display CSS rules after reload
* Honza: [https://code.google.com/p/fbug/issues/detail?id=5654 Issue 5654]: Style side panel doesn't display CSS rules after reload
 
* Create an issue for automatic scanning of built-in DOM properties
* Create an issue for automatic scanning of built-in DOM properties
** Done: Issue 5856: Automatic scanning of built-in DOM properties
** Done: [https://code.google.com/p/fbug/issues/detail?id=5856 Issue 5856]: Automatic scanning of built-in DOM properties


== Firebug.next ==
== Firebug.next ==
Line 37: Line 35:
== JSD2 ==
== JSD2 ==
Wiki pages to follow:
Wiki pages to follow:
* https://getfirebug.com/wiki/index.php/Remoting_Prototype
* [https://getfirebug.com/wiki/index.php/Remoting_Prototype Remoting Prototype]
* https://getfirebug.com/wiki/index.php/Remoting_Architecture
* [https://getfirebug.com/wiki/index.php/Remoting_Architecture Remoting Architecture]
* https://getfirebug.com/wiki/index.php/Script_Panel_Refactoring
* [https://getfirebug.com/wiki/index.php/Script_Panel_Refactoring Script Panel Refactoring]


* Honza: create a wiki with description of the current debugger architecture
* Honza: Create a wiki with description of the current debugger architecture
* Sebastian: create a wiki with description of Crossfire architecture.
* Sebastian: Create a wiki with description of Crossfire architecture.

Latest revision as of 19:37, 28 August 2012

Jan Odvarko, Sebastian Zartner, Steven Roussey, Simon Lindholm

Firebug Releases

  • Firebug 1.11 alpha 1 released
  • Firebug 1.10.3 at the end of August (with Firefox 15)

Issues

  • Honza: Issue 5179: Multiple onSuspendFirebug() calls
  • Bharath?: Issue 5418: DOM constants and properties are incorrectly recognized as user-defined properties
    • Update the built-in DOM property array.
  • Honza: Issue 5623: New pref to disable/enable delayed Firebug load
  • Sebastian: Issue 5633: Delete CSS property command keeps the property in the Style tab
  • Honza: Issue 5654: Style side panel doesn't display CSS rules after reload
  • Create an issue for automatic scanning of built-in DOM properties
    • Done: Issue 5856: Automatic scanning of built-in DOM properties

Firebug.next

  • New feature for 1.11: autocompletion for Command Editor, Simon
    • Hints at the end of every expression.

JSD2

Wiki pages to follow:

  • Honza: Create a wiki with description of the current debugger architecture
  • Sebastian: Create a wiki with description of Crossfire architecture.