[Webkit-unassigned] [Bug 13596] Implement .onprogress handler on XMLHttpRequest objects to support progressive download content length information

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


http://bugs.webkit.org/show_bug.cgi?id=13596


julien.chaffraix at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #20144|                            |review?
               Flag|                            |




------- Comment #1 from julien.chaffraix at gmail.com  2008-03-27 20:27 PDT -------
Created an attachment (id=20144)
 --> (http://bugs.webkit.org/attachment.cgi?id=20144&action=view)
First version

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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list