[webkit-reviews] review requested: [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information : [Attachment 20144] First version

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 27 20:27:01 PDT 2008


Julien Chaffraix <julien.chaffraix at gmail.com> has asked  for review:
Bug 13596: Implement .onprogress handler on XMLHttpRequest objects to support
progressive download content length information
http://bugs.webkit.org/show_bug.cgi?id=13596

Attachment 20144: First version
http://bugs.webkit.org/attachment.cgi?id=20144&action=edit

------- Additional Comments from Julien Chaffraix <julien.chaffraix at gmail.com>
It is a first version of onprogress handler. It uses a ProgressEvent as
required by the XHR2 standard. It means that we do not match Firefox interface
to get the attributes from the event (totalSize is replaced by total and
position is replaced loaded).
I have tried defining a custom event to match Firefox but we are basically
reimplementing ProgressEvent with just another interface so I decided to stand
with the standard.


More information about the webkit-reviews mailing list