[qt/qt/qtwebview]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtwebview Pushed by mirror-service into branch '6.11'. Changed from 0db9ce11f1e94cb5b796ed1600b4ae3540caa6c1 to f67a216724cd8e71a336ece876a1ecf967ea0876 Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit f67a216724cd8e71a336ece876a1ecf967ea0876 by Kaloyan Chehlarski on 30/07/2026 at 11:13.. Android: Report HTTP error codes as failed loads Previously, only internal Chromium errors would get reported as a QWebViewLoadingInfo::Failed. This change overrides the onReceivedHttpError() method, which is called when a 400+ HTTP status code is returned. Since this method is called before loading of the 4XX error page has even begun, we store the error code and message, and only emit the signal when the load has finished. This is to keep us consistent, and only emit a load started followed by a load finished signal. Change-Id: Ifc48e8868b3aa873f3957fc8b1dafed069a1b091 Reviewed-by: Moss Heim <[email protected]> (cherry picked from commit fd240901d3e8f20dd2bb5a579ad755f92b532c88) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit c7a99d34e746479858693418ffbd95891772425b) https://invent.kde.org/qt/qt/qtwebview/-/commit/f67a216724cd8e71a336ece876a1ecf967ea0876