TPEGFX/2015-08-27: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 36: Line 36:
** r+
** r+
* {{Bug|1196682}} - [LayerScope] DebugDataSender is not thread safe
* {{Bug|1196682}} - [LayerScope] DebugDataSender is not thread safe
** r+
** 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  
* {{Bug|1187812}} - [Foxeye] Let WebGL::TexImageSource accept ImageBitmap as a source object  
** f+
** f+
** Render to texture: copy image in GPU.
* {{Bug|1198622}} - (LayerScope) Handle 3D transform correctly on viewer
* {{Bug|1198622}} - (LayerScope) Handle 3D transform correctly on viewer
** file
** file
Line 45: Line 49:
* {{Bug|1198800}} - (LayerScope) Layer view skips some draw calls  
* {{Bug|1198800}} - (LayerScope) Layer view skips some draw calls  
** file | r?
** file | r?
** Bug 1061393(enabling) + Bug 1193834(bug fix) + Bug 1198800(bug fix) = full display list support
* [http://www.w3.org/TR/css-masking/ CSS Masking]
* [http://www.w3.org/TR/css-masking/ CSS Masking]
** {{Bug|686281}}
** {{Bug|686281}}

Revision as of 16:50, 26 August 2015

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?
  • bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks
    • r?
  • bug 875219 - (web-animations) Implement Web Animations
    • study

Jeremy Chen

Jerry Shih

Morris Tseng

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.

Vincent Liu

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) = full display list support
  • CSS Masking

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)