[Webkit-unassigned] [Bug 34829] [gtk] WebKitDownload's currentSize property is guint, should be guint64
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 11 09:57:26 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34829
--- Comment #3 from Diego Escalante Urrelo <diegoe at gnome.org> 2010-02-11 09:57:26 PST ---
Created an attachment (id=48578)
--> (https://bugs.webkit.org/attachment.cgi?id=48578)
2010-02-11 Diego Escalante Urrelo <descalante at igalia.com>
Reviewed by NOBODY (OOPS!).
[gtk] WebKitDownload's currentSize property is guint, should be guint64
https://bugs.webkit.org/show_bug.cgi?id=34829
Actually use a guint64 for current-size property in WebKitDownload, we
were using a guint which is likely the cause for wrong sizes for files
over 4 Gb.
* webkit/webkitdownload.cpp:
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list