TPEPlatform/2013-10-31: Difference between revisions
Jump to navigation
Jump to search
(→Media) |
|||
| Line 34: | Line 34: | ||
* CSS transform and layout study / Peter | * CSS transform and layout study / Peter | ||
* {{Bug|709490}} - Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris | |||
** solved a problem that WorkerCanvas and WebGLContext didn't got collected | |||
** try to solve cross-thread race condition problem(WIP) | |||
==Input== | ==Input== | ||
Revision as of 07:14, 31 October 2013
Media
GetUserMedia
- bug 926289 - Add app/page info in recording-status event \ SC
- all r+'ed and landed on m-c and m-a.
- bug 898949 - [B2G gedio] Implement SpeakerManager API
https://wiki.mozilla.org/WebAPI/SpeakerManagertUserMedia] Display front/back camera list on permission prompt \ SC
- add options/choices for PermissionRequest, discussing the final gecko/gaia interface
- submitted v1 patch and waiting for @khuey, @fabrice, and @jesup's review.
Media Recording
- bug 879669 - Support Video Encoder module in MediaEncoder framewrok \rlin
- WIP
- bug 919905 Media Recording - Refactor encoder architecture to support the video encoder module \rlin
- landed
- bug 854753 [B2G][Audio] Implement SpeakerManager API
- https://wiki.mozilla.org/WebAPI/SpeakerManager
- Will provide patch this week.
Streaming Media
Graphic
- bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry
- Check layout pre-render condition.
- Modify homescreen gaia code to achieve pre-render
- bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping / Peter
- Able to enable pre-render on homescreen
- bug 915783 - [B2G][Browser][PDF]Graphical fragmentation occurs when viewing a pdf via browser /Peter
- Landed
- bug 925444 - ImageLayer should honor hwc releaseFenceFd /Peter
- study fence based on Android JB 4.3
- CSS transform and layout study / Peter
- bug 709490 - Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris
- solved a problem that WorkerCanvas and WebGLContext didn't got collected
- try to solve cross-thread race condition problem(WIP)
Input
Touch Selection
Copy & Paste
- effort estimation on implementing copy&paste on Firefox OS \ SC
- need to provide a clipboard service for Firefox OS, cannot leverage Android clipboard because it's in Java layer.
- should be extended from nsBaseClipboard
Stability
Free Agent
Study
- Layout - Anonymous content creation for UI Widget / SC