TPEGFX/2014-10-16: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "==Weekly Report== ===Boris Chiou=== * {{Bug|987529}} - Integrate vsync dispatcher on B2G ** OOAD | WIP ** Fix input integration according to the new framework. * {{Bug|10486...")
 
No edit summary
Line 1: Line 1:
==Weekly Report==
==Weekly Report==
===Boris Chiou===
===Boris Chiou===
* {{Bug|987529}} -  Integrate vsync dispatcher on B2G
** OOAD | WIP
** Fix input integration according to the new framework.
* {{Bug|1048667}} -  Implement Vsync dispatch framework
** OOAD | WIP
** Rename/Revise register()/unregister() APIs
* {{Bug|1043822}} - Support SW Vsync and combine it with HW Vsync
** OOAD | WIP
** Refine the SW timer and measure
** Test Vsync events on flame-kk


===Chiajung Hung===
===Chiajung Hung===
* {{Bug|1072830}} - [LockScreen][Flame][KK] After unlocking with passcode, the secure camera icon would become square while fading out
** Debug
* {{Bug|952539}} - WebGL should support efficiently uploading a subrect of a canvas to a texture
** WIP
** Fix affected WebGL comformance test


===Jerry Shih===
===Jerry Shih===
* {{Bug|987529}} -  Integrate vsync dispatcher on B2G
** OOAD | WIP
** Compositor and RefreshDriver should use the timestamp passing from Hwc.
* {{Bug|1048667}} -  Implement Vsync dispatch framework
** OOAD | WIP
** Construct mozilla::TimeStamp from Hwc's vsync timestamp
** Test vsync interval uniformity on flame-kk device
* {{Bug|1074521}} - B2G: Status Bar transition has shows some leftovers
** Debug
** System notification has two layer. They are in different rect size and use different type of animaiton, so it might have animation sync problem.


===Morris Tseng===
===Morris Tseng===
* {{Bug|1062735}} - [Text Selection] Enabling non-editable fields support for selection caret
** r?
* {{Bug|1074736}} - [Text Selection] Selection carets should consider multiple ranges selection
** f?
* {{Bug|1062468}} - [video/audio] When playing a video on Dailymotion, the video will display a black screen
** debug
** Height of viewport frame is very large when switch to fullscreen. Try to figure out why this happened.


===Tingyu Lin===
===Tingyu Lin===
* {{Bug|1070851}} - [Touch Caret] Make touch caret respect argument 'withCaret' of snapshotWindow()
** file | land
* {{Bug|1072769}} -  [Touch Caret] Touch caret does not show when focusing an input already contains value
** r-
* {{Bug|1060193}} - Text selection caret appearing in wrong position in Settings - Lockscreen - Passcode
** debug


===Peter Chang===
===Peter Chang===
* {{Bug|1067243}} Selection carets remain after leaving address bar editing mode
** r?
* {{Bug|1068461}} can't trigger selection carets in rocket bar
** WIP
** WIP works now, prepare the patch for review
* {{Bug|1075077}} - Crash during YUV to RGB conversion from GrallocImage::GetAsSourceSurface() on FxOS v2.1
** debug


==Rule of Thumb==
==Rule of Thumb==

Revision as of 10:09, 15 October 2014

Weekly Report

Boris Chiou

Chiajung Hung

Jerry Shih

Morris Tseng

Tingyu Lin

Peter Chang

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)