Bug 129189 - [iOS Media] Wireless target UI
Summary: [iOS Media] Wireless target UI
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-21 18:01 PST by Dean Jackson
Modified: 2014-02-21 18:40 PST (History)
6 users (show)

See Also:


Attachments
Patch (13.39 KB, patch)
2014-02-21 18:16 PST, Dean Jackson
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2014-02-21 18:01:27 PST
Provide some UI for both selecting a wireless target, and showing that playback is happening on the target.

<rdar://problem/16100060>
<rdar://problem/15349928>
Comment 1 Dean Jackson 2014-02-21 18:16:25 PST
Created attachment 224938 [details]
Patch
Comment 2 Eric Carlson 2014-02-21 18:33:18 PST
Comment on attachment 224938 [details]
Patch

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

Thanks you!

> Source/WebCore/ChangeLog:22
> +        (audio::-webkit-media-controls-panel): This needs to be position relative for
> +        the wireless playback status to fill the viewport.

Don't you mean position absolute?
Comment 3 Dean Jackson 2014-02-21 18:38:50 PST
(In reply to comment #2)
> (From update of attachment 224938 [details])

> > Source/WebCore/ChangeLog:22
> > +        (audio::-webkit-media-controls-panel): This needs to be position relative for
> > +        the wireless playback status to fill the viewport.
> 
> Don't you mean position absolute?

Yes, I did. Thanks!
Comment 4 Dean Jackson 2014-02-21 18:40:07 PST
Committed r164519: <http://trac.webkit.org/changeset/164519>