TPEGFX/2015-10-01

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1108055 - Implement ComputedTiming for Web Animation API
    • OOAD | WIP
  • bug 1210265 - Add a pref toggle for copying/pasting non-text/rich text in B2G clipboard
    • file
  • bug 1198522 - [Contacts] Long pressing on an image in edit mode will bring up a menu that does not function
    • land

Jeremy Chen

  • bug 1195653 - [LayerScope] Dump SecondaryEffects (EffectTypes::MASK) on Layerscope viewer
    • f+
    • gecko patch: r-
    • layerscope viewer patch: r+
  • bug 1205521 - [LayerScope] Dump mask/texture attributes on Layerscope viewer
    • f?
    • gecko: Create help function to dump mask/texture attributes by texture packets.
    • layerscope viewer: Use jQuery tabs to show mask/texture attributes on viewer.
  • sharing - using let in JS for-loop

Jerry Shih

  • PTO

Morris Tseng

  • bug 709490 - Run WebGL on Web Worker with commit()
    • r+
    • Android 4.3 have failure.
  • bug 1207887 - AsyncPanZoomAnimation, WheelScrollAnimation and TextureHost doesn't compile in non unified mode
    • land

Tingyu Lin

  • bug 1196176 - Text selection dialog does not update its position in shortcut mode
    • land
    • Gecko should dispatch another event to update bubble position.
  • bug 1196185 - [Textselection]Paste utility bubble will not show up after dragging the caret.
    • land
    • Add a state in Gaia to keep the bubble visibility before dragging the caret.
  • bug 1207913 - Copy link from context menu does not trigger paste bubble
    • file
  • bug 1207928 - Long press on a link will show both context menu and text selection dialog
    • file
    • A regression in Gaia caused by modification to context menu. Fixed by the original author.
  • bug 1207934 - Caret does not show if the appearance is changing from Normal -> NormalNotShown -> Normal
    • file
  • bug 1208413 - Implement "Long Press on Empty Area" for AccessibleCaret
    • file
  • bug 1209847 - Mach error when putting --e10s flag between "marionette-test" and test path
    • file
  • bug 1164124 - Create a 'using_prefs' context manager
    • land
    • Provide utilities to manipulate gecko preferences in marionette tests.
  • bug 1209841 - Send synthesized long tap event in AccessibleCaret marionette test
    • file | r+

Vincent Liu

  • bug 1206583 - [GoFlip] move GPU work to AP CPU on FxOS 2.2
    • Debug
  • 2D Canvas Worker
    • Assert happens under stress test. Assertion on nsCSSParser because of thread competing.
      • A threadsafe CSSParser is needed for both main/worker thread.
    • Fail to draw canvas with text. mCanvasElement gets nullprt and fails to return in CanvasRenderingContext2D::SetFont()
      • Collect font operations. More understanding on rule tree and style-context tree.
    • Understand behavior for fillText
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP

CJ

  • bug 686281 - CSS mask image
    • CSS parsring.
    • mask-repeat: There is no x-only repeat mode in pattern SurfacePattern.
    • Style image downloading/ decode/ redraw.
    • TBD
      • (L1) mask-image: gradient. (50%)
      • (L1) mask-repeat: (80%)
      • (L1) mask-position: (0%)
      • (L1) mask-clip: (10%)
      • (L1) mask-origin: (10%)
      • (L1) mask-size: (0%)
      • (L1) mask: shorthand. (10%)
      • (L1) Integrate mask image and background image. (0%)
      • (L2) mask-composite: (0%)
      • (L2) mask-mode: (0%)

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)