TPEGFX/2015-01-15

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1079755 - [LayerScope] Make different on the viewer for Layers composed by the hardware composer
    • OOAD
  • bug 1121804 - [LayerScope] Add an option to enable/disable the copying and transmitting of texture data.
    • file
  • bug 960380 - [LayerScope] Persist scoping data
    • land
  • bug 970797 - [LayerScope] One-click connection using firefox addon
    • land
  • bug 1108449 - crash in libxul.so@0x6ca03b | mozilla::layers::ImageHost::Lock()
    • land

Chiajung Hung

  • bug 1110625 - Minimize the overhead of app launch animation (~60ms)
    • Debug/Study
    • Use a gaia patch seems delay the cost
    • Enhance decoder part slightly seems helps (The enhance seems larger than expected)
    • Need further check paint part (The top one seems text render now)
  • Help debug L-porting camera issue
  • Help debug video tearing problem
  • PTO 1 day

Ethan Lin

  • bug 1118698 - Enable MOZ_USE_SYSTRACE will gets redefinition error
    • land
  • bug 1120294 - Use A8 format surface to store svg mask
    • land
  • bug 753010 - Add a NEON optimized blur method
    • wip

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
    • reopened - causing perma-failures on some gaia integration tests
    • Investigating
  • bug 1120358 - [Text Selection] Selection carets does not update its position when selecting text in an unfocused content editable area
    • r+

Jerry Shih

  • bug 1092978 - Integrate refresh driver
    • r- for handle nuwa cloning
    • refining.

Morris Tseng

  • bug 1118136 - [CopyPaste] Too many updateposition and scroll end event if there are several iframes.
    • land
  • bug 1121353 - The touch event which is fired by TabParent::InjectTouchEvent does not go through APZC.
    • f-
    • kats suggests another way to resolved the issue.

Tingyu Lin

Peter Chang

  • bug 1111433 - Close the text dialog when the focused content gets blur
    • land
  • bug 113524 Crash at nsDeviceContext::FindScreen
    • r+
  • bug 1121335 Caret can't dragged in email compose view
    • debug

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)