Alexandre Julliard pushed to branch master at wine / wine
Commits:
18c0dd73 by Charlotte Pabst at 2025-05-28T22:17:28+02:00
mf: Release pending items when sample grabber is stopped.
Before this, if the grabber is stopped while items are
pending and then restarted, it would stop delivering any
items because it does not start the timer while the
pending item list is non-empty.
- - - - -
1 changed file:
- dlls/mf/samplegrabber.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18c0dd7390b354d2e505e54cd3f3f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/18c0dd7390b354d2e505e54cd3f3f9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
700fe813 by Alexandre Julliard at 2025-05-28T09:55:45+02:00
ntdll: Get rid of the cached cpu_info structure.
- - - - -
837358a5 by Alexandre Julliard at 2025-05-28T09:57:35+02:00
ntdll: Generate the CPU features bits from the user shared data.
- - - - -
4a5fade6 by Alexandre Julliard at 2025-05-28T10:12:04+02:00
ntdll: Don't bother checking for cpuid availability.
We already require more recent instructions like cmpxchg8b.
- - - - -
a9b41685 by Alexandre Julliard at 2025-05-28T10:22:40+02:00
ntdll: Check directly for valid %fs register instead of using a syscall flag.
- - - - -
3ccc26a5 by Alexandre Julliard at 2025-05-28T10:23:54+02:00
ntdll: Check for wrfsbase availability from the user shared data.
- - - - -
3aea18c9 by Alexandre Julliard at 2025-05-28T10:27:22+02:00
ntdll: Check for xsavec availability from the user shared data.
- - - - -
9b8c88f1 by Alexandre Julliard at 2025-05-28T10:33:37+02:00
ntdll: Check for fxsave availability from the user shared data.
- - - - -
f2b2c470 by Alexandre Julliard at 2025-05-28T17:59:57+02:00
ntdll: Check for xsave availability from the user shared data.
- - - - -
5 changed files:
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/system.c
- dlls/ntdll/unix/unix_private.h
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06b1a49f5b3e1a5bb109f276a276e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06b1a49f5b3e1a5bb109f276a276e…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
31a37e3f by Alistair Leslie-Hughes at 2025-05-28T07:36:03+10:00
Rebase against 371929471ddcac9358d6de238296ba115170a3fa.
- - - - -
1b2e959b by Alistair Leslie-Hughes at 2025-05-28T07:36:25+10:00
Updated vkd3d-latest patchset
- - - - -
4 changed files:
- patches/ntdll-RtlQueryPackageIdentity/0003-ntdll-tests-Add-basic-tests-for-RtlQueryPackageIdent.patch
- + patches/vkd3d-latest/0001-Updated-vkd3d-to-c4c7f10d99daa5d3efc036d74d5e09b6f13.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-87ec2d98973432531d7d9d08dfc837376f9.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/a3738434e05ba4e378cec…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/a3738434e05ba4e378cec…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
af12f805 by Rémi Bernon at 2025-05-27T21:46:31+02:00
user32/tests: Flush events before changing foreground.
No need to flush it after as activating the desktop window doesn't
do anything on the X server side.
- - - - -
37192947 by Rémi Bernon at 2025-05-27T21:46:32+02:00
user32/tests: Make test_foregroundwindow test more reliable.
- - - - -
2 changed files:
- dlls/user32/tests/win.c
- dlls/user32/tests/winstation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e26cd7b1cef74e64c7f6e3b954ce…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e26cd7b1cef74e64c7f6e3b954ce…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
495e0d46 by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
include: Add IHTMLDOMAttribute3 interface.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
1663abde by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Expose ownerElement from attribute nodes in IE8+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d8e7348a by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Implement ownerElement prop for attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d534ac63 by Gabriel Ivăncescu at 2025-05-27T21:08:15+02:00
mshtml: Introduce dispex_builtin_prop_name that returns static string for builtins.
And simplify attribute nodes' `specified` prop with it.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d2eefcab by Gabriel Ivăncescu at 2025-05-27T21:08:21+02:00
mshtml: Finish the nsAString in element_has_attribute.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlattr.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/dom.js
- include/mshtml.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8148f4e47d2b86a3cc03760f38326…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8148f4e47d2b86a3cc03760f38326…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8148f4e4 by Steven Flint at 2025-05-27T18:08:01+02:00
ntdll: Implement RtlCreateServiceSid.
Windows Vista added the concept of virtual accounts for services.
There exists a deterministic mapping between the name of a service and its
security identifier.
The format of virtual account's SID is the following.
Revision: 1
Identifier Authority: NT_AUTHORITY (5)
Domain Identifier: NT_SERVICE (80)
Relative Identifier: SHA1(ServiceName)
For example the SID of a service named "TestService" is:
S-1-5-80-3892056402-659729507-4115993473-1921682939-1565901394
RtlCreateServiceSid generates the SID of a service from its name.
- - - - -
4 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/sec.c
- dlls/ntdll/tests/rtl.c
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8148f4e47d2b86a3cc03760f38326f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/8148f4e47d2b86a3cc03760f38326f…
You're receiving this email because of your account on gitlab.winehq.org.