[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 11:22:14 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34829


Diego Escalante Urrelo <diegoe at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48546|0                           |1
        is obsolete|                            |
  Attachment #48578|0                           |1
        is obsolete|                            |




--- Comment #4 from Diego Escalante Urrelo <diegoe at gnome.org>  2010-02-11 11:22:14 PST ---
Created an attachment (id=48585)
 --> (https://bugs.webkit.org/attachment.cgi?id=48585)
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