Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upUse QtWebEngine network stack for all downloads #2328
Comments
The-Compiler
referenced this issue
Apr 19, 2017
Open
Avoid creating QNetworkAccessManager with QtWebEngine #2543
The-Compiler
added
the
language: c++
label
Apr 25, 2017
The-Compiler
added
qt: 5.10
and removed
qt: 5.9
labels
Jun 29, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
The-Compiler
Jun 29, 2017
Collaborator
I submitted https://codereview.qt-project.org/#/c/198880/ now which hopefully makes it into Qt 5.10.
|
I submitted https://codereview.qt-project.org/#/c/198880/ now which hopefully makes it into Qt 5.10. |
The-Compiler
referenced this issue
Jul 7, 2017
Closed
Download Error at specific page — "Connection closed" #2800
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
The-Compiler
Jul 21, 2017
Collaborator
The change above landed, so QWebEnginePage::download() will be in 5.10
|
The change above landed, so |
The-Compiler
removed
the
language: c++
label
Jul 21, 2017
The-Compiler
referenced this issue
Mar 27, 2018
Closed
Cannot download webpage - Unknown protocol "chrome" #3779
The-Compiler
referenced this issue
Jun 8, 2018
Closed
Downloading won't work on sites with captcha #3983
The-Compiler
added
the
component: downloads
label
Jul 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The-Compiler commentedFeb 20, 2017
Currently,
:download, hints and adblock filterlists use the QtNetwork stack for downloads with the QtWebEngine backend. They should use QtWebEngine downloads instead, though this is probably only possible after I pick up this Qt contribution.