Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an...
authorjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 12:33:02 +0000 (13:33 +0100)
committerjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 12:33:31 +0000 (13:33 +0100)
commitb90369e8cb2b6f3cc0afa34d815958ff0b605874
tree32bed044316419226ca7c7d1e2d4ade286f2ea9f
parent462bb1f66abf239492ee33c60feee3402fe64f77
Fixes #8135. Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.
src/ajax/xhr.js
test/networkerror.html [new file with mode: 0644]