Bug 75483 - Web Inspector: add support for loadend event
Summary: Web Inspector: add support for loadend event
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 11:52 PST by Hans Muller
Modified: 2014-12-12 14:36 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.