TPEPlatform/2014-04-17
Jump to navigation
Jump to search
Rule of Thumb
Status code:
- OOAD: In analysis or design phase.
- WIP: working on WIP patch.
- feedback?(f?): WIP is ready for feedback grant.
- feedback+(f+): Get positive feedback.
- review?(r?): patch is under review
- review+(r+): get review+ and ready to check-in
- land: patch check in.
- debug: Figure out the root cause of a bug/ try to repro that bug, etc...
- file: file a bug
- PTO: take personal leave
- study: Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
- presentation
- Write a personal blog, which is relative to work, such as articles on MozTech, or what you experience in a work week.
- WIKI/ MDN article writing.
- If you write a technical blog or anything relative to work, it's welcome to share it on weekly report.
- Do a presentation of technical topics
Media
Randy Lin
Alfredo Yang
John Lin
JW Wang
Benjamin Chen
Platform
Steven Lee
Phoebe Chang
Vincent Chen
- bug 922680 - [Tracking] Run b2g reftests out of process
- review(+)
- bug 981477 - Reenable over-skipped reftests
- review(+)
- bug 983489 - 983489: Crash on nsIAppStartup.quit()
- review(?)
- GLContext in CompositorOGL being released too early
- r+ then r- by Nicolas, suggest to call mCompositor->Destroy() explictly. Under testing in try
- bug 988132 - Crash after reftest is complete - See dependency tree for bug 988132
- Debug
- Fixed and r+ by Network/Vicamo
- help to regress
- bug 988132 - reftest crash due to sqlite calling ftruncate
- Debug
- Fixed and r+ by Jed
- Will help to regress
- One Performance issue study
- http://ie.microsoft.com/TEStdrive/Performance/MazeSolver/Default.html Chrome is about 2X faster than FF in Desktop and 10X faster on Nexus4
- Rewrite a simplify page and Chrome is 4X faster than FF in desktop.
Chiahung Tai
- bug 970725 - Adapt gUM capture resolution based on encoding resolution
- WIP
- Use |SetConfiguration|, then we can change perview resolution quickly. Trace how to use LoadManager in WebRTC.
- FX OS camera panorama design document.
- OOAD
- Write a wiki page(Camera Panorama Design) about FX OS camera panorama design. Write this proposal to make camera panorama adding into FX OS features backlog.
- PTO
- 0.5 day
Vincent Lin
- bug 987532 - (Silk) [meta] Project Butter on B2G
- WIP
- make Vsync notification off-main thread
- make synchronization between Input and Compositor
- review design document with Jerry
Tingyu Lin
- Study
- App Manager (for debugging system app)
- Keyboard app (trace code)
Graphics
Peter Chang
- bug 994590 black icon in homescreen app
- deubg
- the content buffer is valid and reupload the texture could fix the problem
- Try to bind texture to FBO and read pixel to check the data
- bug 970007 crash at bufferunrotated
- landed
- Correct the color format of cairo surface to fix crash at buffer unrotated
Morris Tseng
- bug 987718 - [Text Selection] Display selection caret based on touch caret
- WIP
- b2g set default css background-color to active state of input and textarea which confused user. remove this property.
- b2g send a mouse click when long tap ended which will cause selection collapse. Add some code to avoid this issue.
Jerry Shih
- bug 989847 - Handle webgl context lose/restore event for gallery edito
- land: 1.4, master
- debug: 1.3T
- The gallery webgl preview will become black after the context restore. The buffer content in texture client/host are correct. Need to check the gl texture buffer content and compositor DrawQuad flow.
- Project Butter
- Prepare sequence diagram for project butter flow.
Chiajung Hung
- bug 814524 Make WebGLContext::TexImage2D avoid readback for video elements
- V1, r-
- Refactoring
- bug 994889 [B2G][Tarako][Browser] Youtube vidoes are being stretched while playing
- Debug
Abel Lin
Boris Chiou
- bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
- OOAD
- Implement general function to generate EffectChain for (Image|Thebes|Color|Canvas)LayerComposite
- Send texture data to LayerScope tool from GLContext.
Solomon Chiou
- bug 976656 - crash in mozilla::gfx::DrawTargetCairo::CreateSourceSurfaceFromNativeSurface(mozilla::gfx::NativeSurface const&) const (edit)
- debug
- The bug has been set to resolved now, however the actual root cause is not clear. This bug probably not directly originated to the function CreateSourceSurfaceFromNativeSurface() itself. The potential root cause maybe dues to the stack overflow cause by BufferUnrotate() (bug#970007), which destried its return address.
- bug 995680 - Camera preview does not use hw composer
- debug
- The previewing of Camera app now using TiledThebeLayer, and it was improperly set to scrollable. Which results in the composition must be done by GPU.