Module: wine Branch: master Commit: 02994bdd108b6bcdea3f630a56133f754f04f5ec URL: https://gitlab.winehq.org/wine/wine/-/commit/02994bdd108b6bcdea3f630a56133f7...
Author: Yuxuan Shui yshui@codeweavers.com Date: Mon Jul 24 09:51:27 2023 +0100
mshtml: Implement window.MutationObserver with MutationObserver stub.
---
dlls/mshtml/htmlwindow.c | 33 +++- dlls/mshtml/mshtml_private.h | 6 +- dlls/mshtml/mshtml_private_iface.idl | 14 ++ dlls/mshtml/mutation.c | 293 +++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/documentmode.js | 58 +++++++ 5 files changed, 402 insertions(+), 2 deletions(-)