Open
Bug 1500507
Opened 7 years ago
Updated 3 years ago
Don't always construct videocontrols UA Widget in Fennec/GeckoView
Categories
(Core :: Audio/Video: Playback, enhancement, P5)
Core
Audio/Video: Playback
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | affected |
People
(Reporter: timdream, Unassigned)
References
Details
In bug 1431255 it was done in HTMLMediaElement::BindToTree that we'll always dispatch UAWidgetBindToTree event on Fennec, because I thought we will need the UI there.
We actually only need the UI if the <video> is auto-blocked && needs controls. It's not hard if we instead construct UA Widget only until the video is auto-blocked.
This will make <video> in Fennec as fast as on the desktop.
| Reporter | ||
Updated•7 years ago
|
Severity: normal → enhancement
Priority: -- → P5
| Reporter | ||
Updated•7 years ago
|
Summary: Don't always construct UA Widget in Fennec → Don't always construct videocontrols UA Widget in Fennec
| Reporter | ||
Updated•7 years ago
|
Summary: Don't always construct videocontrols UA Widget in Fennec → Don't always construct videocontrols UA Widget in Fennec/GeckoView
| Reporter | ||
Comment 1•6 years ago
|
||
FYI the event is being used here
so we can't really stop dispatching the event on video element w/o controls without finding a replacement for this one.
See Also: → 1498246
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•