Module: wine Branch: master Commit: 6a31e4acc77a83c318bc75008be0e3a253b8a36b URL: https://gitlab.winehq.org/wine/wine/-/commit/6a31e4acc77a83c318bc75008be0e3a...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Feb 27 16:02:13 2023 +0200
mshtml: Implement synchronous XMLHttpRequest.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlwindow.c | 2 + dlls/mshtml/mshtml_private.h | 5 + dlls/mshtml/task.c | 46 ++++-- dlls/mshtml/tests/events.c | 233 ++++++++++++++++++++++++++++--- dlls/mshtml/tests/rsrc.rc | 3 + dlls/mshtml/tests/script.c | 26 +++- dlls/mshtml/tests/xhr.js | 140 +++++++++++++++++++ dlls/mshtml/tests/xhr_iframe.html | 23 +++ dlls/mshtml/tests/xmlhttprequest.c | 18 +-- dlls/mshtml/xmlhttprequest.c | 278 ++++++++++++++++++++++++++++++++++--- 10 files changed, 713 insertions(+), 61 deletions(-)