TPEGFX/2014-08-14

From MozillaWiki
Jump to navigation Jump to search

Weekly Report

Boris Chiou

  • bug 987527 - Register Vsync monitor to HWComposer
    • f+ | r?
    • Wait for mwu's review after he checks Bug 1048667
  • bug 1049296 - [Stingray] Support OverlayImage in HWComposer2D
    • OOAD | WIP
    • Depend on Bug 1002823 and partners' APIs
    • Basic version, only handle without HWC_FRAMEBUFFER
    • Still need to discuss the implementation details.
  • bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
    • f
    • Give feedback to fix the initial values
  • bug 1040651 - [LayerScope] Add a "LayerScope" option in "Settings -> Developer"
    • study
    • This is a gaia bug, so I should figure out how to fix it.

Chiajung Hung

  • bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
    • r?/f+
    • Switch to new ImageClient/ImageHost architecture
  • bug 1032180 - [dolphin]No boot animation when restart the phone
    • r+/WIP
    • Searching a way for better stop animation

Jerry Shih

  • bug 1048667 - Implement Vsync dispatch framework
    • R?
    • Split the VsyncDispatcher into VsyncDispatcherHost and VsyncDispatcherClient.
    • Change the VsyncDispatcher* life cycle.
  • bug 987529 - Integrate vsync dispatcher on B2G
    • WIP
    • Rewrite vsync-aligned refresh driver

Morris Tseng

  • bug 1046498 - [Text Selection] Selection carets is jumpy when dragging caret.
    • land
  • bug 1046505 - [Text Selection] Implement temporary shortcut for utility bubble.
    • r?
    • Patch is ready for gaia.
  • bug 1020802 - [Text Selection] Hide utility bubble when user dragging the selectioncarets handle
    • land
    • Wait for gaia landed.
  • bug 1052246 - [Text Selection] Position of utility bubble is wrong in b2g desktop
    • filed, r+
  • bug 1050468 - [Camera] black boxes appear in camera app
    • debug
    • Tiling causes this bug.
  • bug 1050095 - [Text Selection] Prevent generate too much unwanted event when calling SelectionCarets::SelectWord.
    • land

Tingyu Lin

  • bug 1016184 - [Touch Caret] Enable touch caret on B2G test cases and fix the existing test case failures
    • debug
    • Backout due to ramdomly timeout on Gip on B2G Desktop OS X Opt. bug 1046635
  • bug 1050163 - bzpost should prompt for password for a few times if user types wrong password
    • file
  • bug 1050090 - Slave loan request for a talos-mtnlion-r5 machine
  • bug 1049263 - Improve ccache stats reporting
    • r+
  • bug 1046732 - [Touch Caret] TouchCaret.cpp compares WidgetEvent::message and NS_WHEEL_EVENT_START
    • land

Solomon Chiou

Peter Chang

  • bug 1020801 show/hide the bubble of copy n paste during scrolling
  • r-
    • Based on reviewer comment to check scroll notifcation flow with/without apz
  • bug 1038500 lockscreen unlock performance
    • debug
    • help to confirm unlock animation hit the OMTA path

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)