Bug 131774 - MediaDocument on iOS should be full page
Summary: MediaDocument on iOS should be full page
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-04-16 16:45 PDT by Dean Jackson
Modified: 2014-04-16 16:56 PDT (History)
8 users (show)

See Also:


Attachments
Patch (4.51 KB, patch)
2014-04-16 16:47 PDT, Dean Jackson
jer.noble: 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-04-16 16:45:05 PDT
A MediaDocument on iOS can't rely on the intrinsic size of the content, since it does not load the content. Also, you really want the element to fill the page.

<rdar://problem/16510042>
Comment 1 Dean Jackson 2014-04-16 16:47:23 PDT
Created attachment 229497 [details]
Patch
Comment 2 Jer Noble 2014-04-16 16:53:25 PDT
Comment on attachment 229497 [details]
Patch

r=me
Comment 3 Dean Jackson 2014-04-16 16:56:09 PDT
Committed r167402: <http://trac.webkit.org/changeset/167402>