[Git][wine/wine][master] 11 commits: mshtml: Use dispex_next_id in NextProperty implementation.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4c011a8d by Jacek Caban at 2024-07-29T21:11:11+02:00 mshtml: Use dispex_next_id in NextProperty implementation. - - - - - 88d6e02b by Jacek Caban at 2024-07-29T21:11:11+02:00 jscript: Ensure that external property is still valid in jsdisp_next_prop. - - - - - eb2729ab by Jacek Caban at 2024-07-29T21:11:12+02:00 mshtml: Use host object script bindings for storage objects. Based on patch by Gabriel Ivăncescu. - - - - - 81a2aa5a by Jacek Caban at 2024-07-29T21:11:15+02:00 mshtml: Use host object script bindings for frame elements. Based on patch by Gabriel Ivăncescu. - - - - - b505bef4 by Jacek Caban at 2024-07-29T21:11:16+02:00 mshtml: Use host object script bindings for iframe elements. Based on patch by Gabriel Ivăncescu. - - - - - 9e581e26 by Jacek Caban at 2024-07-29T21:11:17+02:00 mshtml: Introduce get_outer_iface and use it instead of get_dispatch_this. - - - - - 66740238 by Jacek Caban at 2024-07-29T21:11:17+02:00 jscript: Allow host objects to specify an outer interface. - - - - - d9d816b6 by Jacek Caban at 2024-07-29T21:11:17+02:00 mshtml: Return E_UNEXPECTED for unknown ids in JSDispatchHost_CallFunction. - - - - - 121b7f10 by Jacek Caban at 2024-07-29T21:11:17+02:00 mshtml: Use get_prop_descs for window object. - - - - - e58cbec2 by Jacek Caban at 2024-07-29T21:11:17+02:00 mshtml: Use host object script bindings for Window object. Based on patch by Gabriel Ivăncescu. - - - - - 3f23efd6 by Jacek Caban at 2024-07-29T21:11:18+02:00 mshtml: Introduce get_script_global and use it instead of get_compat_mode. - - - - - 13 changed files: - dlls/jscript/dispex.c - dlls/jscript/jsdisp.idl - dlls/mshtml/dispex.c - dlls/mshtml/htmldoc.c - dlls/mshtml/htmlevent.c - dlls/mshtml/htmlevent.h - dlls/mshtml/htmlframe.c - dlls/mshtml/htmlstorage.c - dlls/mshtml/htmlwindow.c - dlls/mshtml/mshtml_private.h - dlls/mshtml/script.c - dlls/mshtml/tests/documentmode.js - dlls/mshtml/tests/es5.js View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c63cc782abcbd87f4e8996381df35f... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c63cc782abcbd87f4e8996381df35f... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)