Bug 182937

Summary: [Modern Media Controls] Implement a compact set of media controls
Product: WebKit Reporter: Antoine Quint <graouts>
Component: MediaAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric.carlson: review+, commit-queue: commit-queue-

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>