DevTools/Features/WebConsoleUpgrade: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{| class="fullwidth-table" |- | style="font-weight: bold; background: #DDD;" | Feature | style="font-weight: bold; background: #DDD;" | Status | style="font-weight: bold; backgro...")
 
No edit summary
Line 7: Line 7:
|-
|-
<section begin="status" />
<section begin="status" />
| [[DevTools/Features/WebConsoleUpgrade]]
| [[DevTools/Features/WebConsoleUpgrade|Web Console Improvements]]
| {{StatusHealthy|status=Bugs landing/in review}}
| {{StatusHealthy|status=Bugs landing/in review}}
| 2011-05-02
| 2011-05-15
| Kevin Dangoor
| Kevin Dangoor
<section end="status" />
<section end="status" />
Line 35: Line 35:
* David Dahl: lead developer (console service, repositioning console)
* David Dahl: lead developer (console service, repositioning console)
* Mihai Sucan: developer (autocompletion, other fixes)
* Mihai Sucan: developer (autocompletion, other fixes)
* Panos Astithas: developer
* Kevin Dangoor: PM
* Kevin Dangoor: PM



Revision as of 04:41, 29 April 2011

Feature Status ETA Owner
Web Console Improvements Bugs landing/in review 2011-05-15 Kevin Dangoor

Summary

We have a number of improvements to the Web Console that were developer at the end of the Firefox 4/5 cycle. The goal of this project is to get those features finished up and in the product.

The most common complaint about the Web Console during the Firefox 4 beta cycle is the inability to move the console around (people either want it in a separate window or at the bottom of the window).

We would also like to see some autocompletion improvements and ideally land the console service that would allow messages to queue up before the user opens the console.

Finally, we would like to continue to flesh out the "console" object that was introduced to web content in Firefox 4 and extended in Firefox 5.

Related Bugs & Dependencies

See the status page.

Team

  • David Dahl: lead developer (console service, repositioning console)
  • Mihai Sucan: developer (autocompletion, other fixes)
  • Panos Astithas: developer
  • Kevin Dangoor: PM

Non-Goals

  • We are not looking to integrate the Workspace or GCLI features into the console as part of this feature.

Cateogry:DevTools