Alexandre Julliard pushed to branch master at wine / wine
Commits:
b8423756 by Rémi Bernon at 2024-08-07T13:05:43+02:00
hidclass: Use poll_interval == 0 for non-polled devices.
- - - - -
2d45270b by Rémi Bernon at 2024-08-07T13:05:44+02:00
hidclass: Read reports with the largest input report size over TLCs.
- - - - -
a2479097 by Rémi Bernon at 2024-08-07T13:05:44+02:00
hidclass: Use a single lock for PDO queues and removed flag.
- - - - -
4d217db0 by Rémi Bernon at 2024-08-07T13:05:44+02:00
hidclass: Pass HIDP_DEVICE_DESC to find_report_with_type_and_id.
- - - - -
13a44865 by Rémi Bernon at 2024-08-07T13:05:45+02:00
hidclass: Start the HID device thread with the FDO.
And dispatch reports to the corresponding child PDO report queues.
Otherwise, with multi-TLC devices, concurrent PDO threads would steal
reports from each other, which causes random timeouts in the tests.
Fixes: c65d5b094825afdafba462a4050a490426f3cd51
- - - - -
3 changed files:
- dlls/hidclass.sys/device.c
- dlls/hidclass.sys/hid.h
- dlls/hidclass.sys/pnp.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a891fcf66751921cf81db294b09a6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a891fcf66751921cf81db294b09a6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
945967d5 by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Add support for image element prototype objects.
- - - - -
2a37f912 by Jacek Caban at 2024-08-06T23:26:53+02:00
jscript: Introduce HostConstructor function type.
Based on patch by Gabriel Ivăncescu.
- - - - -
15f9e88a by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Use host constructor script bindings for Image constructor object.
- - - - -
635c9a79 by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Use host constructor script bindings for XMLHttpRequest constructor object.
- - - - -
83667ca2 by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Add support for option element prototype objects.
- - - - -
9ac80763 by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Use host object script bindings for Option constructor object.
- - - - -
a891fcf6 by Jacek Caban at 2024-08-06T23:26:53+02:00
mshtml: Add support for MutationObserver consturctor and prototype objects.
- - - - -
14 changed files:
- dlls/jscript/function.c
- dlls/jscript/jscript.c
- dlls/jscript/jscript.h
- dlls/jscript/jsdisp.idl
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlimg.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mshtml_private_iface.idl
- dlls/mshtml/mutation.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/972759b73509be9762ba02b4c26a4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/972759b73509be9762ba02b4c26a4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8c46a6ec by Paul Gofman at 2024-08-06T23:26:53+02:00
ntdll: Stub NtQuerySystemInformation[Ex]( SystemProcessorIdleCycleTimeInformation ).
- - - - -
94e9d4cd by Paul Gofman at 2024-08-06T23:26:53+02:00
kernel32: Implement QueryIdleProcessorCycleTime[Ex]().
- - - - -
90d2a173 by Paul Gofman at 2024-08-06T23:26:53+02:00
ntdll: Implement NtQuerySystemInformationEx( SystemProcessorIdleCycleTimeInformation ) on Linux.
- - - - -
8 changed files:
- dlls/kernel32/kernel32.spec
- dlls/kernel32/tests/time.c
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/sync.c
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/system.c
- dlls/wow64/system.c
- include/realtimeapiset.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/668a4f3ff9e043cce9dd30837ccef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/668a4f3ff9e043cce9dd30837ccef…
You're receiving this email because of your account on gitlab.winehq.org.