TPEGFX/2014-11-13

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1091166 - [Color Filter] When enabling the color filter, a grey screen displays
  • r+ | land
  • bug 1040651 - [LayerScope] Add a "LayerScope" option in "Settings -> Developer"
  • r+ | land
  • bug 1096139 - [LayerScope] Create websocket dynamically after we enable Layerscope
  • WIP

Chiajung Hung

  • bug 880114 - Enhance render video-to-SkiaGL performance by GPU-based color space conversion
    • landing
    • 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

  • Setup development environment
  • Become a Mozilla Committer Lv1
  • Study B2G and GFX architecture documents and trace part of code

Jerry Shih

  • bug 1092978 - Integrate refresh driver for silk
    • reviewing

Morris Tseng

  • bug 1094056 -[Text selection] Sometimes selection carets are missing if selection carets at begin or end of line.
    • land
  • bug 1092888 - [Text selection] Enable selection carets for non-editable fields on B2G and fix the existing test case failures
    • 4 r+, 1 r?
  • bug 1096169 - [Text Selection] Selection carets should become tilt once they overlap.
    • r+
    • Handle try fails.

Tingyu Lin

  • bug 1073806 - Graphic defects when visiting SUMO mobile site -> Search Mozilla Support on B2G
    • debug
    • Propose possible solution for gaia team.
  • bug 1094607 - [Text selection] Move scroll observer logic to SelectionCarets
  • bug 1073457 - [Text selection] Selection carets does not work on browser with e10s
    • land
  • bug 1092888 - [Text selection] Enable selection carets for non-editable fields on B2G and fix the existing test case failures
    • f
  • bug 1090008 - [Text Selection]Refactor the TextDialog DOM event
    • f
  • bug 1097094 - crash in DispatchScrollViewChangeEvent : Crash when viewing google.com search results.
    • r?
  • bug 1096185 - [Text Selection] UI improvement: Adjust Caret shadow
    • r?

Peter Chang

  • bug 1090008 - [Text Selection]Refactor the TextDialog DOM event
    • r?
    • This patch could fix some synchronization between seleciton carets and Text Dialog.

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)