Alexandre Julliard pushed to branch master at wine / wine
Commits: 9ea0f891 by Gabriel Ivăncescu at 2024-11-28T16:46:18+01:00 mshtml: Expose respective props from Element prototype.
Instead of HTMLElement.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 75705b0e by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00 mshtml: Don't expose fireEvent from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 266a8232 by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00 mshtml: Don't expose onmspointerhover from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 202b1b90 by Gabriel Ivăncescu at 2024-11-28T16:46:20+01:00 mshtml: Move toString from HTMLElement to HTMLAnchorElement or HTMLAreaElement in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 529a2084 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Move hasAttributes from HTMLElement to HTMLDOMNode in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 3c51bf11 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Move normalize from HTMLElement to HTMLDOMNode in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - f2e6631d by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Don't expose onpage from elements in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5a8a8ea5 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Don't expose expression methods from elements in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 8e3f0281 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Don't expose some props from elements in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 09858bda by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Don't expose some props from elements in IE11 mode.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 81a8e351 by Gabriel Ivăncescu at 2024-11-28T16:46:25+01:00 mshtml: Move HTMLTableDataCellElement prototype props to the HTMLTableCellElement prototype.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5640260d by Gabriel Ivăncescu at 2024-11-28T16:46:28+01:00 mshtml: Add IHTMLDOMNode2 in every mode in node's init_dispex_info.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 6c0589b3 by Gabriel Ivăncescu at 2024-11-28T16:46:28+01:00 mshtml: Get rid of HTMLELEMENT_TIDS.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
25 changed files:
- dlls/mshtml/dispex.c - dlls/mshtml/htmlanchor.c - dlls/mshtml/htmlarea.c - dlls/mshtml/htmlbody.c - dlls/mshtml/htmldoc.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlform.c - dlls/mshtml/htmlframe.c - dlls/mshtml/htmlgeneric.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/htmlstyleelem.c - dlls/mshtml/htmltable.c - dlls/mshtml/htmltextarea.c - dlls/mshtml/htmltextnode.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/mshtml_private_iface.idl - dlls/mshtml/svg.c - dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21af74b633aaa4b67c802973077816...