Module: wine Branch: master Commit: c3c55c7fb704dc6622d4d229237f240cce1b78cd URL: https://gitlab.winehq.org/wine/wine/-/commit/c3c55c7fb704dc6622d4d229237f240...
Author: Gabriel Ivăncescu gabrielopcode@gmail.com Date: Thu Sep 1 16:49:46 2022 +0300
mshtml: Implement GetMemberName for custom props.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
---
dlls/mshtml/dispex.c | 6 ++++++ dlls/mshtml/htmlanchor.c | 1 + dlls/mshtml/htmlbody.c | 1 + dlls/mshtml/htmldoc.c | 13 ++++++++++++ dlls/mshtml/htmlelem.c | 49 ++++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmlelemcol.c | 15 ++++++++++++++ dlls/mshtml/htmlform.c | 26 +++++++++++++++++++++++ dlls/mshtml/htmlframe.c | 28 +++++++++++++++++++++++++ dlls/mshtml/htmlhead.c | 1 + dlls/mshtml/htmlimg.c | 1 + dlls/mshtml/htmlinput.c | 2 ++ dlls/mshtml/htmllink.c | 1 + dlls/mshtml/htmlnode.c | 16 +++++++++++++++ dlls/mshtml/htmlobject.c | 10 +++++++++ dlls/mshtml/htmlscript.c | 1 + dlls/mshtml/htmlselect.c | 15 ++++++++++++++ dlls/mshtml/htmlstorage.c | 12 +++++++++++ dlls/mshtml/htmlstyleelem.c | 1 + dlls/mshtml/htmlstylesheet.c | 32 +++++++++++++++++++++++++++++ dlls/mshtml/htmltable.c | 3 +++ dlls/mshtml/htmltextarea.c | 1 + dlls/mshtml/htmlwindow.c | 12 +++++++++++ dlls/mshtml/mshtml_private.h | 2 ++ 23 files changed, 249 insertions(+)