Firebug/WeeklyUpdates/2013-12-10
< Firebug | WeeklyUpdates
Jump to navigation
Jump to search
Jan Odvarko, Sebastian Zartner, Florent Fayolle, Simon Lindholm, Belakhdar Abdeldjalil
Releases
- Firebug 1.12.6
- Honza: create an issue for validation errors with Firefox 26
- Florent: Issue 7036: Firebug bugs when updating the DOM every 29 ms or less
- Yet to be ported into 1.12: link
- Honza: take a quick review
- Firebug 1.13 alpha 7
- Honza: release on Friday
JSD2
- Issue 7004: Visual clean up of Firebug toolbars
- Honza: merge with jsd2
- Honza: create another issue for toolbar-buttons design
- Issue 7000: Replace PNG icons by SVGs
- Sebastian did great work
- There is a feedback
- We should merge with the issue7004 branch and then to JSD2
- Honza: test on OSX
- Honza: debugger icons are moving to the left, fix
- Issue 6993: The start button icon looks weird in Australis Nightly build
- Honza: fix this
- What to do with the 'Panel Selector' feature
- Remove and put into Firebug icon menu
- Honza: create issue and fix
- Keep tab scrolling if there is not enough space
JSD2 & FBTest
- Issue 7027: FBTest html/5506/issue5506.js fails and hangs the browser
- Fixed
- Start identifying problems
- Let's create https://etherpad.mozilla.org/firebug-fbtest first
- Then if we need, we can create Google table?
- Focus on 'Script' tests
- Identify failing FBTest APIs that need fixing of redesign
- Put your names in front of every comment
- Use etherpad until (at least) next meeting
Coding Style
Simon's suggestion:
- Which syntax for arrow functions?
- Braces around function body not necessary if the body is simple one-liner.
- Use 'return' not necessary if the body is simple one-liner.
- Parentheses around parameter: always
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/arrow_functions
- Sebastian: update our docs
Issues
- Issue 6991: Ctrl+Shift+C conflicts with Firefox DevTools' Inspector
- Sebastian: Working patch available (only Mutation Observer needs to be removed when Firebug is disabled)
- Shell we use setTimeout or MutationObserver?
- Simon: Performance issues using Mutation Observers? Asking here: https://mail.mozilla.org/pipermail/firefox-dev/2013-December/001243.html
- Honza: ask again
- Discuss next week