Alexandre Julliard pushed to branch master at wine / wine
Commits:
114c0477 by Jacek Caban at 2024-11-28T16:46:32+01:00
msvcrt/tests: Silence -Wformat-security Clang warning in test_snprintf.
- - - - -
2f46e4bb by Jacek Caban at 2024-11-28T16:46:32+01:00
include: Apply LONG_PTR format hack only to Wine build.
- - - - -
e3bae926 by Jacek Caban at 2024-11-28T16:46:32+01:00
include: Use LONG_PTR format hack on Clang in MSVC mode.
The problem is not specific to mingw mode.
- - - - -
0fce10d5 by Jacek Caban at 2024-11-28T16:46:34+01:00
include: Use format attribute on Clang in MSVC mode.
- - - - -
3 changed files:
- dlls/msvcrt/tests/printf.c
- include/basetsd.h
- include/msvcrt/corecrt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6c0589b305578fd424135e0ecd645…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6c0589b305578fd424135e0ecd645…
You're receiving this email because of your account on gitlab.winehq.org.
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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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(a)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/21af74b633aaa4b67c80297307781…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/21af74b633aaa4b67c80297307781…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1641cbe3 by Orin Varley at 2024-11-27T16:15:30+01:00
comctl32/tests: Add tests for a small number of items but big size to the combobox dropdown size tests.
To catch bugs like the one below.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - -
d551564f by Orin Varley at 2024-11-27T16:15:33+01:00
comctl32: Make CBS_NOINTEGRALHEIGHT only set minimum combobox height.
When the combobox height is to be set by the application (as the CBS_NOINTEGRALHEIGHT style is on),
and when a large size is specified but only a small number of items in the list, the height of the
combobox should be set by the number of items rather than the size specified to avoid empty lines.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - -
2 changed files:
- dlls/comctl32/combo.c
- dlls/comctl32/tests/combo.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b672813568347f729152efebfee4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b672813568347f729152efebfee4…
You're receiving this email because of your account on gitlab.winehq.org.