TPEGFX/2015-08-27

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 952456 - Implement non-text/rich text support for B2G clipboard
    • land
  • bug 1179156 - [Browser]The image option can't pop up when you long tap an image.
    • r+ | land
  • bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks
    • debug
    • Fix Gaia unit test fails
  • bug 875219 - (web-animations) Implement Web Animations
    • study

Jeremy Chen

  • bug 1149923 - [Flame][Search] The search bar becomes a rectangle when you switch device to landscape mode.
    • WIP
    • Figure out a clear explanation about the root cause.

Jerry Shih

  • bug 1197968 - fix fence handling for bootAnim
    • r+
    • We might see flickering in bootAnim due to the fence problem.
  • bug 1195209 - webIDE can't capture screenshot when the device is in landscape mode
    • 2.5+
    • r+
    • Fix the rotation matrix for drawTarget in landscape mode
  • bug 1199366 - support hiDPI screenshot in webIDE
    • r+
    • Consider device pixel ratio when taking screenshot

Morris Tseng

  • bug 709490 - Run WebGL on Web Worker with commit()
    • r-
    • Write test for service worker and shared worker.
    • Write reftest to test fallback case.
    • Fix reviewer's comment.
    • Figure out how to readback texture without block main thread.
  • bug 1197713 - TileContentHost.cpp doesn't compile in non unified mode.
    • filed | land

Tingyu Lin

  • bug 1195672 - Revise AccessibleCaret's long-press logic
    • file | land
  • bug 1197060 - Text selection dialog covers selection highlight and caret after scrolling in browser
    • file
  • bug 1197126 - [LayerScope] The "Zoom in" and "Zoom out" tooltip cover the texture view
    • file
  • bug 1194063 - Text selection dialog does not disappear after 3 seconds on an empty input
    • land
    • Gaia part was landed.
  • Travel to Toronto office to discuss bug 1159997

Vincent Liu

  • 2D Canvas Worker
    • WIP for exposing webidl interface on both main/worker is done.
    • Move CanvasClient2D::Update() to AsyncCanvasRenderer.
  • bug 1198574 - Remove unnecessary argument for PersistentBufferProvider
    • r+
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP

CJ

  • bug 1193834 - [LayerScope] Handle display items drawn on a basic painted layer.
    • r+
  • bug 1196682 - [LayerScope] DebugDataSender is not thread safe
    • land
    • DebugDataSender::Append: compositor thread.
    • DebugDataSender::Cleanup: main thread(socket)
    • DebugDataSender::Send: Sender thread(a dedicate thread for data sending)
  • bug 1187812 - [Foxeye] Let WebGL::TexImageSource accept ImageBitmap as a source object
    • f+
    • Render to texture: copy image in GPU.
  • bug 1198622 - (LayerScope) Handle 3D transform correctly on viewer
    • file
  • bug 1198626 - (LayerScope) Change the position of zoom controls
    • file
  • bug 1198800 - (LayerScope) Layer view skips some draw calls
    • file | r?
    • Bug 1061393(enabling) + Bug 1193834(bug fix) + Bug 1198800(bug fix) + Bug 1198622(bug fix) = full display list support
  • CSS Masking

Team

  • Topics for discussion with Platform team.
  • Goal setting.

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)