Closed
Bug 1867634
Opened 1 year ago
Closed 1 year ago
[wmfme] notify media element `resize` when the video intrinsic size change
Categories
(Core :: Audio/Video: Playback, task, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
For media engine playback, we haven't hooked the size change callback to media element yet, so we can't receive resize
event on the media element.
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D195156
Assignee | ||
Comment 2•1 year ago
|
||
In order to enable test_FrameSelection.html
, which can test resize
event, I need to fix this incorrect current time problem that makes that
failed.
We also have same time adjustment in the MDSM [1].
Depends on D195195
Assignee | ||
Comment 3•1 year ago
|
||
Depends on D195196
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e403c99d6562
part1 : notify video resizing to the content process. r=jolin
https://hg.mozilla.org/integration/autoland/rev/f3dfebba0355
part2 : fix the problem of incorrect current time after seeking. r=jolin
https://hg.mozilla.org/integration/autoland/rev/3f7c7318c7dd
part3 : enable 'test_FrameSelection' in wmfme to check 'resize' event. r=jolin
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e403c99d6562
https://hg.mozilla.org/mozilla-central/rev/f3dfebba0355
https://hg.mozilla.org/mozilla-central/rev/3f7c7318c7dd
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•