TPEGFX/2016-01-21: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Astley Chen: weekly report 2016W4)
Line 33: Line 33:
===Tingyu Lin===
===Tingyu Lin===
* {{Bug|591737}} - Support for HTML5's <details> and <summary>
* {{Bug|591737}} - Support for HTML5's <details> and <summary>
** WIP
** r?
** Add more test cases for writing mode, pagination, etc.
** Add more test cases for writing mode, pagination, etc.
** Add preference to enable or disable the feature.
** Add preference to enable or disable the feature.
* {{Bug|1241008}} - Add pref to AccessibleCaretManager to show/hide the two blue bars around selection
* {{Bug|1241008}} - Add pref to AccessibleCaretManager to show/hide the two blue bars around selection
** file
** file | r?
* Provide need info.
* Provide information or leave comments.
** {{Bug|912875}}.
** {{Bug|912875}}, {{Bug|1097398}}.


===Vincent Liu===
===Vincent Liu===

Revision as of 15:53, 20 January 2016

Weekly Report

Astley Chen

  • bug 1228918 - Enable reftest on emu-x86-kk, Treeherder Production.
    • r+ - chunks excluded on production line and ready to land code.
  • bug 1162375 - [meta] To fix reftest orange on emu-x86-kk, TaskCluster.
    • WIP - working with schroot and debootstrap to build 32bits mesa 3D debs.
  • PTO
    • Week 4 - 1/18-1/22.

Boris Chiou

CJ

  • bug 619500 - SVG as border-image does not scale to element
    • debugging
    • have viewport only - pass
    • no viewport + no viewbox - failure
    • no viewport + viewbox - failure
    • viewport + viewbox - failure
    • fix image size incorrect
    • fix stretch alignment

Ethan Lin

Jeremy Chen

  • bug 1207734 - implement 'translate', 'rotate', and 'scale' properties
    • OOAD | WIP
    • status
      • CSSValue parsing, storing, and computing - 50%
  • PTO 1 day

Jerry Shih

Morris Tseng

Peter Chang

Tingyu Lin

  • bug 591737 - Support for HTML5's <details> and <summary>
    • r?
    • Add more test cases for writing mode, pagination, etc.
    • Add preference to enable or disable the feature.
  • bug 1241008 - Add pref to AccessibleCaretManager to show/hide the two blue bars around selection
    • file | r?
  • Provide information or leave comments.

Vincent Liu

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)