Bug 138522

Summary: [iOS] video is sometimes allowed to play from the background
Product: WebKit Reporter: Eric Carlson <eric.carlson>
Component: MediaAssignee: Eric Carlson <eric.carlson>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, philipj, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch.
jer.noble: review+
Revised patch
none
Updated patch
jer.noble: review+
Patch for landing. none

Eric Carlson
Reported 2014-11-07 14:52:26 PST
Allow video to play when Safari is in the background in some situations.
Attachments
Proposed patch. (6.62 KB, patch)
2014-11-07 15:20 PST, Eric Carlson
jer.noble: review+
Revised patch (7.03 KB, patch)
2014-11-07 18:39 PST, Eric Carlson
no flags
Updated patch (6.99 KB, patch)
2014-11-08 06:29 PST, Eric Carlson
jer.noble: review+
Patch for landing. (6.96 KB, patch)
2014-11-08 07:52 PST, Eric Carlson
no flags
Eric Carlson
Comment 1 2014-11-07 14:54:07 PST
Eric Carlson
Comment 2 2014-11-07 15:20:57 PST
Created attachment 241213 [details] Proposed patch.
Jer Noble
Comment 3 2014-11-07 15:28:48 PST
Comment on attachment 241213 [details] Proposed patch. View in context: https://bugs.webkit.org/attachment.cgi?id=241213&action=review > Source/WebCore/ChangeLog:8 > + Reviewed by NOBODY (OOPS!). > + > + * html/HTMLMediaElement.cpp: What is actually broken and why does this patch fix it? > Source/WebCore/platform/audio/MediaSession.cpp:-192 > - if (m_clientDataBufferingTimer.isActive()) > - m_clientDataBufferingTimer.stop(); > - Perhaps an ASSERT(!m_clientDataBufferingTimer.isActive()) ?
Eric Carlson
Comment 4 2014-11-07 18:39:34 PST
Created attachment 241223 [details] Revised patch
WebKit Commit Bot
Comment 5 2014-11-07 18:40:42 PST
Attachment 241223 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:8: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 9 files If any of these errors are false positives, please file a bug against check-webkit-style.
Eric Carlson
Comment 6 2014-11-08 06:29:38 PST
Created attachment 241228 [details] Updated patch
Jer Noble
Comment 7 2014-11-08 07:44:06 PST
Comment on attachment 241228 [details] Updated patch View in context: https://bugs.webkit.org/attachment.cgi?id=241228&action=review R=me with minor nits. > Source/WebCore/html/HTMLMediaElement.cpp:5988 > + ASSERT_NOT_REACHED(); This could be a "default:" case. > Source/WebCore/platform/audio/MediaSession.h:108 > + Optimized Nit: a comma here would make future duffs nicer.
Eric Carlson
Comment 8 2014-11-08 07:52:23 PST
Created attachment 241229 [details] Patch for landing.
Eric Carlson
Comment 9 2014-11-08 09:18:31 PST
Eric Carlson
Comment 10 2014-11-11 15:12:10 PST
Committed https://trac.webkit.org/r175981 as a follow up.
Note You need to log in before you can comment on or make changes to this bug.