Firebug/WeeklyUpdates/2012-04-03: Difference between revisions
< Firebug | WeeklyUpdates
(Created page with "Jan Odvarko == Firebug 1.10 == * 1.10.0a7 next week? * 1.9.2? * List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] * Firefox Nightly [http...") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Jan Odvarko | Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn | ||
[https://plus.google.com/hangouts/_/52f1a4cb2ad282b6c7fa3c90151c61da633e1687?authuser=0&hl=en# Meeting Room] | |||
== Firebug 1.10 == | == Firebug 1.10 == | ||
* 1.10.0a7 next week? | * 1.10.0a7 next week? | ||
* 1.9.2? | * 1.9.2? | ||
* List of 1.10 [http://code.google.com/p/fbug/issues/list?can=2&q=blocks%3A1.10 blockers] | |||
* Firefox Nightly [http://groups.google.com/group/mozilla.dev.platform/browse_thread/thread/49c2d30c38c40504/81252a5b7b76b655?hl=en#81252a5b7b76b655 breaks] XHR | |||
* https://www.ohloh.net/p/firebug, remove all SVN repos? | |||
* | == Backport to 1.9 == | ||
* http://code.google.com/p/fbug/issues/list?can=1&q=port%3D1.9 | |||
* Honza: go over the list and decide what to port | |||
* Sebastian: go over commits marked as [1.9] | |||
== New Blockers == | |||
* Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel | |||
== New Features == | |||
* Sebastian: Issue 2916: Trace Styles Feature | |||
** Built in Style Inspector code [https://hg.mozilla.org/mozilla-central/file/tip/browser/devtools/styleinspector/StyleInspector.jsm here] and [https://hg.mozilla.org/mozilla-central/file/tip/browser/devtools/styleinspector/csshtmltree.xul here] | |||
| Line 23: | Line 41: | ||
* 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 | ||
* [https://github.com/cadorn/jetpack-firebug Jetpack-firebug] | |||
* Try to run a simple JetPack Firebug Extension and test with Firebug | |||
Latest revision as of 17:50, 3 April 2012
Jan Odvarko, Sebastian Zartner, Joe Walker, Christoph Dorn
Firebug 1.10
- 1.10.0a7 next week?
- 1.9.2?
- List of 1.10 blockers
- Firefox Nightly breaks XHR
- https://www.ohloh.net/p/firebug, remove all SVN repos?
Backport to 1.9
- http://code.google.com/p/fbug/issues/list?can=1&q=port%3D1.9
- Honza: go over the list and decide what to port
- Sebastian: go over commits marked as [1.9]
New Blockers
- Issue 5299: HTML panel doesn't get updated, if nodes are changed at another panel
New Features
AMD Loader
- RequireJS loader is replaced by a simple one
- The loader is using for both: development and production
- Building production XPI should be done through Dryice
- All modules in one file
- The loader is synchronous based on mozIJSSubScriptLoader.loadSubScript
- Small ~16o lines
Extensions
- API for Jetpack based extensions
- Jetpack-firebug
- Try to run a simple JetPack Firebug Extension and test with Firebug
HTTP Monitor
- Some more progress
- repo
Automated Tests
- Sebastian implemented several new tests
- STILL NOT DONE: The test-bot needs files from from GIT (bug 734368)
- Clint Talbert pinged