Bug 141780

Summary: Sufficiently small media controls should remove toolbar elements
Product: WebKit Reporter: Dean Jackson <dino>
Component: New BugsAssignee: Dean Jackson <dino>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+

Description Dean Jackson 2015-02-18 16:46:34 PST
Sufficiently small media controls should remove toolbar elements
Comment 2 Dean Jackson 2015-02-18 17:12:37 PST
Created attachment 246861 [details]
Patch
Comment 3 Eric Carlson 2015-02-19 05:58:40 PST
Comment on attachment 246861 [details]
Patch

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

> Source/WebCore/Modules/mediacontrols/mediaControlsiOS.js:675
> +                this.scheduleUpdateLayoutForDisplayedWidth();

Do you mean to call scheduleUpdateFor... twice here?
Comment 4 Dean Jackson 2015-02-19 10:38:52 PST
Committed r180347: <http://trac.webkit.org/changeset/180347>