Commit Graph

127 Commits

Author SHA1 Message Date
Alexandre Julliard 42d2477edf urlmon: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-24 10:31:19 +02:00
Dmitry Timoshkov 9f89464e0e urlmon: Add CoInternetGetBrowserProfile stub.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-20 13:18:19 +02:00
Dmitry Timoshkov 39cc121640 urlmon: Add GetIUriPriv stub.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-17 20:02:21 +02:00
Dmitry Timoshkov d622ebdb10 urlmon: Add ShouldShowIntranetWarningSecband stub.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-17 20:02:10 +02:00
Michael Stefaniuc a2201e8add urlmon: 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-15 10:49:06 +02:00
Jacek Caban 74989b6e41 urlmon: Added support for COM aggregation of file protocol handler.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-08 20:29:36 +02:00
Francois Gouget 16960a425f urlmon: Remove unneeded NONAMELESSXXX directives.
Also put them in the files that need them.
2015-03-27 00:12:23 +09:00
Jacek Caban 9ca4f9b65a urlmon: Unregister window class on DLL unload. 2014-02-13 19:10:32 +01:00
Jacek Caban dbfe0572bd urlmon: Moved FindMimeFromData to mimefilter.c. 2013-07-27 11:48:05 -05:00
Alexandre Julliard 152ae158ce urlmon: Don't bother to free memory at process exit. 2013-05-15 10:29:17 +02:00
Chae Jong Bin fee3d67030 urlmon: Add stub for FlushUrlmonZonesCache. 2012-12-27 17:15:40 +01:00
Jacek Caban 59055c4d45 urlmon: Added AsyncInstallDistributionUnit implementation. 2012-11-02 19:47:22 +01:00
Michael Stefaniuc ab381658e0 urlmon: Don't generate unreachable break after return (Smatch). 2012-09-17 12:05:54 +02:00
Jacek Caban 3636a25279 urlmon: Added better debug traces for BINDSTATUS values. 2012-09-03 16:10:16 +02:00
Nikolay Sivov 6c4bdf3bdf urlmon: Implement TYMED_HGLOBAL case for CopyStgMedium. 2012-05-21 11:34:39 +02:00
Michael Stefaniuc cbcf08a7df urlmon: Print the debug string and not the pointer to it. 2012-03-26 18:15:25 +02:00
Piotr Caban b36cb0b94d urlmon: Clean session related data in free_session function. 2012-03-13 17:44:33 +01:00
Piotr Caban c9bd71f32f urlmon: Added missing memcpy in CopyBindInfo. 2012-03-13 10:25:58 +01:00
Piotr Caban 3573c13eaa urlmon: Reorganize FindMimeFromData implementation. 2012-03-09 17:24:58 +01:00
Piotr Caban f0e5fa4622 urlmon: Added text/xml filter. 2012-03-09 17:24:54 +01:00
Piotr Caban 7f0b7c5ce3 urlmon: Added CopyBindInfo implementation. 2012-03-08 18:54:51 +01:00
Nikolay Sivov f2dfe86ac4 urlmon: Recognize <head> start tag as text/html MIME type. 2012-01-30 11:56:04 +01:00
Piotr Caban 11abd08bb5 urlmon: Added CUri ClassFactory implementation. 2012-01-13 18:17:36 +01:00
Piotr Caban dc8467fefe urlmon: Added stub for 444 and 445 function. 2011-12-15 10:49:19 +01:00
Francois Gouget 7b1d685634 urlmon: Delete the static critical section when unloading the dll. 2011-11-17 11:38:03 +01:00
Jacek Caban 75dd412311 urlmon: Fixed misc.c tests on IE9 and make image_tiff_filter behave like IE9. 2011-11-14 17:36:57 +01:00
Austin English 7c527199b6 urlmon: Add a stub for RegisterMediaTypes(). 2011-09-20 16:21:41 +02:00
Piotr Caban 005808cb0e urlmon: Added 111 ordinal stub. 2011-09-16 17:23:13 +02:00
Dan Kegel 6bbd0b87d5 urlmon: IsValidUrl should not fail if first parameter is not NULL. 2011-03-28 17:13:44 +02:00
Michael Stefaniuc 81f44f501f urlmon: Use an iface instead of a vtbl pointer in ClassFactory. 2010-12-30 12:21:53 +01:00
Jacek Caban fcc4c46476 urlmon: Converted more registration process to IRegistrar mechanism. 2010-12-23 12:52:07 +01:00
Austin English 967657de35 urlmon: Add stubs for ordinals 410 and 423. 2010-12-15 12:25:57 +01:00
Jacek Caban 883871174a urlmon: Moved buffer-based MIME finding to a separated function. 2010-11-30 13:53:27 +01:00
Alexandre Julliard 5c632145e8 urlmon: Forward the DllMain call to the dlldata.c generated function. 2010-04-08 23:56:55 +02:00
Piotr Caban dc78e8d315 urlmon: Added ProxyStub implementation. 2009-12-09 13:49:26 +01:00
Vladimir Pankratov 1327ae0c74 urlmon: Handle NULL parameter. 2009-09-02 15:47:57 +02:00
Jacek Caban 09436d69f1 urlmon: Use one wininet internet handle for all connections. 2009-08-03 15:00:02 +02:00
Jacek Caban cef7e04f18 urlmon: Added ObtainUserAgentString implementation. 2009-06-29 12:25:27 +02:00
Jacek Caban e237c127c1 urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation. 2009-06-29 12:25:15 +02:00
Jacek Caban 1880de044c urlmon: Added UrlMkSetSessionOption(URLMON_OPTION_USERAGENT) implementation. 2009-06-29 12:25:08 +02:00
Jacek Caban 08d8a5ea25 urlmon: Use TLS_OUT_OF_INDEXES as invalid TLS value. 2009-05-25 11:24:08 +02:00
Jacek Caban bee36fe831 urlmon: Cache the binding notif window. 2009-05-11 15:56:42 +02:00
Jacek Caban 11a6f3539f urlmon: Added DeCompMimeFilter stub implementation. 2009-04-07 11:21:18 +02:00
Jacek Caban a5b2075ef1 urlmon: Added StdURLMoniker implementation. 2009-03-24 10:28:15 +01:00
Jacek Caban cfb9c099b5 urlmon: Added gopher protocol handler stub implementation. 2009-03-05 12:38:57 +01:00
Andrew Talbot c7284efa13 urlmon: Sign-compare warnings fix. 2008-11-14 11:02:15 +01:00
Jacek Caban 2ef724113a urlmon: Added IsLoggingEnabled[AW] stub implementation. 2008-10-24 14:24:59 +02:00
Andrew Talbot dbe7718e2b urlmon: Assign to structs instead of using memcpy. 2008-03-19 11:21:46 +01:00
Jacek Caban 2b90a7d6d5 urlmon: Optimize registering urlmon protocols. 2008-02-21 13:52:13 +01:00
Jacek Caban 5321c7154a urlmon: Added audio/basic MIME filter. 2008-02-18 12:57:00 +01:00