TPEPlatform/2013-10-31: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 41: Line 41:
==Input==
==Input==
'''Touch Selection'''
'''Touch Selection'''
* draw text handle on editable place \ phoebe
** try anonymous content aproach. find some difficulty in sync with caret.
** try draw rect with caret with layout.


'''Copy & Paste'''
'''Copy & Paste'''

Revision as of 07:17, 31 October 2013

Media

GetUserMedia

  • bug 926289 - Add app/page info in recording-status event \ SC
    • all r+'ed and landed on m-c and m-a.
  • bug 898949 - [B2G gedio] Implement SpeakerManager API

https://wiki.mozilla.org/WebAPI/SpeakerManagertUserMedia] Display front/back camera list on permission prompt \ SC

    • add options/choices for PermissionRequest, discussing the final gecko/gaia interface
    • submitted v1 patch and waiting for @khuey, @fabrice, and @jesup's review.

Media Recording

Streaming Media

Graphic

  • bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping /Jerry
    • Check layout pre-render condition.
    • Modify homescreen gaia code to achieve pre-render
  • bug 920921 - [Flatfish]: Flatfish has bad performance on Homescreen wiping / Peter
    • Able to enable pre-render on homescreen
  • bug 915783 - [B2G][Browser][PDF]Graphical fragmentation occurs when viewing a pdf via browser /Peter
    • Landed
  • bug 925444 - ImageLayer should honor hwc releaseFenceFd /Peter
    • study fence based on Android JB 4.3
  • CSS transform and layout study / Peter
  • bug 709490 - Run WebGL on Web Worker with Off-Main-Thread-Compositing / Morris
    • solved a problem that WorkerCanvas and WebGLContext didn't got collected
    • try to solve cross-thread race condition problem(WIP)

Input

Touch Selection

  • draw text handle on editable place \ phoebe
    • try anonymous content aproach. find some difficulty in sync with caret.
    • try draw rect with caret with layout.

Copy & Paste

  • effort estimation on implementing copy&paste on Firefox OS \ SC
    • need to provide a clipboard service for Firefox OS, cannot leverage Android clipboard because it's in Java layer.
    • should be extended from nsBaseClipboard

Stability

Free Agent

Study

  • Layout - Anonymous content creation for UI Widget / SC