Commit Graph

41 Commits (54766cdac0fc27ed8e33225b88a2d3a0bc174f25)

Author SHA1 Message Date
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
Jacek Caban 1103e716bd Release BINDINFO in *Protocol::Start. 2005-09-08 18:55:18 +00:00
Jacek Caban 8fb663541a - Added support for aggregation to res protocol.
- Fix AboutProtocol_Release.
- Use *_THIS macros in protocol objects.
2005-08-15 10:23:35 +00:00
Jacek Caban af35ffa10f Added support for aggregation in about protocol. 2005-08-11 17:04:45 +00:00
Jacek Caban d8bf6e8aa4 Move includes of interfaces to mshtml_private.h. 2005-08-11 10:30:30 +00:00
Jacek Caban 388b9c6dcc Report BINDSTATUS_MIMETYPEAVAILABLE in AboutProtocol::Start. 2005-08-09 20:35:36 +00:00
Jacek Caban f193c26554 Added about protocol implementation. 2005-08-03 10:56:26 +00:00
Jacek Caban 2f93763e24 Added DllCanUnloadNow implementation. 2005-08-02 09:49:06 +00:00
Jacek Caban 4f619626b8 - Added stub implementation of IOleCommandTarget.
- Store IDocHostUIHandler in HTMLDocument.
- ActivateMe should be called even if GetContainer failed.
2005-07-12 17:00:58 +00:00
Mike McCormack 53a3d04d1a Fix gcc 4.0 -Wpointer-sign warnings. 2005-07-06 10:33:10 +00:00
Alexandre Julliard 2d652bb758 Use proper symbols instead of magic number 23 for HTML resource type. 2005-06-30 21:01:03 +00:00
Jacek Caban 8a46c8edc9 Implemented res protocol. 2005-06-30 10:21:58 +00:00
Jacek Caban 945671c6db Added stub implementation of about and res protocols. 2005-06-27 09:50:56 +00:00