Module: wine Branch: master Commit: a54b322f6b557d6c2ee950abc27752d2bf462482 URL: https://gitlab.winehq.org/wine/wine/-/commit/a54b322f6b557d6c2ee950abc27752d...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Aug 15 19:46:27 2023 +0300
mshtml: Implement node cycle collection using the dispex.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/dispex.c | 70 +++++++++++++++++++-- dlls/mshtml/htmldoc.c | 15 ++--- dlls/mshtml/htmlelem.c | 5 +- dlls/mshtml/htmlevent.c | 21 +++++++ dlls/mshtml/htmlnode.c | 144 ++++++++++++++++--------------------------- dlls/mshtml/htmltextnode.c | 9 ++- dlls/mshtml/htmlwindow.c | 2 +- dlls/mshtml/mshtml_private.h | 27 ++++++-- dlls/mshtml/nsembed.c | 2 +- 9 files changed, 180 insertions(+), 115 deletions(-)