-
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>