TPEPlatform/2014-07-17

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
1035045 [LayerScope] Send packets to the layerscope viewer by using google protocol buffer RESOLVED FIXED Boris Chiou [:boris]
984274 Intermittent test_sandbox_permission.html | Test timed out. RESOLVED FIXED Alfredo Yang (:alfredo)

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


Media

Randy Lin

  • bug 969205Intermittent test_bug495300.html | currentTime equals duration: owl.mp3
    • Debug, the mpr parser return the wrong duration of file and cause seek range wrong.
  • bug 1036770 [flame][webrtc] Compositor CPU usage is significantly higher when make the video call
    • Learn how to use DS-5 to find the performance issue, but no finding
    • Dump layer tree for benwa/sotaro to analysis.

Alfredo Yang

Alfredo Yang

  • bug 984274 - Intermittent test_sandbox_permission.html | Test timed out.
    • Landed.
  • bug 916643 - ImageCapture - Implement WebIDL and takePhoto()
    • Under reviewing.

John Lin

  • bug 960335 [User story] Crop an audio file to create a new ringtone
    • OOAD
    • digest comments in last attempt to implementation (bug 968109)
    • study related spec (media stream /web audio/media recording)
    • check what's still missing by trying to build a simple prototype with currently available APIs

JW Wang

  • TOEIC test - half day
  • bug 1036803 - SharedThreadPool::GetEventTarget should be made private
    • mentor bug
  • bug 902686 - Change manifest.js to use SpecialPowers.pushPrefEnv
    • review patch
  • bug 1021681 - Fix and re-enable test_played.html on B2G
    • debug
  • bug 1037423 - ALSA crash in AudioStream::Shutdown when seeking during playback
    • debug
  • bug 1033121 - Race in nsTimerEvent destructor
    • uplift to beta/aurora

Benjamin Chen

  • PTO 1 day
  • bug 1032652 - Have a way for MediaDecoderReader to read MediaResource in an unblocking / asynchronous fashion.
    • discuss for threading model
  • bug 1016265 - Refine the code for MediaRecorder::Session life-cycle.
    • landing again.

Platform

Steven Lee

  • bug 1016184 - [Touch Caret] Enable touch caret on B2G
    • Help TingYu to reproduce the crash problem which is introduced after bug 774388. Update the status on bug 1017781.
  • Help Andre on SpeechRecognition
  • take over media topics
  • interview

Chiahung Tai

  • Took TOEIC.
  • bug 938034 - [B2G] GetUserMedia can provide recording callback in media stream
    • WIP
    • Fix the hacky code(empty VideoSegment) which cause unnecessarily call to NotifyDirectConsumers. Also evaluate the solution of using multiple MediaStreamTrack. Address reviewer's comment. Debug start MediaRecoder second time will cause crash.

Tingyu Lin

  • bug 1016184 - [Touch Caret] Enable touch caret on B2G test cases and fix the existing test case failures
    • r-
    • Find the root cause of the display issue to touch caret.
  • bug 1021527 - [Touch Caret] Touch Caret becomes blurry after zoom in
    • land
    • Replace png caret image with svg. Bug remains open to investigate pinch-zooming issue.

Graphics

Peter Chang

  • bug 1023190 There is a horizontal line when drawing backgroud imag on flame 1.4 blocker
    • r+
    • Checking try server result
  • bug 1029230 another horizontal line caused by keyboard app 2.0 blocker
    • debug
    • Identify the line was related to the first row of keyboard app
    • Debug where the line came from

Morris Tseng

  • bug 987040 - Implement mozbrowserSelection
    • r+, sr+
    • Reviewers still have some security concern about implementation.
  • bug 1024966 - SelectionCarets::UpdateSelectionCarets should check whether the frame is null or not
    • L
  • bug 1024930 - [Text Selection] Text Highlighting color need to change to blue
    • r-
    • Check UX spec with Carol.
  • bug 1026431 - [Text Selection] Selection carets display as tilt mode when selectall.
    • r+

Jerry Shih

  • bug 987529 - Implement Vsync dispatch pipeline
    • OOAD | WIP
    • Rebase
    • Modify CompositorParent rendering timing with APZC for Project Silk.
  • bug 1035076 - Measure vsync event latency between VsyncDispatcher and other modules in Project Silk
    • WIP
    • Provide a patch to show the latency.

Chiajung Hung

  • bug 814524 - Make WebGLContext::TexImage2D avoid readback for video elements
    • landing
    • Fix formula to align other parts, land part 2
  • bug 1033098 - Intermittent runner.py | application crashed [@ mozilla::gl::GLBlitTextureImageHelper::BlitTextureImage(mozilla::gl::TextureImage*, nsIntRect const&, mozilla::gl::TextureImage*, nsIntRect const&)]
    • Debug
    • Read related code to find real cause

Solomon Chiou

  • PTO
  • bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
    • OOAD
    • Refined the design document based on Roc's comment
    • write the WIP and test program of new Image Layer for TV.
  • bug 1036800 - [woodduck] Camera app crashes after press 'home' while previewing.
    • debugging
    • WIP patch of YV12 format was sent to vendor, and co-work with them for checking other vendor-specific format.

Boris Chiou

  • bug 1035045 - [LayerScope] Send packets to the layerscope viewer by using google protocol buffer
    • r+ | land
  • bug 959118 - [LayerScope] Combine layer dump and layer scope
    • OOAD | WIP
    • Basic function is ok. Now I am trying to retrieve more layer information.
    • Need to refine the basic UI and to refactor the js code by jQuery.
  • bug 1030922 - Replace nsAutoPtr with UniquePtr in LayerScope.cpp
    • WIP
  • TOEIC

Manager

CJ Ku

  • bug 988765 - Reftest fails - reftests/marquee/166591-dynamic-1.html
    • r?
    • Use MozReftestInvalidate for this invalidation test.
  • bug 988763 - Reftest fails - layout/reftests/image-element/referenced-from-binding-01.html
  • bug 988759 - Reftest fails - reftests/dom/multipleinsertionpoints-ref2.xhtml
    • r?
    • skip XBL reftest on B2G
  • bug 1023879 - Intermittent TEST-UNEXPECTED-PASS | http://10.0.2.2:8888/tests/layout/reftests/bugs/844178.html | image comparison (==)
    • debug
    • Scrolling is not done in main thread. Try to align scrolling with MozReftestInvalidate to prevent this timing issue
  • bug 1023879 - Intermittent B2G TEST-UNEXPECTED-PASS | 928607-1.html | image comparison (==)
  • bug 1017517 - Intermittent B2G TEST-UNEXPECTED-PASS | css-ui-invalid/input/input-type-invalid.html | image comparison (==)
  • bug 988758 - Reftest fails - tests/layout/reftests/bugs/605138-1.html
    • fix
    • Dup of bug 1000722.