Jacek Caban
|
d43de316c3
|
urlmon: Don't use -1 length in WideCharToMultiByte call.
|
2008-03-26 23:38:36 +01:00 |
Andrew Talbot
|
dbe7718e2b
|
urlmon: Assign to structs instead of using memcpy.
|
2008-03-19 11:21:46 +01:00 |
Jacek Caban
|
8ef6713acb
|
urlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling.
|
2008-03-14 13:52:04 +01:00 |
Jacek Caban
|
3a736c6677
|
urlmon: Added more policy tests.
|
2008-03-14 13:52:01 +01:00 |
Jacek Caban
|
15feb50d42
|
urlmon: Added ProcessUrlAction implementation.
|
2008-03-14 13:51:57 +01:00 |
Jacek Caban
|
dfb1089a45
|
urlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.
|
2008-03-14 13:41:26 +01:00 |
Jacek Caban
|
de1816f9e3
|
urlmon: Remove tests that fail on IE7 and make Wine behave like IE7.
|
2008-03-14 13:41:15 +01:00 |
Jacek Caban
|
cc159d832d
|
urlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and fix buffer size.
|
2008-03-14 13:29:50 +01:00 |
Rob Shearman
|
503b1bc107
|
urlmon: Initialise the cache_file field of DownloadBSC on creation.
|
2008-03-10 20:38:40 +01:00 |
Jacek Caban
|
bbfae3deff
|
urlmon: Fixed MapUrlToZone test on IE7.
|
2008-03-10 11:23:52 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Jacek Caban
|
a78727d73b
|
urlmon: Don't call ReportProgress(BINDSTATUS_DIRECTBIND) in MkProtocol::Start (current IE doesn't call it).
|
2008-02-29 20:07:13 +01:00 |
Rob Shearman
|
4e5c1bf6fd
|
urlmon: Don't use typeof as it's not portable.
|
2008-02-27 14:52:24 +01:00 |
Jacek Caban
|
be1e2080b3
|
urlmon: 0x800c0008 is INET_E_DOWNLOAD_FAILURE.
|
2008-02-22 12:09:37 +01:00 |
Jacek Caban
|
f7371871df
|
urlmon: Correctly handle creating object failure.
|
2008-02-22 12:09:31 +01:00 |
Jacek Caban
|
a821cc34f6
|
urlmon: Make session object thread safe.
|
2008-02-21 13:52:18 +01:00 |
Jacek Caban
|
a23a36077c
|
urlmon: Optimize get_protocol_info for urlmon protocols.
|
2008-02-21 13:52:15 +01:00 |
Jacek Caban
|
2b90a7d6d5
|
urlmon: Optimize registering urlmon protocols.
|
2008-02-21 13:52:13 +01:00 |
Jacek Caban
|
9de210a037
|
urlmon: Fixed crash on old IE.
|
2008-02-21 12:53:00 +01:00 |
Jacek Caban
|
746ffa651a
|
urlmon: Use BindToStorage hack only for binding to IStream.
|
2008-02-18 12:57:06 +01:00 |
Jacek Caban
|
5321c7154a
|
urlmon: Added audio/basic MIME filter.
|
2008-02-18 12:57:00 +01:00 |
Jacek Caban
|
374007985a
|
urlmon: E_PENGING returned by Start is not an error.
|
2008-02-18 12:56:53 +01:00 |
Jacek Caban
|
1b79f4dbee
|
urlmon: Added URLDownloadToFile tests.
|
2008-02-18 12:56:47 +01:00 |
Jacek Caban
|
74b0897cf0
|
urlmon: Added TYMED_FILE support to CopyStgMedium.
|
2008-02-18 12:56:36 +01:00 |
Jacek Caban
|
d2243989ca
|
urlmon: URLDownloadToFileA code clean up.
|
2008-02-18 12:56:28 +01:00 |
Jacek Caban
|
5ca20089c4
|
urlmon: Reimplement URLDownloadToFileW on top of URL moniker.
|
2008-02-18 12:56:02 +01:00 |
Rob Shearman
|
229e024a53
|
urlmon: Check the return value of ReadFile and return INET_E_DOWNLOAD_FAILURE is it fails.
Initialise *pcbRead to zero, if the parameter is not NULL.
|
2008-02-16 13:54:36 +01:00 |
Rob Shearman
|
eb0a8692f2
|
urlmon: Fix the character count passed into MultiByteToWideChar in HttpProtocol_Start.
|
2008-02-16 13:54:11 +01:00 |
Francois Gouget
|
4c8e218252
|
Assorted spelling fixes.
|
2008-02-15 12:09:24 +01:00 |
Jacek Caban
|
ac61b90f87
|
urlmon: Fixed ref count leak.
|
2008-02-06 22:12:31 +01:00 |
Jacek Caban
|
5bad12c6bc
|
urlmon: Added gecko_installer_workaround to url.c tests.
|
2008-02-06 22:12:28 +01:00 |
Jacek Caban
|
684307f43f
|
urlmon: Added more tests.
|
2008-02-04 13:17:26 +01:00 |
Jacek Caban
|
210854edf2
|
urlmon: Added more protocol tests.
|
2008-02-04 13:17:12 +01:00 |
Jacek Caban
|
f2aef4cbb9
|
urlmon: Correctly handle BINDF_NEEDFILE flag in http protocol.
|
2008-02-04 13:17:06 +01:00 |
Jacek Caban
|
2b3c115ad1
|
urlmon: Added support for binding to IID_IUnknown storage (cache file).
|
2008-02-04 13:17:00 +01:00 |
Jacek Caban
|
458d27fa46
|
urlmon: Added BINDSTATUS_CACHEFILENAMEAVAILABLE support.
|
2008-02-04 13:16:54 +01:00 |
Jacek Caban
|
e9189df9a6
|
urlmon: Don't create stgmed_obj for binding to object.
|
2008-02-04 13:16:49 +01:00 |
Jacek Caban
|
4985ca0e1c
|
urlmon: Abstract ProtocolStream object.
|
2008-02-04 13:16:43 +01:00 |
Jacek Caban
|
6b854ff480
|
urlmon: Separate buffer from stream object.
|
2008-02-04 13:16:35 +01:00 |
Jacek Caban
|
bf5487bfc1
|
urlmon: Return better error results.
|
2008-02-04 13:15:42 +01:00 |
Jacek Caban
|
21dbe9d6ad
|
urlmon: Fixed tests.
|
2008-02-04 13:15:36 +01:00 |
Jacek Caban
|
fd0d1d0765
|
urlmon: Added CopyStgMedium implementation.
|
2008-02-04 13:15:28 +01:00 |
Jacek Caban
|
10563d5c8e
|
urlmon: Added comments about missing MIME filters.
|
2008-02-04 11:29:57 +01:00 |
Jacek Caban
|
2c15913180
|
urlmon: Added MkParseDisplayNameEx tests.
|
2008-02-04 11:28:14 +01:00 |
Jacek Caban
|
60b0539c87
|
urlmon: Added HlinkParseDisplayNameEx implementation.
|
2008-02-04 11:28:02 +01:00 |
Andrew Talbot
|
41ed910604
|
urlmon: Remove unneeded cast.
|
2008-01-22 11:27:38 +01:00 |
Marcus Meissner
|
61b4b0c362
|
urlmon: Skip pstgmed related tests if NULL.
|
2008-01-17 13:42:14 +01:00 |
Francois Gouget
|
f6fab295f3
|
Fix spelling error in the generated conformance test files.
|
2008-01-16 12:46:18 +01:00 |
Dan Kegel
|
95fbd7f46b
|
urlmon: Fix unlikely free of uninitialized pointer.
|
2008-01-14 13:11:10 +01:00 |
Jacek Caban
|
bc35dda746
|
urlmon: Added more tests.
|
2007-12-31 16:49:38 +01:00 |