TPE-Layout/2016-07-26

From MozillaWiki
Jump to: navigation, search

Weekly Report

Astley Chen

  • PTO
    • 2016/07/18 ~ 2016/07/25

Boris Chiou

  • Web Animations API
    • bug 1049975 - Make Animation.effect writeable
      • r-
    • bug 1272475 - WebAnimations: Assertion failure: !mozilla::IsNaN(mValue.mFloat)
      • land
    • bug 1272549 - Support paced spacing for transform
      • OOAD
  • SVG
    • bug 1245751 - Allow href attribute without xlink on SVG elements
      • r+
      • need test cases

CJ Ku

  • bug 652991 - SVG path fill rendering can break after window.history.pushState.
    • r? &r+
  • bug 1277788 - The initial value of mask-position should be center
    • hold
  • bug 1258623 - initial value for mask-repeat property should be no-repeat..
    • r?
  • bug 1251161 - (mask-ship) Ship mask-* longhand properties support
    • stuck at bug 1234485 - (mask-image) Compose mask at compositor.

Jeremy Chen

layout code refactoring

  • bug 1287728 - convert RestyleResult to enum class
    • file | land

Initial-letter

  • bug 1223880 - Implement initial-letter (from CSS Inline Layout Module Level 3)
    • wip on rendering part
  • bug 1289007 - Add initial-letter support to the style system

Others

  • bug 1287480 - [mozlog] Bump version to 3.3 and release to PyPI
    • land
    • upstream to PyPI
  • PR for wptrunner
    • file | merged
  • PR for servo
    • file | merged
  • Now we can run wpt tests with "--log-html" to see visual results on screen. This is supported on both gecko and servo.

Shing Lyu

  • Done
    • Studying Servo flexbox status
    • Read flexbox spec
    • Update #11107: Bug 10452 - Page Load Time Test Runner
    • Write WebRender overview wiki and trace the code
  • WIP
    • Enabling reftests on Stylo

Tingyu Lin

Shape-outside

  • bug 1288626 - Add shape-outside support to the style system
    • file | r-
  • bug 1289052 - Move methods such as nsRuleNode::GetShadow(), etc. as static functions to nsRuleNode.cpp
    • file | land
  • bug 1289049 - Add animation support for shape-outside
    • file

Layout

  • bug 1277129 - rename nsHTMLReflowState and nsHTMLReflowMetrics to ReflowInput and ReflowOutput
    • land
  • bug 1288992 - Rename nsHTMLReflowMetrics variables to ReflowOutput
    • file

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)