TPEGFX/2015-12-24

From MozillaWiki
Jump to: navigation, search

Weekly Report

Astley Chen

  • bug 1228918 - Enable reftest on emu-x86-kk, Treeherder Production.
    • WIP - Xvfb display configuration v.s. physical display.
  • Share

Boris Chiou

  • bug 1214536 - Implement AnimationEffectTimingReadOnly for Web Animation API
    • r+ (partially) | r?
    • need to write some tests
  • CppStudyGroup
    • Item 18~20, slides

CJ

Ethan Lin

Jeremy Chen

  • bug 1221462 - Remove text_selection_dialog.js
    • land
  • bug 1207734 - implement 'translate', 'rotate', and 'scale' properties
    • study CSS Transforms Module Level 1

Jerry Shih

  • bug 1231042 - incorrect time display when device screen on
    • r?
    • 2.6+
    • modify vsync composition scheduling rule.

Morris Tseng

  • bug 1172796 - Implement remain feature of OffscreenCanvas.
    • land
  • bug 1024149 - webgl-1.0.3 conformance failure texture upload size (edit)
    • r?
  • bug 917505 - Add ETC2 compressed texture format for WebGL
    • WIP

Peter Chang

  • WebGL2 testing fail gl-object-get-calls.html
    • Contain 11 errors for different APIs, already fixed getBufferParameter
    • Working on stencil buffer attachment for getFramebufferAttachmentParameter
  • Gtest on B2G
    • Check the build configuration and test cases related to gfx

Tingyu Lin

  • bug 1221459 - Remove TouchCaret and SelectionCarets
    • land
  • bug 1234118 - Clean up code for handling 'do-command' and 'copypaste-docommand'
    • file | r?
  • bug 1097398 - Match Android L text selection handles
    • r
  • bug 1230582 - Action Bar is not invoked when tapping an empty search text area
    • land
  • bug 123474- Fix unified build error in ImageBitmap.h
    • land
  • bug 591737 - Support for HTML5's <details> and <summary>
    • r-
    • Rebase and addressing reviewer's comments.
  • bug 1234982 - Invalid interdiff link in bugzilla comment when a new reviewer is added
    • file

Vincent Liu

  • bug 801176 - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.)
    • All Patches : sr+/r+
    • Test cases of offscreencanvas for 2d

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)