User:Shellylin: Difference between revisions
Jump to navigation
Jump to search
(→Media) |
|||
(14 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, 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 === | ||
* [[User:Shellylin/CSS Animations and Transitions|CSS Animations and Transitions]] | * [[User:Shellylin/CSS Animations and Transitions|CSS Animations and Transitions]] | ||
* [[User:Shellylin/Async Animations and OMTA|Async Animations and OMTA]] | * [[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) |
Latest revision as of 10:15, 15 August 2014
Works On
- InputPort API
- Milti-tracks of media elements
- TaskTracer
- MediaEncoder
NPAPI on B2G
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)