TPEGFX/2016-01-07: Difference between revisions
< TPEGFX
Borischiou (talk | contribs) |
Borischiou (talk | contribs) |
||
| (14 intermediate revisions by 10 users not shown) | |||
| Line 1: | Line 1: | ||
==Weekly Report== | ==Weekly Report== | ||
===Astley Chen=== | ===Astley Chen=== | ||
* Q4 review | |||
** [https://docs.google.com/document/d/1StfA7cndDkTG7Ll_chlgoahB0ZjKzqnDFu7tjtn9588/edit?ts=567cb0f3 Q4 goals setting] | |||
* {{bug|1228918}} - Enable reftest on emu-x86-kk, Treeherder Production. | |||
** [https://public.etherpad-mozilla.org/p/snnZ2WlgGO Test results comparison on various environments] | |||
** Actions: | |||
*** Debug env in docker container('taskcluster/tester:0.4.4') - make installer-path work with local emu test build. | |||
*** Update Mesa graphics libraries in container and re-run the test. | |||
===Boris Chiou=== | ===Boris Chiou=== | ||
* {{Bug|1237173}} - Move SpecifiedTiming (or AnimationTiming) to a new file | * {{Bug|1237173}} - Move SpecifiedTiming (or AnimationTiming) to a new file | ||
** file | ** file | ||
* {{Bug|1214536}} - Implement AnimationEffectTimingReadOnly for Web Animation API | |||
** r+ | r? | |||
* {{Bug|1174575}} - Implement a (CSS)PseudoElement interface | |||
** study | OOAD | |||
===CJ Ku=== | ===CJ Ku=== | ||
* {{Bug|686281}} - CSS mask image | |||
** test case r? | |||
* {{Bug|1190759}} - Intermittent browser_registerProtocolHandler_notification.js | |||
** r? | |||
* {{Bug|619500}} - SVG as border-image does not scale to element | |||
** study | |||
===Ethan Lin=== | ===Ethan Lin=== | ||
*WebGL conformance test | |||
**{{Bug|1233353}} - Pass WebGL2 conformance test multisampled-renderbuffer-initialization | |||
***r- | |||
**{{Bug|1205168}} - WebGL 2 - Make loading textures from canvas elements work for all new texture formats. | |||
***land | |||
**{{Bug|1235299}} - Pass WebGL2 conformance test copy-tex-image-2d-formats | |||
***r+ f? | |||
**{{Bug|1237191}} - [WebGL2] pass getQueryParameter in gl-object-get-calls.html | |||
***r+ | |||
**{{Bug|1237194}} - [WebGL2] pass getSyncParameter in gl-object-get-calls.html | |||
***r+ | |||
**{{Bug|1237193}} - [WebGL2] pass getActiveUniforms in gl-object-get-calls.html | |||
***r? | |||
**{{Bug|1233627}} - Regression in WebGL 1.0.2 conformance: conformance/textures/tex-input-validation.html | |||
***fixed by upstream | |||
*CSS Mask Image | |||
**{{Bug|1228354}} - (mask-image) Support luminance and auto mask-mode | |||
***wip | |||
===Jeremy Chen=== | ===Jeremy Chen=== | ||
* {{Bug|1207734}} - implement 'translate', 'rotate', and 'scale' properties | |||
** OOAD | WIP | |||
** Trace code: CSS parsing, CSS style struct, specified/computed value | |||
===Jerry Shih=== | ===Jerry Shih=== | ||
* {{Bug|1231042}} - Composition schedule timing for display on/off | * {{Bug|1231042}} - Composition schedule timing for display on/off | ||
** r? | ** r? | ||
* {{Bug|1236430}} - Try to enable -Werror=return-type build flag by default | |||
** won't fix | |||
* {{Bug|1166173 }} - off-main thread painting | |||
** handle drawTarget ref-count mismatch problem | |||
* Debug with NS_DebugBreak() | |||
* https://hg.mozilla.org/mozilla-central/annotate/9d6ffc7a08b6b47056eefe1e652710a3849adbf7/xpcom/base/nsDebugImpl.cpp#l231 | |||
XPCOM_DEBUG_BREAK="stack" ./mach run | |||
* {{Bug| | ===Morris Tseng=== | ||
* {{Bug|1024149}} - webgl-1.0.3 conformance failure texture upload size (edit) | |||
** land | |||
* {{Bug|917505}} - Add ETC2 compressed texture format for WebGL | |||
** r+ | |||
* WebRender on servo | |||
** WIP | ** WIP | ||
** Build pass. | |||
===Peter Chang=== | ===Peter Chang=== | ||
* {{Bug|1236394}} - [meta] WebGL conformance test error in gl-object-get-calls.html | |||
** 13 APIs have error, got r+ for getFramebufferAttachmentParameter/getProgramParameter | |||
* Enable GTest on B2G | |||
** Trace mach flow/mach debugging via python | |||
===Tingyu Lin=== | ===Tingyu Lin=== | ||
* {{Bug|591737}} - Support for HTML5's <details> and <summary> | * {{Bug|591737}} - Support for HTML5's <details> and <summary> | ||
** WIP | ** WIP | ||
** Addressing reviewer's comments. Add support for CSS 'overflow' property. | ** Addressing reviewer's comments. Add support for CSS 'overflow' property, and many test cases. | ||
* {{Bug|1234118}} - Delete code for supporting 'do-command' and 'copypaste-docommand' | * {{Bug|1234118}} - Delete code for supporting 'do-command' and 'copypaste-docommand' | ||
** land | ** land | ||
| Line 27: | Line 93: | ||
===Vincent Liu=== | ===Vincent Liu=== | ||
* {{Bug|801176}} - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.) | |||
** All Patches : sr+/r+ | |||
** Assertions in debug build. Had a proposed WIP. | |||
** Test cases of offscreencanvas for 2d | |||
*** Test case for basic operation is done. | |||
*** Test case for size change. | |||
**** Fix assertion. A proposed WIP is ready. | |||
==Rule of Thumb== | ==Rule of Thumb== | ||
Latest revision as of 04:07, 7 January 2016
Weekly Report
Astley Chen
- Q4 review
- bug 1228918 - Enable reftest on emu-x86-kk, Treeherder Production.
- Test results comparison on various environments
- Actions:
- Debug env in docker container('taskcluster/tester:0.4.4') - make installer-path work with local emu test build.
- Update Mesa graphics libraries in container and re-run the test.
Boris Chiou
- bug 1237173 - Move SpecifiedTiming (or AnimationTiming) to a new file
- file
- bug 1214536 - Implement AnimationEffectTimingReadOnly for Web Animation API
- r+ | r?
- bug 1174575 - Implement a (CSS)PseudoElement interface
- study | OOAD
CJ Ku
- bug 686281 - CSS mask image
- test case r?
- bug 1190759 - Intermittent browser_registerProtocolHandler_notification.js
- r?
- bug 619500 - SVG as border-image does not scale to element
- study
Ethan Lin
- WebGL conformance test
- bug 1233353 - Pass WebGL2 conformance test multisampled-renderbuffer-initialization
- r-
- bug 1205168 - WebGL 2 - Make loading textures from canvas elements work for all new texture formats.
- land
- bug 1235299 - Pass WebGL2 conformance test copy-tex-image-2d-formats
- r+ f?
- bug 1237191 - [WebGL2] pass getQueryParameter in gl-object-get-calls.html
- r+
- bug 1237194 - [WebGL2] pass getSyncParameter in gl-object-get-calls.html
- r+
- bug 1237193 - [WebGL2] pass getActiveUniforms in gl-object-get-calls.html
- r?
- bug 1233627 - Regression in WebGL 1.0.2 conformance: conformance/textures/tex-input-validation.html
- fixed by upstream
- bug 1233353 - Pass WebGL2 conformance test multisampled-renderbuffer-initialization
- CSS Mask Image
- bug 1228354 - (mask-image) Support luminance and auto mask-mode
- wip
- bug 1228354 - (mask-image) Support luminance and auto mask-mode
Jeremy Chen
- bug 1207734 - implement 'translate', 'rotate', and 'scale' properties
- OOAD | WIP
- Trace code: CSS parsing, CSS style struct, specified/computed value
Jerry Shih
- bug 1231042 - Composition schedule timing for display on/off
- r?
- bug 1236430 - Try to enable -Werror=return-type build flag by default
- won't fix
- bug 1166173 - off-main thread painting
- handle drawTarget ref-count mismatch problem
- Debug with NS_DebugBreak()
- https://hg.mozilla.org/mozilla-central/annotate/9d6ffc7a08b6b47056eefe1e652710a3849adbf7/xpcom/base/nsDebugImpl.cpp#l231
XPCOM_DEBUG_BREAK="stack" ./mach run
Morris Tseng
- bug 1024149 - webgl-1.0.3 conformance failure texture upload size (edit)
- land
- bug 917505 - Add ETC2 compressed texture format for WebGL
- r+
- WebRender on servo
- WIP
- Build pass.
Peter Chang
- bug 1236394 - [meta] WebGL conformance test error in gl-object-get-calls.html
- 13 APIs have error, got r+ for getFramebufferAttachmentParameter/getProgramParameter
- Enable GTest on B2G
- Trace mach flow/mach debugging via python
Tingyu Lin
- bug 591737 - Support for HTML5's <details> and <summary>
- WIP
- Addressing reviewer's comments. Add support for CSS 'overflow' property, and many test cases.
- bug 1234118 - Delete code for supporting 'do-command' and 'copypaste-docommand'
- land
- bug 1023688- (CopyPasteLegacy) [META] TouchCaret & SelectionCarets, and text selection/copy/paste support on B2G v2.2
- close!
Vincent Liu
- bug 801176 - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.)
- All Patches : sr+/r+
- Assertions in debug build. Had a proposed WIP.
- Test cases of offscreencanvas for 2d
- Test case for basic operation is done.
- Test case for size change.
- Fix assertion. A proposed WIP is ready.
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)