TPEPlatform/2013-09-19: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 21: Line 21:
** WIP provided
** WIP provided
** arch graph: https://docs.google.com/drawings/d/1ijkDQ8gYd4BBeQzFbrOQTENAWU-zjEi5P2yuVZKxSP8/edit
** arch graph: https://docs.google.com/drawings/d/1ijkDQ8gYd4BBeQzFbrOQTENAWU-zjEi5P2yuVZKxSP8/edit
'''Web Audio'''
* {{Bug|894249}} - Regression: Youtube running in Browser app cannot interrupt background playing content / JW
** rebase patch
* {{Bug|914962}} - createMediaElementSourceNode() can't work with local file / JW
** trace code - MediaDecoder, MediaDecoderStateMachine, HTMLMediaElement
** debug capture stream fail due to principal/origin doesn't match


==Streaming Media==
==Streaming Media==

Revision as of 11:53, 18 September 2013

Media

GetUserMedia

  • bug 915705 - [B2G getUserMedia] Display microphone permission acquisition prompt \ SC
    • split patch from bug 853356 for 1.2 feature complete
    • got r+ and landed on m-c
  • bug 905701 - Support application preferences for cameras and mics in getUserMedia() prompts (B2G) \ SC
    • mapping front/back camera to user/environment facing mode
    • got r+ and landed on m-c
  • bug 898949 - [B2G getUserMedia] Display front/back camera list on permission prompt \ SC
    • prototyping for adding options/choice to nsIContentPermissionRequest interface
    • interface is approved by dougt during Oslo workweek
    • waiting for bug 853356 to do the merge.
  • bug 853356 - [B2G getUserMedia] Display camera/ microphone permission acquisition prompt \ Alfredo
    • Add test case
    • Add new IDL for multiple permissions request and modified corresponding ipdl
    • Rebase the latest code base

Media Recording

Web Audio

  • bug 894249 - Regression: Youtube running in Browser app cannot interrupt background playing content / JW
    • rebase patch
  • bug 914962 - createMediaElementSourceNode() can't work with local file / JW
    • trace code - MediaDecoder, MediaDecoderStateMachine, HTMLMediaElement
    • debug capture stream fail due to principal/origin doesn't match

Streaming Media

WebRTC

  • bug 869869 - e10s for UDP socket \ SC
    • discussing the security/permission mode with pauljt, agree to remove udp-socket permission for PeerConnection
    • investigating mochitest crash in BasicTiledLayerTile on Android.

Graphic

Stability

Free Agent

  • bug 901805 - reporting network activity in nsUDPServerSocket \ SC
    • split the patch to remove the dependency from udp socket e10s.
    • landed on m-c

Study