Module: wine Branch: master Commit: 51a68184914eeba4de6e0bb415885e8bcf47e05c URL: https://gitlab.winehq.org/wine/wine/-/commit/51a68184914eeba4de6e0bb415885e8...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Mon Feb 27 16:02:13 2023 +0200
mshtml: Add separate task list for tasks dispatching events.
They need to be handled separately because they are blocked by sync XHRs for the given window.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmlstorage.c | 14 +++----- dlls/mshtml/htmlwindow.c | 16 ++++------ dlls/mshtml/mshtml_private.h | 13 ++++++++ dlls/mshtml/persist.c | 21 +++--------- dlls/mshtml/script.c | 10 +++--- dlls/mshtml/task.c | 76 +++++++++++++++++++++++++++++++++----------- 6 files changed, 92 insertions(+), 58 deletions(-)