TPEGFX/2014-11-20

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1100727 - [lollipop] Porting LL FrameBufferSurface to gonk
    • r+
  • bug 1098970 - [lollipop] Porting NativeWindow from LL to gonk
    • OOAP
  • bug 1098701 - [Silk] Gtest for project Silk
    • file

Chiajung Hung

  • bug 918984 Direct video stream texturing support on WebGL
    • Debug
    • Some DOM binding change makes it crash
  • Prepare presentation slide of Android BufferQueue

Ethan Lin

  • Learn debug tools: profile and systrace
  • Use try server to test commit
  • Study IPC between APP and B2G
  • Study Compositor and HwcComposer flow
    • HwcComposer prepares HwcList by certain criteria and sends to HwcDevice
    • BufferQequeue operations: dequeue, queue, acquire, release

Jerry Shih

  • bug 1092978 - Integrate refresh driver for silk
    • reviewing

Morris Tseng

  • bug 1092888 - [Text selection] Enable selection carets for non-editable fields on B2G and fix the existing test case failures
    • land
  • bug 1096169 - [Text Selection] Selection carets should become tilt once they overlap.
    • land
  • Refactoring Touch/Selection carets
    • wip
  • Sharing: Copy/Paste 101
    • Prepare slide.

Tingyu Lin

  • bug 1097094 - crash in DispatchScrollViewChangeEvent : Crash when viewing google.com search results.
    • land
  • bug 1096185 - [Text Selection] UI improvement: Adjust Caret shadow
    • r+
    • waiting for UX feedback
  • bug 1067728 - [Text Selection] Hide utility bubble after scrolling if the selected text is out of visible are
    • WIP

Peter Chang

  • bug 1098161 - [Text Selection]Trigger text dialog by long press when input filed is empty
    • WIP
  • bug 1090008 - [Text Selection]Refactor the TextDialog DOM event
    • r-
    • Confirmed with reviewer about the new name 'selectionstate' to replace original selectionchanges
  • Feedback Android L gfx porting

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)