Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 56a52301da1629f6ea5a9a9826325b35fbd77537
https://github.com/WebKit/WebKit/commit/56a52301da1629f6ea5a9a9826325b35fbd77537
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:
-----------
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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications