TPEPlatform/2014-05-01

From MozillaWiki
Jump to navigation Jump to 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(L): patch check in.
  • debug(D): Figure out the root cause of a bug/ try to repro that bug, etc...
  • file(F): file a bug
  • PTO: take personal leave
  • study(S): Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
  • interview(I): NEW!!
  • presentation(P)
    • 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 in this work week

No results.

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

Bugs which are fixed in this week

Full Query
ID Summary Status Resolution Assigned to
999902 [Flatfish] Failed to build Flatfish, error: 'class android::GonkNativeWindowClient' has no member named 'getIGraphicBufferProducer' RESOLVED FIXED John Lin [:jhlin][:jolin]
990908 [RTSP] Video app crash at android::OMXCodec::read when opening RTSP streaming RESOLVED FIXED Benjamin Chen [:bechen]
911046 WebRTC OmxCodec coding path support RESOLVED FIXED John Lin [:jhlin][:jolin]
1002402 Support RTP H.264 input data in WebRTC OMX decoder. RESOLVED FIXED John Lin [:jhlin][:jolin]
999364 [Media Recorder] Fix the cluster length for WebM. RESOLVED FIXED Benjamin Chen [:bechen]

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


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
    • R+
    • Prepare to land, do regress test on try
  • bug 981477 - Reenable over-skipped reftests
    • R+
    • Prepare to land, do regress test on try
  • bug 983489 - 983489: Crash on nsIAppStartup.quit()
    • R?
    • Prepare to review, do regress test on try
  • bug 998232 2D Transform is slow
    • D
    • It's slow in 2D transform: translate(x, y)

Chiahung Tai

  • bug 970725 - Adapt gUM capture resolution based on encoding resolution
    • WIP
    • Write a WIP patch for adapting camera preview based on encoding resolution. Add a function |VideoQMSettingsChanged| into ViEEncoderObserver to notify the resolution changed to VideoConduit. Also let VideoConduit can get the WindowID and use the WindowID to get the MediaStreamListener to change the camera preview resolution.
  • PTO
    • 0.5 day.

Vincent Lin

Tingyu Lin

  • bug 995847 - mach should accept "--help" as well as a top-level "help" command
    • R?
  • bug 1001348 - Debugger show [no source] when debugging built-in apps in App Manager
    • file

Graphics

Peter Chang

Morris Tseng

Jerry Shih

  • bug 998916 - Defer the webgl context restore until the app becomes foreground
    • WIP
    • Fix webglext loseContext() implement
  • bug 993019 - [Camera] [Gallery] orientation response is slow after launching from Camera app
    • review+
    • Handle rotation for oop. Only fix the visual problem.
    • Wait feedback for try failed backout

Chiajung Hung

  • bug 959089 - Separate GrallocBuffer allocations from Compositor thread
    • land
    • Rebase for landing => backed out
    • Fix leak and debug build fail => rebase => landing
  • bug 997367 - Crash in mozilla::layers::CrossProcessCompositorParent::GetCompositionManager
    • OOAD
    • Help debugging the assertion
  • Gfx study group presentation.
    • study

Boris Chiou

  • bug 975346 - [LayerScope] LayerScope is not work while HWC is chosen
    • OOAD | WIP
    • Trace GL related code (ReadTexImageHelper)
    • Implement graphicBuffer lock mechanism. Now, some layers have alignment problems, and the layerscope crashes while playing a video layer. I am trying to figure out the root cause.
  • bug 999935 - [Leo][MMS] Screenshot taken (2D Canvas) while attaching an image (drawn on 3D Canvas) from Gallery cropper is shown black
    • debug
    • Setup a leo device (with branch v1.4). Try to reproduce this bug. However, I can not reproduce it with the same environment.

Solomon Chiou