Alexandre Julliard pushed to branch master at wine / wine
Commits: 3e90b07a by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00 mshtml: Move htmlcomment.c contents into htmltextnode.c.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 6867b4ba by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00 mshtml: Add an internal IWineHTMLCharacterData interface and forward text node methods to it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 6814fee3 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00 mshtml: Expose the props from the IWineHTMLCharacterData interface for CharacterDataPrototype.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - aeddc913 by Gabriel Ivăncescu at 2024-11-25T22:17:02+01:00 mshtml: Don't expose toString from text nodes in IE9+ mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - a2366962 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Expose IHTMLCommentElement2 interface for comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 69d0a36f by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Don't expose 'atomic' prop from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 57147d44 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Don't expose element props from comment nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 0e403d88 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Implement get_data for legacy DOCTYPE comment elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 4e2a6ae2 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Expose ie9_char as char for KeyboardEvent.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - b209ce01 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Make PageTransitionEvents only available in IE11 mode.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - - 61615f45 by Gabriel Ivăncescu at 2024-11-25T22:17:03+01:00 mshtml: Make ProgressEvent constructor only available in IE10+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/Makefile.in - − dlls/mshtml/htmlcomment.c - dlls/mshtml/htmlevent.c - dlls/mshtml/htmltextnode.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/mshtml_private_iface.idl - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fb139a026a124d30299a9b2385bdf2...