Alexandre Julliard
1331a8ea0f
winecrt0: Determine the registration module handle directly in __wine_register_resources().
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Alexandre Julliard
bd6b53740c
winecrt0: Add a default implementation for DllCanUnloadNow().
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-04-30 22:59:50 +02:00
Jacek Caban
5b362f07f6
mshtml: Move load_gecko() call from DllRegisterServer to DllInstall.
...
With this patch, Wine will no longer ensure that Wine Gecko is available
during prefix creation and update. We have shared Gecko installations
and good support for installing Gecko on demand now.
To ensure that Gecko is installed, one may use DllInstall with something
like |regsvr32 -i mshtml|.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-09 21:17:41 +01:00
Michael Stefaniuc
4618a0a38a
mshtml: Use wide-char string literals.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-25 21:39:18 +01:00
Michael Cronenworth
e402fdf364
mshtml: Global variable compatibility update for gcc 10.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-01-24 18:14:08 +01:00
Dmitry Timoshkov
63946a2942
mshtml: Add recently added GUIDs to debugstr_mshtml_guid().
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-18 23:51:51 +02:00
Alexandre Julliard
5182813ae0
mshtml: Build with msvcrt.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-13 14:34:51 +02:00
Jacek Caban
0ebbceddaa
mshtml: Use global security manager.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-11 17:54:59 +01:00
Jacek Caban
5489529f4e
mshtml: Support registry configuration for maximal allowed compatibility mode.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-09 12:40:58 +02:00
Michael Stefaniuc
12b85004aa
mshtml: Use the ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Jacek Caban<jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-24 10:28:28 +02:00
Jacek Caban
b952590f93
mshtml: Properly support COM aggregation in about and res protocol handlers.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-15 15:33:32 +02:00
Alexandre Julliard
20074ac855
mshtml: Avoid using a global display DC.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-26 19:07:20 +01:00
Jacek Caban
18309c575a
mshtml: Added IProvideMultipleTypeInfo stub implementation for HTMLDocument object.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-21 13:58:31 +02:00
Jacek Caban
9141c97d94
mshtml: Silence failing QueryInterfaces common for .net applications.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-04-13 16:15:11 +02:00
Jacek Caban
0e8c7bece6
mshtml: Added MHTMLDocument object class factory stub implementation.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-01-25 15:51:37 +01:00
Nikolay Sivov
7846f0947a
mshtml: Use proper constants as HRESULT return values.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-09-14 22:24:58 +09:00
Jacek Caban
5910925728
mshtml: Added IHTMLDocument2::get_defaultCharset implementation.
...
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-13 01:56:07 +09:00
Dmitry Timoshkov
3662980f41
mshtml: Add IHTMLEditServices stub implementation.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-13 23:35:25 +09:00
Jacek Caban
b94dd24eaf
mshtml: Use debugstr_mshtml_guid in object and embed element implementation.
2015-04-13 20:27:34 +09:00
Jacek Caban
7cbb683705
mshtml: Removed TRACEs from dispex_query_interface.
2015-01-20 16:29:35 +01:00
Jacek Caban
0d023f1968
mshtml: Use proper codepage in nsIIOService::NewURI.
2014-10-13 18:10:28 +09:00
Jacek Caban
8b0e62c42b
mshtml: Use TID_LIST in debugstr_mshtml_guid.
2014-09-02 11:46:20 +02:00
Jacek Caban
fbe02eb74c
mshtml: Added IHTMLDocument5::get_implementation implementation.
2014-08-22 15:35:22 +02:00
Jacek Caban
d2886a05f9
wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations.
2014-07-24 17:05:55 +02:00
Jacek Caban
6ebe1c60e2
mshtml: Use debugstr_mshtml_guid in a few more places.
2014-05-13 19:57:28 +02:00
Jacek Caban
b54a9c662a
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-12 13:51:30 +02:00
Jacek Caban
018af15b9d
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-09 14:24:34 +02:00
Jacek Caban
cac04a675c
mshtml: Use debugmsg_mshtml_guid in a few more places.
2014-05-08 12:14:21 +02:00
Jacek Caban
e759105cdd
mshtml: Use debugstr_mshtml_guid in a few more places.
2014-05-06 13:47:06 +02:00
Jacek Caban
a36876e9d6
mshtml: Introduce a new debugstr_mshtml_guid helper for printing GUIDs.
2014-04-28 14:37:00 +02:00
Andrew Eikum
93c01b8188
mshtml: Free advpack after use.
2013-09-12 18:58:31 +02:00
Alexandre Julliard
1d0fe8664e
mshtml: Don't bother to clean up at process exit.
2013-05-17 12:29:08 +02:00
Andrew Talbot
a9200aa99d
mshtml: Avoid signed-unsigned integer comparisons.
2013-02-18 10:33:29 +01:00
Jacek Caban
f9c875dd3e
mshtml: Fixed status text cache implementation.
2012-04-02 18:27:07 +02:00
Jacek Caban
a729027c69
mshtml: Get rid of no longer used silent argument of load_gecko.
2012-03-08 17:58:54 +01:00
Jacek Caban
3029bdf33d
mshtml: Added VT_I2 handling to debugstr_variant.
2012-01-27 18:06:00 +01:00
Jacek Caban
6363796e09
mshtml: Use a helper function for QueryService calls in hlink_frame_navigate.
2012-01-05 21:27:35 +01:00
Jacek Caban
7891fc45d3
mshtml: Removed duplicated includes.
2011-08-03 14:15:49 +02:00
Alexandre Julliard
b56dc9a6f7
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
2011-08-02 20:47:49 +02:00
Alexandre Julliard
6adfeeacf9
mshtml: Remove typelib registrations.
2011-08-02 20:47:49 +02:00
Jacek Caban
0360aebc19
mshtml: Added VT_ERROR printing to debugstr_variant.
2011-06-07 14:18:34 +02:00
Alexandre Julliard
20310d1d6c
mshtml: Convert the classes registration to the IRegistrar mechanism.
2010-12-23 12:51:31 +01:00
Michael Stefaniuc
740a850a63
mshtml: Use an iface instead of a vtbl pointer in ClassFactory.
2010-12-05 12:25:54 +01:00
Jacek Caban
b00b8631a6
mshtml: Added NP_GetEntryPoints implementation.
2010-12-03 13:12:02 +01:00
Jacek Caban
4a91265b4f
npmshtml: Added Mozilla plugin for mshtml ActiveX controls.
2010-12-03 11:51:50 +01:00
Jacek Caban
60827da9d5
mshtml: Added PrintHTML stub.
2010-09-22 12:43:47 +02:00
Francois Gouget
3b7fc00d29
mshtml: Make free_strings() static.
2010-08-31 14:23:47 +02:00
Juan Lang
5f6b135668
mshtml: Fix off by one error in setting status text.
2010-08-20 13:21:28 +02:00
Alexander Nicolaysen Sørnes
aa733bedd5
mshtml: Send more informative messages to OleInPlaceFrame.
2010-08-04 13:19:21 +02:00
Jacek Caban
9a92f9cb4a
mshtml: Improved debugstr_variant implementation.
2010-02-03 16:24:35 +01:00