[Webkit-unassigned] [Bug 36156] XHR 'progress' event code assumes wrongly that expectedLength >= 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 16:44:48 PST 2011


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





--- Comment #5 from Alexey Proskuryakov <ap at webkit.org>  2011-11-29 16:44:48 PST ---
(From update of attachment 117071)
View in context: https://bugs.webkit.org/attachment.cgi?id=117071&action=review

> LayoutTests/http/tests/xmlhttprequest/chunked-progress-event-expectedLength.html:26
> +        console.log(e.loaded + ", " + e.total + ", " + e.lengthComputable);

Did you intend to keep this line? It should probably use just log() for consistency.

-- 
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