TPEGFX/2015-01-29

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1121804 - [LayerScope] Add an option to enable/disable the copying and transmitting of texture data.
    • WIP

Chiajung Hung

  • bug 1091467 - [Video][dolphin][FFOS7715 v2.1] [performance] Playing video, changing-over landscape with portrait, the time cost more than flame & android.
    • Debug
    • Found the code path difference
  • bug 1121897 - Postpone or asynchronize getIconForSplash() to set browser frame src earlier
    • Debug/Study
    • Found a workaround for the case

Ethan Lin

  • bug 753010 - Add a NEON optimized blur method
    • land
  • bug 1125750 - Avoid reflows for overflow-x hidden or overflow-y hidden
    • f?
  • edit-mode performance
    • debug | study
  • fence transport
    • study

Jeremy Chen

  • bug 1110917 - [Text Selection] [Email] CCP menu does not display when selecting text in the body of an email while focus is on another field
    • uplifted to b2g37
  • bug 1120358 - [Text Selection] Selection carets does not update its position when selecting text in an unfocused content editable area
    • land
    • test case: r?
  • bug 1122805 - [Marketplace][Text Selection] User is able to select text from the listing of apps causing marketplace to become unresponsive and eventually crash.
    • Study

Jerry Shih

  • bug 1125030 - handle abort in PVsync.cpp in b2g-ics-debug emulator mochitest
    • r-
  • bug 1125999 - dom/svg/test/test_pathAnimInterpolation.xhtml test timeout
    • r+
    • use "compress" for vsync Notify() message for content.
    • need to do the same thing for parent side.
    • pass the try.

Morris Tseng

  • bug 1121353 - The touch event which is fired by TabParent::InjectTouchEvent does not go through APZC.
    • land
  • bug 1120750 - [Text Selection]Send out caret's position for the short cut mode
    • r+
  • bug 1119126 - [TextSelection] The paste icon overlaps keyboard if tapping caret quickly before keyboard shows up
    • r+
  • bug 1125419 - [Text Selection][Browser] The page scrolls down during text selection
    • r-

Tingyu Lin

Peter Chang

  • bug 1123179 - Email subject is not scrollable
    • r+
  • bug 1121335 Caret can't dragged in email compose view
    • land
  • Check performance when app switch
    • Found lots of time spent for homescreen painting when app switch

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)