Commit Graph

176 Commits

Author SHA1 Message Date
Jacek Caban cfbc37c699 ieframe: Fixed and improved navigation command state tests. 2015-08-18 21:13:54 +09:00
Jacek Caban 5a2aa4a8a8 ieframe: Update back/forward navigation state in CMDID_EXPLORER_UPDATEHISTORY handler. 2015-08-18 21:13:52 +09:00
Jacek Caban 670459b7bc ieframe: Update back/forward command state in FireNavigateComplete2. 2015-08-18 21:13:50 +09:00
Jacek Caban 16bfe07639 ieframe: Don't add about: URLs to travellog. 2015-08-18 21:13:43 +09:00
Jacek Caban 4d1fa5d1b8 ieframe: Properly test events when container doesn't support IOleCommandTarget add added more tests. 2015-08-17 14:46:47 +09:00
Jacek Caban 37c8166b8a ieframe: Added support for DownloadBegin and DownloadComplete events. 2015-08-17 14:46:45 +09:00
Jacek Caban dfb79624cc ieframe: Use stored IOleCommandTarget in Exec implementation and get rid of no longer needed exec in IDocHostContainerVtbl. 2015-08-17 14:46:42 +09:00
Jacek Caban 221bb4261c ieframe: Store container IOleCommandTarget in DocHost. 2015-08-17 14:46:39 +09:00
Jacek Caban 3009244d9c ieframe: Improved debug traces. 2015-07-28 16:53:00 +02:00
Jacek Caban ca8114ff9c ieframe: Added support for OnFocus notifications. 2015-07-28 16:52:57 +02:00
Jacek Caban 8c7a907755 ieframe: Release client site interface before destroying embedding window. 2015-07-28 16:52:55 +02:00
Jacek Caban 088192a9aa ieframe: Fixed invalid COM object usage. 2015-07-20 20:56:04 +02:00
Jacek Caban 5f2d2c146c ieframe: Allow travellog buffer to grow even if we're loading from the history.
Spotted by Marcus Meissner.
2015-07-20 20:56:03 +02:00
Hans Leidekker 05d6003147 ieframe: Never pass a NULL string pointer with DISPID_STATUSTEXTCHANGE. 2015-07-17 20:17:23 +09:00
Hans Leidekker 99613c003e ieframe: Implement IViewObject::GetAdvise and IViewObject::SetAdvise. 2015-07-17 20:17:20 +09:00
Nikolay Sivov 71cf22e5b0 ieframe/tests: Fix some leaks (Valgrind). 2015-06-22 19:16:48 +09:00
Joachim Priesner ba2274c8ba ieframe: shellbrowser: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks.
This is a straightforward port of commit 8eb70459a1
which does the same thing for the matching method in navigate.c.
2015-06-10 23:25:05 +09:00
Jacek Caban 51a08f8c8f ieframe: Allow any VT_ARRAY type as post data. 2015-05-21 20:01:34 +09:00
Nikolay Sivov e0fa7ff465 ieframe: Properly trace variant arguments. 2015-05-14 14:21:01 +09:00
Frédéric Delanoy f6a341c747 Assorted spelling/grammar fixes. 2015-03-27 22:29:48 +09:00
Francois Gouget 4af6be9d3a ieframe/tests: NONAMELESSUNION is not needed when using the U() macro. 2015-03-13 00:28:21 +09:00
Francois Gouget 6ddd879515 ieframe: Remove unneeded NONAMELESSXXX directives.
Move a NONAMELESSUNION directive to the one C file that needs it.
2015-03-13 00:28:20 +09:00
Michael Stefaniuc 8a755f37d8 ieframe/tests: Merge adjacent identical if's (PVS-Studio). 2015-03-06 20:32:04 +09:00
Piotr Caban da7c766bb5 ieframe/tests: Added more OleObject_Close tests. 2015-03-04 21:50:46 +09:00
Michael Stefaniuc 51e3750fea ieframe: Remove unused assignments (PVS-Studio). 2015-03-04 21:50:40 +09:00
Jacek Caban f46ee92d90 ieframe: Keep reference to This in all IDocObjectService callback calls. 2015-02-11 23:04:43 +09:00
Michael Stefaniuc 908af25a6f ieframe: IDC_ARROW is already an INTRESOURCE (PVS-Studio). 2014-11-27 11:43:31 +01:00
André Hentschel 9b506e6a86 ieframe/tests: Remove unused string (Clang). 2014-11-25 19:49:38 +01:00
Hans Leidekker d22928fb3c ieframe: Send command state change notifications from history navigation handlers. 2014-11-20 00:30:12 +09:00
Jacek Caban 379b9f6775 ieframe: Don't crash if output parameter is NULL in WebBrowser::get_RegisterAsDropTarget. 2014-10-07 20:22:09 +02:00
Jacek Caban 2bcbbea534 ieframe: Return some verbs in IEnumOLEVERB:Next. 2014-10-06 17:37:57 +02:00
Jacek Caban 66cbef438b ieframe: Fixed tests on updated IE11. 2014-10-06 17:37:54 +02:00
Piotr Caban f85a94f577 ieframe: Correctly set pfNoRedraw in InPlaceSite_OnInPlaceActivateEx. 2014-10-06 17:37:04 +02:00
Jacek Caban c1acf1647b ieframe: Added partial Refresh2 implementation. 2014-09-25 15:20:16 +02:00
Jacek Caban d2886a05f9 wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations. 2014-07-24 17:05:55 +02:00
Jacek Caban 333fbba681 ieframe: Use URL_APPLY_DEFAULT in UrlApplyScheme call. 2014-06-26 12:54:47 +02:00
Jacek Caban 92841b3195 ieframe: Added InternetExplore::get_HWND implementation. 2014-05-20 21:26:59 +02:00
Jacek Caban 5cc72a4522 ieframe/tests: Fixed tests on IE11. 2014-05-15 19:05:33 +02:00
Victor Martinez Calvo 9e828995c9 ieframe: Compare against the correct IID in ShellUIHelper. 2014-05-05 12:17:48 +02:00
Jacek Caban fba08e34c4 ieframe: Improved debug traces. 2014-04-24 20:43:09 +02:00
Jacek Caban 1d67d66efc ieframe: Fixed some tests on IE11. 2014-03-31 15:36:34 +02:00
Jacek Caban e5dbd6e9f0 mshtml: Added IHTMLDocument7 stub implementation. 2014-03-13 20:22:07 +01:00
Jacek Caban 595fb40efc mshtml: Don't use fragment navigation for SuperNavigate calls. 2014-03-04 19:24:26 +01:00
Frédéric Delanoy 783176aa74 ieframe/tests: Use common wine_dbgstr_guid implementation from test.h. 2014-01-30 12:42:55 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Alexandre Julliard 566d3418af makedep: Add a separate pragma flag for typelibs that need registration. 2013-12-26 13:32:49 +01:00
Alexandre Julliard 4f3d71cef3 makefiles: Get rid of the no longer used PO_SRCS variables. 2013-12-15 10:23:04 +01:00
Alexandre Julliard 5756ee09f3 makefiles: Add makedep pragmas for rc files that contain translations. 2013-11-05 20:38:19 +01:00