TPEGFX/2015-04-02

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1144012 - Wrap HAL code from HwcComposer2D
    • OOAD | WIP
    • Wrap Vsync related code into HwcHAL
    • Wrap TryHWComposition and Render
    • Fix ICS build error
  • C++11
    • study
    • For refactoring

Chiajung Hung

  • bug 1146214 - Refactor fence delivery to reduce ipc messages and code duplication
    • feedback
  • bug 1143064 - A simple cache for decision results during BuildDisplayList
    • study/debug
  • bug 1118139 - [FFOS7715 v2.1] [dolphin][Youtube video] 7715 FFOS shows black screen on launching some video, while audio can be heared while using Youtube app or Youtube site
    • feedback
  • BootAnimation
    • search for a better general solution for hwc compatible devices
    • search for a better stop timing.

Ethan Lin

  • bug 1146214 - Refactor fence delivery to reduce ipc messages and code duplication
    • r?
  • The flow of BuildContainerLayerFor
    • study

Jeremy Chen

  • bug 1139803 - (CopyPasteTest) Test case for selection utility bubble hide/show when scroll start/end
    • land
  • bug 1140625 - [Messages][Text Selection] Carets appear above the selection of a vcf file's text in the messages app
    • land | uplift b2g37
  • Clipboard Web API
    • study
    • test cross-app clipboard access on mobile devices
      • so far, only text/plain is supported
      • B2G on flame, Fennec on Android phone
    • check implementation progress - http://caniuse.com/#feat=clipboard
      • verify on chrome and firefox
    • ref:

Jerry

  • bug 1148718 - [Nexus5] The video preview is grey.
    • debug
    • The image data in ImageContainer is correct. Still investigating.
  • bug 1149480 - Enable b2g vsync refresh driver on android L device
    • debug
    • A lot of error message related to cpu-wake-up. Add more log in kernel and ni qcom.

Morris Tseng

  • bug 1147279 - The event region seems wrong if element becomes image layer.
    • r?
  • bug 1146831 - [Flame][Built-in&System Keyboard]Can't invoke the paste button.
    • land

Tingyu Lin

Peter Chang

  • bug 1144990 - Dump display items with class id and name
    • r?
  • bug 1127170 - Layer transaction spends more than 150ms when switch app
    • r-
    • gaia peer suggests to resize the icons instead of shift the text

Team

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)