WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138522
[iOS] video is sometimes allowed to play from the background
https://bugs.webkit.org/show_bug.cgi?id=138522
Summary
[iOS] video is sometimes allowed to play from the background
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+
Details
Formatted Diff
Diff
Revised patch
(7.03 KB, patch)
2014-11-07 18:39 PST
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
Updated patch
(6.99 KB, patch)
2014-11-08 06:29 PST
,
Eric Carlson
jer.noble
: review+
Details
Formatted Diff
Diff
Patch for landing.
(6.96 KB, patch)
2014-11-08 07:52 PST
,
Eric Carlson
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2014-11-07 14:54:07 PST
<
rdar://problem/18878671
>
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
Committed
r175777
:
https://trac.webkit.org/r175777
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.
Top of Page
Format For Printing
XML
Clone This Bug