Module: wine Branch: master Commit: 110dad9ca562fb3952dd78f6f08e7bf00c2e3e48 URL: https://gitlab.winehq.org/wine/wine/-/commit/110dad9ca562fb3952dd78f6f08e7bf...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Fri Oct 20 22:24:51 2023 +0300
mshtml: Set outer window to uninitialized page when document obj is released.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/htmldoc.c | 2 +- dlls/mshtml/htmlwindow.c | 12 ++-- dlls/mshtml/navigate.c | 5 +- dlls/mshtml/nsevents.c | 6 +- dlls/mshtml/nsio.c | 2 +- dlls/mshtml/oleobj.c | 72 +++++++++++++++++++-- dlls/mshtml/tests/events.c | 148 ++++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/htmldoc.c | 36 ++++++++++- dlls/mshtml/tests/script.c | 17 +++++ 9 files changed, 283 insertions(+), 17 deletions(-)