Alexandre Julliard pushed to branch master at wine / wine
Commits:
a0b39cb0 by Spencer Wallace at 2024-07-30T22:22:51+02:00
shell32/tests: Add tests for moving dir(s) to destination(s) with conflicting dir.
- - - - -
776c65ac by Spencer Wallace at 2024-07-30T22:23:26+02:00
shell32: Fix FO_MOVE when destination has conflicting directory.
- - - - -
2 changed files:
- dlls/shell32/shlfileop.c
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a0b353158f953eea9a37b9e74427…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1a0b353158f953eea9a37b9e74427…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f297e4e5 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use HTMLPluginContainer for DispatchEx functions in object element.
- - - - -
33831494 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Store property name in HTMLPluginContainer.
- - - - -
71a57dd6 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for object elements.
- - - - -
4094957f by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for select elements.
- - - - -
82ba225d by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for HTMLRect.
- - - - -
3728713e by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for DOMTokenList.
- - - - -
4daf3943 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use dispex_index_prop_desc for HTMLFiltersCollection.
- - - - -
1a0b3531 by Jacek Caban at 2024-07-30T22:21:01+02:00
mshtml: Use host object script bindings for HTMLAttributeCollection.
- - - - -
9 changed files:
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlevent.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlobject.c
- dlls/mshtml/htmlselect.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/pluginhost.c
- dlls/mshtml/pluginhost.h
- dlls/mshtml/tests/documentmode.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cab64ec829fce372dcd5a33db1fc9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cab64ec829fce372dcd5a33db1fc9…
You're receiving this email because of your account on gitlab.winehq.org.
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/c63cc782abcbd87f4e8996381df35…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c63cc782abcbd87f4e8996381df35…
You're receiving this email because of your account on gitlab.winehq.org.