Bug 305473
| Summary: | [GStreamer] change network state to idle when delaying the load | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
| Component: | New Bugs | Assignee: | Enrique Ocaña <eocanha> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Enrique Ocaña
Sometimes applications create a <video> tag with 'preload="none"' and then remove the element from the DOM without ever starting playback. This results in the video element being leaked, because HTMLMediaElement::virtualHasPendingActivity() retains the element while its network state is still "Loading".
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/pull/1594
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/56561
EWS
Committed 305578@main (67cc2de45d68): <https://commits.webkit.org/305578@main>
Reviewed commits have been landed. Closing PR #56561 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/168148844>