Alexandre Julliard pushed to branch master at wine / wine
Commits:
50481eb5 by Jacek Caban at 2025-07-24T22:52:23+09:00
msvcp60/tests: Don't use const pointers for thiscall thunks.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - -
d5b5b3dd by Jacek Caban at 2025-07-24T22:52:25+09:00
msvcp90/tests: Don't use const pointers for thiscall thunks.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - -
8303fa18 by Jacek Caban at 2025-07-24T22:52:27+09:00
msvcr90/tests: Initialize key value in test_bsearch_s.
Fixes Clang -Wuninitialized-const-pointer warnings.
- - - - -
4 changed files:
- dlls/msvcp60/tests/ios.c
- dlls/msvcp90/tests/ios.c
- dlls/msvcp90/tests/misc.c
- dlls/msvcr90/tests/msvcr90.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9a378f1da6213d2fdaf7936a1b611…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9a378f1da6213d2fdaf7936a1b611…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
643a9c3b by Vibhav Pant at 2025-07-24T22:02:46+09:00
winebth.sys: Only set properties for radio devices after they have been started.
If bluetooth_radio_set_properties gets called before the PnP manager has enumerated the radio
device, IoSetDevicePropertyData will fail as the registry entries for the radio's instance ID
have not been created yet.
- - - - -
1 changed file:
- dlls/winebth.sys/winebth.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/643a9c3bfde828ca155784de07fb64…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/643a9c3bfde828ca155784de07fb64…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
aad255d8 by Paul Gofman at 2025-07-24T22:02:28+09:00
kernelbase: Duplicate GetOverlappedResult() implementation instead of calling GetOverlappedResultEx().
- - - - -
18e65b57 by Paul Gofman at 2025-07-24T22:02:28+09:00
kernelbase: Always set last error in GetOverlappedResult[Ex]().
- - - - -
9ce68262 by Paul Gofman at 2025-07-24T22:02:28+09:00
kernelbase: Wait in GetOverlappedResultEx() even if IOSB status is not pending.
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c
- dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/12f3e0cb53a6f624a6385b30c9c7d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/12f3e0cb53a6f624a6385b30c9c7d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
caddce08 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml/tests: Add tests for more element prototype props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
72336114 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml/tests: Test frame and iframe element props.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f4da47e3 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00
mshtml: Only allow a specific set of builtin props as attributes for elements.
This applies even in IE9+ modes when using IHTMLElement4's methods, but we
can't test that yet because it's too broken in wine.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
71187811 by Gabriel Ivăncescu at 2025-07-24T21:56:13+09:00
mshtml: Only allow a specific set of builtin props as attributes for button elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
24fbc239 by Gabriel Ivăncescu at 2025-07-24T21:56:16+09:00
mshtml: Only allow a specific set of builtin props as attributes for form elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
69bd9c26 by Gabriel Ivăncescu at 2025-07-24T21:56:18+09:00
mshtml: Only allow a specific set of builtin props as attributes for frame elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5449f93c by Gabriel Ivăncescu at 2025-07-24T21:56:20+09:00
mshtml: Only allow a specific set of builtin props as attributes for iframe elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ac40dfc2 by Gabriel Ivăncescu at 2025-07-24T21:56:23+09:00
mshtml: Only allow a specific set of builtin props as attributes for img elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d2b11cc5 by Gabriel Ivăncescu at 2025-07-24T21:56:25+09:00
mshtml: Only allow a specific set of builtin props as attributes for input elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
b5b2d8d7 by Gabriel Ivăncescu at 2025-07-24T21:56:28+09:00
mshtml: Only allow a specific set of builtin props as attributes for label elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ef5f04ec by Gabriel Ivăncescu at 2025-07-24T21:56:30+09:00
mshtml: Only allow a specific set of builtin props as attributes for link elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
1c783594 by Gabriel Ivăncescu at 2025-07-24T21:56:33+09:00
mshtml: Only allow a specific set of builtin props as attributes for meta elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2aac3268 by Gabriel Ivăncescu at 2025-07-24T21:56:35+09:00
mshtml: Only allow a specific set of builtin props as attributes for object elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
11cc1a2b by Gabriel Ivăncescu at 2025-07-24T21:56:38+09:00
mshtml: Only allow a specific set of builtin props as attributes for option elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
170027c4 by Gabriel Ivăncescu at 2025-07-24T21:56:40+09:00
mshtml: Only allow a specific set of builtin props as attributes for script elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7f0522a7 by Gabriel Ivăncescu at 2025-07-24T21:56:42+09:00
mshtml: Only allow a specific set of builtin props as attributes for select elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
de65eea3 by Gabriel Ivăncescu at 2025-07-24T21:56:45+09:00
mshtml: Only allow a specific set of builtin props as attributes for style elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2000046c by Gabriel Ivăncescu at 2025-07-24T21:56:47+09:00
mshtml: Only allow a specific set of builtin props as attributes for table elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2181805d by Gabriel Ivăncescu at 2025-07-24T21:56:50+09:00
mshtml: Only allow a specific set of builtin props as attributes for table data cell elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
3f7ab902 by Gabriel Ivăncescu at 2025-07-24T21:56:52+09:00
mshtml: Only allow a specific set of builtin props as attributes for table row elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
12f3e0cb by Gabriel Ivăncescu at 2025-07-24T21:56:54+09:00
mshtml: Only allow a specific set of builtin props as attributes for text area elements.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
18 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlform.c
- dlls/mshtml/htmlframe.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/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/66ca56ab32ad5f3415cb490045c5d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/66ca56ab32ad5f3415cb490045c5d…
You're receiving this email because of your account on gitlab.winehq.org.