WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
75483
Web Inspector: add support for loadend event
https://bugs.webkit.org/show_bug.cgi?id=75483
Summary
Web Inspector: add support for loadend event
Hans Muller
Reported
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
.
Attachments
Add attachment
proposed patch, testcase, etc.
Hans Muller
Comment 1
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?
Brian Burg
Comment 2
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug