Firebug/WeeklyUpdates/2012-04-10: Difference between revisions
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
(Created page with "Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn, Steven Roussey == Firebug 1.10 == * 1.10.0a7 this week? ** There are two fixes for compatibility with Firefox Nightl...") |
Sebastianz (talk | contribs) (Added more links and fixed formatting) |
||
Line 1: | Line 1: | ||
Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn, Steven Roussey | Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn, Steven Roussey | ||
== Firebug 1.10 == | == Firebug 1.10 == | ||
* 1.10.0a7 this week? | * 1.10.0a7 this week? | ||
** There are two fixes for compatibility with Firefox Nightly. | ** There are two fixes for compatibility with Firefox Nightly. | ||
* List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | * List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | ||
* Honza: Set up a new Firebug [https://www.google.com/+/business/ page] for Google+ hangouts | * Honza: Set up a new Firebug [https://www.google.com/+/business/ page] for Google+ hangouts | ||
* https://www.ohloh.net/p/firebug, remove all SVN repos? | * https://www.ohloh.net/p/firebug, remove all SVN repos? | ||
** Honza: remove SVN repo | ** Honza: remove SVN repo | ||
== Backport to 1.9 == | == Backport to 1.9 == | ||
* Low risk: | * Low risk: | ||
** Issue 2767: Edit element style from computed style does nothing | ** [http://code.google.com/p/fbug/issues/detail?id=2767 Issue 2767]: Edit element style from computed style does nothing | ||
** Issue 5216: "Break On This Error" missing from the context menu | ** [http://code.google.com/p/fbug/issues/detail?id=5216 Issue 5216]: "Break On This Error" missing from the context menu | ||
** Issue 5225: Half-rendered panel shown off-place when clicking magnifier in search field | ** [http://code.google.com/p/fbug/issues/detail?id=5225 Issue 5225]: Half-rendered panel shown off-place when clicking magnifier in search field | ||
** Issue 5239: Ctrl-0 zoom requests are intercepted by Firebug | ** [http://code.google.com/p/fbug/issues/detail?id=5239 Issue 5239]: Ctrl-0 zoom requests are intercepted by Firebug | ||
** Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel | ** [http://code.google.com/p/fbug/issues/detail?id=5299 Issue 5299]: HTML panel doesn't get updated, if nodes are changed at another panel | ||
** Issue 5303: Display of Style side panel fails for invalid character in string | ** [http://code.google.com/p/fbug/issues/detail?id=5303 Issue 5303]: Display of Style side panel fails for invalid character in string | ||
** Issue 5360: domplate issue with BR() in it | ** [http://code.google.com/p/fbug/issues/detail?id=5360 Issue 5360]: domplate issue with BR() in it | ||
** Issue 5205: "Enable JavaScript and Refresh" doesn't work | ** [http://code.google.com/p/fbug/issues/detail?id=5205 Issue 5205]: "Enable JavaScript and Refresh" doesn't work | ||
== HTTP Monitor == | == HTTP Monitor == | ||
Line 32: | Line 25: | ||
* Quick [https://github.com/janodvarko/httpmonitor/blob/master/README.md how to] use | * Quick [https://github.com/janodvarko/httpmonitor/blob/master/README.md how to] use | ||
* Next step: code clean up + remoting | * Next step: code clean up + remoting | ||
== New Blockers == | == New Blockers == | ||
* FIXED Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel | * FIXED [http://code.google.com/p/fbug/issues/detail?id=5299 Issue 5299]: HTML panel doesn't get updated, if nodes are changed at another panel | ||
== Extensions == | == Extensions == | ||
* API for Jetpack based extensions | * API for Jetpack based extensions | ||
** http://groups.google.com/group/firebug-working-group/browse_thread/thread/7a287a5aa53601d1 | ** [http://groups.google.com/group/firebug-working-group/browse_thread/thread/7a287a5aa53601d1 Discussion about registerExtension for Firebug.GlobalUI] | ||
* [https://github.com/cadorn/jetpack-firebug Jetpack-firebug] | * [https://github.com/cadorn/jetpack-firebug Jetpack-firebug] | ||
* Try to run a simple JetPack Firebug Extension and test with Firebug | * Try to run a simple JetPack Firebug Extension and test with Firebug | ||
* Christoph: file a bug related to Jetpack based extension API | |||
* | |||
== Automated Tests == | == Automated Tests == | ||
* FIXED: The test-bot needs files from from GIT ([https://bugzilla.mozilla.org/show_bug.cgi?id=734368 bug 734368]) | * FIXED: The test-bot needs files from from GIT ([https://bugzilla.mozilla.org/show_bug.cgi?id=734368 bug 734368]) | ||
== JSD2 == | == JSD2 == | ||
* Having support for remote debugging is probably a must | * Having support for remote debugging is probably a must | ||
* It would be nice to have a good extensible architecture that can support different debug protocols (v8, crossfire) | * It would be nice to have a good extensible architecture that can support different debug protocols (v8, crossfire) |
Latest revision as of 05:22, 11 April 2012
Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn, Steven Roussey
Firebug 1.10
- 1.10.0a7 this week?
- There are two fixes for compatibility with Firefox Nightly.
- List of 1.10 blockers
- Honza: Set up a new Firebug page for Google+ hangouts
- https://www.ohloh.net/p/firebug, remove all SVN repos?
- Honza: remove SVN repo
Backport to 1.9
- Low risk:
- Issue 2767: Edit element style from computed style does nothing
- Issue 5216: "Break On This Error" missing from the context menu
- Issue 5225: Half-rendered panel shown off-place when clicking magnifier in search field
- Issue 5239: Ctrl-0 zoom requests are intercepted by Firebug
- Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel
- Issue 5303: Display of Style side panel fails for invalid character in string
- Issue 5360: domplate issue with BR() in it
- Issue 5205: "Enable JavaScript and Refresh" doesn't work
HTTP Monitor
- First draft version available
- source code
- Quick how to use
- Next step: code clean up + remoting
New Blockers
- FIXED Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel
Extensions
- API for Jetpack based extensions
- Jetpack-firebug
- Try to run a simple JetPack Firebug Extension and test with Firebug
- Christoph: file a bug related to Jetpack based extension API
Automated Tests
- FIXED: The test-bot needs files from from GIT (bug 734368)
JSD2
- Having support for remote debugging is probably a must
- It would be nice to have a good extensible architecture that can support different debug protocols (v8, crossfire)