Alexandre Julliard pushed to branch master at wine / wine
Commits: 4e286cd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement nodeType prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5901070e by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement attributes prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 7e127d25 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement ownerDocument prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - c677182f by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement cloneNode for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - ff2b4fd7 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement appendChild for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - ed16b0c4 by Gabriel Ivăncescu at 2025-05-14T21:08:04+02:00 mshtml: Implement insertBefore for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - fbba372a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement hasChildNodes for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 62039871 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement childNodes prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5fb324ed by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement firstChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 0a5182be by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement lastChild prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - bb89b710 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement previousSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 500982e1 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement nextSibling prop for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5f2ecce9 by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement replaceChild for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 8f4ac74a by Gabriel Ivăncescu at 2025-05-14T21:08:05+02:00 mshtml: Implement removeChild for attributes.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
3 changed files:
- dlls/mshtml/htmlattr.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/65a5ab3da3f7749305c2af7f7881ef...