TPEGFX/2015-12-24: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Weekly Report==
==Weekly Report==
===Astley Chen===
===Astley Chen===
* {{Bug|1228918}} - Enable reftest on emu-x86-kk, Treeherder Production.
** WIP - Xvfb display configuration v.s. physical display.
* Share
** Docker Container - https://goo.gl/OBPrp6
===Boris Chiou===
===Boris Chiou===
* {{Bug|1214536}} - Implement AnimationEffectTimingReadOnly for Web Animation API
* {{Bug|1214536}} - Implement AnimationEffectTimingReadOnly for Web Animation API
Line 10: Line 15:


===CJ===
===CJ===
* {{Bug|686281}} - CSS mask image
** 5 patches r+
** 6 patches fix and ship it!
** 1 r? (test case)
** [https://bugzilla.mozilla.org/show_bug.cgi?id=1224422 mask image META]
===Ethan Lin===
===Ethan Lin===
*WebGL2 conformance test
*WebGL2 conformance test
**{{Bug|1233353}}Pass WebGL2 conformance test multisampled-renderbuffer-initialization
**{{Bug|1233353}} - Pass WebGL2 conformance test multisampled-renderbuffer-initialization
***r?
***r?
**{{Bug|1205168}} - WebGL 2 - Make loading textures from canvas elements work for all new texture formats.
**{{Bug|1205168}} - WebGL 2 - Make loading textures from canvas elements work for all new texture formats.
***r?
***r?
**study "copy-tex-image-2d-formats.html" crash problem
**sort out fails
**sort out fails
***https://docs.google.com/spreadsheets/d/1iRLGW_Snltia8bIi5MtbTOtdcmjBCNpynKAu4BSoqcA/edit#gid=0
***https://docs.google.com/spreadsheets/d/1iRLGW_Snltia8bIi5MtbTOtdcmjBCNpynKAu4BSoqcA/edit#gid=0
Line 26: Line 38:
** land
** land
* {{Bug|1207734}} - implement 'translate', 'rotate', and 'scale' properties
* {{Bug|1207734}} - implement 'translate', 'rotate', and 'scale' properties
** study | OOAD
** study CSS Transforms Module Level 1


===Jerry Shih===
===Jerry Shih===
Line 67: Line 79:
** land
** land
* {{Bug|123474}}- Fix unified build error in ImageBitmap.h  
* {{Bug|123474}}- Fix unified build error in ImageBitmap.h  
** r?
** 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===
===Vincent Liu===

Latest revision as of 03:20, 24 December 2015

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)