Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 9ae71a48e74931f1d01872dc7d5fdf72cf3f73f0
https://github.com/WebKit/WebKit/commit/9ae71a48e74931f1d01872dc7d5fdf72cf3f73f0
Author: Michael Catanzaro <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitDownload.cpp
Log Message:
-----------
Cherry-pick 309350@main (56a52301da16).
https://bugs.webkit.org/show_bug.cgi?id=291384
Estimated load progress out of range when downloading particular PDF or
Quicken files, leading to crash
https://bugs.webkit.org/show_bug.cgi?id=291384
Reviewed by Claudio Saavedra.
We're putting too much trust in the Content-Length header provided by
the server. There's no way we can provide an accurate progress estimate
if the value is wrong, so might as well just clamp it to 1.0, the
maximum possible value.
Canonical link: https://commits.webkit.org/309350@main
Canonical link: https://commits.webkit.org/305877.210@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications