TPEPlatform/2014-06-12

From MozillaWiki
Jump to: navigation, search

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

Full Query
ID Summary Status Resolution Assigned to
608634 Intermittent test_error_in_video_document.html | Network state - got 2, expected 0 | Error object - didn't expect null, but got it RESOLVED FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht]
1021429 [emulator][camera] Camera HAL for ICS emulator is unstable and causing gUM test case timeout RESOLVED FIXED Alfredo Yang (:alfredo)

2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);


Media

Randy Lin

  • bug 1011149 - Video freezes when audio track is disabled on remote stream.
    • R+, Check-in needed.
    • Solution is correcting the wrong buffer duration calculation of the resampler.
  • bug 1012936 WebRTC audio on Flame broken up in calls
    • OOAD
    • Found opensl_rec_thread's cpu usage is high and audio buffer overrun. Discuss with jesup, I will try to increase the PCM buffer on the recording audio path.

Alfredo Yang

  • bug 916643 - ImageCapture - Implement WebIDL and takePhoto()
    • architecture design, WIP

John Lin

  • GSMA MAE
    • Go to Shanghai for GSMA MAE

JW Wang

  • bug 1020538 - Fix and re-enable test_playback_rate.html
    • debug
    • fix position calculation algorithm in MediaDecoderStateMahine and AudioStream
  • bug 1002804 - GTest for MediaTaskQueue
    • review code of French interns

Benjamin Chen

  • bug 969372 - Intermittent | test_mediarecorder_record_no_timeslice.html | Test timed out
    • f-, follow by roc's comment to listen document's status change.
  • bug 1015856 - [MediaEncoder::GTest] Testcase for bug 970774, WebM aspect ratio
    • r-, due to overflow bugs.
  • bug 987568 - Refine the encoder codec selection in MediaEncoder::CreateEncoder
    • f?

Platform

Steven Lee

  • bug 1016184 - [Touch Caret]enable touch caret on B2G
    • debug
    • found the failure cause of test cases but ehsan wants to change the UX behavior.
  • bug 1020725 - [Text Selection] Enable text selection on B2G
    • debug
    • Tracing the failure cause of test cases
  • bug 1003893 - crash in imgFrame::~imgFrame()
    • feedback and discuss
  • Help jesup to profile webrtc

Chiahung Tai

  • bug 969312 - [MediaEncoder] Support data from GonkCameraSource in HW video recording path.
    • Study
    • Study spec of getUserMedia and MediaStream.
  • GSMA MAE
    • Go to Shanghai for GSMA MAE

Tingyu Lin

  • bug 960897 - [Touch Caret] Touch caret sanity test
    • r+ | land
    • Backout due to intermittent test failures. Enlarge touch caret expiration time, and landed.
  • bug 1020261 - [Touch Caret] Enable touch caret sanity test on B2G
    • file | r+
    • Touch caret cannot recognize touch event id synthesized by marionette. Need to fix TouchCaret.cpp.
  • bug 1019441 - [Text Selection] Text Selection sanity test
    • r+
  • bug 1020874 - Add optional parameters x and y to Action.long_press()
    • file | land

Boris Chiou

  • bug 1003893 - crash in imgFrame::~imgFrame()
    • f+ | r?
    • Dispatch nsRefPtr<RasterImage> to the main thread to make sure it is thread-safe.
  • bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
    • WIP
    • Refactor patch 1 (make it more concise)
    • Revise patch 2 (minor change).

Graphics

Peter Chang

  • bug 846421 support snapshot for nested remote mozbrowser content
    • debug
    • WIP works for NFC UI but it has some side effects.
  • feedback/review bug 1003893/880114/931733

Morris Tseng

  • bug 987718 - [Text Selection] Display selection caret based on touch caret
    • L
  • bug 987040 - Implement mozbrowserSelection
    • f+, r?
    • Implemented using Ehsan's suggestion.
    • Write mochitest for this api

Jerry Shih

  • GSMA MAE
    • Go to Shanghai for GSMA MAE

Chiajung Hung

  • bug 1012961 - ABORT: Invalid SurfaceDescriptor passed in: file gfx/layers/opengl/GrallocTextureHost.cpp, line 292
    • r+
  • bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
    • r?
    • Fix Mac
  • bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
    • f-
    • refactoring...
  • bug 918984 - Direct video stream texturing support on WebGL
    • WIP
    • upload a build pass not work yet patch to ask Jeff,Dan for feedback
  • PTO

Solomon Chiou

  • PTO: 1 day
  • bug 1017389 - [Flame] Unable to use full HW composition in most of use case
    • debug
    • checking another problem that mentioned by Sotaro, which is running a demo program - CrystalSkull in full screen mode, also cannot use full HWC.
  • bug 931733 - Ease vendor porting of HAL_PIXEL_FORMAT_XXX for color format conversion
    • WIP
    • uploaded patch to gather comment for improvement.
  • Woodduck porting
    • debug
    • The initital problem is the device cannot boot in to home screen, and always stay on boot animation. We can see the PCompositorChild sent transaction constructor to the compositor, however the PCompositorParent didn't receive any message from child. Due the vendor modified the source code of bionic, espicially the pthread implementation, it results a lots of threads(not only graphic) pending on the waiting funciton. I am co-working with CE team to clarify if this the initial problem indeed relative to graphics.
  • Vixen porting
    • debug
    • The device sometimes crashes while booting. Checking the HWC library to see if the fence operation has problems.

Manager

CJ Ku