Firebug/WeeklyUpdates/2012-08-21: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
No edit summary |
Sebastianz (talk | contribs) (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= | ** [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: | * Honza: Create a wiki with description of the current debugger architecture | ||
* Sebastian: | * 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
- Firebug Roadmap
- Adopt JSD2
- New feature for 1.11: autocompletion for Command Editor, Simon
- Hints at the end of every expression.
- Other possible features:
- Firebug 1.11 blockers (another source of features)
- Integrate FireCloser into 1.11?
- https://github.com/simonlindholm/fireclosure
- Next week: discuss what other extension we could integrate.
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.