Closed
Bug 1552081
Opened 6 years ago
Closed 6 years ago
sometime we should only run 'TimeMarchesOn' when media element's show poster flag is false
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
In the following situations, we should only run TimeMarchesOn
when the media element's show-poster
flag is false.
- add cue : https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-2
- remove cue : https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-3
- track mode changes : https://html.spec.whatwg.org/multipage/media.html#text-track-model:time-marches-on
- cue's startTime changes : https://html.spec.whatwg.org/multipage/media.html#text-track-api:time-marches-on
- cue's endTime changes : https://html.spec.whatwg.org/multipage/media.html#text-track-api:time-marches-on-2
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → alwu
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Type: defect → task
Assignee | ||
Comment 1•6 years ago
|
||
In the following situations, we should only run TimeMarchesOn
when the media element's show-poster
flag is false.
- add cue : https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-2
- remove cue : https://html.spec.whatwg.org/multipage/media.html#playing-the-media-resource:time-marches-on-3
- track mode changes : https://html.spec.whatwg.org/multipage/media.html#text-track-model:time-marches-on
- cue's startTime changes : https://html.spec.whatwg.org/multipage/media.html#text-track-api:time-marches-on
- cue's endTime changes : https://html.spec.whatwg.org/multipage/media.html#text-track-api:time-marches-on-2
Assignee | ||
Comment 2•6 years ago
|
||
Now adding or removing cue would trigger processing cues only when media element's show-poster
flag is false, so we have to modify the test to reset the flag in order to test the correct behavior.
Updated•6 years ago
|
Attachment #9065281 -
Attachment description: Bug 1552081 - sometime we should run 'TimeMarchesOn' only when the media element's show poster flag is false. → Bug 1552081 - part1 : sometime we should run 'TimeMarchesOn' only when the media element's show poster flag is false.
Updated•6 years ago
|
Attachment #9065281 -
Attachment description: Bug 1552081 - part1 : sometime we should run 'TimeMarchesOn' only when the media element's show poster flag is false. → Bug 1552081 - part1. Sometimes we should run 'TimeMarchesOn' only when the media element's show poster flag is false.
Updated•6 years ago
|
Attachment #9065498 -
Attachment description: Bug 1552081 - part2 : modify test 'test_webvtt_update_display_after_adding_or_removing_cue.html'. → Bug 1552081 - part2. Modify test 'test_webvtt_update_display_after_adding_or_removing_cue.html'.
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95ccc685eb11
part1. Sometimes we should run 'TimeMarchesOn' only when the media element's show poster flag is false. r=jya
https://hg.mozilla.org/integration/autoland/rev/7b72fa29c64b
part2. Modify test 'test_webvtt_update_display_after_adding_or_removing_cue.html'. r=jya
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/95ccc685eb11
https://hg.mozilla.org/mozilla-central/rev/7b72fa29c64b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•