Confirmed users
233
edits
(Created page with "Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Simon Lindholm, Jakob Kaltenbrunner, Belakhdar Abdeldjalil == Misc == * Blogging about Firebug ** Seb...") |
Sebastianz (talk | contribs) (Fixed formatting and added links) |
||
| Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, | Jan Odvarko, Sebastian Zartner, Florent Fayolle, Belakhdar Abdeldjalil, Simon Lindholm | ||
Simon Lindholm | |||
== Misc == | == Misc == | ||
* Blogging about Firebug | * Blogging about Firebug | ||
** Sebastian will talk to Sören | ** Sebastian will talk to Sören | ||
** Contributions is not only coding, we need translators too | ** Contributions is not only coding, we need translators and others, too | ||
** We have a lot prepared for the future | ** We have a lot prepared for the future | ||
** We are working on strategy how to supplement built-in tools | ** We are working on a strategy how to supplement built-in tools | ||
** Next version will be 2.0 | ** Next version will be 2.0 | ||
* Strategy to overwrite default dev-tools behavior | * Strategy to overwrite default dev-tools behavior | ||
** Florent: create an issue for this | ** Florent: create an issue for this | ||
** Let's have one pref to switch back to default | ** Let's have one pref to switch back to default dev-tools settings: <code>extensions.firebug.defaultDevToolsSettings</code> | ||
** We don't know how or whether to expose the pref to the UI. But it should be visible otherwise | ** We don't know how or whether to expose the pref to the UI. But it should be visible otherwise users could disable the Firebug extension instead. The option could be in the Shortcuts dialog. The dialog could even offer a second set of shortcuts without collisions. | ||
== Releases == | == Releases == | ||
* Firebug 1.12.5 release this week | * Firebug 1.12.5 release this week | ||
** Backport: [https://code.google.com/p/fbug/issues/detail?id=6941 Issue 6941]) | ** Backport: [https://code.google.com/p/fbug/issues/detail?id=6941 Issue 6941]) | ||
** Backport: [https://code.google.com/p/fbug/issues/detail?id=6942 Issue 6942]) | ** Backport: [https://code.google.com/p/fbug/issues/detail?id=6942 Issue 6942]) | ||
** Sebastian: double check | ** Sebastian: double check | ||
** Honza: backport and upload to AMO tomorrow | ** Honza: backport and upload to AMO tomorrow | ||
** | ** Sebastian: clone issue 6941 and suggest improvements | ||
** Honza: start working on a blog post | ** Honza: start working on a blog post | ||
== 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 | ||
** Discuss next time | ** Discuss next time | ||
** Should we backport to 1.12 | ** Should we backport to 1.12? | ||
* Issue 6855: Display the returned value or the exception thrown | * [https://code.google.com/p/fbug/issues/detail?id=6855 Issue 6855]: Display the returned value or the exception thrown | ||
** Florent: merge to jsd2 branch | ** Florent: merge to <code>jsd2</code> branch | ||
** TODO1: highlight just once | ** TODO1: highlight just once | ||
** TODO2: change the background to non-white | ** TODO2: change the background to non-white | ||
* Issue 6851: Show the index in the output of console.table() | * [https://code.google.com/p/fbug/issues/detail?id=6851 Issue 6851]: Show the index in the output of console.table() | ||
** Florent: retest | ** Florent: retest | ||
** Honza: review | ** Honza: review | ||
* Issue 6913 | * [https://code.google.com/p/fbug/issues/detail?id=6913 Issue 6913] | ||
** Honza: reply | ** Honza: reply | ||
** The announcement should be clear and not confuse people | ** The announcement should be clear and not confuse people | ||
| Line 50: | Line 47: | ||
== JSD2 == | == JSD2 == | ||
* We still need more testing | * We still need more testing | ||
* Honza: write docs | * Honza: write docs | ||
** Debugger stepping | ** Debugger stepping | ||
== Reviews == | == Reviews == | ||
| Line 59: | Line 55: | ||
* [http://code.google.com/p/fbug/issues/detail?id=3700 Issue 3700]: Add auto-completion for HTML attributes | * [http://code.google.com/p/fbug/issues/detail?id=3700 Issue 3700]: Add auto-completion for HTML attributes | ||
** Honza: should take a look | ** Honza: should take a look | ||
== Code Styling == | == Code Styling == | ||
* We shouldn't use for each ... in it's deprecated. | * We shouldn't use <code>for each ...</code> in it's deprecated. | ||
** | ** [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of MDN encourages] to use <code>for ... of</code> instead | ||
** We should test how to join all modules into one. | ** We should test how to join all modules into one. | ||
** Florent: provide a repo with a prototype (joining all modules) | ** Florent: provide a repo with a prototype (joining all modules) | ||
== Discuss next time == | |||
== Discuss | |||
* Could we lazy load entire panels? | * Could we lazy load entire panels? | ||
* More labels for | * More labels for code comments | ||
** Maybe we need @deprecated | ** Maybe we need <code>@deprecated</code> | ||
** Maybe we need APIs | ** Maybe we need APIs | ||
* Closure Inspector | * Closure Inspector | ||
** Simon working on it | ** Simon working on it | ||
* JSD2, we need | * JSD2, we need FBTests! | ||