mshtml: Implement GetMemberName for custom props.
commitc3c55c7fb704dc6622d4d229237f240cce1b78cd
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Thu, 1 Sep 2022 13:49:46 +0000 (1 16:49 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 1 Sep 2022 15:46:18 +0000 (1 17:46 +0200)
treeeca3d8f8c329163dad20f8358ea90f095a3e24e5
parent3ea5a3197e47378bfc2ac70aa69393121104f730
mshtml: Implement GetMemberName for custom props.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
23 files changed:
dlls/mshtml/dispex.c
dlls/mshtml/htmlanchor.c
dlls/mshtml/htmlbody.c
dlls/mshtml/htmldoc.c
dlls/mshtml/htmlelem.c
dlls/mshtml/htmlelemcol.c
dlls/mshtml/htmlform.c
dlls/mshtml/htmlframe.c
dlls/mshtml/htmlhead.c
dlls/mshtml/htmlimg.c
dlls/mshtml/htmlinput.c
dlls/mshtml/htmllink.c
dlls/mshtml/htmlnode.c
dlls/mshtml/htmlobject.c
dlls/mshtml/htmlscript.c
dlls/mshtml/htmlselect.c
dlls/mshtml/htmlstorage.c
dlls/mshtml/htmlstyleelem.c
dlls/mshtml/htmlstylesheet.c
dlls/mshtml/htmltable.c
dlls/mshtml/htmltextarea.c
dlls/mshtml/htmlwindow.c
dlls/mshtml/mshtml_private.h