TPEMedia/2015-04-08: Difference between revisions

(Created page with "==Summary== Status changed by this week <bugzilla> { "status": ["NEW", "ASSIGNED", "UNCONFIRMED"], "changed_after": "2015-04-08", "changed_before": "2015-04-15...")
 
 
(12 intermediate revisions by 8 users not shown)
Line 4: Line 4:
     {
     {
             "status": ["NEW", "ASSIGNED", "UNCONFIRMED"],
             "status": ["NEW", "ASSIGNED", "UNCONFIRMED"],
"changed_after": "2015-04-08",
"changed_after": "2015-04-02",
"changed_before": "2015-04-15",
"changed_before": "2015-04-09",
             "assigned_to": ["jolin@mozilla.com", "ayang@mozilla.com", "jwwang@mozilla.com", "slee@mozilla.com", "bechen@mozilla.com", "ctai@mozilla.com", "alwu@mozilla.com", "bwu@mozilla.com", "tkuo@mozilla.com"],
             "assigned_to": ["jolin@mozilla.com", "ayang@mozilla.com", "jwwang@mozilla.com", "slee@mozilla.com", "bechen@mozilla.com", "ctai@mozilla.com", "alwu@mozilla.com", "bwu@mozilla.com", "tkuo@mozilla.com"],
             "include_fields": "id, summary, status, resolution, assigned_to"
             "include_fields": "id, summary, status, resolution, assigned_to"
Line 13: Line 13:
<bugzilla>
<bugzilla>
     {
     {
"changed_after": "2015-04-08",
"changed_after": "2015-04-02",
"changed_before": "2015-04-15",
"changed_before": "2015-04-09",
             "assigned_to": ["jolin@mozilla.com", "ayang@mozilla.com", "jwwang@mozilla.com", "slee@mozilla.com", "bechen@mozilla.com", "ctai@mozilla.com", "alwu@mozilla.com", "bwu@mozilla.com", "tkuo@mozilla.com"],
             "assigned_to": ["jolin@mozilla.com", "ayang@mozilla.com", "jwwang@mozilla.com", "slee@mozilla.com", "bechen@mozilla.com", "ctai@mozilla.com", "alwu@mozilla.com", "bwu@mozilla.com", "tkuo@mozilla.com"],
             "include_fields": "id, summary, status, resolution, assigned_to",
             "include_fields": "id, summary, status, resolution, assigned_to",
Line 23: Line 23:
==Status==
==Status==
===Alfredo Yang===
===Alfredo Yang===
*{{Bug|1152236}} - Gonk PlatformDecoderModule is broken.
** Landed.
*{{Bug|1132832}} - [FFOS] MSE and EME Conformance Tests item 20 failed
** r+


===John Lin===
===John Lin===
* {{bug|1069246}} [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
** WIP - refactor MediaEngineWebRTC. tryserver build passed.


===JW Wang===
===JW Wang===
*{{Bug|1150277}} - [EME] "Forget about this site" does not clear GMP storage
** land
*{{Bug|902686}} - Change manifest.js to use SpecialPowers.pushPrefEnv
** land
*{{Bug|1151740}} - JavaScript error: chrome://specialpowers/content/specialpowersAPI.js, line 1437: TypeError: cb is not a function
** land
*{{Bug|1151746}} - [EME] origin tuples in TestGMPCrossOrigin.cpp should include schemes
** land


===Benjamin Chen===
===Benjamin Chen===
*{{Bug|1140995}} - mochitest test_bug1113600.html timeout.
**part2 r+, part1 writing the v03 patch.


===Chiahung Tai===
===Chiahung Tai===


===Steven Lee===
===Steven Lee===
* dump-class-heirarchy study
** Check Thinker's repo and try it on Linux
* {{Bug|1150923}} - [Crash] [@ mozilla::MediaStreamGraphImpl::AddBlockingRelatedStreamsToSet ]
** It looks like having a dangling pointer, ni roc and paul
* {{Bug|1150918}} - [Crash] [@ mozilla::MediaStreamGraphImpl::UpdateStreamOrder]
** It seems to have OOM problem, ni roc and paul
* Q1 review


===Alastor Wu===
===Alastor Wu===
*{{Bug|1113086}} - Implement AudioChannel API into BrowserElement
** r-
*{{Bug|1150809}} - [OPEN 2_2.0] when listening fm, adjusting the volume of ringtone in Settings, noise in the headset before fm continue
** debug, it seems like Qualcomm's bug
*{{Bug|1151499}} - [Audio Channel] The radio audio is played through the device speaker at maximum volume (unadjustable) when listening to the radio through headphones and using the dialer keypad
** debug


===Blake Wu===
===Blake Wu===
*{{Bug|1146729}} - [FFOS] Enable MP4Reader for MSE and local playback
** Check test case failure
*{{Bug|1118139}} - [FFOS7715 v2.1] [dolphin][Youtube video] 7715 FFOS shows black screen on launching some video, while audio can be heared while using Youtube app or Youtube site
** Feedback*2
*{{Bug|1147241}} - [Video] Seek functionality via dragging progress bar does not update preview when seeking and is slow to resume after seeking
** Debug and create bug 1152218 to fix it.


===Kaku Kuo===
===Kaku Kuo===
*{{Bug|1141979}} - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
** Discuss the interfaces and write documents.

Latest revision as of 03:30, 10 April 2015

Summary

Status changed by this week

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Bugs which are fixed by this week

Full Query
ID Summary Status Resolution Assigned to
999894 crash in android_atomic_inc when putting the phone to sleep & waking it back up after playing a recorded video at a blob URL RESOLVED INVALID Alastor Wu [:alwu]
1152236 Gonk PlatformDecoderModule is broken. RESOLVED FIXED Alfredo Yang (:alfredo)

2 Total; 0 Open (0%); 2 Resolved (100%); 0 Verified (0%);

Status

Alfredo Yang

  • bug 1152236 - Gonk PlatformDecoderModule is broken.
    • Landed.
  • bug 1132832 - [FFOS] MSE and EME Conformance Tests item 20 failed
    • r+

John Lin

  • bug 1069246 [B2G] Evaluate new Android camera HAL & stagefright ProCamera API for getUserMedia()
    • WIP - refactor MediaEngineWebRTC. tryserver build passed.

JW Wang

  • bug 1150277 - [EME] "Forget about this site" does not clear GMP storage
    • land
  • bug 902686 - Change manifest.js to use SpecialPowers.pushPrefEnv
    • land
  • bug 1151740 - JavaScript error: chrome://specialpowers/content/specialpowersAPI.js, line 1437: TypeError: cb is not a function
    • land
  • bug 1151746 - [EME] origin tuples in TestGMPCrossOrigin.cpp should include schemes
    • land

Benjamin Chen

  • bug 1140995 - mochitest test_bug1113600.html timeout.
    • part2 r+, part1 writing the v03 patch.

Chiahung Tai

Steven Lee

  • dump-class-heirarchy study
    • Check Thinker's repo and try it on Linux
  • bug 1150923 - [Crash] [@ mozilla::MediaStreamGraphImpl::AddBlockingRelatedStreamsToSet ]
    • It looks like having a dangling pointer, ni roc and paul
  • bug 1150918 - [Crash] [@ mozilla::MediaStreamGraphImpl::UpdateStreamOrder]
    • It seems to have OOM problem, ni roc and paul
  • Q1 review

Alastor Wu

  • bug 1113086 - Implement AudioChannel API into BrowserElement
    • r-
  • bug 1150809 - [OPEN 2_2.0] when listening fm, adjusting the volume of ringtone in Settings, noise in the headset before fm continue
    • debug, it seems like Qualcomm's bug
  • bug 1151499 - [Audio Channel] The radio audio is played through the device speaker at maximum volume (unadjustable) when listening to the radio through headphones and using the dialer keypad
    • debug

Blake Wu

  • bug 1146729 - [FFOS] Enable MP4Reader for MSE and local playback
    • Check test case failure
  • bug 1118139 - [FFOS7715 v2.1] [dolphin][Youtube video] 7715 FFOS shows black screen on launching some video, while audio can be heared while using Youtube app or Youtube site
    • Feedback*2
  • bug 1147241 - [Video] Seek functionality via dragging progress bar does not update preview when seeking and is slow to resume after seeking
    • Debug and create bug 1152218 to fix it.

Kaku Kuo

  • bug 1141979 - [FoxEye] Extend ImageBitmap with interfaces to access its underlying image data
    • Discuss the interfaces and write documents.