TPEGFX/2014-10-02

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 987529 - Integrate vsync dispatcher on B2G
    • OOAD | WIP
    • Fix input integration according to the new framework.
  • bug 1048667 - Implement Vsync dispatch framework
    • OOAD | WIP
    • Rename/Revise register()/unregister() APIs
  • bug 1043822 - Support SW Vsync and combine it with HW Vsync
    • OOAD | WIP
    • Refine the SW timer and measure
    • Test Vsync events on flame-kk

Chiajung Hung

  • bug 1072830 - [LockScreen][Flame][KK] After unlocking with passcode, the secure camera icon would become square while fading out
    • Debug
  • bug 952539 - WebGL should support efficiently uploading a subrect of a canvas to a texture
    • WIP
    • Fix affected WebGL comformance test

Jerry Shih

  • bug 987529 - Integrate vsync dispatcher on B2G
    • OOAD | WIP
    • Compositor and RefreshDriver should use the timestamp passing from Hwc.
  • bug 1048667 - Implement Vsync dispatch framework
    • OOAD | WIP
    • Construct mozilla::TimeStamp from Hwc's vsync timestamp
    • Test vsync interval uniformity on flame-kk device
  • bug 1074521 - B2G: Status Bar transition has shows some leftovers
    • Debug
    • System notification has two layer. They are in different rect size and use different type of animaiton, so it might have animation sync problem.

Morris Tseng

  • bug 1062735 - [Text Selection] Enabling non-editable fields support for selection caret
    • r?
  • bug 1074736 - [Text Selection] Selection carets should consider multiple ranges selection
    • f?
  • bug 1062468 - [video/audio] When playing a video on Dailymotion, the video will display a black screen
    • debug
    • Height of viewport frame is very large when switch to fullscreen. Try to figure out why this happened.

Tingyu Lin

  • bug 1070851 - [Touch Caret] Make touch caret respect argument 'withCaret' of snapshotWindow()
    • file | land
  • bug 1072769 - [Touch Caret] Touch caret does not show when focusing an input already contains value
    • r-
  • bug 1060193 - Text selection caret appearing in wrong position in Settings - Lockscreen - Passcode
    • debug

Peter Chang

  • bug 1067243 Selection carets remain after leaving address bar editing mode
    • r?
  • bug 1068461 can't trigger selection carets in rocket bar
    • WIP
    • WIP works now, prepare the patch for review
  • bug 1075077 - Crash during YUV to RGB conversion from GrallocImage::GetAsSourceSurface() on FxOS v2.1
    • debug

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)