RESOLVED FIXED 117016
HTMLMediaElement will not unthrottle page when playback stops for nreasons other than user-initiated pause.
https://bugs.webkit.org/show_bug.cgi?id=117016
Summary HTMLMediaElement will not unthrottle page when playback stops for nreasons ot...
Jer Noble
Reported 2013-05-29 22:38:17 PDT
HTMLMediaElement will not unthrottle page when playback stops for nreasons other than user-initiated pause.
Attachments
Patch (22.89 KB, patch)
2013-05-30 00:34 PDT, Jer Noble
no flags
Patch (22.91 KB, patch)
2013-05-30 00:46 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2013-05-29 22:40:06 PDT
PageThrottler was introduced by http://trac.webkit.org/changeset/150935, a fix for bug #116893. The unthrottling case will only be triggered for user or script initiated "pause()", but will not unthrottle when stopped due to network congestion, media engine errors, or when the media plays to the end of its duration.
Jer Noble
Comment 2 2013-05-29 23:22:02 PDT
Jer Noble
Comment 3 2013-05-30 00:34:24 PDT
EFL EWS Bot
Comment 4 2013-05-30 00:40:30 PDT
kov's GTK+ EWS bot
Comment 5 2013-05-30 00:40:55 PDT
EFL EWS Bot
Comment 6 2013-05-30 00:41:54 PDT
Early Warning System Bot
Comment 7 2013-05-30 00:43:12 PDT
Jer Noble
Comment 8 2013-05-30 00:46:56 PDT
Created attachment 203317 [details] Patch Use nullptr for clearing OwnPtr rather than 0.
Jer Noble
Comment 9 2013-05-30 11:18:45 PDT
Comment on attachment 203317 [details] Patch Clearing flags on attachment: 203317 Committed r150971: <http://trac.webkit.org/changeset/150971>
Jer Noble
Comment 10 2013-05-30 11:18:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.