Confirmed users
1,643
edits
| Line 76: | Line 76: | ||
====JW Wang==== | ====JW Wang==== | ||
*{{Bug|1004669}} - Intermittent *Windows & OS X* TEST-UNEXPECTED-FAIL | Shutdown | application timed out after 330 seconds with no output (with MediaShutdownManager::Shutdown() on the stack) | *{{Bug|1004669}} - Intermittent *Windows & OS X* TEST-UNEXPECTED-FAIL | Shutdown | application timed out after 330 seconds with no output (with MediaShutdownManager::Shutdown() on the stack) | ||
** f+| r+ | ** f+| r+|land | ||
** uplift to aurora, beta | ** uplift to aurora, beta | ||
** leaks in MediaTaskQueue prevent MediaShutdownManager from shutting down. | ** leaks in MediaTaskQueue prevent MediaShutdownManager from shutting down. | ||
*{{Bug|1001317}} - MediaCacheStream doesn't call ChannelMediaResource::CacheClientNotifyDataEnded on 2nd download end | *{{Bug|1001317}} - MediaCacheStream doesn't call ChannelMediaResource::CacheClientNotifyDataEnded on 2nd download end | ||
** f+|r+ | ** f+|r+|land | ||
** MediaCacheStream doesn't notify download ended which prevents autoplay from working properly. | ** MediaCacheStream doesn't notify download ended which prevents autoplay from working properly. | ||
*{{Bug|1000813}} - WARNING: NS_ENSURE_TRUE(mDecoderStateMachine) failed: file /builds/slave/try-lx-d-000000000000000000000/build/content/media/MediaDecoder.cpp, line 1025 | *{{Bug|1000813}} - WARNING: NS_ENSURE_TRUE(mDecoderStateMachine) failed: file /builds/slave/try-lx-d-000000000000000000000/build/content/media/MediaDecoder.cpp, line 1025 | ||
** f+|r+ | ** f+|r+|land | ||
** fix a warning in MediaDecoder. | ** fix a warning in MediaDecoder. | ||
*{{Bug|1008012}} - Assertion failure: pos >= 0 (Video stream position should be positive.), at /builds/slave/try-and-d-00000000000000000000/build/content/media/MediaDecoderStateMachine.cpp:2383 | *{{Bug|1008012}} - Assertion failure: pos >= 0 (Video stream position should be positive.), at /builds/slave/try-and-d-00000000000000000000/build/content/media/MediaDecoderStateMachine.cpp:2383 | ||
** debug | ** debug | ||
** mBasePosition is updated in the wrong place in MediaDecoderStateMachine which results in wrong playback position. | ** mBasePosition is updated in the wrong place in MediaDecoderStateMachine which results in wrong playback position. | ||