Firefox/Projects/Console: Difference between revisions

Jump to navigation Jump to search
Line 2: Line 2:


== Interactive Console, 'HeadsUpDisplay' ==
== Interactive Console, 'HeadsUpDisplay' ==
NOTE: the "HeadsUpDisplay" moniker is going away soon for L10N reasons among others.


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.  
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.  
Line 7: Line 9:
For web-developers, the Console should include a logging API and a richer interactive environment for executing live javascript against the active webpage.  
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.  
The Console should fully-replace the existing Error Console window.


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

edits

Navigation menu