WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
215873
REGRESSION: touchbar controls don't reflect video state in fullscreen
https://bugs.webkit.org/show_bug.cgi?id=215873
Summary
REGRESSION: touchbar controls don't reflect video state in fullscreen
Devin Rousso
Reported
2020-08-26 16:41:28 PDT
# STEPS TO REPRODUCE 1. load any page with a video 2. play the video 3. make the video fullscreen 4. pause by pressing space or clicking the pause button in the video controls => TouchBar play/pause button doesn't update
Attachments
Patch
(3.47 KB, patch)
2020-08-26 16:53 PDT
,
Devin Rousso
eric.carlson
: review+
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(3.47 KB, patch)
2020-08-26 18:31 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2020-08-26 16:41:46 PDT
<
rdar://problem/66723354
>
Devin Rousso
Comment 2
2020-08-26 16:53:17 PDT
Created
attachment 407357
[details]
Patch
EWS
Comment 3
2020-08-26 18:30:20 PDT
Comment hidden (obsolete)
Traceback (most recent call last): File "Tools/Scripts/webkit-patch", line 42, in <module> from webkitpy.tool.main import WebKitPatch File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/main.py", line 41, in <module> from webkitpy.tool import commands File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/__init__.py", line 4, in <module> from webkitpy.tool.commands.analyzechangelog import AnalyzeChangeLog File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/commands/analyzechangelog.py", line 39, in <module> from webkitpy.tool import steps File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/steps/__init__.py", line 56, in <module> from webkitpy.tool.steps.postdiffforrevert import PostDiffForRevert File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/tool/steps/postdiffforrevert.py", line 29, in <module> from webkitpy.common.net.bugzilla import Attachment File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/common/net/bugzilla/__init__.py", line 4, in <module> from webkitpy.common.net.bugzilla.bugzilla import Bugzilla File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py", line 51, in <module> from webkitpy.thirdparty.BeautifulSoup import BeautifulSoup, BeautifulStoneSoup, SoupStrainer File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup.py", line 58, in <module> from webkitpy.thirdparty.BeautifulSoup_legacy import BeautifulSoup, BeautifulStoneSoup, SoupStrainer File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup_legacy.py", line 1735, in <module> import chardet File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 459, in find_module cls.install(name) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 444, in install return to_install.install() File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 210, in install if not self.archives(): File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 117, in archives response = AutoInstall._request('
https://{}/{}'.format(AutoInstall.index
, path)) File "/Volumes/Data/worker/Commit-Queue/build/Tools/Scripts/libraries/webkitcorepy/webkitcorepy/autoinstall.py", line 320, in _request cafile=os.path.join(os.path.dirname(__file__), 'cacert.pem'), File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open response = self._open(req, data) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open '_open', req) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open context=self._context) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open raise URLError(err) urllib2.URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>
Devin Rousso
Comment 4
2020-08-26 18:31:47 PDT
Created
attachment 407364
[details]
Patch
EWS
Comment 5
2020-08-26 20:35:23 PDT
Committed
r266218
: <
https://trac.webkit.org/changeset/266218
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 407364
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug