Jacek Caban
|
7d093afc66
|
urlmon: Use flag to store protocol lock state.
|
2007-12-17 11:49:25 +01:00 |
Jacek Caban
|
7a2a6f4e0d
|
urlmon: Includes clean up.
|
2007-12-14 12:24:51 +01:00 |
Jacek Caban
|
353bcf923f
|
urlmon: Fixed handling MIME type in Binding object.
|
2007-12-14 12:24:43 +01:00 |
Alistair Leslie-Hughes
|
7f033ea065
|
urlmon: Fix memory leaks.
|
2007-12-10 12:35:55 +01:00 |
Michael Stefaniuc
|
2ad6cc19b7
|
urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-11-30 12:43:42 +01:00 |
Alistair Leslie-Hughes
|
9c6fca1ff7
|
urlmon: The callback parameter can be null, check pointer before using.
|
2007-11-28 13:40:29 +01:00 |
Jacek Caban
|
03218d6d2c
|
urlmon: Wrap heap functions.
|
2007-11-26 12:35:28 +01:00 |
Rob Shearman
|
862aaaba58
|
urlmon: Fix a reference count leak in RegisterBindStatusCallback.
|
2007-11-20 12:28:59 +01:00 |
Misha Koshelev
|
57f36261fa
|
urlmon: Fix PROTOCOLDATA message passing in IInternetProtocolSink interface of Binding.
|
2007-11-12 12:53:45 +01:00 |
Misha Koshelev
|
0a158e7aa3
|
urlmon: Release IInternetProtocolSink and BindInfo on request handle closure, not on first handle closure.
|
2007-11-12 12:53:37 +01:00 |
Andrew Talbot
|
509760922a
|
urlmon: Constify some variables.
|
2007-11-08 12:18:30 +01:00 |
Jacek Caban
|
48d393bdfe
|
urlmon: Added https protocol class factory stub implementation.
|
2007-11-05 14:19:59 +01:00 |
Rob Shearman
|
cfb349c4f2
|
urlmon: Add tests for BindToObject for URL monikers based on the existing tests for BindToStorage.
|
2007-10-29 12:02:40 +01:00 |
Jacek Caban
|
fe04ba0aab
|
urlmon: Use QueryInterface in get_callback.
|
2007-10-26 14:04:08 +02:00 |
Jacek Caban
|
c98ca177a8
|
urlmon: Fixed tests on IE7.
|
2007-10-26 14:03:46 +02:00 |
Jacek Caban
|
f4f0c8fbcd
|
urlmon: Added emulated http tests.
|
2007-10-26 14:03:46 +02:00 |
Jacek Caban
|
f9545ad94f
|
urlmon: Added application/postscript MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
58e8b19d0b
|
urlmon: Added audio/wav MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Jacek Caban
|
ec565fbfd9
|
urlmon: Added text/richtext MIME filter.
|
2007-10-23 18:18:28 +02:00 |
Rob Shearman
|
a3ad394f9c
|
urlmon: Add a stub for GetClassFileOrMime.
|
2007-10-22 14:54:39 +02:00 |
Rob Shearman
|
cfeaa3e682
|
urlmon: Fix the MIME type reported by the HTTP protocol when the Content-Type headers contains charset data too.
|
2007-10-22 13:52:38 +02:00 |
Misha Koshelev
|
5a96cc146c
|
urlmon: Increment/decrement reference count when internet handles are created/destroyed.
|
2007-10-12 11:07:29 +02:00 |
Andrew Talbot
|
dbf995a8b4
|
urlmon: Fix some memory leaks.
|
2007-10-10 11:56:51 +02:00 |
Jacek Caban
|
5c57c838b2
|
urlmon: Fixed test on IE7.
|
2007-10-09 17:52:46 +02:00 |
Jacek Caban
|
8f6f252ee8
|
urlmon: Get rid of no longer needed IHttpNegotiate wrapper.
|
2007-10-02 11:42:39 +02:00 |
Jacek Caban
|
b090ec13f3
|
urlmon: Added more RegiterBindStatusCallback tests.
|
2007-10-02 11:42:34 +02:00 |
Jacek Caban
|
ef01bdb18a
|
urlmon: Added more strict QueryInterface tests.
|
2007-10-02 11:42:27 +02:00 |
Jacek Caban
|
b285d562b3
|
urlmon: Wrap callback in RegisterBindStatusCallback.
|
2007-10-02 11:42:22 +02:00 |
Jacek Caban
|
c89551a1c5
|
urlmon: Added FIXME about unsupported pmkToLeft to BindToStorage.
|
2007-09-10 16:15:28 +02:00 |
Stefan Leichter
|
ba026b1634
|
urlmon: Remove 'recursive registry key delete' function.
|
2007-08-20 11:56:18 +02:00 |
Misha Koshelev
|
5a11a1201f
|
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.
|
2007-08-16 11:52:56 +02:00 |
Misha Koshelev
|
c8ab2a947c
|
urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once).
|
2007-08-16 11:52:34 +02:00 |
Misha Koshelev
|
4f405b228d
|
urlmon: Fix timing issue with FLAG_REQUEST_COMPLETE and InternetQueryDataAvailable in HttpProtocol_Continue.
|
2007-08-14 12:25:26 +02:00 |
Jacek Caban
|
83a83880cd
|
urlmon: Wrap IBindCtx in CreateAsyncBindCtxEx.
|
2007-08-13 11:37:45 +02:00 |
Misha Koshelev
|
369273e991
|
urlmon/tests: Call CHECK_CALLED(OnProgress_SENDINGREQUEST) for FILE_TEST since we SET_EXPECT it.
|
2007-08-09 13:53:32 +02:00 |
Misha Koshelev
|
42dea36e5a
|
urlmon: Do not use BindToStorage_hack for INTERNET_SCHEME_HTTP.
|
2007-08-09 13:53:25 +02:00 |
Misha Koshelev
|
a893bb32d6
|
urlmon/tests: Fix clipformat test.
|
2007-08-09 13:53:16 +02:00 |
Rob Shearman
|
086a91facf
|
urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL.
Add tests for these.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
a5da813f5a
|
urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
9debcb8f49
|
urlmon: Implement URLOpenBlockingStreamA/W and URLOpenStreamA/W.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
25b2bff9bf
|
urlmon: The pcbRead parameter for IInternetProtocol::Read is optional, so fix the protocol implementation to check for this.
|
2007-08-08 15:32:04 +02:00 |
Rob Shearman
|
9105b64a77
|
urlmon: Implement stubs for URLOpenBlockingStreamA/W and URLOpenStreamA/W.
|
2007-08-08 15:32:04 +02:00 |
Francois Gouget
|
988be5dd8f
|
urlmon: Fix compilation on systems that don't support nameless unions.
|
2007-08-08 15:32:03 +02:00 |
Misha Koshelev
|
59b2365c7d
|
urlmon/tests: Add test for binding to a URL from which a very short response is received.
|
2007-08-08 15:32:00 +02:00 |
Misha Koshelev
|
84cf17c3e9
|
urlmon/tests: Keep track of download state in tests.
|
2007-08-07 12:42:00 +02:00 |
Misha Koshelev
|
ed2cf42b51
|
urlmon/tests: Add tests for synchronous vs asynchronous binding.
|
2007-08-07 12:41:54 +02:00 |
Misha Koshelev
|
97e999565d
|
urlmon: Add support for synchronous binding.
|
2007-08-07 12:41:44 +02:00 |
Misha Koshelev
|
e54a48f96c
|
urlmon/tests: Declare the bind flags as a global variable in url tests.
|
2007-08-07 12:41:25 +02:00 |
Misha Koshelev
|
ea37fa998c
|
urlmon/tests: Fix todo_wine's to show the IServiceProvider interface is not queried on wine from CreateAsyncBindCtx.
|
2007-08-06 14:02:56 +02:00 |
Misha Koshelev
|
b2beeea5b2
|
urlmon: Send BINDSTATUS_DOWNLOADINGDATA if we do not send BEGINDOWNLOADDATA or ENDDOWNLOADDATA.
|
2007-08-03 13:35:53 +02:00 |