TPEGFX/2016-03-03

From MozillaWiki
Jump to: navigation, search

Weekly Report

Astley Chen

Boris Chiou

Web Animation

  • bug 1234403 - Document/CSSPsuedoElement.getAnimations() should return animations associated with pseudo elements
    • land
  • bug 1241784 - Implement Animatable interface for (CSS)PseudoElement
    • partial r+
    • Still have to revise test cases.

CJ

  • bug 759568 - Implement -webkit-background-clip: text;
    • WIP
  • bug 619500 - SVG as border-image does not scale to element
    • dholbert r+; seth r?
  • bug 1190759 - Intermittent e10s browser_registerProtocolHandler_notification.js | 100 -
    • r?
  • bug 1231643 - The composition result of these three mask-modes(subtract/ intersect/ exclude) is not correct on MacOS
    • r?
  • bug 1252739 - Draw mask-image: <element-reference> | <gradient> correctly
    • land
  • bug 1243734 - Have a pref to enable/ disable all new mask CSS properties added in bug 686281
    • Part 1 r?; Part 2~Part 5 landed

Ethan Lin

  • bug 1249189 - Fix YCbCr convert problem when using TexImage2D
    • r+
  • bug 1250954 - crash in mozilla::layers::TextureClient::WaitForCompositorRecycle | mozilla::layers::CanvasClientSharedSurface::Updated
    • r?
  • bug 1228354 - (mask-image) Support luminance and auto mask-mode
    • r?

Jeremy Chen

  • bug 1207734 - implement 'translate', 'rotate', and 'scale' properties

Jerry Shih

  • bug 1166173 - off-main thread painting
    • wait for feed back
  • bug 1251593 - thread checking for AddRef() and Release() in mfbt RefCounted
    • r+
  • bug 1250840 - Redefinition of gl::GLContextProvider
    • r?
    • we will have an redefinition compile error if we setup the environment variable |MOZ_GL_PROVIDER| as the same name as the gl provider we already have.
  • bug 1251559 - Race condition of mozilla::dom::indexDB::OpenDatabaseOp WeakReference ref-counting

Morris Tseng

PTO

Peter Chang

  • bug 1251163 - Clear android surface texture before widget shutdown
    • land
  • bug 1250418 - Remove the assertion check of mCanSend in CompositorChild::ActorDestroy
    • r?
  • bug 1252414 - WebGL2: crash [@mozilla::gl::GLContext::IsDestroyed]
    • try to reproduce with rr
  • bug 972126 - crash in mozilla::dom::CanvasRenderingContext2D::FillRect(double, double, double, double) (edit)
    • can't reproduce, switch to workforme

Tingyu Lin

Details & Summary

  • bug 1225412 - Add support to fire 'toggle' event at the details element
    • WIP

AccessibleCaret on Fennec

  • bug 1097398 - Match Android L text selection handles
    • land
  • bug 1250560 - crash in mozilla::AccessibleCaretEventHub::HandleTouchEvent
    • land
  • bug 1251915 - AccessibleCaret cannot be dragged when pointer events is enabled
    • file | land
  • bug 1251519 - Moving cursor to the center of a small single-line textarea is pretty much impossible, in Nightly
    • r?
  • bug 1252802 - Web page scrolls when dragging a single caret up or down on an input field
    • file

Other (Provide information or comments, and triage bugs)

Vincent Liu

  • bug 801176 - Support canvas 2D API from workers (with transferables for bg image rendering/processing, etc.)
    • All Patches : sr+/r+
    • Rearrange all patches. Run try again. Proposed to land them if no extra fail.
    • Filing the following bugs.
  • Canvas Crash issues.
    • bug 737279 - Crash in mozilla::gfx::DrawTargetD2D::FillGlyphs
      • Status: Resolved with works for me.
    • bug 743625 - Crash in nsCanvasRenderingContext2DAzure::StrokeRect
      • Status: Resolved with works for me.
  • bug 1250090 - Add width and height to CanvasRenderingContext2D
    • Study

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)