Bug 75483

Summary: Web Inspector: add support for loadend event
Product: WebKit Reporter: Hans Muller <giles_joplin>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: 7raivis, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Hans Muller 2012-01-03 11:52:29 PST
Support for the loadend event is needed.  For example, see http://www.w3.org/TR/XMLHttpRequest2/#event-handlers.

This bug report is per https://bugs.webkit.org/show_bug.cgi?id=40952#c23.
Comment 1 Hans Muller 2012-01-05 14:46:29 PST
It looks like the scope of the new bug could be expanded to include support for loadstart, progress, abort, error events dispatched for both XMLHttpRequest and XMLHttpRequestUpload.  And I would think that the support would be similar to the code included for the load event in XMLHttpRequest::callReadyStateChangeListener().  A little factoring would be required to avoid ballooning the implementation.

Does this sound reasonable?
Comment 2 Brian Burg 2014-12-12 14:36:06 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.