[Git][wine/wine][master] 8 commits: mshtml: Use designated initializers for function_dispex.
Alexandre Julliard pushed to branch master at wine / wine Commits: 378a07ae by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00 mshtml: Use designated initializers for function_dispex. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - d626c4cc by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00 mshtml: Move formatting of the builtin func disp string to a helper. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 734113b1 by Gabriel Ivăncescu at 2024-09-18T22:41:38+02:00 mshtml: Implement retrieving the builtin method props for the legacy function objects. They are actual stubs even on native (but avoid throwing when retrieving them, even if unused). Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 19b009f3 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00 jscript: Use proper dispatch flags to retrieve the enumerator. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 4ddacdcb by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00 jscript: Use deferred fill-in if available to fill the exception info. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 7562e535 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00 mshtml/tests: Add more host object related tests for IE9+ modes. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - a7ab7149 by Gabriel Ivăncescu at 2024-09-18T22:41:44+02:00 mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy function object. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - d9104997 by Gabriel Ivăncescu at 2024-09-18T22:41:48+02:00 jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM. Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> - - - - - 10 changed files: - dlls/jscript/enumerator.c - dlls/jscript/error.c - dlls/jscript/jscript.h - dlls/jscript/jscript.rc - dlls/jscript/resource.h - dlls/jscript/tests/run.c - dlls/mshtml/dispex.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/dom.js - dlls/mshtml/tests/events.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f2... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/553cbcac28f6f1f92c4d56312fa0f2... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)