Alexandre Julliard pushed to branch master at wine / wine
Commits: caddce08 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00 mshtml/tests: Add tests for more element prototype props.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 72336114 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00 mshtml/tests: Test frame and iframe element props.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - f4da47e3 by Gabriel Ivăncescu at 2025-07-24T21:56:11+09:00 mshtml: Only allow a specific set of builtin props as attributes for elements.
This applies even in IE9+ modes when using IHTMLElement4's methods, but we can't test that yet because it's too broken in wine.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 71187811 by Gabriel Ivăncescu at 2025-07-24T21:56:13+09:00 mshtml: Only allow a specific set of builtin props as attributes for button elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 24fbc239 by Gabriel Ivăncescu at 2025-07-24T21:56:16+09:00 mshtml: Only allow a specific set of builtin props as attributes for form elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 69bd9c26 by Gabriel Ivăncescu at 2025-07-24T21:56:18+09:00 mshtml: Only allow a specific set of builtin props as attributes for frame elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 5449f93c by Gabriel Ivăncescu at 2025-07-24T21:56:20+09:00 mshtml: Only allow a specific set of builtin props as attributes for iframe elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - ac40dfc2 by Gabriel Ivăncescu at 2025-07-24T21:56:23+09:00 mshtml: Only allow a specific set of builtin props as attributes for img elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - d2b11cc5 by Gabriel Ivăncescu at 2025-07-24T21:56:25+09:00 mshtml: Only allow a specific set of builtin props as attributes for input elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - b5b2d8d7 by Gabriel Ivăncescu at 2025-07-24T21:56:28+09:00 mshtml: Only allow a specific set of builtin props as attributes for label elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - ef5f04ec by Gabriel Ivăncescu at 2025-07-24T21:56:30+09:00 mshtml: Only allow a specific set of builtin props as attributes for link elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 1c783594 by Gabriel Ivăncescu at 2025-07-24T21:56:33+09:00 mshtml: Only allow a specific set of builtin props as attributes for meta elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 2aac3268 by Gabriel Ivăncescu at 2025-07-24T21:56:35+09:00 mshtml: Only allow a specific set of builtin props as attributes for object elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 11cc1a2b by Gabriel Ivăncescu at 2025-07-24T21:56:38+09:00 mshtml: Only allow a specific set of builtin props as attributes for option elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 170027c4 by Gabriel Ivăncescu at 2025-07-24T21:56:40+09:00 mshtml: Only allow a specific set of builtin props as attributes for script elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 7f0522a7 by Gabriel Ivăncescu at 2025-07-24T21:56:42+09:00 mshtml: Only allow a specific set of builtin props as attributes for select elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - de65eea3 by Gabriel Ivăncescu at 2025-07-24T21:56:45+09:00 mshtml: Only allow a specific set of builtin props as attributes for style elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 2000046c by Gabriel Ivăncescu at 2025-07-24T21:56:47+09:00 mshtml: Only allow a specific set of builtin props as attributes for table elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 2181805d by Gabriel Ivăncescu at 2025-07-24T21:56:50+09:00 mshtml: Only allow a specific set of builtin props as attributes for table data cell elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 3f7ab902 by Gabriel Ivăncescu at 2025-07-24T21:56:52+09:00 mshtml: Only allow a specific set of builtin props as attributes for table row elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - - 12f3e0cb by Gabriel Ivăncescu at 2025-07-24T21:56:54+09:00 mshtml: Only allow a specific set of builtin props as attributes for text area elements.
Signed-off-by: Gabriel Ivăncescu gabrielopcode@gmail.com
- - - - -
18 changed files:
- dlls/mshtml/dispex.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlform.c - dlls/mshtml/htmlframe.c - dlls/mshtml/htmlhead.c - dlls/mshtml/htmlimg.c - dlls/mshtml/htmlinput.c - dlls/mshtml/htmllink.c - dlls/mshtml/htmlnode.c - dlls/mshtml/htmlobject.c - dlls/mshtml/htmlscript.c - dlls/mshtml/htmlselect.c - dlls/mshtml/htmlstyleelem.c - dlls/mshtml/htmltable.c - dlls/mshtml/htmltextarea.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/66ca56ab32ad5f3415cb490045c5d8...