[Webkit-unassigned] [Bug 40952] Onloadend event is not supported in XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 09:53:59 PST 2011


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


Hans Muller <giles_joplin at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |giles_joplin at yahoo.com




--- Comment #3 from Hans Muller <giles_joplin at yahoo.com>  2011-12-07 09:53:59 PST ---
Per the W3C XMLHttpRequest2 Working Draft, http://www.w3.org/TR/XMLHttpRequest2, the loadend ProgressEvent should be dispatched by the XMLHttpRequest or it's XMLHttpRequestUpload after the load, error, and abort events for requests that have successfully completed, failed, or been aborted respectively.

Support for loadend requires a small number of changes:
- adding an onloadend EventListener attribute to Source/WebCore/xml/XMLHttpRequest.idl,XMLHttpRequestUpload.idl
- Similarly defining the event listener in Source/WebCore/xml/XMLHttpRequest.h, XMLHttpRequestUpload.h
- Dispatching the loadend after load/error/abort events are dispatched in Source/WebCore/xml/XMLHttpRequest.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