Confirmed users
233
edits
(Created page with "Jan Odvarko, Sebastian Zartner, Gal Steinitz, Abdeldjalil Belakhdar == getfirebug.com == * Bug 881896 - Update MediaWiki at getfirebug.com to 1.21.1 ** Sebastian will respond...") |
Sebastianz (talk | contribs) (Added conclusions, fixed formatting and added links) |
||
| Line 2: | Line 2: | ||
== getfirebug.com == | == getfirebug.com == | ||
* Bug 881896 - Update MediaWiki at getfirebug.com to 1.21.1 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=881896 Bug 881896] - Update MediaWiki at getfirebug.com to 1.21.1 | ||
** Sebastian will respond. It's better if Mozilla | ** Sebastian will respond. It's better if Mozilla maintains the wiki (the second suggested option) | ||
== Mozilla Summit == | == Mozilla Summit == | ||
| Line 23: | Line 23: | ||
== Firebug 1.12 Blockers == | == Firebug 1.12 Blockers == | ||
* [http://code.google.com/p/fbug/issues/detail?id=6557 Issue 6557]: Font previews don't work | |||
* Issue 6557: Font previews don't work | |||
** Converting font response bodies to UTF-8 is wrong | ** Converting font response bodies to UTF-8 is wrong | ||
** Could we keep two versions of the response? | ** Could we keep two versions of the response? | ||
** Perhaps convert as soon as it's needed? | ** Perhaps cache the raw data and convert (and cache converted data) as soon as it's needed? | ||
** Honza: analyze | ** Honza: analyze | ||
* Issue 6336: High CPU usage when showing CSS Layout Box | * [http://code.google.com/p/fbug/issues/detail?id=6336 Issue 6336]: High CPU usage when showing CSS Layout Box | ||
** Honza: analyze | ** Honza: analyze | ||
| Line 43: | Line 42: | ||
** Honza: test on Mac | ** Honza: test on Mac | ||
* Issue 6628: 'Remove cookies' not only removes the cookies shown | * [http://code.google.com/p/fbug/issues/detail?id=6628 Issue 6628]: 'Remove cookies' not only removes the cookies shown | ||
** Only displayed cookies should be removed | ** Only displayed cookies should be removed (depending on path filter) | ||
** Honza: fix | ** Honza: fix | ||
Extension Testing: | Extension Testing: | ||
* Progress [https://docs.google.com/spreadsheet/ccc?key=0ArzNE_OHjXkQdFMySmRxV2xOYjNJTDBZU1BQSk9aS3c#gid=0 | * Progress described in [https://docs.google.com/spreadsheet/ccc?key=0ArzNE_OHjXkQdFMySmRxV2xOYjNJTDBZU1BQSk9aS3c#gid=0 spreadsheet] | ||
Miscellaneous: | Miscellaneous: | ||
| Line 56: | Line 54: | ||
** Honza test it on Mac | ** Honza test it on Mac | ||
* Move | * Move extension issues to github? | ||
** All agreed we can do it, but high priority at this point. | ** All agreed we can do it, but not high priority at this point. | ||
** If possible automatically via port script | |||
* Issue 4938: Firebug hangs the browser on invalid JavaScript (too much recursion) | * [http://code.google.com/p/fbug/issues/detail?id=4938 Issue 4938]: Firebug hangs the browser on invalid JavaScript (too much recursion) | ||
** Honza: analyze and try to find | ** Honza: analyze and try to find a workaround, otherwise wait for [http://code.google.com/p/fbug/issues/detail?id=5421 JSD2 adoption], which fixes this | ||