Bug 182937 - [Modern Media Controls] Implement a compact set of media controls
Summary: [Modern Media Controls] Implement a compact set of media controls
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-19 12:52 PST by Antoine Quint
Modified: 2018-02-19 16:37 PST (History)
5 users (show)

See Also:


Attachments
Patch (30.78 KB, patch)
2018-02-19 13:02 PST, Antoine Quint
eric.carlson: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2018-02-19 12:52:57 PST
In some circumstances we want to show a super simple compact set of media controls where we only have a play/pause button and an invalid placard.
Comment 1 Radar WebKit Bug Importer 2018-02-19 13:00:12 PST
<rdar://problem/37682257>
Comment 2 Antoine Quint 2018-02-19 13:02:32 PST
Created attachment 334179 [details]
Patch
Comment 3 WebKit Commit Bot 2018-02-19 14:11:21 PST
Comment on attachment 334179 [details]
Patch

Rejecting attachment 334179 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-02', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 334179, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
rdparty/autoinstalled/mechanize/_urllib2_fork.py", line 332, in _call_chain
    result = func(*args)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1170, in https_open
    return self.do_open(conn_factory, req)
  File "/Volumes/Data/EWS/WebKit/Tools/Scripts/webkitpy/thirdparty/autoinstalled/mechanize/_urllib2_fork.py", line 1118, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 60] Operation timed out>

Full output: http://webkit-queues.webkit.org/results/6577867
Comment 4 Antoine Quint 2018-02-19 16:37:48 PST
Committed r228718: <https://trac.webkit.org/changeset/228718>