Firebug/WeeklyUpdates/2013-09-10: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Belakhdar Abdeldjalil, Sebastian Zartner, Florent Fayolle, Simon Lindholm == Releases == * Firebug 1.12.2 ** [list of blockers http://code.google.com/p/fbug/issu...") |
Sebastianz (talk | contribs) (Added links) |
||
Line 3: | Line 3: | ||
== Releases == | == Releases == | ||
* Firebug 1.12.2 | * Firebug 1.12.2 | ||
** [ | ** [http://code.google.com/p/fbug/issues/list?can=1&q=blocks%3D1.12.2 list of blockers] | ||
** Let's get rid off split-menu (not supported anymore) | ** Let's get rid off split-menu (not supported anymore) | ||
* Firebug 1.13 alpha 2 | * Firebug 1.13 alpha 2 | ||
Line 11: | Line 10: | ||
== Issues == | == Issues == | ||
* Issue 6702: Improve design of the search options popup window | * [http://code.google.com/p/fbug/issues/detail?id=6702 Issue 6702]: Improve design of the search options popup window | ||
** We could yet improve the placeholder text | ** We could yet improve the placeholder text | ||
** The Scrip panel lost the hint for "jump to line" | ** The Scrip panel lost the hint for "jump to line" | ||
* Issue 6557: Font previews don't work | * [http://code.google.com/p/fbug/issues/detail?id=6557 Issue 6557]: Font previews don't work | ||
** New issue should be opened for other performance | ** New issue should be opened for other performance | ||
** Florent: prepare final commit/pull/branch | ** Florent: prepare final commit/pull/branch | ||
** Honza: review changes | ** Honza: review changes | ||
* Issue 6695: Add option "Log All Events" to the "Log Events" submenu | * [http://code.google.com/p/fbug/issues/detail?id=6695 Issue 6695]: Add option "Log All Events" to the "Log Events" submenu | ||
** splitmenu should be removed entirely | ** splitmenu should be removed entirely | ||
* Issue 6720: node.js is null for firePHP tables | * [http://code.google.com/p/fbug/issues/detail?id=6720 Issue 6720]: node.js is null for firePHP tables | ||
** Sebastian: will look at this | ** Sebastian: will look at this | ||
* Issue 6732: Broken CSS on Linux | * [http://code.google.com/p/fbug/issues/detail?id=6732 Issue 6732]: Broken CSS on Linux | ||
** Florent: test on Linux | ** Florent: test on Linux | ||
* Issue 5832: Tables created via console.table() can't be scrolled horizontally | * [http://code.google.com/p/fbug/issues/detail?id=5832 Issue 5832]: Tables created via console.table() can't be scrolled horizontally | ||
** Sebastian: | ** Sebastian: FIXED | ||
* Issue 6740: Display registered MutationObservers for an element | * [http://code.google.com/p/fbug/issues/detail?id=6740 Issue 6740]: Display registered MutationObservers for an element | ||
** Let's reuse getEventListeners() and introduce getMutationObservers() later if required by users. | ** Let's reuse <code>getEventListeners()</code> and introduce <code>getMutationObservers()</code> later if required by users. | ||
** Honza: provide a patch | ** Honza: provide a patch | ||
* Coding style changes: | * Coding style changes: | ||
** Use spaces in loops | ** Use spaces in loops | ||
** Use i++ in loops | ** Use <code>i++</code> in loops | ||
** We don't have to initialize every variable when defined. | ** We don't have to initialize every variable when defined. | ||
** Sebastian: update the [https://getfirebug.com/wiki/index.php/Firebug_Coding_Style Firebug Coding Style] | |||
== JSD2 == | == JSD2 == | ||
Line 48: | Line 47: | ||
== Planning Firebug.next == | == Planning Firebug.next == | ||
* Everyone should pick one new feature he'd like to implement for Firebug.next | * Everyone should pick one new feature he'd like to implement for [https://getfirebug.com/wiki/index.php/Firebug.next Firebug.next] | ||
** Again, do this next meeting | ** Again, do this next meeting | ||
** https://getfirebug.com/wiki/index.php/Firebug_Roadmap#Suggested_Features | ** [https://getfirebug.com/wiki/index.php/Firebug_Roadmap#Suggested_Features Suggested features] | ||
== Misc == | == Misc == | ||
* Is Jakob on FWG? | * Is Jakob on FWG? | ||
** Honza: append if not. | ** Honza: append if not. |
Latest revision as of 18:40, 10 September 2013
Jan Odvarko, Belakhdar Abdeldjalil, Sebastian Zartner, Florent Fayolle, Simon Lindholm
Releases
- Firebug 1.12.2
- list of blockers
- Let's get rid off split-menu (not supported anymore)
- Firebug 1.13 alpha 2
- Honza: release on Friday
Issues
- Issue 6702: Improve design of the search options popup window
- We could yet improve the placeholder text
- The Scrip panel lost the hint for "jump to line"
- Issue 6557: Font previews don't work
- New issue should be opened for other performance
- Florent: prepare final commit/pull/branch
- Honza: review changes
- Issue 6695: Add option "Log All Events" to the "Log Events" submenu
- splitmenu should be removed entirely
- Issue 6720: node.js is null for firePHP tables
- Sebastian: will look at this
- Issue 6732: Broken CSS on Linux
- Florent: test on Linux
- Issue 5832: Tables created via console.table() can't be scrolled horizontally
- Sebastian: FIXED
- Issue 6740: Display registered MutationObservers for an element
- Let's reuse
getEventListeners()
and introducegetMutationObservers()
later if required by users. - Honza: provide a patch
- Let's reuse
- Coding style changes:
- Use spaces in loops
- Use
i++
in loops - We don't have to initialize every variable when defined.
- Sebastian: update the Firebug Coding Style
JSD2
- Honza: sync
jsd2
branch withmaster
in-progress - Tasks
- We should start using Etherpad as another discussion channel
Planning Firebug.next
- Everyone should pick one new feature he'd like to implement for Firebug.next
- Again, do this next meeting
- Suggested features
Misc
- Is Jakob on FWG?
- Honza: append if not.