Bug 131774

Summary: MediaDocument on iOS should be full page
Product: WebKit Reporter: Dean Jackson <dino>
Component: MediaAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, jer.noble, philipj, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch jer.noble: review+

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>