-
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.