Commit Graph

130 Commits

Author SHA1 Message Date
Francois Gouget fac36c55e9 Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Jacek Caban ecc270869c ieframe: Moved intshcut.c tests to ieframe. 2011-08-03 14:15:50 +02:00
Jacek Caban 81bb472db9 ieframe: Moved WebBrowser object tests to ieframe. 2011-08-02 12:25:06 +02:00
Piotr Caban 40b426b466 shdocvw/tests: Added OleObject_Close tests. 2011-08-01 18:26:27 +02:00
Jacek Caban f42d9e2ef2 ieframe: Moved ie.c tests to ieframe. 2011-07-28 18:37:40 +02:00
Jacek Caban 6db795873d shdocvw: Added more InternetShortcut tests. 2011-04-12 17:42:12 +02:00
Jacek Caban 45c9ec0d55 shdocvw: Make tests stricter and fix GetUrl problem found by the change. 2011-04-08 13:03:22 +02:00
Jacek Caban 29ce9a1ff8 shdocvw: Clean tests skipping. 2011-04-08 13:03:22 +02:00
Thomas Faber a48ed33609 shdocvw: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext. 2011-03-18 16:05:09 +01:00
Piotr Caban a13fce16a4 shdocvw/tests: Added IShellBrowser, IBrowserService and IDocObjectService existence tests. 2011-03-15 17:14:01 +01:00
Piotr Caban f1f645b345 shdocvw: Use IID_IBrowserService2 defined in header. 2011-03-15 11:46:36 +01:00
Erich Hoover 4ec8e1a037 shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB. 2011-03-03 17:47:15 +01:00
Austin English 7f290c9544 shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang). 2011-02-10 10:28:00 -06:00
Austin English 84b900dabd shdocvw/tests: Make sure to use return value (LLVM/Clang). 2011-02-07 10:10:30 -06:00
Jacek Caban f48fa4b945 shdocvw: Added InternetExplorer::get_Visible implementation. 2011-01-10 10:37:31 +01:00
Jacek Caban 74ccbf0083 shdocvw: Added InternetExplorer object tests. 2011-01-10 10:37:28 +01:00
Francois Gouget ce3fcda1d3 shdocvw/tests: Fix compilation on systems that don't support nameless unions. 2011-01-04 16:03:11 +01:00
Greg Geldorp e2ce3cffe3 shdocvw/tests: Need to save .url before committing extra props for IE6. 2010-12-23 13:47:27 +01:00
Jacek Caban d3aa44b20b shdocvw: Added support for QueryService(IID_IWebBrowserApp). 2010-12-17 13:26:02 +01:00
Jacek Caban ccf9b229e6 shdocvw: Moved getting dochost pointer to separated function. 2010-12-17 13:26:01 +01:00
Paul Vriens 5624128959 shdocvw/tests: Make sure we use a valid temporary directory. 2010-12-13 12:43:30 +01:00
Andrew Nguyen 2f302cfe0b shdocvw/tests: Avoid using a freed IUniformResourceLocatorA variable.
Spotted with Valgrind.
2010-12-07 16:10:29 +01:00
Andrew Bogott 23aa460722 shdocvw: Add tests for IPersistFile on an internet shortcut. 2010-12-06 19:17:33 +01:00
Andrew Bogott 12c218c8d8 shdocvw: Plug a tiny memory leak in a test. 2010-12-05 16:45:09 +01:00
Andrew Bogott f471883ade shdocvw: Test read/write of a couple of properties on IUniformResourceLocator. 2010-12-02 17:47:39 +01:00
Andrew Bogott 1a5607b415 shdocvw: Skip some tests if a modern IE is not present. 2010-12-02 17:47:25 +01:00
Jacek Caban 6e26d8c45f shdocvw: Skip tests on IE 5.5. 2010-11-23 13:18:48 +01:00
David Hedberg 155877e4ff shdocvw: Implement InPlaceActiveObject::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 0adfeb2869 shdocvw: Implement ControlSite::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 910cac49a4 shdocvw: Implement DocHostUIHandler::TranslateAccelerator. 2010-11-17 14:01:16 +01:00
Jacek Caban 0048ec36d2 shdocvw: Fixed race in tests. 2010-11-12 15:43:08 +01:00
Vitaly Perov a15301a0bc shdocvw: Silence more invalid QueryInterface FIXMEs. 2010-10-01 17:48:10 +02:00
Vitaly Perov 042ecec8b6 shdocvw: Silence QueryInterface FIXME. 2010-09-30 17:51:17 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Jacek Caban 92c7e1ae44 shdocvw: Fixed tests on IE <6. 2010-09-09 12:45:00 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Jacek Caban 2c354b8bbb shdocvw: Return IHTMLDocument2's IDispatch in get_Document. 2010-06-21 11:52:09 +02:00
Jacek Caban ddaf9171a1 shdocvw: Silence QueryService traces in non-interactive runs.
They only pollute output making it harder to find useful informations.
2010-06-14 14:14:16 +02:00
Jacek Caban 7723784596 shdocvw: Fixed tests on some Windows. 2010-03-17 13:38:45 +01:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Jacek Caban d69297c4b7 shdocvw: Added more navigation tests. 2010-03-15 14:18:05 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Huw Davies 53ee807a3b shdocvw: Fix a memory leak in the tests.
Found by Valgrind.
2009-12-14 12:04:04 +01:00
Alistair Leslie-Hughes d3f20ec136 shdocvw: Fix test for non-english IE MUI. 2009-12-11 12:16:27 +01:00
Alistair Leslie-Hughes e7906026bb shdocvw: Implement IWebBrowser2_get_Name. 2009-12-04 14:42:28 +01:00
Jacek Caban 655e0a0c54 shdocvw: Get rid of Gecko checks in tests. 2009-11-20 11:16:32 +01:00
Ge van Geldorp 5789e6634e shdocvw/tests: Fix test on Win7. 2009-09-11 13:09:49 +02:00
Jacek Caban d24690c8cf shdocvw: Added IWebBrowser2::get_ReadyState implementation. 2009-08-31 12:17:18 +02:00
Alexandre Julliard 44e874ab86 shdocvw/tests: Use the global wine_dbgstr_w instead of a local variant. 2009-08-19 13:37:00 +02:00