TPEPlatform/2014-06-19
Jump to navigation
Jump to search
Full Query
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 |
---|---|---|---|---|
1003893 | crash in imgFrame::~imgFrame() | VERIFIED | FIXED | Boris Chiou [:boris] |
1 Total; 0 Open (0%); 0 Resolved (0%); 1 Verified (100%);
Media
Randy Lin
Alfredo Yang
John Lin
- Business trip: MAE 2014 at Shanghai.
- bug 1024357 No video in H.264 video calls between Open C & Firefox on Windows.
- Try to reproduce.
- Check captured bitstream from reporter - looks like Firefox used for testing is out-of-date.
- Study latest systrace tool.
- Study Android Camera HAL v3.
JW Wang
Benjamin Chen
- PTO one day
- bug 969372 - Intermittent | test_mediarecorder_record_no_timeslice.html | Test timed out.
- r+, landing
- bug 962878 - Fix bugs & re-enable test_mediarecorder_record_4ch_audiocontext.html on emulators
- wip patch, f+
- bug 1015856 - [MediaEncoder::GTest] Testcase for bug 970774, WebM aspect ratio.
- r-, still have overflow bugs.
- bug 1016265 - Refine the code for MediaRecorder::Session life-cycle.
- debugging
Platform
Steven Lee
Boris Chiou
Chiahung Tai
- GSMA MAE
- Go to Shanghai for GSMA MAE
- Team Building
- One day for team building
- bug 969312 - [MediaEncoder] Support data from GonkCameraSource in HW video recording path.
- study|WIP
- Study spec of getUserMedia and MediaStream.
- Write an debug webapp for controling MediaStream.(Like disable and enable MediaStreamTrack/MediaStream)
Tingyu Lin
- bug 962645 - Action chains only handle one press->release chain
- land
- bug 1020261 - [Touch Caret] Enable touch caret sanity test on B2G
- file | land
- Depends on bug 962645.
- bug 1019441 - [Text Selection] Text Selection sanity test
- land
- Test cases failed on Windows browser. Track by bug 1024848.
- bug 1024848 - Enable selection carets sanity test on Windows browser
- file | land
- Team Building @ 6/16
- One day
Graphics
Peter Chang
- bug 846421 support snapshot for nested remote mozbrowser content
- WIP
- Fix the frame without status bar issue, prepare the draft patch for review
- bug 987040 - Implement mozbrowserSelection
- r+, r?
- Update to reviewer's comment.
- Write mochitest for this api. test case is r+.
Jerry Shih
- bug 987529 - Implement Vsync dispatch pipeline
- OOAD | WIP
- Sync implementation detail with Mason
- bug 998916 - Defer the webgl context restore until the app becomes foreground
- r+
- Try failed at MOZ_ASSERT checking. Request needinfo again.
- bug 1015852 - crash at GLContextProviderEGL::CreateForWindow in dolphin monkey test
- debug
- Waiting for adb log from vender.
Chiajung Hung
- bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
- r-
- Fixing review comment
- bug 918984 - Direct video stream texturing support on WebGL
- f?
- Working draft uploaded. Wait for feedback.
Solomon Chiou
Manager
CJ Ku
- bug 1000722 - Many B2G reftests fail after enabling OOP, because partial drawWindow calls are drawing too small an area
- debug|r+
- We skip many reftest because of this bug.
- Default css of iframe causes capture on wrong region.
- Team Building
- One day
- bug 987529 - Implement Vsync dispatch pipeline
- OOAD
- Sync up status with Jerry.
- bug 1027116 - [reftest-analyzer] reftest-analyzer is not able to parse TEST-UNEXPECTED-PASS log correctly
- file
- There are still many bugs in this tool. I am going to improve it.