Gabriel Ivăncescu : mshtml: Implement ontimeout event for XMLHttpRequest.

Alexandre Julliard julliard at winehq.org
Wed May 25 16:51:48 CDT 2022


Module: wine
Branch: master
Commit: b90c53797de4c3dd2d8ff2eaba7421dad411c972
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b90c53797de4c3dd2d8ff2eaba7421dad411c972

Author: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Date:   Wed May 25 19:13:16 2022 +0300

mshtml: Implement ontimeout event for XMLHttpRequest.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode at gmail.com>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/mshtml/htmlevent.c      | 142 +++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/htmlevent.h      |   1 +
 dlls/mshtml/mshtml_private.h |   2 +
 dlls/mshtml/tests/script.c   |  69 +++++++++++++++------
 dlls/mshtml/tests/xhr.js     |  35 ++++++++++-
 dlls/mshtml/xmlhttprequest.c |   9 +--
 6 files changed, 236 insertions(+), 22 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=b90c53797de4c3dd2d8ff2eaba7421dad411c972



More information about the wine-cvs mailing list