TPEGFX/2015-11-12

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1215406 - implement support for KeyframeEffectOptions arguments in the KeyframeEffectReadOnly constructor** OOAD
    • WIP
  • bug 1214536 - Implement AnimationEffectTimingReadOnly for Web Animation API
    • OOAD

Ethan Lin

  • bug 1204069 - [Window Mgmt] The video in Youtube will be gray for a few seconds after exiting the fullscreen prompt
    • study
    • The gray layer is from VideoControl component.

Jeremy Chen

  • bug 1222383 - Send synthesized long tap event in text selection JS marionette test
    • file | wip
  • PTO 3 days

Jerry Shih

  • bug 1166173 - off-main-painting
    • WIP
    • Handle PLayer, PTexture and PCompositable life-cycle.

Morris Tseng

  • bug 1215438 - StructuedClone of ImageBitmap is actually transfer underlying Image which is not right.
    • r+
    • Handle try fail
  • bug 1215005 - Allow SourceSurfaces to be moved between threads
    • r+
    • Now SourceSurface has thread-safe refcount.
  • Enable test_offscreencanvas_many.html on ubuntu
    • debug
    • Try to debug jemalloc now.
  • bug 1213154 - tab-sound-icon does not display after back/forward navigation
    • debug
    • Be aware of default-preferences in reftest.

Tingyu Lin

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
    • CSSParser on worker.
      • WIP is ready. Will propose WIP for feedback from Morris.
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP

CJ

Astley Chen

Peter Chang

  • Catching up with Engineers/EPM/Milan/TV
  • Sync with Milan from next week

Team

  • ENGAGEMENT SURVEY(Please finish by end of today)

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)