[Git][wine/wine][master] 6 commits: mshtml: Use HasAttribute instead of GetAttributeNode when checking if specified attribute.
Alexandre Julliard pushed to branch master at wine / wine Commits: 901380ac by Gabriel Ivăncescu at 2025-07-17T23:09:01+02:00 mshtml: Use HasAttribute instead of GetAttributeNode when checking if specified attribute. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - c7b6faf6 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00 mshtml: Clone name properly from attached attribute nodes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - ae3da647 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00 mshtml: Use a BSTR to store the detached attribute's name. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 01065b7d by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00 mshtml: Use a helper function to find an attribute in the collection's list. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 13f91703 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00 mshtml: Detach attribute nodes when removing the attribute from the element. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 182e2887 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00 mshtml: Implement 'specified' for detached attributes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 4 changed files: - dlls/mshtml/htmlattr.c - dlls/mshtml/htmlelem.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/tests/dom.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da429... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da429... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)