Bug 168852 - Media: notify clients when autoplayed media ends without being paused
Summary: Media: notify clients when autoplayed media ends without being paused
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-24 16:11 PST by Matt Rajca
Modified: 2017-05-10 15:31 PDT (History)
0 users

See Also:


Attachments
Patch (12.28 KB, patch)
2017-02-24 16:29 PST, Matt Rajca
no flags Details | Formatted Diff | Diff
Patch (12.28 KB, patch)
2017-02-24 17:22 PST, Matt Rajca
no flags Details | Formatted Diff | Diff
Patch (12.35 KB, patch)
2017-02-28 10:28 PST, Matt Rajca
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Rajca 2017-02-24 16:11:41 PST
Notify clients when media that was autoplaying ended without being explicitly paused by the user.
Comment 1 Matt Rajca 2017-02-24 16:29:22 PST
Created attachment 302703 [details]
Patch
Comment 2 Matt Rajca 2017-02-24 17:22:10 PST
Created attachment 302715 [details]
Patch
Comment 3 Matt Rajca 2017-02-28 10:28:48 PST
Created attachment 302946 [details]
Patch
Comment 4 Alex Christensen 2017-02-28 10:42:53 PST
Comment on attachment 302946 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=302946&action=review

> Source/WebCore/page/AutoplayEvent.h:33
> +    DidPlayMediaWithoutInterference,

DidEndMediaPlaybackWithoutUserInterference
Comment 5 Matt Rajca 2017-02-28 10:54:46 PST
(In reply to comment #4)
> Comment on attachment 302946 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=302946&action=review
> 
> > Source/WebCore/page/AutoplayEvent.h:33
> > +    DidPlayMediaWithoutInterference,
> 
> DidEndMediaPlaybackWithoutUserInterference

Changed.
Comment 6 Matt Rajca 2017-02-28 11:44:57 PST
Committed r213161: <http://trac.webkit.org/changeset/213161>