TPEMRD/2016Q2

From MozillaWiki
Jump to: navigation, search

Bugs which are fixed in Q2

Full Query
ID Summary Status Target milestone Resolution Assigned to Priority
1260950 mInitialSizeFound should be set to true when the initial size is found. RESOLVED mozilla48 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] --
1248313 Enable the crash test of bug1242774 in Linux RESOLVED --- DUPLICATE Alastor Wu [:alwu] --
1215115 Mediarecorder API does not record video on Firefox Android RESOLVED mozilla48 FIXED Benjamin Chen [:bechen] P2
1264898 Remove unnecessary |FinishAddTracks| call in |DOMHwMediaStream::Init| RESOLVED mozilla48 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] --
1013933 pause/resume html5 video resets speed (playbackRate) RESOLVED mozilla48 FIXED Alastor Wu [:alwu] P2
1249579 Request audio focus on Fennec RESOLVED Firefox 48 FIXED Alastor Wu [:alwu] P2
1261007 Enable/fix testcases for MediaRecorder api on Fennec. RESOLVED mozilla48 FIXED Benjamin Chen [:bechen] --
1205865 Enable test_mediarecorder_bitrate.html for Android 2.3 RESOLVED mozilla49 FIXED Benjamin Chen [:bechen] P3
1266644 Rename StreamBuffers to StreamTracks. RESOLVED mozilla49 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] P2
1242874 Enable pause/play control ability for the AudioChannel API RESOLVED mozilla49 FIXED Alastor Wu [:alwu] --
1269260 Video can't be played due to MP4 sniffing RESOLVED mozilla49 FIXED John Lin [:jhlin][:jolin] P1
1235612 Audio indicator/mute button shown for page with no audible sound VERIFIED Firefox 49 FIXED Alastor Wu [:alwu] --
1242594 textTracks lost when video removed from DOM RESOLVED mozilla49 FIXED Benjamin Chen [:bechen] P2
1269672 move audible data checking from MDSM to DecodedAudioDataSink RESOLVED mozilla49 FIXED Alastor Wu [:alwu] --
1266681 Create new event to indicate the AudioChannelAgent life length for audible object RESOLVED --- WONTFIX Alastor Wu [:alwu] P2
1217711 [Meta] Implement audio-interruption-begin/end event RESOLVED --- WONTFIX Alastor Wu [:alwu] --
1266647 Clean NotifyQueuedTrackChange to only notify when command is track create and track end. RESOLVED mozilla49 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] P2
1271566 VideoTrackList::RemoveTrack/AddTrack should also update selected index. RESOLVED mozilla49 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] P2
1010707 [WebVTT] hang with VTTCue and canvas RESOLVED mozilla49 FIXED Alastor Wu [:alwu] P2
1068151 Video playback halts with a malformed MPEG-4 file RESOLVED mozilla49 FIXED Alfredo Yang (:alfredo) P2
1276119 Flash produces sound in muted tab RESOLVED mozilla49 FIXED Alastor Wu [:alwu] --
1257738 Implement the audio competing mechanism on Fennec VERIFIED Firefox 49 FIXED Alastor Wu [:alwu] P2
1240423 Implement the remote media-control on Fennec RESOLVED Firefox 51 FIXED Alastor Wu [:alwu] P2
1276129 [webvtt] Use PositionAlignSetting type for VTTCue's positionAlign RESOLVED mozilla49 FIXED Alastor Wu [:alwu] P2
1277373 Android lint and checktests permafailing with SyntaxError: unexpected EOF while parsing after bug 1240423 landed. RESOLVED Firefox 49 FIXED Alastor Wu [:alwu] --
882718 [webvtt] Implement the 'time marches on' algorithm VERIFIED --- FIXED Benjamin Chen [:bechen] P2
1276830 [webvtt] Use LineAlignSetting for VTTCue's lineAlign RESOLVED mozilla49 FIXED Alastor Wu [:alwu] --
1242599 textTracks are not added when track element appended to video RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] P2
1275808 [webvtt] Merge the TextTrackManager::TimeMarchesOn() and UpdateCueDisplay() function RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] P2
1278027 In Firefox Nightly, WebRTC recording is slowed by 100%. So duration is 2x the actual duration. RESOLVED mozilla50 FIXED Chia-hung Tai [:ctai :ctai_mozilla :cht] P1
1257107 Don't create VideoData for frames while decoding to seek target RESOLVED mozilla50 FIXED Alfredo Yang (:alfredo) P2
1274884 [webvtt] Remove/add cues which when the TextTrack::mMode is changed. RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] P2
1277191 [webvtt] fix html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html RESOLVED --- DUPLICATE Benjamin Chen [:bechen] --
882717 [webvtt] Ensure that TextTrackCue's setters call the time marches on algorithm RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] --
1016925 [webvtt] enable test "webvtt-api-for-browsers/vttcue-interface/align.html" RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1276832 [webvtt] VTTCue's line should be auto or double RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1276833 [webvtt] Size should return double RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1278478 [webvtt] Fix the fail for "web-platform/tests/webvtt/webvtt-api-for-browsers/vttcue-interface/vertical.html" RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1239372 The tab sound indicator should not be hiding when using mouse clicking to seek the video VERIFIED Firefox 50 FIXED Alastor Wu [:alwu] --
1276130 [webvtt] Correct the enum value for VTTCue's AlignSetting RESOLVED mozilla50 FIXED Alastor Wu [:alwu] P2
1276831 [webvtt] Let VTTCue's position return double or AutoKeyword RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1278164 [webvtt] Empty Cue's display state when its active flag is unset RESOLVED mozilla50 FIXED Alastor Wu [:alwu] --
1276530 Intermittent test_texttrackevents_video.html | TrackElement should fire cue change 6 times. - got 2, expected 6 RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] P5
1280036 Don't create VideoData for frames while seeking on Windows RESOLVED mozilla50 FIXED Alfredo Yang (:alfredo) --
1280814 Assertion failure: aStart <= aEnd, at dom/media/Intervals.h:56, from mozilla::dom::TextTrackManager::TimeMarchesOn RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] --
1281130 [webvtt] fix html/semantics/embedded-content/media-elements/interfaces/TextTrackCue/track.html RESOLVED --- DUPLICATE Benjamin Chen [:bechen] P2
1282014 Check duration when set seek target threshold RESOLVED mozilla50 FIXED Alfredo Yang (:alfredo) --
1277192 [webvtt] fix html/semantics/embedded-content/media-elements/interfaces/TextTrack/addCue.html RESOLVED mozilla50 FIXED Benjamin Chen [:bechen] P2
1206304 Created text tracks don't appear in the textTracks list RESOLVED --- DUPLICATE Benjamin Chen [:bechen] P2

49 Total; 0 Open (0%); 45 Resolved (91.84%); 4 Verified (8.16%);