Misha Koshelev
e4282a59dd
urlmon: Improve ObtainUserAgentString conformance to native.
2007-07-10 13:37:09 +02:00
Rob Shearman
fd8868bac4
urlmon: Fix a reference count leak that would keep the module alive when it shouldn't.
2007-04-02 11:34:32 +02:00
Jacek Caban
74d49757c7
urlmon: Fix FindMimeFromData tests on IE7.
2007-03-02 11:39:36 +01:00
Jan Zerebecki
ea6ee42c71
urlmon: Remove redundant const.
2007-02-06 13:20:03 +01:00
Jacek Caban
76ce82374e
urlmon: Added mk protocol stub implementation.
2007-01-12 20:40:54 +01:00
Jacek Caban
bb52f14d59
urlmon: Use pluggable protocol in CoInternetCompareUrl.
2006-12-13 16:04:48 +01:00
Jacek Caban
35e0e994ce
urlmon: Added application/x-msdownload mime filter.
2006-12-13 16:04:48 +01:00
Jacek Caban
8afd947f15
urlmon: Added application/pdf mime filter.
2006-12-07 11:24:22 +01:00
Jacek Caban
edf73245fe
urlmon: Added application/java mime filter.
2006-12-07 11:24:16 +01:00
Jacek Caban
d5c6f6ec25
urlmon: Added application/x-zip-compressed filter.
2006-12-07 11:24:07 +01:00
Jacek Caban
3d767fcb55
urlmon: Added application/x-gzip-compression filter.
2006-12-07 11:24:01 +01:00
Andrew Talbot
60cafb5e95
urlmon: Cast-qual warnings fix.
2006-11-17 12:45:35 +01:00
Jacek Caban
53f68ae3e6
urlmon: Added video/mpeg mime filter.
2006-10-24 11:43:25 +02:00
Jacek Caban
3515dbc37c
urlmon: Code clean up.
2006-10-24 11:43:18 +02:00
Jacek Caban
84253b011d
urlmon: Added video/avi mime filter implementation.
2006-10-24 11:43:01 +02:00
Jacek Caban
b9b812da70
urlmon: Added image/tiff mime filter.
2006-10-23 12:29:08 +02:00
Alexandre Julliard
d3d3aba3a3
urlmon: Create a message window for each binding to make sure they are cleaned up properly.
2006-10-16 11:32:17 +02:00
Jacek Caban
7e340f8f62
urlmon: Win64 printf format warning fixes.
2006-10-06 12:47:59 +02:00
Robert Shearman
4582a2bb8e
urlmon: Delay-load cabinet.dll as native urlmon doesn't import it.
2006-08-04 20:27:04 +02:00
Jacek Caban
ec26cd2704
urlmon: Added UrlMkGetSessionOption implementation.
2006-07-17 13:53:00 +02:00
Jacek Caban
6004183e51
urlmon: Register protocol handlers in DllMain.
2006-07-10 11:48:27 +02:00
Jacek Caban
57bcaf4d31
urlmon: Use non heap based objects for class factories.
2006-07-10 11:48:18 +02:00
Jacek Caban
6ce4833479
urlmon: Added image/x-png mime filter.
2006-07-07 14:30:35 +02:00
Jacek Caban
682944ad2d
urlmon: Added image/bmp filter.
2006-07-07 14:30:35 +02:00
Jacek Caban
32405d635f
urlmon: Added image/gif filter.
2006-07-07 14:30:35 +02:00
Jacek Caban
ae9e41c639
urlmon: Fix handling of proposed mime.
2006-07-07 14:30:35 +02:00
Jacek Caban
b5fa092756
urlmon: Added image/pjpeg mime filter.
2006-07-07 14:30:34 +02:00
Jacek Caban
796cf1713d
urlmon: Added text/html filter.
2006-05-31 11:46:31 +02:00
Jacek Caban
c73c3362c6
urlmon: Use filters mechanism in FindMimeFromData.
2006-05-31 11:45:37 +02:00
Jacek Caban
bcd6e9f33b
urlmon: Fix implementation of ReleaseBindInfo.
2006-05-25 20:28:31 +02:00
Jacek Caban
10acd23b2c
urlmon: Call OnProgress in apartment thread.
2006-05-25 20:22:16 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Jacek Caban
ab6adcb077
urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol.
2006-01-11 20:57:23 +01:00
Jacek Caban
c54f013787
Added http and ftp protocol stub implementation.
2005-09-14 15:38:26 +00:00
Jacek Caban
fa1a986093
Rewrote FindMimeFromData to pass tests.
2005-09-12 20:12:40 +00:00
Jacek Caban
2312fdeba4
Added ReleaseBindInfo implementation.
2005-09-08 11:01:46 +00:00
Jacek Caban
0d4f07ba22
Added file protocol implementation.
2005-09-06 09:27:04 +00:00
Alexandre Julliard
d37f0abf07
Don't prefix the functions DllCanUnloadNow, DllGetClassObject and
...
Dll(Un)RegisterServer with the dll name so that the compiler can check
the prototypes.
2005-08-08 17:35:28 +00:00
Francois Gouget
65f2082108
Add missing WINAPI to MSXML_DllGetClassObject().
...
Standardize the DllGetClassObject() prototypes so they match the MSDN
definition.
2005-08-08 15:04:53 +00:00
Mike McCormack
058e38af72
Fix -Wpointer-sign warnings.
2005-07-03 12:05:03 +00:00
Jacek Caban
132bc714fb
Better module locking.
2005-07-02 10:49:56 +00:00
Maarten Lankhorst
da38b66ace
Improved ObtainUserAgentString stub.
2005-06-21 09:44:47 +00:00
Mike McCormack
8d9471db99
Declare functions and correct prototypes.
2005-06-10 19:29:16 +00:00
Dmitry Timoshkov
eba47f1dfe
Make remaining OLE interface vtables const.
2005-06-06 19:50:35 +00:00
Francois Gouget
8054f6c5ad
Update win32.api to match the current sources.
...
Declare CoGetClassObjectFromURL() in urlmon.h.
2005-05-06 14:32:48 +00:00
Christian Costa
4598cde6f5
Added stub implementation for CoGetClassObjectFromURL.
2005-05-05 09:50:57 +00:00
Mike McCormack
80a6696054
Add stub for FaultInIEFeature.
2005-04-11 12:58:58 +00:00
James Hawkins
bbc081e834
Properly implement DllCanUnloadNow ref counting.
2005-02-03 19:38:37 +00:00
Jacek Caban
d9ce4cd628
- Added stub implementation of IInternetZoneManager interface.
...
- Added implementation of CoInternetCreateZoneManager function.
- Added stub implementation of UrlMkGetSessionOption and corrected
declaration of UrlMkSetSessionOption.
- Code cleanup.
2004-11-30 21:14:21 +00:00
Francois Gouget
486d020c1b
Don't define COBJMACROS in objbase.h.
...
Update the Wine sources accordingly.
2004-10-07 03:06:48 +00:00