winemac: Implement the Mac "Window" menu.
[wine] / dlls / urlmon / tests / sec_mgr.c
2012-01-31  Piotr Cabanurlmon: Handle implicit file scheme in MapUrlToZone...
2011-11-14  Marcus Meissnerurlmon: Fixed an array overread (Coverity).
2011-10-31  Piotr Cabanurlmon: Improve disk detection in MapUrlToZone.
2011-10-10  Thomas Mullalyurlmon: Added basic GetSecurityIdEx2 implementation.
2011-10-10  Thomas Mullalyurlmon/tests: Added tests for GetSecurityIdEx2.
2011-10-10  Thomas Mullalyurlmon: Improved MapUrlToZone{Ex2} and GetSecurityId...
2011-09-19  Piotr Cabanurlmon/tests: Added CoInternetIsFeatureZoneElevationEna...
2011-09-13  Francois GougetAssorted spelling fixes.
2011-09-12  Francois Gougeturlmon/tests: Print the test URLs rather than their...
2011-09-12  Thomas Mullalyurlmon/tests: Removed a test that causes random failure...
2011-09-05  Thomas Mullalyurlmon: Made domain mapping support IUri based and...
2011-09-05  Thomas Mullalyurlmon: Added basic MapUrlToZoneEx2 implementation.
2011-09-05  Thomas Mullalyurlmon: Improved GetSecurityId's support for file url's.
2011-08-24  Thomas Mullalyurlmon/tests: Added tests for MapUrlToZoneEx2.
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-05-05  Detlef Riekenbergurlmon/tests: Add tests for IInternetZoneManager_SetZon...
2011-03-29  Thomas Mullalyurlmon: Added basic domain zone support to MapUrlToZone.
2011-03-28  Thomas Mullalyurlmon/tests: Added zone domain mapping tests.
2011-03-28  Thomas Mullalyurlmon/tests: Added SecurityManager zone mapping cache...
2011-02-14  André Hentschelurlmon/tests: Fix expected result.
2011-02-14  Jacek Cabanurlmon: Fixed Valgrind warnings.
2011-02-11  André Hentschelurlmon/tests: Mark unavailable InternetZoneManagerEx2...
2011-02-09  Austin Englishurlmon/tests: Make sure return values are used (LLVM...
2011-02-08  Jacek Cabanurlmon: Added more CoInternetGetSecurityUrl[Ex] tests.
2011-01-21  Thomas Mullalyurlmon: Added pluggable protocol support to CoInternetG...
2011-01-21  Thomas Mullalyurlmon/tests: Added pluggable protocol tests for CoInte...
2011-01-21  Thomas Mullalyurlmon: Added basic CoInternetGetSecurityUrlEx implemen...
2011-01-21  Thomas Mullalyurlmon/tests: Added CoInternetGetSecurityUrlEx tests.
2010-09-20  Jacek Cabanurlmon: Skip tests on very old IEs as soon as possible.
2010-04-22  Detlef Riekenbergurlmon/tests: Skip some sec_mgr tests on IE 4.0.
2010-04-14  Detlef Riekenbergurlmon/tests: CoInternetGetSecurityUrl is not present...
2010-04-14  Detlef Riekenbergurlmon/tests: Fix a failure on Win98.
2010-04-14  Detlef Riekenbergurlmon/tests: Do not depend on user security settings...
2009-12-17  Piotr Cabanurlmon: Added tests for CoInternetGetSecurityUrl.
2009-12-09  Piotr Cabanurlmon: Added InternetSecurityManager marshalling test.
2009-10-01  Jacek Cabanurlmon: Added support for URLACTION_ACTIVEX_OVERRIDE_SC...
2009-10-01  Jacek Cabanurlmon: Improve QueryCustomPolicy stub.
2009-10-01  Jacek Cabanurlmon: Correctly handle pPolicy and pContext arguments...
2009-09-26  Detlef Riekenbergurlmon/tests: Fix sec_mgr tests on win98 (IE 4).
2009-09-23  Ge van Geldorpmshtml/tests: Fix htmldoc test on Windows Server and...
2009-08-11  Francois GougetAssorted spelling fixes.
2009-07-10  Detlef Riekenbergurlmon/tests: Windows headers need _WIN32_IE for IInter...
2009-07-09  Francois Gougeturlmon/tests: Fix two ok() trailing '\n's.
2009-07-08  Detlef Riekenbergurlmon/tests: Add tests for CoInternetCreateZoneManager.
2009-07-03  Detlef Riekenbergurlmon/tests: Add tests for the ZoneEnumerator.
2009-06-22  Detlef Riekenbergurlmon/tests: Add tests for ZoneManager_GetZoneAttributes.
2009-06-16  Detlef Riekenbergurlmon/tests: Fix a typo in an ok message.
2009-06-15  Detlef Riekenbergurlmon/tests: Move SecurityManager and ZoneManager...