Bug 168333 - Website policies: iframes should respect the autoplay policy of the top-level document
Summary: Website policies: iframes should respect the autoplay policy of the top-level...
Status: NEW
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-14 13:28 PST by Matt Rajca
Modified: 2017-02-14 15:09 PST (History)
0 users

See Also:


Attachments
Patch (13.26 KB, patch)
2017-02-14 13:34 PST, Matt Rajca
no flags Details | Formatted Diff | Diff
Patch (13.42 KB, patch)
2017-02-14 13:43 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-14 13:28:20 PST
iframes should respect the autoplay policies of the top-level document.
Comment 1 Matt Rajca 2017-02-14 13:34:40 PST
Created attachment 301541 [details]
Patch
Comment 2 Alex Christensen 2017-02-14 13:39:03 PST
Comment on attachment 301541 [details]
Patch

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

> Tools/TestWebKitAPI/Tests/WebKit2Cocoa/WebsitePolicies.mm:226
> +#if PLATFORM(MAC)

:(
Comment 3 Matt Rajca 2017-02-14 13:43:24 PST
Created attachment 301542 [details]
Patch
Comment 4 Alex Christensen 2017-02-14 15:09:31 PST
Comment on attachment 301542 [details]
Patch

r=me
I verified the API test passes on iOS.