about summary refs log tree commit diff stats
path: root/test/net/xhr.html
Commit message (Collapse)AuthorAgeFilesLines
* event: implement capturing phase, misc improvementsbptato2025-05-051-1/+4
| | | | Fixes acid3 tests 31, 32
* xmlhttprequest: fix open with credentialsbptato2025-03-231-1/+1
| | | | | * ignore username/password if undefined * do not throw on subsequent fetch with username/password
* xhr, event, catom: fix some bugsbptato2025-02-151-2/+14
| | | | Event handler functions can be set twice now.
* script: improve defineConstsbptato2024-12-301-2/+3
| | | | | | Well, I guess this works for now, but something is still wrong. In Gecko, document.__proto__ === Document.__proto__, but in Chawan, it isn't.
* xhr: fix flipped exception in overrideMimeTypebptato2024-12-281-0/+2
|
* Unify assert.js for testsbptato2024-12-151-3/+3
| | | | | judging from the symlink, I probably meant to do this but forgot to finish it
* xhr: more progressbptato2024-08-151-0/+20
* add responseText, response * add net tests -> currently sync XHR only; should find a way to do async tests... * update monoucha -> simplified & updated some related code that no longer worked properly