Bug 141780 - Sufficiently small media controls should remove toolbar elements
Summary: Sufficiently small media controls should remove toolbar elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 16:46 PST by Dean Jackson
Modified: 2015-02-19 10:38 PST (History)
0 users

See Also:


Attachments
Patch (10.28 KB, patch)
2015-02-18 17:12 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 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>