Module: wine Branch: master Commit: 67f07ffb3f7f83d91b5129743a488db6b0b21371 URL: https://gitlab.winehq.org/wine/wine/-/commit/67f07ffb3f7f83d91b5129743a488db...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Tue Nov 8 20:50:35 2022 +0200
mshtml: Use nsIDOMDocument instead of nsIDOMHTMLDocument where possible.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/editor.c | 13 +- dlls/mshtml/htmlbody.c | 6 +- dlls/mshtml/htmlcurstyle.c | 6 +- dlls/mshtml/htmldoc.c | 389 +++++++++++++++++++++++++++---------------- dlls/mshtml/htmlelem.c | 44 ++--- dlls/mshtml/htmlevent.c | 6 +- dlls/mshtml/htmlselect.c | 6 +- dlls/mshtml/htmlwindow.c | 12 +- dlls/mshtml/mshtml_private.h | 9 +- dlls/mshtml/mutation.c | 10 +- dlls/mshtml/navigate.c | 2 +- dlls/mshtml/nsembed.c | 7 +- dlls/mshtml/nsevents.c | 6 +- dlls/mshtml/omnavigator.c | 9 +- dlls/mshtml/persist.c | 6 +- dlls/mshtml/range.c | 13 +- dlls/mshtml/script.c | 4 +- dlls/mshtml/selection.c | 11 +- 18 files changed, 330 insertions(+), 229 deletions(-)