TPEPlatform/2014-01-23: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 18: Line 18:


==Input==
==Input==
* {{Bug|955987}} - [Text Selection] Change selection status in FrameScript /vilin
** Need to pass event not going through DOM.
** (Support Bug 924692) To select a text after being long-pressed.
** FrameScript already can receive "LongPress" event from APZC or non-APZC.
** Study Web API about Selection/Window. Figuring out how to manipulate it after receiving "LongPress" event.


==Stability==
==Stability==

Revision as of 07:01, 23 January 2014

Media

Streaming Media

Graphics

  • bug 945082 - lockscreen fade-out animation is still < 60fps / Jerry
    • Add more condition for temp surface
    • Add a new css property to fix the maximum buffer size for scaling animation
  • bug 959487 - [MediaEncoder] Crash at imageclient when using MediaEncoder / Peter
    • Found buffer release timing are different betwen video sw decoder and hw decoder
  • bug 960892 - [open c]screen flash after runing multiple apps / Peter
    • Found it may be related to Fence inside HWC. Download the source code now.

Input

  • bug 955987 - [Text Selection] Change selection status in FrameScript /vilin
    • Need to pass event not going through DOM.
    • (Support Bug 924692) To select a text after being long-pressed.
    • FrameScript already can receive "LongPress" event from APZC or non-APZC.
    • Study Web API about Selection/Window. Figuring out how to manipulate it after receiving "LongPress" event.

Stability

Platform

  • Preparation for MADAI camera meeting. /CTai
  • Meeting with LG and Mozilla Gaia media guys for MADAI advanced camera features. /CTai

ImageLib

  • bug 878577 - Provide a hard limit for decoded image buffer / SC
    • update patch according to review comments, get r+'ed
    • writing testcase before landing the patch.

Necko

  • bug 952927 - Expose raw data on UDP socket messages / SC
    • bug mentoring for contributor and doing review over IRC.

Study