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.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
ed2a06af by Henri Verbeet at 2025-07-23T17:23:40+02:00
vkd3d-shader/spirv: Use spirv_compiler_error() to report unhandled sample_info flags.
- - - - -
b8c73e4a by Henri Verbeet at 2025-07-23T17:23:40+02:00
vkd3d-shader/spirv: Use spirv_compiler_error() to report unhandled resinfo flags.
- - - - -
b88be5b9 by Henri Verbeet at 2025-07-23T17:23:40+02:00
vkd3d-shader/ir: Consistently use VSIR_DATA_U32 for sample_info_uint destination operands.
The HLSL compiler already did this; the TPF and DXIL parsers did not.
Previously spirv_compiler_emit_sample_info() was unable to correctly
handle VSIR_DATA_U32 destinations; the new version is arguably simpler
as well.
- - - - -
f0240535 by Henri Verbeet at 2025-07-23T17:23:40+02:00
vkd3d-shader/ir: Consistently use VSIR_DATA_U32 for resinfo_uint destination operands.
Much like we do for sample_info_uint.
- - - - -
3 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7295a8d0b51e04c0af76062a935a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7295a8d0b51e04c0af76062a935a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7295a8d0 by Henri Verbeet at 2025-07-23T17:23:01+02:00
vkd3d-shader/ir: Explicitly initialise the "resource_data_type" field in vsir_instruction_init().
This depended on VKD3D_DATA_FLOAT/VSIR_DATA_F32 being the first
enumeration value, but that's no longer the case.
shader_dump_instruction() compares this against VSIR_DATA_F32 to
determine whether to call shader_dump_resource_data_type().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/7295a8d0b51e04c0af76062a935a7…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/7295a8d0b51e04c0af76062a935a7…
You're receiving this email because of your account on gitlab.winehq.org.