Confirmed users
220
edits
(19 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 === | ||
* [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, author: Cervastes) | |||
=== Media === | |||
* [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_MediaRecorder.svg How MediaRecord works with MediaStreamGraph] | |||
=== Graphics and Layouts === | |||
* [[User:Shellylin/CSS Animations and Transitions|CSS Animations and Transitions]] | |||
* [[User:Shellylin/Async Animations and OMTA|Async Animations and OMTA]] | |||
=== Others === | |||
* [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) |