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.