DevTools/Graphical Timeline v1: Difference between revisions

Line 5: Line 5:
== Introduction ==
== Introduction ==


Graphical Timeline is a new and interesting way of debugging in Firefox. It visually displays the events happening in your browser in real-time that may originate from any number of different data sources. For each source, a Producer watches, extracts and creates data based on the underlying Component. That data is then sent to the Data Sink which maintains this data for retrieval and display by the Timeline User Interface.
Graphical Timeline is a new and interesting way of debugging in Firefox. It visually displays the events happening in your browser in real-time that may originate from any number of different data sources. For each source, a Producer watches, extracts and creates data based on the underlying Component. These data are then sent to the Data Sink which retains them for retrieval and display by the Timeline User Interface.


== Producers ==
== Producers ==
42

edits