TPEPlatform/2014-05-29
Rule of Thumb
Status code:
- OOAD: In analysis or design phase.
- WIP: working on WIP patch.
- feedback(f): feedback a patch
- feedback?(f?): WIP is ready for feedback grant.
- feedback+(f+): Get positive feedback.
- feedback-(f-): Get negative feedback.
- review(r): review a patch.
- review?(r?): patch is under review
- review+(r+): get review+ and ready to check-in
- review-(r-): get negative review feedback. Fix problems and switch back to r? again.
- 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
- interview(I)
- 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
Status code combination rule
Combine status code with "|". For example
** OOAD|WIP
Which means you work on both OOAD and WIP in the last week.
land status code
If your patch is target for specific branch, instead of central, postfix branch version. For exp
** land(1.4)
Summary
Status changed by this week
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Bugs which are fixed by this week
ID | Summary | Status | Resolution | Assigned to |
---|---|---|---|---|
987251 | Child process crash on shutdown | application crashed [@ 0x0] [@ egl_window_surface_t::~egl_window_surface_t] [@ GLContextEGL::~GLContextEGL] | RESOLVED | WORKSFORME | Vincent Chen [:vichen] |
974922 | Avoid memory copy in VideoCaptureImpl::IncomingFrame | RESOLVED | WONTFIX | Chia-hung Tai [:ctai :ctai_mozilla :cht] |
2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);
Media
Randy Lin
Alfredo Yang
John Lin
JW Wang
Benjamin Chen
- bug 951040 - [MediaEncoder::GTest] Implement unit test of WebM 1.0 container writer
- r+, Landing.
- bug 969372 - Intermittent | test_mediarecorder_record_no_timeslice.html | Test timed out.
- WIP f-, refine the reference between MediaRecorder and Session.
- bug 1014393 - [MediaRecorder] Handle non monotonically increasing timestamp in WebM muxer.
- WIP
- bug 987568 - Refine the encoder codec selection in MediaEncoder::CreateEncoder
- WIP, f-
Platform
Steven Lee
Phoebe Chang
Vincent Chen
Chiahung Tai
- bug 974922 - Avoid memory copy in VideoCaptureImpl::IncomingFrame
- RESOLVED WONTFIX
- Try to enable SysTrace in webrtc. After analysis the result of systrace, looks like the memory copy is not the bottleneck. It takes about 0.2ms in flame on QVGA.
- bug 1015860 - [B2G] We can't use systrace style Gecko Profiler in content process.
- r+
- Fix systrace style Gecko Profiler can not show content process information in Android 4.3 above. Also fix the original build-break in JB when we enable the flag MOZ_USE_SYSTRACE(This build-break happened before my patch).
Vincent Lin
Tingyu Lin
- bug 960897 - [Touch Caret] Touch caret sanity test
- study
- Block by bug 1016147
- bug 1016147 - marionette HTMLElement.send_keys() doesn't insert text after the caret position
- file | R?
Graphics
Peter Chang
Morris Tseng
- bug 987718 - [Text Selection] Display selection caret based on touch caret
- r+
- All r+, now blocked by test case
- bug 987040 - Implement mozbrowserSelection
- f-
- Discussed with Ehsan for implementation detail.
- Use controllers to do cut/copy/paste/selectall action.
Jerry Shih
- bug 987529 - Implement Vsync dispatch pipeline
- OOAD, WIP
- Use a monitor to wait b2g main thread's input module updated.
- Reduce PVsyncEvent ipc and VsyncDispatcher thread number. PVsyncEventChild will use the content process's main thread.
- bug 998916 - Defer the webgl context restore until the app becomes foreground
- r?
- rebase with bug 980178.
Chiajung Hung
- bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
- f+
- fix based on feedback
- bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
- WIP
- fix based on feedback
- debug on new codebase
- bug 1011017 - Certain WebGL operations take disproportionally long time compared to other platforms.
- Debug
- Some problematic spot recognized, both of them have corresponding bugs
Boris Chiou
- bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
- WIP | F+
- Patch 1 needs to be refactored.
- Patch 2 still needs some revisions.
- bug 1003893 - crash in imgFrame::~imgFrame()
- debug
- Find the root cause (Poison memory problem)
- Looks like ~FrameSequence() or ~imgFrame() is called twice.
- PTO
- 0.5 day (Health Examination)
Solomon Chiou
- bug 1017389 [Flame] Unable to use full HW composition in most of use case
- debug
- Flame seems difficult to do full HW composition at most of time, which are expect to be use full HW compostion. There seems to be 2 reasons: one is the layer contains CanvasLayer/ThebesLayer which cannot be composited somehome.
- Another reason is the HWC HAL library complains about insufficient pipes(resource need to perform overlaying). The vendor said this should not happen, and I am checking with the vendor to provide more debugging information
- bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
- OOAD
- Prepare slide for the vendor's visit.
- bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion.
- OOAD
- discuss and check the replacement of Gralloc::GetAsSourceSurface, with the conversion work in bug#880114
- check potential ways to remove vendor prorietary color format from GrlalocTextureHost
Manager
CJ Ku
- PTO
- 1 day
- bug 987568 - Refine the encoder codec selection in MediaEncoder::CreateEncoder
- feedback
- Logic of codec creation in MIMETypeEncoderMap::find is not quite right.
- bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion
- OOAD
- Have a meeting to discuss with Solomon/Chiajung and Peter to go through use cases.
- bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
- feedback
- bug 931733 depends on bug 880114
- bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
- feedback
- bug 880114 depends on bug 814524
- bug 951040 - [MediaEncoder::GTest] Implement unit test of WebM 1.0 container writer
- feedback
- File two follow up bugs: bug 1015856 && bug 1015854.