[Git][wine/wine][master] 11 commits: mshtml: Factor out XMLHttpRequest creation.
Alexandre Julliard pushed to branch master at wine / wine Commits: 93e989bf by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest creation. So it can be shared with XDomainRequest constructors. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - ce810f61 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest constructor init. So it can be shared with XDomainRequest constructors. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 2be84167 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Separate the ifaces and the other XHR fields. So it can be shared with XDomainRequests. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 9d6c2289 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest's get_responseText. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 5fd9b7a0 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest's abort. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 45dad63d by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest's open. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 122f59db by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Factor out XMLHttpRequest's send. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - f60b804c by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Add XDomainRequest factory implementation. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 12da8689 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Implement XDomainRequest.open(). Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 98d63a3b by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Implement timeout for XDomainRequest. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 38efa49f by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00 mshtml: Implement contentType for XDomainRequest. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 8 changed files: - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.c - dlls/mshtml/tests/events.c - dlls/mshtml/tests/xhr.js - dlls/mshtml/tests/xmlhttprequest.c - dlls/mshtml/xmlhttprequest.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f683955... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f683955... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)