Firefox/Projects/Console: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 22: Line 22:
*'''Project Lead''': robc
*'''Project Lead''': robc


== Designs ==
== Designs ==


[[File:Console Mockup.png|640px|thumb|left|initial Console mockup, courtesy Johnathan Nightingale]]


== Goals/Use Cases  ==
== Goals/Use Cases  ==

Revision as of 19:59, 16 November 2009

Summary

Create an interactive Console to help web developers understand everything that happens during the creation of a web-page. Console entries will be time-stamped objects representing errors, network traffic, javascript events, DOM/HTML mutation and logging output. The Console will also have an interactive command line for evaluating javascript against the current webpage and an interactive Workspace window for entering and evaluating larger blocks of code.

For web-developers, the Console should include a logging API and a richer interactive environment for executing live javascript against the active webpage.

The Console should fully-replace the existing Error Console window.

Current Status

We are in the scoping stage. Expect to create prototypes shortly.

Next Steps

  • Design discussion and mockups (robc, johnath, limi)

Related Bugs

Team

  • Project Lead: robc

Designs

initial Console mockup, courtesy Johnathan Nightingale

Goals/Use Cases

  • Replace Error Console
  • Provide rich logging experience for web developers

Non Goals

  • chrome manipulation