Branch: refs/heads/webkitglib/2.50
Home: https://github.com/WebKit/WebKit
Commit: 6966486a92d9d2163238f26241a350f085362935
https://github.com/WebKit/WebKit/commit/6966486a92d9d2163238f26241a350f085362935
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/298234.502@webkitglib/2.50
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications