Alexandre Julliard pushed to branch master at wine / wine
Commits:
cc5edd7e by Piotr Caban at 2024-11-28T19:43:48+01:00
include: Add ___lc_codepage_func() declaration.
- - - - -
4cef7ef4 by Daniel Lehman at 2024-11-28T19:43:49+01:00
ucrtbase/tests: Add tests for _fsopen.
- - - - -
0900a94b by Daniel Lehman at 2024-11-28T19:43:49+01:00
msvcp140/tests: Add tests for _Fiopen.
- - - - -
c77a19bd by Daniel Lehman at 2024-11-28T19:43:49+01:00
msvcp140: Call into fopen from _Fiopen.
- - - - -
5 changed files:
- dlls/msvcp140/tests/msvcp140.c
- dlls/msvcp90/ios.c
- dlls/msvcp90/locale.c
- dlls/ucrtbase/tests/file.c
- include/msvcrt/locale.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e71087cd39fdc546846f1f74f2e70…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e71087cd39fdc546846f1f74f2e70…
You're receiving this email because of your account on gitlab.winehq.org.
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.