TPEGFX/2015-06-11: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 25: Line 25:


===Ethan Lin===
===Ethan Lin===
*{{Bug|1166173}} - off-main-thread painting implemetation
**WIP, multiple thread painting
**study tiled layer
===Jeremy Chen===
===Jeremy Chen===
* {{Bug|1168326}} - Replace SpecialPowers in selection_helper.js
* {{Bug|1168326}} - Replace SpecialPowers in selection_helper.js
Line 52: Line 56:


===Morris Tseng===
===Morris Tseng===
* {{Bug|709490}} - Run WebGL on Web Worker with commit()
** sr+, r?


* {{Bug|1172405}} - Build error when adding files to dom/workers and gfx/layers
** land


===Tingyu Lin===
===Tingyu Lin===

Latest revision as of 02:40, 11 June 2015

Weekly Report

Boris Chiou

  • bug 1144012 - Wrap HwcDevice from HwcComposer2D
    • f+ | r?
    • Get sotaro's f+ and r+. Wait for mwu's review
  • bug 1170061 - Handle shutdown case for HwcComposer2D and HwcHAL
    • r?
    • Discuss with sotaro
  • bug 1159592 - Refine preparing layer list and wrap HwcList from HwcComposer2D
    • OOAD
    • Study Android's design
    • Should I Implement it with HwcHAL? Open question.
  • bug 1172805 - Fix enum comparison warnings in nsAppShell
    • file | r+ | land
    • Fix some warnings
  • bug 1172429 - [LayerScope] fix viewer function error for mask layer
    • r
    • Merge a Layerscope bug

Chiajung Hung

Ethan Lin

  • bug 1166173 - off-main-thread painting implemetation
    • WIP, multiple thread painting
    • study tiled layer

Jeremy Chen

  • bug 1168326 - Replace SpecialPowers in selection_helper.js
    • r+
      • Gij test file
    • r?
      • jsmarionette
      • wait for [:gaye]
  • bug 1173313 - Use clipboard API to implement long-press-to-copy a sent message
    • file | r?
  • Health Examination

Jerry Shih

  • bug 1165161 - extend bootAnim playing time
    • r+
    • wait for the blocking bug.
  • bug 1170966 - do the culling for each drawQuad call
    • r+
    • rewrite patch
    • inflate the original quad size by 1px, then pass all reftest at mac 10.10.
  • bug 1150310 - hit webgl assert for stencil mask value
    • r+
    • update the assertion condition.
    • rewrite webgl GetIntegerv handler for stencil* value.

Morris Tseng

  • bug 709490 - Run WebGL on Web Worker with commit()
    • sr+, r?
  • bug 1172405 - Build error when adding files to dom/workers and gfx/layers
    • land

Tingyu Lin

  • bug 1170084 - AccessibleCaretManager: Assertion failure: nsContentUtils::IsSafeToRunScript()
    • land
  • bug 1171843 - AccessibleCarets show on top of the image in Wikipedia
    • file | WIP
  • bug 1172382 - Enable AccessibleCaret on B2G and fix test case failures if any
    • file

Peter Chang

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)