TPEGFX/2015-04-30

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1144012 - Wrap HwcDevice from HwcComposer2D
    • f-
    • Refine the patches and rebase them.
  • bug 1159592 - Refine preparing layer list and wrap HwcList from HwcComposer2D
    • file
  • bug 1159597 - Refine partial composition code in HwcComposer2D
    • file

Chiajung Hung

  • bug 1156140 - Choose different code path for boot animation based on device capability
    • checkin-needed
  • bug 1159997 - Use a tight dirty region/rect for PaintFrame
    • filed|debug
    • Discussed with thinker, and found some problem in origin approach
    • Try new implement

Ethan Lin

  • bug 1155498 - Use fd to keep android fence in FenceHandle
    • WIP
    • There is a link error of sync_merge.
  • bug 1053563 - Replace ::InitWith methods in TextureClient implemenations by static construction methods.
    • r?
  • bug 1125914 - Reuse TextureClient/TextureHost for video playback
    • study
  • ProcessDisplayItems study
    • Hoist item - bug 1147194 - [Cost Control] Settings page displays a black screen
    • writing some test html for case study

Jeremy Chen

  • bug 1159601 - Permaorange apps/system/test/marionette/text_selection_test.js | Text selection > without lockscreen check functionality copy and paste across all trees independent of merges
    • r?
  • bug 1159992 - Clicking revision number in gaia tree to open github link for PR patch is not working
    • file
  • Clipboard Web API survey
  • Push to try with custom gaia
    • modify $src/b2g/config/gaia.json to point to your repo [ref]
    • my script

Jerry Shih

  • bug 1155797 - N5-L vsync source problem
    • WIP
    • trace n5-l and flame-kk video driver
    • fix hwc vsync control for screen on/off
    • propose a mix mode vsync source(mix sw and hw)
    • note: dump call stack in kernel: just call dump_stack() function

Morris Tseng

  • bug 1156636 - Dragging a selection-caret starts panning at a large zoom-in scale
    • r+
  • bug 1151111 - Intermittent test_browserElement_oop_XFrameOptionsAllowFrom.html | uncaught exception - TypeError: invalid arguments at browserElement_XFrameOptionsAllowFrom.js:15
    • r?

Tingyu Lin

  • bug 1110039 - Refactor Touch/SelectionCarets as AccessibleCaret
    • r-
    • Addressing reviewer's comments.
  • bug 1158090 - Fix documentation for nsDisplayListBuilder constructor
    • land
  • bug 1068525 - [Text selection] Keep the size of AccessibleCarets during zooming
    • WIP

Peter Chang

  • feedback bug 1144012, 1155424, 1155797
  • bug 1160052 - Reduce overpainting of display items that are covered by other display items

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)