Firebug/WeeklyUpdates/2013-08-20: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
No edit summary |
Sebastianz (talk | contribs) (Fixed formatting and added links) |
||
| Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Jakob Kaltenbrunner | Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Jakob Kaltenbrunner | ||
== Releases == | == Releases == | ||
* Firebug 1.12 final today night or tomorrow | * Firebug 1.12 final today night or tomorrow | ||
** Honza: blog posts ready | ** Honza: blog posts ready | ||
== Planning Firebug.next == | == Planning Firebug.next == | ||
* Main goals: | * Main goals: JSD2, 5-10 new features, better UI (tabbar and toolbar) | ||
* Priorities: | * Priorities: JSD2 has highest priority | ||
* Who is working on what: we should all work on | * Who is working on what: we should all work on JSD2 | ||
* The next milestone: 6 months | * The next milestone: 6 months | ||
We should discuss new features and filing jsd2 related bugs at the next meeting. | We should discuss new features and filing jsd2 related bugs at the next meeting. | ||
* Last | * Last JSD2 blocker: | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=637572 | ** [https://bugzilla.mozilla.org/show_bug.cgi?id=637572 Bug 637572] - Implement Debugger.Source, providing script source code and detailed origin information | ||
== Issues == | == Issues == | ||
* Issue 6557: Font previews don't work | * [https://code.google.com/p/fbug/issues/detail?id=6557 Issue 6557]: Font previews don't work | ||
** Let's convert response bodies lazily as | ** Let's convert response bodies lazily as they're needed | ||
** Let's keep the original raw data | ** Let's keep the original raw data, but if it's using too much memory we can remove raw data. | ||
** Florent working on this | ** Florent working on this | ||
* Issue 5720: Allow to pin the Quick Info Box | * [https://code.google.com/p/fbug/issues/detail?id=5720 Issue 5720]: Allow to pin the Quick Info Box | ||
** All seem to be working well | ** All seem to be working well | ||
** Jalil should prepare | ** Jalil should prepare two pull requests (one for [https://code.google.com/p/fbug/issues/detail?id=6622 Issue 6622] and one for [https://code.google.com/p/fbug/issues/detail?id=5720 Issue 5720]) | ||
* Issue 4930: Headers in net requests should be collapsible | * [https://code.google.com/p/fbug/issues/detail?id=4930 Issue 4930]: Headers in net requests should be collapsible | ||
** Jakob working on it | ** Jakob working on it | ||
* [https://code.google.com/p/fbug/issues/detail?id=6654 Issue 6654]: <code>toSource()</code> is not offered by Completion List Popup | * [https://code.google.com/p/fbug/issues/detail?id=6654 Issue 6654]: <code>toSource()</code> is not offered by Completion List Popup | ||
** toSource() should not be in ignore list | ** <code>toSource()</code> should not be in ignore list | ||
** Honza: kick of a thread about *not* hiding any properties in the autocompletion popup | ** Honza: kick of a thread about *not* hiding any properties in the autocompletion popup | ||
| Line 37: | Line 35: | ||
* [https://code.google.com/p/fbug/issues/detail?id=6576 Issue 6576]: Check addons for breakage in combination with Firebug 1.12 | * [https://code.google.com/p/fbug/issues/detail?id=6576 Issue 6576]: Check addons for breakage in combination with Firebug 1.12 | ||
** Honza: trying to fix | ** Honza: trying to fix Pixel Perfect (perhaps inject a <code>Components</code> object) | ||
** Florent: has a patch for CodeBurner, needs to reply the author... | ** Florent: has a patch for CodeBurner, needs to reply the author... | ||
** We should estimate how hard is to fix YSlow (https://github.com/marcelduran/yslow) | ** We should estimate how hard it is to fix YSlow (https://github.com/marcelduran/yslow) | ||
** Honza: ask around for the status | ** Honza: ask around for the status | ||
Latest revision as of 05:03, 21 August 2013
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Jakob Kaltenbrunner
Releases
- Firebug 1.12 final today night or tomorrow
- Honza: blog posts ready
Planning Firebug.next
- Main goals: JSD2, 5-10 new features, better UI (tabbar and toolbar)
- Priorities: JSD2 has highest priority
- Who is working on what: we should all work on JSD2
- The next milestone: 6 months
We should discuss new features and filing jsd2 related bugs at the next meeting.
- Last JSD2 blocker:
- Bug 637572 - Implement Debugger.Source, providing script source code and detailed origin information
Issues
- Issue 6557: Font previews don't work
- Let's convert response bodies lazily as they're needed
- Let's keep the original raw data, but if it's using too much memory we can remove raw data.
- Florent working on this
- Issue 5720: Allow to pin the Quick Info Box
- All seem to be working well
- Jalil should prepare two pull requests (one for Issue 6622 and one for Issue 5720)
- Issue 4930: Headers in net requests should be collapsible
- Jakob working on it
- Issue 6654:
toSource()is not offered by Completion List PopuptoSource()should not be in ignore list- Honza: kick of a thread about *not* hiding any properties in the autocompletion popup
- Issue 6484: Added Fuzzy Search Capabilities to File Filter
- Florent: put some summary to the issue
- Issue 6576: Check addons for breakage in combination with Firebug 1.12
- Honza: trying to fix Pixel Perfect (perhaps inject a
Componentsobject) - Florent: has a patch for CodeBurner, needs to reply the author...
- We should estimate how hard it is to fix YSlow (https://github.com/marcelduran/yslow)
- Honza: ask around for the status
- Honza: trying to fix Pixel Perfect (perhaps inject a