Commit Graph

62 Commits

Author SHA1 Message Date
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
Jacek Caban 6c91835400 mshtml: Share more code between res and about protocol handlers.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-15 15:33:16 +02:00
Jacek Caban 3f9038c6fc mshtml: Share the same structure for about and res protocols.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-15 15:33:14 +02:00
Michael Stefaniuc 7701c2c166 mshtml: Don't cast from an iface to a COM object.
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-03 10:20:21 +09:00
Michael Stefaniuc 5d578b48fc mshtml: RT_HTML is already an INTRESOURCE (PVS-Studio). 2015-02-24 21:55:49 +09:00
Jacek Caban fecbc88daf mshtml: Allow '#' to be the first char of resource name in res protocol. 2014-12-24 16:57:49 +01:00
Jacek Caban 83ceee7424 mshtml: Ignore query and hash parts in res protocol handler. 2014-11-11 19:39:19 +09:00
Jacek Caban edf4e61891 mshtml: Better res protocol URL parsing. 2013-07-22 09:37:35 +02:00
Jacek Caban df53b50171 mshtml: Fixed a few coverity issues. 2012-11-27 17:00:38 +01:00
André Hentschel 296b795655 mshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE. 2011-10-12 17:06:24 +02:00
Frédéric Delanoy 7e309601f3 dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
Jacek Caban 7891fc45d3 mshtml: Removed duplicated includes. 2011-08-03 14:15:49 +02:00
Jacek Caban 643c66ba75 mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries. 2011-03-29 13:05:51 +02:00
Jacek Caban 8b861189e9 mshtml: Fixed a leak (valgrind). 2011-02-15 17:42:26 +01:00
Jacek Caban e175bee277 mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call. 2011-02-08 14:45:55 -06:00
Jacek Caban 340fbb71f3 mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call. 2011-02-08 14:45:55 -06:00
Jacek Caban 233a9ea5e6 mshtml: Avoid obj to iface cast in ProtocolFactory_Create. 2011-01-07 15:01:21 +01:00
Michael Stefaniuc f242b1fb6c mshtml: Finish the COM standardization in protocol.c. 2011-01-06 18:29:21 +01:00
Michael Stefaniuc 0eff947c09 mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory. 2011-01-05 17:53:20 +01:00
Paul Chitescu 0825f4b3ff mshtml: Pass the data read from resource to FindMimeFromData. 2010-07-01 13:43:58 +02:00
Jacek Caban f66e95c0e2 mshtml: Added JScriptProtocolInfo::QueryInfo implementation. 2009-09-09 12:08:18 +02:00
Jacek Caban 5b5c8abcad mshtml: Added JSProtocolInfo::ParseUrl implementation. 2009-09-09 12:08:11 +02:00
Jacek Caban 316cd27660 mshtml: Added JSProtocol class factory stub implementation. 2009-09-09 12:08:05 +02:00
Jacek Caban 19067f1256 urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration. 2009-04-01 14:23:32 +02:00
Michael Stefaniuc 25e90e2251 mshtml: Remove superfluous pointer casts. 2009-02-16 16:01:37 +01:00
Alexandre Julliard c9ee551efd mshtml: Fix pointer cast warnings on 64-bit. 2009-01-08 17:26:38 +01:00
Alex Balut fdac425f7f mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
Andrew Talbot 75d4faabd3 mshtml: Sign-compare warnings fix. 2008-10-20 11:33:24 +02:00
Jacek Caban f6a3234bf3 mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol. 2008-06-09 12:38:36 +02:00
Rob Shearman a5d47baba4 mshtml: Support parsing the resource type in the res:// protocol. 2008-04-11 11:12:23 +02:00
Marcus Meissner 4603f4edfa mshtml: Fix potential 1 byte 0 overwrite. 2008-03-20 14:27:35 +01:00
Jacek Caban 4f7748b9b5 mshtml: Return full patch in res protocol's secure URL. 2008-03-14 13:29:58 +01:00
Jacek Caban 0cf629b81a mshtml: Fixed Read implementations. 2008-01-04 12:01:04 +01:00
Jacek Caban e93353b2b5 mshtml: Added ResProtocolInfo::QueryInfo implementation. 2007-12-28 11:29:08 +01:00
Jacek Caban 8a87ea5b6a mshtml: Added AboutProtocolInfo::QueryInfo implementation. 2007-12-28 11:29:04 +01:00
Michael Stefaniuc a084d1db62 mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. 2007-12-06 12:07:30 +01:00
Lionel Debroux a155665d65 mshtml: Fix memory leak (found by Smatch). 2007-10-29 13:53:16 +01:00
Jacek Caban f79ffe4735 mshtml: Fixed protocol tests on IE7. 2007-01-23 11:27:21 +01:00
Jacek Caban 139d2b813d mshtml: Added test of CompareUrl. 2006-12-13 16:51:39 +01:00
Jacek Caban 0c74c0a95b mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
Jacek Caban 57ba0459c9 mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in about protocol handler's CombineUrl. 2006-08-14 11:44:12 +02:00
Jacek Caban 114a1a22aa mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in ResProtocolInfo::CombineUrl. 2006-08-09 17:15:27 +02:00
Jacek Caban ae154d44e9 mshtml: Fix handling res URLs with full path and number resource ID. 2006-07-27 11:42:46 +02:00
Jacek Caban 22cf1c9e4d mshtml: Wrap Heap* functions by inline functions. 2006-07-17 15:05:38 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Jacek Caban 8bb2513ee9 mshtml: Fix protocol tests on XP. Make Wine match XP implementation. 2006-05-15 11:48:05 +02:00
Jacek Caban b3ae533e00 Added MIME type checking to ResProtocol::Start. 2005-09-14 10:06:34 +00:00
Jacek Caban 635d81660c Encode URL in ResProtocol::Start. 2005-09-12 20:12:58 +00:00
Jacek Caban 5854c4d575 Added *ProtocolInfo::ParseUrl implementation. 2005-09-12 10:10:21 +00:00