Commit Graph

643 Commits (a73175fd11f398184deb316bde1daac9ec682e5c)

Author SHA1 Message Date
Detlef Riekenberg 099f031051 urlmon/tests: Add tests for CoInternetCreateZoneManager. 2009-07-08 20:34:25 +02:00
Detlef Riekenberg 1c6efb4241 urlmon: Partial InternetZoneManagerEx2 implementation. 2009-07-08 20:34:16 +02:00
Jacek Caban e349165214 urlmon: Moved more initialization code to init_test. 2009-07-08 20:12:48 +02:00
Jacek Caban a21c1f3c31 urlmon: Ignore QueryInterface call for an undocumented interface. 2009-07-08 20:12:45 +02:00
Detlef Riekenberg 694bf576d0 urlmon/tests: Add tests for the ZoneEnumerator. 2009-07-03 14:27:21 +02:00
Detlef Riekenberg 9a7f221b13 urlmon: Implement the ZoneEnumerator. 2009-07-03 14:26:55 +02:00
Michael Stefaniuc 25764235f9 urlmon: Import the version.rc into the main rc file.
There is no need for a separate file.
2009-07-03 13:10:16 +02:00
Jacek Caban df826fe82f urlmon: Added IBindStatusCallbackEx implementation. 2009-07-03 11:28:20 +02:00
Jacek Caban b6259956c1 urlmon: Use GetBinfInfoEx in GetBindInfo implementation if possible. 2009-07-03 11:28:15 +02:00
Jacek Caban 288eefc7f1 urlmon: Added IBindStatusCallbackEx tests (also fixes some IE8 failures). 2009-07-03 11:28:11 +02:00
Paul Vriens 024725515e urlmon/tests: Don't check for out of memory (Coverity). 2009-07-02 11:30:41 +02:00
Jacek Caban cef7e04f18 urlmon: Added ObtainUserAgentString implementation. 2009-06-29 12:25:27 +02:00
Jacek Caban 3700d27960 urlmon: Added user agent tests. 2009-06-29 12:25:21 +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 9fed06b057 urlmon: Set user agent registry. 2009-06-29 12:24:50 +02:00
Jacek Caban 1e9c996711 urlmon: Don't depend on QueryService returning NULL on failure. 2009-06-29 12:24:38 +02:00
Jacek Caban 150f79b587 urlmon: Query for IHtmlNegotiate[2] interfaces when needed. 2009-06-23 15:53:01 +02:00
Jacek Caban c32925aecd urlmon: Fixed tests on IE8. 2009-06-23 15:53:01 +02:00
Detlef Riekenberg 3657c0af83 urlmon/tests: Add tests for ZoneManager_GetZoneAttributes. 2009-06-22 13:25:23 +02:00
Detlef Riekenberg 7e13723874 urlmon: Implement ZoneManager_GetZoneAttributes. 2009-06-22 13:09:12 +02:00
Paul Vriens cb2d43100c urlmon/tests: Fix a test failure on Win95 by using more A-functions. 2009-06-22 11:23:10 +02:00
Alexandre Julliard 35bc0c798a urlmon/tests: Avoid comparing uninitialized structure data. 2009-06-19 15:10:17 +02:00
Detlef Riekenberg 0baa711b0b urlmon/tests: Fix a typo in an ok message. 2009-06-16 13:30:01 +02:00
Detlef Riekenberg 387f24f467 urlmon/tests: Move SecurityManager and ZoneManager tests to a separate file. 2009-06-15 13:42:30 +02:00
Jacek Caban 35798002f8 urlmon: Fixed test on IE8. 2009-06-12 17:33:15 +02:00
Jacek Caban 80dd9b9c9e urlmon: Use a copy of PROTOCOLDATA in Switch/Continue implementation. 2009-06-05 14:43:24 +02:00
Jacek Caban de36782c48 urlmon: Set INTERNET_OPTION_HTTP_DECODING option in http protocol handler. 2009-06-05 14:43:24 +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 d86143b3e4 urlmon: Fixed tests on Windows. 2009-05-22 15:16:29 +02:00
Jacek Caban 061b6a839a urlmon: Fixed buffer size calculation. 2009-05-21 16:17:50 +02:00
Paul Vriens 8a3d9ccb44 urlmon/tests: Fix some test failures on IE8. 2009-05-20 10:51:09 +02:00
Michael Stefaniuc 441bc63538 urlmon: Move 'inline' right after the storage specifier. 2009-05-19 12:00:20 +02:00
Jacek Caban 69365793b1 urlmon: Added MIME filter handling in BindProtocol tests. 2009-05-19 11:58:53 +02:00
Jacek Caban 9edd40fdc2 urlmon: Added support for MIME filters. 2009-05-19 11:58:52 +02:00
Jacek Caban e16af65971 urlmon: Use common name for IInternetProtocol and IInternetProtocolSink vtbls. 2009-05-19 11:58:52 +02:00
Jacek Caban 638c7ac802 urlmon: Use protocol_handler in Switch implementation. 2009-05-19 11:58:52 +02:00
Jacek Caban 8ffd262d75 urlmon: Move MIME availability handling to separated function. 2009-05-19 11:58:52 +02:00
Jacek Caban 23c6cd4241 urlmon: Fixed buffer size argument in Read call. 2009-05-19 11:58:52 +02:00
Jacek Caban e5f8427abf urlmon: Use internal IInternetProtocol protocol for communication with pluggable protocol in BindProtocol. 2009-05-19 11:58:52 +02:00
Jacek Caban 1912f0f4fd urlmon: Added BINDSTATUS_LOADINGMIMEHANDLER and BINDSTATUS_LOADINGMIMEHANDLER support to Binding object. 2009-05-18 12:34:33 +02:00
Jacek Caban 5b72526052 urlmon: Added GetBindString(BINDSTRING_URL) implementation. 2009-05-18 12:34:28 +02:00
Marcus Meissner bbac7d9fb4 urlmon: Separate NULL ptr check (Coverity 924). 2009-05-15 10:28:03 +02:00
Jacek Caban 81a9f4a357 urlmon: Use PI_MIMEVERIFICATION in Binding object. 2009-05-14 11:14:11 +02:00
Jacek Caban b23ccb1303 urlmon: Added PI_MIMEVERIFICATION tests. 2009-05-14 11:14:06 +02:00
Jacek Caban 299ce6c18e urlmon: Added PI_MIMEVERIFICATION support. 2009-05-14 11:14:00 +02:00
Jacek Caban 372a0f24a2 urlmon: Moved notif window handling to bindprot.c. 2009-05-12 11:20:33 +02:00
Jacek Caban 89ab83db5d urlmon: Get rid of no longer needed values in Binding object. 2009-05-12 11:20:27 +02:00
Jacek Caban cd30018dbe urlmon: Get rid of no longer needed thread checking in Binding::ReportProgress. 2009-05-12 11:20:20 +02:00
Jacek Caban 8ea07306e1 urlmon: Get rid of no longer needed thread checking in Binding object's ReportData and ReportResult implementation. 2009-05-12 11:20:14 +02:00