DevTools/2012-08-23
From MozillaWiki
< DevTools
Details:
Add stuff you want to show people here
Mihai:
- web console remoting patch part 2 ready today or tomorrow - remotable window.console API, JS evaluation, object inspection and autocomplete.
- kudos to Jen from the webdev team for fixing bug 704204 - text zoom in/out in the web console.
Nick aka BlackEagle:
- Breakpoints on Reload is off in Beta, fixed in Nightly, soon on Aurora
- Hoping to get Extensibility landed in Nightly before merge
- Same for Profiler Actors
- new crasher (784706), but already with a working patch
Paul:
Ask for updates on stuff here
Victor: Mike, I think jsbeautify needs an update, https://github.com/einars/js-beautify/commit/2b3b0fe526b0e5eaddebbb562e8c7ef224125803, if we're going to use it in the debugger
Calls to Action
Ask for help here
Kevin's command line ProTip:
- Thursdays at 10:00am Pacific, 1:00pm Eastern, 17:00 UTC
- 650-903-0800 or 650-215-1282 x92 Conf# 99459
- 1-800-707-2533 (pin 369) Conf# 99459 (US)
- Vidyo room link: https://v.mozilla.com/flex.html?roomdirect.html&key=kJp7HpENLMjj
- #devtools on irc.mozilla.org for backchannel
Add stuff you want to show people here
Mihai:
- web console remoting patch part 2 ready today or tomorrow - remotable window.console API, JS evaluation, object inspection and autocomplete.
- kudos to Jen from the webdev team for fixing bug 704204 - text zoom in/out in the web console.
Nick aka BlackEagle:
- Source maps are now exposed from the debugger API on Debugger.Script.prototype.sourceMapURL which concludes most of what I would call "plumbing" and means I can transition to actually integrating with the debugger!
- Been working on moving the fetching of sources from the debugger client to the debugger server. After talking with JimB yesterday, we realized that we need to change the protocol in a different way than we originally discussed and I originally implemented, so this probably won't land in 17 :(
- free text search across all scripts ready (and rebased, needs review)
- collapsed panels implementation done (one-button version, thanks shorlander)
- contributor Abhishek added shortcut tooltips across the debugger UI
- Breakpoints on Reload is off in Beta, fixed in Nightly, soon on Aurora
- Hoping to get Extensibility landed in Nightly before merge
- Same for Profiler Actors
- new crasher (784706), but already with a working patch
Paul:
- almost ready to land:
- Web Console new toolbar theme
- highlighter v3
- EventEmitter.jsm
- Mockup for DevTools.next: https://etherpad.mozilla.org/devtools-framework-v1-mockup
- Good progress on the "drawing layout regions" (bug 663778). Right direction, but will take time (want to help?)
- Mini-meetup went well, please see Paul's mockups
- We're sticking with a light theme for the 'content' part of our tools for now
- I'm about to land a ton of GCLI fixes
- We've got a plan for the next few weeks https://etherpad.mozilla.org/devtools-framework-plan
- End of GSoC.
- Started work on First Run Experience and Remote debugging
- Incorporating some of the UI changes as suggested by Brian
- autocompletion in scratchpad (Firefox 18)
- unicode in style editor
- started work on bug 774753 (sandbox bug)
- JSD2 adoption in progress
- Mostly analysing existing code
- Firebug 1.11a2 tomorrow
- Markup panel landing today (third day I've said that, this time I mean it)
- Need to fix the context menu and colors.
- Security Assessment work week last week
- Discussed devtools ideas - https://etherpad.mozilla.org/securityreport
- Hacked on getting some information (e.g. CSP) into paul's report thing
- Much fun was had by all.
- Also, been looking at Nick's work on 755661 (which is lovely)
- The User CSP GSoC project is complete; Tanvi says "The code is on github and can be found here: https://github.com/patilkr/userCSP and the documentation is here: https://wiki.mozilla.org/SummerOfCode/2012/UserCSP/Wiki."
Ask for updates on stuff here
Victor: Mike, I think jsbeautify needs an update, https://github.com/einars/js-beautify/commit/2b3b0fe526b0e5eaddebbb562e8c7ef224125803, if we're going to use it in the debugger
Calls to Action
Ask for help here
- Drawing layout regions (bug 663778): Right direction, but will take time (want to help?)
- Check out the Timeline addon - https://addons.mozilla.org/en-US/developers/addon/graphical-timeline/versions.
- Put the debugger through its paces, particularly breakpoints and reloads/navigations.
- Need to put column info in the web console
- Comment on Mockup for DevTools.next: https://etherpad.mozilla.org/devtools-framework-v1-mockup
Kevin's command line ProTip:
- install Customize Shortcuts and change the shortcut for the toolbar (I use cmd-D because I never use bookmarks :)