Alexandre Julliard pushed to branch master at wine / wine
Commits:
feab0a04 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00
mshtml: Expose toJSON only in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
b63b6262 by Gabriel Ivăncescu at 2025-09-10T18:22:58+02:00
mshtml: Don't expose toString from Performance* objects' prototypes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
82bcfcc6 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00
mshtml: Implement toJSON() for PerformanceTiming.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
988a21e3 by Gabriel Ivăncescu at 2025-09-10T18:23:01+02:00
mshtml: Implement toJSON() for PerformanceNavigation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d9ed127c by Gabriel Ivăncescu at 2025-09-10T18:23:02+02:00
mshtml: Implement toJSON() for Performance.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/jscript/jscript.c
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/omnavigator.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d27dd245990b5717f24898f7a7d8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a028fd3 by Alistair Leslie-Hughes at 2025-09-10T18:22:28+02:00
winmm: Always call MCI_UnmapMsgAtoW in mciSendCommandA.
MCI_UnmapMsgAtoW handles all cases where MCI_MapMsgAtoW allocates memory.
- - - - -
65330c21 by Alistair Leslie-Hughes at 2025-09-10T18:22:30+02:00
winmm: MCI_MapMsgAtoW return error code directly instead of a tri-value.
Based on patch by Michael Müller.
- - - - -
1 changed file:
- dlls/winmm/mci.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1e6a5b6d303e47ba4b16eeba36cde…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e7f3547c by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_cast_operation().
- - - - -
b3260974 by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_shift_operation().
- - - - -
de2095fd by Henri Verbeet at 2025-09-10T11:59:04+02:00
vkd3d-shader/ir: Use vsir_data_type_get_name() in vsir_validate_throw_invalid_dst_type_error_with_flags().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/81f229146c79248414f34eb2ecf5…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/81f229146c79248414f34eb2ecf5…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
db704d29 by Henri Verbeet at 2025-09-10T11:42:21+02:00
vkd3d-shader/spirv: Handle i64 component types.
- - - - -
81f22914 by Henri Verbeet at 2025-09-10T11:42:21+02:00
vkd3d-shader/ir: Handle all component types in vsir_data_type_from_component_type().
- - - - -
3 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/446b59319bf41d254e24ccac81f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/446b59319bf41d254e24ccac81f8…
You're receiving this email because of your account on gitlab.winehq.org.