-
Notifications
You must be signed in to change notification settings - Fork 971
Right click on any setup file and open in new tab doesn't download the file #14409
Comments
This happens on our current release. Perhaps this regressed with single webview? |
And we need to test if it is reproducible in pre-single-webview release |
Moving to next release. Finding a fix would be great, but this has been present for at least 1 release |
Lots of good debugging done on this one in #14844 Basically, the new tab is created with the download item... but the tab doesn't attach the webview in time. The code tries to lookup what window it's associated with and there is no info, because nothing is attached. So it exits |
Confirmed this was introduced with 0.22.714 (our initial single webview build) |
…as a result of losing a race condition) Fixes brave/browser-laptop#14409 Auditors: @bridiver
Fixed with brave/muon@4504af1 This will be part of 0.23.x Release 5 (builds not available yet) |
…as a result of losing a race condition) Fixes brave/browser-laptop#14409 Auditors: @bridiver
…as a result of losing a race condition) Fixes brave/browser-laptop#14409 Auditors: @bridiver
Verified on Ubuntu 18 x64 using
Verified with macOS 10.12.6 using
Verified on Windows x64 with
|
Description
Right click on any setup file and open in new tab doesn't download the file
Test plan / Steps to Reproduce
Actual result:
Right click on any setup file and open in new tab doesn't download the file>
Expected result:
Right click on any setup file and open in new tab should download the file
Reproduces how often:
Easy
Brave Version
0.23.8
about:brave info:
Brave: 0.23.8
V8: 6.6.346.32
rev: 06c657b
Muon: 6.1.5
OS Release: 10.0.17134
Update Channel: Beta
OS Architecture: x64
OS Platform: Microsoft Windows
Node.js: 7.9.0
Brave Sync: v1.4.2
libchromiumcontent: 66.0.3359.181
Reproducible on current live release:
Yes
Additional Information
The text was updated successfully, but these errors were encountered: