DevTools/2011-05/19: Difference between revisions
< DevTools
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
* Firebug update | * Firebug update | ||
** 1.8 beta is coming | |||
** will keep compatibility with existing extensions as much as possible | |||
** mark obsolete APIs display a warning in the console panel whenever a deprecated API is used | |||
** debated about including some extensions with Firebug | |||
*** a better solution seems to be to use the "Swarm" feature started by John to load a bundle of connections | |||
*** might include EventBug extension at least | |||
** Tested SeaMonkey compatibility | |||
*** Only a couple of minor problems | |||
** Firebug modules are now loaded into an iframe rather than browser global scope | |||
*** not perfect yet, but close | |||
** the modules work is nearly done, but the reorganization needs to be finished | |||
** More progress on remoting/Browser Tools Interface | |||
* Debugger | * Debugger | ||
** remote protocol is limping along with thread-like actors | |||
** not tied into the UI yet | |||
** also working just on globals now | |||
** next step is getting it working with tabs | |||
** currently can stop at debugger statement and resume in global space | |||
** Mihai asked if you can set breakpoints at arbitrary points on a line | |||
*** dcamp says "eventually" | |||
* Web Console update | * Web Console update | ||
** Console repositioning (top request!) | ** Console repositioning (top request!) |
Revision as of 15:13, 19 May 2011
Meeting Details
- Thursday May 19, 2010 - 8:00am Pacific, 11:00am Eastern, 15:00 UTC
- 650-903-0800 or 650-215-1282 x92 Conf# 9364
- 1-800-707-2533 (pin 369) Conf# 9364 (US)
- #devtools on irc.mozilla.org for backchannel
Notices
- Firebug update
- 1.8 beta is coming
- will keep compatibility with existing extensions as much as possible
- mark obsolete APIs display a warning in the console panel whenever a deprecated API is used
- debated about including some extensions with Firebug
- a better solution seems to be to use the "Swarm" feature started by John to load a bundle of connections
- might include EventBug extension at least
- Tested SeaMonkey compatibility
- Only a couple of minor problems
- Firebug modules are now loaded into an iframe rather than browser global scope
- not perfect yet, but close
- the modules work is nearly done, but the reorganization needs to be finished
- More progress on remoting/Browser Tools Interface
- Debugger
- remote protocol is limping along with thread-like actors
- not tied into the UI yet
- also working just on globals now
- next step is getting it working with tabs
- currently can stop at debugger statement and resume in global space
- Mihai asked if you can set breakpoints at arbitrary points on a line
- dcamp says "eventually"
- Web Console update
- Console repositioning (top request!)
- Autocompletion popup
- video demo of the two new features
- yay Firefox 6
- Scratchpad update
- Highlighter update
- Command Line update
- Style Doctor:
- Quick demo video (14Mb WebM)
- Pages used in the video: demo and test
- Style Inspector
- Style Editor
- View source
- HTML Tree Editing