TPEGFX/2014-11-13: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 4: Line 4:


===Chiajung Hung===
===Chiajung Hung===
* {{Bug|880114}} - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
** backout
** Fix try fail on Android
* {{Bug|1094020}} - Remove the MOZ_WIDGET_GONK build flag for OverlayImage implementation
** WIP
** wait for clarifying which platform combination is needed
* {{Bug|1096632}} - crash in mozilla::WebGLContext::TexImageFromVideoElement(StrongGLenum<TexImageTargetDetails>, int, unsigned int, unsigned int, unsigned int, mozilla::dom::Element&)
** r?
** Add a sanity check in corresponding function
** This maybe a video element status related. Maybe read spec about ready state to check whether it is a readyState bug
* {{Bug|1086963}} - Gallery app launch latency is worse than Android on quad core device
** Try to enable DS-5 on Flame-kk


===Ethan Lin===
===Ethan Lin===

Revision as of 03:22, 12 November 2014

Weekly Report

Boris Chiou

Chiajung Hung

  • bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
    • backout
    • Fix try fail on Android
  • bug 1094020 - Remove the MOZ_WIDGET_GONK build flag for OverlayImage implementation
    • WIP
    • wait for clarifying which platform combination is needed
  • bug 1096632 - crash in mozilla::WebGLContext::TexImageFromVideoElement(StrongGLenum<TexImageTargetDetails>, int, unsigned int, unsigned int, unsigned int, mozilla::dom::Element&)
    • r?
    • Add a sanity check in corresponding function
    • This maybe a video element status related. Maybe read spec about ready state to check whether it is a readyState bug
  • bug 1086963 - Gallery app launch latency is worse than Android on quad core device
    • Try to enable DS-5 on Flame-kk

Ethan Lin

Jerry Shih

Morris Tseng

Tingyu Lin

  • bug 1073806 - Graphic defects when visiting SUMO mobile site -> Search Mozilla Support on B2G
    • debug
  • bug 1094607 - [Text selection] Move scroll observer logic to SelectionCarets
    • file | land
  • bug 1073457 - [Text selection] Selection carets does not work on browser with e10s
    • f+
  • bug 1092888 - [Text selection] Enable selection carets for non-editable fields on B2G and fix the existing test case failures
    • f

Peter Chang

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)