Currently shell32 only transfers the plain icon for `Shell_NotifyIcon` calls, ignoring balloon icons. This patch allows transferring both images to explorer.exe tray.
--
v14: shell32: add support for balloon icon copying
https://gitlab.winehq.org/wine/wine/-/merge_requests/2875
--
v4: jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy
mshtml/tests: Add more host object related tests for IE9+ modes.
jscript: Use deferred fill-in if available to fill the exception info.
jscript: Use proper dispatch flags to retrieve the enumerator.
mshtml: Implement retrieving the builtin method props for the legacy
mshtml: Move formatting of the builtin func disp string to a helper.
mshtml: Use designated initializers for function_dispex.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6515
--
v3: jscript: Return JS_E_OBJECT_NOT_COLLECTION when object has no DISPID_NEWENUM.
mshtml: Return MSHTML_E_INVALID_PROPERTY when trying to construct a legacy
mshtml/tests: Add more host object related tests for IE9+ modes.
jscript: Use deferred fill-in if available to fill the exception info.
jscript: Use proper dispatch flags to retrieve the enumerator.
mshtml: Implement retrieving the builtin method props for the legacy
mshtml: Move formatting of the builtin func disp string to a helper.
mshtml: Use designated initializers for function_dispex.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6515