Alexandre Julliard pushed to branch master at wine / wine
Commits:
741a1d40 by Eric Pouech at 2024-10-04T15:59:28+02:00
cmd/tests: Add test about external commands with dots.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
12624ad9 by Eric Pouech at 2024-10-04T15:59:32+02:00
cmd: Fix searching external commands with dots in their basename.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57245
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
511c9564 by Eric Pouech at 2024-10-04T16:00:03+02:00
cmd/tests: Add more tests for SET command.
Esp, 'SET =' shouldn't print whole environment.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
65c90cbe by Eric Pouech at 2024-10-04T16:00:06+02:00
cmd: Use CRT memory function for environment.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
46659281 by Eric Pouech at 2024-10-04T16:00:06+02:00
cmd: Free environment strings.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
cc1baab8 by Eric Pouech at 2024-10-04T16:00:06+02:00
cmd: Fix 'SET =' invocation.
It should produce an error, not print the whole environment.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/builtins.c
- programs/cmd/tests/test_builtins.cmd
- programs/cmd/tests/test_builtins.cmd.exp
- programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cfb2a8f273a720593b51c454c8f51…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cfb2a8f273a720593b51c454c8f51…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
40104a2b by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx/tests: Also check the names returned by GetPlayerName() in checkPlayerListCallback().
- - - - -
277b3cc9 by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx: Don't check dwSize in DP_CopyDPNAMEStruct().
- - - - -
f4fce7d5 by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx: Add a name copying helper function and use it in DP_IF_GetGroupName() and DP_IF_GetPlayerName().
- - - - -
e5ceff18 by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx: Store the names contiguously.
- - - - -
268f8f6c by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx: Store the names as both Unicode and ANSI.
- - - - -
bccb4710 by Anton Baskanov at 2024-10-04T15:58:39+02:00
dplayx: Pass ANSI name when enumerating through ANSI interface.
- - - - -
3 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5924ab4c5155d97f4b23a33e97258…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5924ab4c5155d97f4b23a33e97258…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e1141b0a by Gabriel Ivăncescu at 2024-10-03T22:53:15+02:00
mshtml: Don't make hidden props enumerable.
So it matches dispex_next_id.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c786070d by Gabriel Ivăncescu at 2024-10-03T22:53:15+02:00
mshtml: Move lookup_dispid and get_dispid calls out of get_builtin_id.
They're not really "builtins" (from the type info) and we need actual
builtins for style attr checks.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5788169a by Gabriel Ivăncescu at 2024-10-03T22:53:15+02:00
mshtml: Fix builtin style translation in removeAttribute for IE9+ modes.
Because we're supposed to translate styles here to what Gecko expects via the
style table, we don't actually need to look up the *real* prototypes on the
object (what it has currently in js code), but rather just the builtin list
of style props of the object, which must include all the styles supported. So
we look into the entire builtin prototype chain.
remove_attribute also only deals with builtin dispids, so it makes no sense
to use it on the output of GetDispID in IE9+ modes. Legacy modes do remove
all props though, added tests to confirm this.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2ad5d129 by Gabriel Ivăncescu at 2024-10-03T22:53:15+02:00
mshtml: Move the hook invocations inside of the builtin_prop* helpers.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9bda4671 by Gabriel Ivăncescu at 2024-10-03T22:53:15+02:00
mshtml: Add support for host object accessor props.
Based on a patch by Jacek Caban.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
13 changed files:
- dlls/jscript/dispex.c
- dlls/jscript/function.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlstyle.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/pluginhost.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f44677c5fbc6b9677a72e27b8cb0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6f44677c5fbc6b9677a72e27b8cb0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ff1b373a by Vibhav Pant at 2024-10-03T19:28:41+02:00
ntoskrnl: Add stub for IoReportTargetDeviceChange.
- - - - -
648b57f6 by Rémi Bernon at 2024-10-03T19:28:45+02:00
dinput/tests: Add tests for IoReportTargetDeviceChange(Asynchronous).
Based on a patch from Vibhav Pant.
- - - - -
356b1a1c by Rémi Bernon at 2024-10-03T19:28:46+02:00
sechost: Pass individual parameters to I_ScRegisterDeviceNotification.
- - - - -
dfbe639d by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Filter the device notifications before copying them.
- - - - -
925b5001 by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Keep device notification temporary copies in a list.
- - - - -
c6fd149d by Rémi Bernon at 2024-10-03T19:28:47+02:00
sechost: Get rid of the device_notification_details internal struct.
- - - - -
2c4aed9a by Rémi Bernon at 2024-10-03T19:28:47+02:00
plugplay: Pass a device path to plugplay notifications.
- - - - -
286d9ff2 by Vibhav Pant at 2024-10-03T19:28:47+02:00
plugplay: Only broadcast WM_DEVICECHANGE for DBT_DEVTYP_DEVICEINTERFACE.
- - - - -
dfc93e27 by Vibhav Pant at 2024-10-03T19:28:47+02:00
sechost: Add support for DBT_DEVTYP_HANDLE notifications.
- - - - -
cc11f265 by Vibhav Pant at 2024-10-03T19:28:47+02:00
user32: Add support for DBT_DEVTYP_HANDLE notifications.
- - - - -
7fd01c01 by Vibhav Pant at 2024-10-03T19:28:47+02:00
ntoskrnl: Implement IoReportTargetDeviceChange.
- - - - -
10 changed files:
- dlls/dinput/tests/driver_hid.c
- dlls/dinput/tests/driver_hid.h
- dlls/dinput/tests/hotplug.c
- dlls/ntoskrnl.exe/ntoskrnl.exe.spec
- dlls/ntoskrnl.exe/pnp.c
- dlls/sechost/service.c
- dlls/user32/input.c
- include/ddk/wdm.h
- include/wine/plugplay.idl
- programs/plugplay/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7c1fbc40b7ed0b9b1f2c96b99a592…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7c1fbc40b7ed0b9b1f2c96b99a592…
You're receiving this email because of your account on gitlab.winehq.org.