TPEGFX/2015-11-26

From MozillaWiki
Jump to: navigation, search

Weekly Report

Astley Chen

  • Share
    • clip-path property - MDN

Boris Chiou

  • bug 1215406 - implement support for KeyframeEffectOptions arguments in the KeyframeEffectReadOnly constructor
    • land
  • bug 1214536 - Implement AnimationEffectTimingReadOnly for Web Animation API
    • wip | r?
  • bug 1222371 - [Contacts]Cursor locates at middle of the first and second row, and there's no gray word "Comment" at the first row after relocating cursor to top left via tapping the clear button on keyboard continuely.
    • debug

CJ

Ethan Lin

  • bug 910138 - Add support for new canvas ellipse method.
    • r?
  • bug 1119566 - Add rotation argument to canvas arcTo
    • wip
  • bug 1170849 - WebGL 2 - Rendering to MRT failures
    • study

Jeremy Chen

Jerry Shih

  • bug 1166173 - off-main-painting
    • WIP
    • Try to use another message for transaction.

Morris Tseng

  • bug 1172796 - Implement remain feature of OffscreenCanvas.
    • r? (Remain 1 part)
    • Using ImageLayer to render bitmaprenerer instead of CanvasLayer.

Peter Chang

  • bug 1018527-failed assertion in SkPathRef::setBounds
    • wip
    • add the testing case
  • Check WebGL2 testing items

Tingyu Lin

  • bug 1215959 - (GeckoCaret2) Convert Android experimental Text-Selection front end, switch from GeckoCaret -> AccessibleCaret
    • r
  • bug 591737 - Support for HTML5's <details> and <summary>
  • bug 1217757 - Update text selection spec for vertical writing mode
    • Give feedback for the new spec about vertical text.
  • bug 1224884 - GeckoCarets (either Touch/Selection or Accessible) LongTap to SelectWord while composing corrupts editable data
    • Debug
    • This bug occurs on both B2G and Fennec.
  • bug 1082425 - Composition string is removed when selection caret mode by long tap
    • r?
  • bug 1227923 - R+ from bugzilla does not get forwarded to reviewboard
    • file
  • bug 1226875 - Remove nsIFrame::GetFirstChild() and nsIFrame::GetLastChild()
    • r+
  • bug 1227927 - Remove nsIFrame::GetFirstPrincipalChild()
    • file

Vincent Liu

  • bug 801176 - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.)
    • sr- : Will propose WIP for review based on smaug's suggestion.
    • A patch for coding style on CanvasRenderingContext2D : Ready
    • Other patches are proposed for beedback from Morris.
      • Other patches include a)Commit frame to worker. b) CSSPsrsr works on threading safe.
  • Gecko-Update arranges.
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP

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)