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.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
ed274275 by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_UNORM to VSIR_DATA_UNORM.
- - - - -
ed695cc5 by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_SNORM to VSIR_DATA_SNORM.
- - - - -
b055a16e by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_OPAQUE to VSIR_DATA_OPAQUE.
- - - - -
ca24aada by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_MIXED to VSIR_DATA_MIXED.
- - - - -
f74b5662 by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_CONTINUED to VSIR_DATA_CONTINUED.
- - - - -
aebe64ec by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_UNUSED to VSIR_DATA_UNUSED.
- - - - -
79521114 by Henri Verbeet at 2025-07-23T17:19:28+02:00
vkd3d-shader/ir: Rename VKD3D_DATA_BOOL to VSIR_DATA_BOOL.
- - - - -
10 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f4be1dbb62d912396f375c5b3f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/2f4be1dbb62d912396f375c5b3f0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
bb51b976 by Giovanni Mascellani at 2025-07-23T17:16:38+02:00
vkd3d-shader/ir: Use size_t in the parameter allocator.
The idea is to, by default, use size_t for any quantity that is
a memory size or an array index.
- - - - -
17ffd211 by Giovanni Mascellani at 2025-07-23T17:16:43+02:00
vkd3d-shader/ir: Use size_t in the instruction array.
- - - - -
2f4be1db by Giovanni Mascellani at 2025-07-23T17:16:47+02:00
vkd3d-shader: Use size_t in the string buffer.
- - - - -
6 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/83e54bdc0c3d13ced53579912f73…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/83e54bdc0c3d13ced53579912f73…
You're receiving this email because of your account on gitlab.winehq.org.