User:Shellylin: Difference between revisions
Jump to navigation
Jump to search
(→Others) |
(→Media) |
||
Line 8: | Line 8: | ||
* [http://people.mozilla.org/~slin/graph/Dataflow_GetUserMedia.svg What gecko is doing when getUserMedia] | * [http://people.mozilla.org/~slin/graph/Dataflow_GetUserMedia.svg What gecko is doing when getUserMedia] | ||
* [http://people.mozilla.org/~slin/graph/Dataflow_MediaStreamGraph.svg An overview of what MediaStreamGraph is doing] | * [http://people.mozilla.org/~slin/graph/Dataflow_MediaStreamGraph.svg An overview of what MediaStreamGraph is doing] | ||
* [http://people.mozilla.org/~slin/graph/Dataflow_MediaRecorder.svg How MediaRecord works with MediaStreamGraph] | |||
=== Graphics and Layouts === | === Graphics and Layouts === |
Revision as of 07:17, 15 August 2014
Works On
Study Notes
IPC
- Creating a child process (before Nuwa)
- Gecko IPC Overview (after Nuwa, author: Cervastes)
Media
- What gecko is doing when getUserMedia
- An overview of what MediaStreamGraph is doing
- How MediaRecord works with MediaStreamGraph
Graphics and Layouts
Others
- DOM Object Reflection: How does it work? (author: khuey)
- Efficient Multi-Process profiling on B2G (author: Benoit)