DevTools/2012-08-23: Difference between revisions
(Created page with "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<b>Details:</b><br | |||
/><ul><li> Thursdays at 10:00am Pacific, 1:00pm Eastern, 17:00 UTC</li | /><ul><li> Thursdays at 10:00am Pacific, 1:00pm Eastern, 17:00 UTC</li | ||
><li> 650-903-0800 or 650-215-1282 x92 Conf# 99459</li | ><li> 650-903-0800 or 650-215-1282 x92 Conf# 99459</li | ||
><li> 1-800-707-2533 (pin 369) Conf# 99459 (US) </li | ><li> 1-800-707-2533 (pin 369) Conf# 99459 (US) </li | ||
><li> Vidyo room link: | ><li> Vidyo room link: https://v.mozilla.com/flex.html?roomdirect.html&key=kJp7HpENLMjj</li | ||
><li> #devtools on irc.mozilla.org for backchannel <br/><br | ><li> #devtools on irc.mozilla.org for backchannel <br/><br | ||
/></li></ul | /></li></ul | ||
Line 40: | Line 33: | ||
><li>EventEmitter.jsm</li></ul | ><li>EventEmitter.jsm</li></ul | ||
></li | ></li | ||
><li>Mockup for DevTools.next: | ><li>Mockup for DevTools.next: https://etherpad.mozilla.org/devtools-framework-v1-mockup</li | ||
><li>Good progress on the "drawing layout regions" (bug 663778). Right direction, but will take time (want to help?)<br/><br | ><li>Good progress on the "drawing layout regions" (bug 663778). Right direction, but will take time (want to help?)<br/><br | ||
/></li></ul | /></li></ul | ||
Line 47: | Line 40: | ||
><li>We're sticking with a light theme for the 'content' part of our tools for now</li | ><li>We're sticking with a light theme for the 'content' part of our tools for now</li | ||
><li>I'm about to land a ton of GCLI fixes</li | ><li>I'm about to land a ton of GCLI fixes</li | ||
><li>We've got a plan for the next few weeks | ><li>We've got a plan for the next few weeks https://etherpad.mozilla.org/devtools-framework-plan<br/><br | ||
/></li></ul | /></li></ul | ||
>Optimizer (will miss the meeting today):<br | >Optimizer (will miss the meeting today):<br | ||
Line 70: | Line 63: | ||
>Security<br | >Security<br | ||
/><ul><li>Security Assessment work week last week</li | /><ul><li>Security Assessment work week last week</li | ||
><li>Discussed devtools ideas - | ><li>Discussed devtools ideas - https://etherpad.mozilla.org/securityreport</li | ||
><li>Hacked on getting some information (e.g. CSP) into paul's report thing</li | ><li>Hacked on getting some information (e.g. CSP) into paul's report thing</li | ||
><li>Much fun was had by all.</li | ><li>Much fun was had by all.</li | ||
><li>Also, been looking at Nick's work on 755661 (which is lovely)</li | ><li>Also, been looking at Nick's work on 755661 (which is lovely)</li | ||
><li>The User CSP GSoC project is complete; Tanvi says "The code is on github and can be found here: | ><li>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."<br/><br | ||
/></li></ul | /></li></ul | ||
><b>Requests for Information0</b><br | ><b>Requests for Information0</b><br | ||
/><i>Ask for updates on stuff here</i><br | /><i>Ask for updates on stuff here</i><br | ||
/><br | /><br | ||
/>Victor: Mike, I think jsbeautify needs an update, | />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<br | ||
/><br | /><br | ||
/><b>Calls to Action</b><br | /><b>Calls to Action</b><br | ||
/><i>Ask for help here</i><br | /><i>Ask for help here</i><br | ||
/><ul><li>Drawing layout regions (bug 663778): Right direction, but will take time (want to help?)</li | /><ul><li>Drawing layout regions (bug 663778): Right direction, but will take time (want to help?)</li | ||
><li>Check out the Timeline addon - | ><li>Check out the Timeline addon - https://addons.mozilla.org/en-US/developers/addon/graphical-timeline/versions.</li | ||
><li>Put the debugger through its paces, particularly breakpoints and reloads/navigations.</li | ><li>Put the debugger through its paces, particularly breakpoints and reloads/navigations.</li | ||
><li>Need to put column info in the web console</li | ><li>Need to put column info in the web console</li | ||
><li>Comment on Mockup for DevTools.next: | ><li>Comment on Mockup for DevTools.next: https://etherpad.mozilla.org/devtools-framework-v1-mockup<br/><br | ||
/></li></ul | /></li></ul | ||
><b>Text Updates</b><br | ><b>Text Updates</b><br | ||
Line 95: | Line 88: | ||
/><br/><br | /><br/><br | ||
/></li></ul | /></li></ul | ||
> | |||
Latest revision as of 17:39, 23 August 2012
Details:
- 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
Updates
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 :(
Victor
- 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
Debugger:
- 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?)
Joe:
- 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
Optimizer (will miss the meeting today):
- End of GSoC.
- Started work on First Run Experience and Remote debugging
- Incorporating some of the UI changes as suggested by Brian
espadrine:
- autocompletion in scratchpad (Firefox 18)
- unicode in style editor
- started work on bug 774753 (sandbox bug)
Honza:
- JSD2 adoption in progress
- Mostly analysing existing code
- Firebug 1.11a2 tomorrow
Dave:
- Markup panel landing today (third day I've said that, this time I mean it)
- Need to fix the context menu and colors.
Security
- 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."
Requests for Information0
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
Text Updates
Kevin's command line ProTip:
- install Customize Shortcuts and change the shortcut for the toolbar (I use cmd-D because I never use bookmarks :)