[Git][wine/wine][master] 8 commits: mshtml: Ignore setting non-writable external props.
Alexandre Julliard pushed to branch master at wine / wine Commits: 75b7f464 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00 mshtml: Ignore setting non-writable external props. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 99788ad3 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00 mshtml: Don't redefine deleted props in dispex_define_property. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 30cab160 by Gabriel Ivăncescu at 2025-05-06T13:34:11-05:00 jscript: Properly fill the builtin props. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 9ff0024e by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00 mshtml: Expose "arguments" from host functions in IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 07420db3 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00 mshtml: Expose "caller" from host functions in IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 8996aa6c by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00 mshtml: Expose "arguments" and "caller" from host constructors in IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 4ea71dac by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00 mshtml: Get rid of useless "iter" member in the attribute collection enum. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - a9339b91 by Gabriel Ivăncescu at 2025-05-06T13:34:12-05:00 mshtml/tests: Test iframe window navigation resetting props. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 8 changed files: - dlls/jscript/dispex.c - dlls/jscript/function.c - dlls/mshtml/dispex.c - dlls/mshtml/htmlelem.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.js - dlls/mshtml/tests/es5.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42d... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/43b51f4e81c2662e4376921088f42d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)