TPEGFX/2014-10-23

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1049296 - [Stingray] Support OverlayImage in HWComposer2D
    • OOAD | WIP
    • Discuss about how to handle OverlayImage Layer on "Full HWC"/"Full GPU" composition cases
    • Handle Full GPU composition with OverlayImage Layer
    • Now, we don't handle partial HWC composition
  • bug 1086156 - Add overlayimage flag to libhwcomposer
    • file | WIP
    • Add HWC_OVERLAYIMAGE flag for HAL venders.
  • bug 1078157 - Automatic test for app launch time and loading time with silk
    • OOAD
    • Prepare the environment

Chiajung Hung

  • bug 1062475 - [Camera] Camera button highlight appears as a square.
    • landing
  • Demo app
    • More filter
    • UI works

Jerry Shih

  • Systrace label for layer transaction id.
  • Implement IPC and refresh driver for simple silk framework.
  • Try to pass the debug flag to show the layer position at compositor

Morris Tseng

  • bug 1048829 - [Text Selection] wrong rect position from gecko while clicking the last letter of context
    • r?
  • bug 1074736 - [Text Selection] Selection carets should consider multiple ranges selection
    • r+
    • Wrote marionette test
  • bug 1062735 - [Text Selection] Enabling non-editable fields support for selection caret
    • land
  • bug 1073318 - [Text Selection] Cannot cut/copy/paste/selectall after scrolling
    • WIP

Tingyu Lin

  • bug 1082486 - [Touch Caret] Make touch caret hide when its position is not in the area of the scrollport
    • land
  • bug 1060193 - Text selection caret appearing in wrong position in Settings - Lockscreen - Passcode
  • bug 1074736 - [Text Selection] Selection carets should consider multiple ranges selection
    • f
    • Feedback marionette tests by Morris
  • bug 1087190 - [Text selection] Add debug logs to SelectionCarets
    • f+

Peter Chang

  • bug 1065955 - [Text Selection]Filter the collapsed Selection change events
    • r?
  • bug 1067243 Selection carets remain after leaving address bar editing mode
    • land
  • bug 1068461 can't trigger selection carets in rocket bar
    • land

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)