Confirmed users
220
edits
(→Others) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Works On == | == Works On == | ||
* [[User:Shellylin/InputPort|InputPort API]] | |||
* Milti-tracks of media elements | |||
* TaskTracer | |||
* MediaEncoder | |||
* <strike>NPAPI on B2G</strike> | |||
== Study Notes == | == Study Notes == | ||
=== IPC === | === IPC === | ||
* [http://people.mozilla.org/~slin/graph/IPC-Creating-a-child-process.svg Creating a child process] (before Nuwa) | * [http://people.mozilla.org/~slin/graph/IPC-Creating-a-child-process.svg Creating a child process] (before Nuwa) | ||
* [https://dl.dropboxusercontent.com/u/2608927/IPC_Overview.html Gecko IPC Overview] (after Nuwa, | * [https://dl.dropboxusercontent.com/u/2608927/IPC_Overview.html Gecko IPC Overview] (after Nuwa, author: Cervastes) | ||
=== Media === | === Media === | ||
* [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 === | ||
Line 15: | Line 22: | ||
=== Others === | === Others === | ||
* [http://blog.kylehuey.com/post/85235994007/dom-object-reflection-how-does-it-work DOM Object Reflection: How does it work?] (author: khuey) | * [http://blog.kylehuey.com/post/85235994007/dom-object-reflection-how-does-it-work DOM Object Reflection: How does it work?] (author: khuey) | ||
* [http://benoitgirard.wordpress.com/2013/09/18/efficient-multi-process-profiling-on-b2g/ Efficient Multi-Process profiling on B2G] (author: Benoit) |