Commit Graph

37 Commits

Author SHA1 Message Date
Alexandre Julliard 0cc13be47c ieframe: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 08:39:04 +02:00
Jacek Caban d535df42f6 ieframe: Keep Busy property in sync with download state.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47069
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-29 22:43:01 +02:00
Michael Stefaniuc 5e96cd7244 ieframe: 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-16 20:25:13 +02:00
Nikolay Sivov 477e7fdfc0 ieframe: Fix moniker leak on error path.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-14 11:07:08 -06:00
Piotr Caban dfc60ddbc8 ieframe: Add ITargetFrame stub.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-30 21:37:48 +09:00
Sebastian Lackner 68c36efd18 ieframe: Fix implementation of impl_from_ITargetFrame2.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-16 21:59:43 +09:00
Michael Stefaniuc 2cebbfc5e5 ieframe: Use BOOL instead of VARIANT_BOOL in on_commandstate_change().
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-26 00:12:51 +09:00
Jacek Caban ba87de8313 ieframe: Don't use WINAPI in internal functions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-10 11:51:07 +09:00
Jacek Caban cfbc37c699 ieframe: Fixed and improved navigation command state tests. 2015-08-18 21:13:54 +09:00
Jacek Caban 670459b7bc ieframe: Update back/forward command state in FireNavigateComplete2. 2015-08-18 21:13:50 +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
Hans Leidekker 05d6003147 ieframe: Never pass a NULL string pointer with DISPID_STATUSTEXTCHANGE. 2015-07-17 20:17:23 +09:00
Jacek Caban 51a08f8c8f ieframe: Allow any VT_ARRAY type as post data. 2015-05-21 20:01:34 +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
Hans Leidekker d22928fb3c ieframe: Send command state change notifications from history navigation handlers. 2014-11-20 00:30:12 +09:00
Jacek Caban 333fbba681 ieframe: Use URL_APPLY_DEFAULT in UrlApplyScheme call. 2014-06-26 12:54:47 +02:00
Jacek Caban fba08e34c4 ieframe: Improved debug traces. 2014-04-24 20:43:09 +02:00
Jacek Caban e5dbd6e9f0 mshtml: Added IHTMLDocument7 stub implementation. 2014-03-13 20:22:07 +01:00
Jacek Caban 040e47fece ieframe: Added IWebBrowserPriv2IE8 stub implementation. 2013-09-18 20:21:50 +02:00
Jacek Caban 0d30e51084 ieframe: Added GoForward implementation. 2013-04-02 19:33:00 +02:00
Jacek Caban 0f5badf44f ieframe: Use IPersistHistory for history navigation, if possible. 2013-04-02 19:32:55 +02:00
Jacek Caban 00226935c7 ieframe: Fixed index of stored history when loading from history. 2013-04-02 19:32:47 +02:00
Jacek Caban 15937c99eb ieframe: Moved travellog to its own struct. 2013-04-02 19:32:42 +02:00
Piotr Caban 402b10013f ieframe: Pass BSTR to handle_navigation_error. 2013-03-05 16:49:38 +01:00
Andrew Eikum 8eb70459a1 ieframe: Strip 'file://' from file URLs in BEFORENAVIGATE2 callbacks. 2013-01-10 12:22:00 +01:00
Jacek Caban 36c9de5c52 ieframe: Added IHttpSecurity implementation. 2012-06-04 16:35:00 +02:00
Jacek Caban 51c141ab4c ieframe: Added very beginning IWebBrowser2::GoBack implementation. 2012-01-20 16:03:05 +01:00
Jacek Caban 5fb52f2db0 ieframe: Added implementation of AggregatedNavigation2. 2012-01-09 20:12:24 +01:00
Jacek Caban a8816f51d8 ieframe: Store embedder iface as IWebBrowser2 in DocHost. 2012-01-09 20:12:22 +01:00
Jacek Caban f3a2d05359 ieframe: Added ITargetFramePriv2 interface to HlinkFrame object. 2012-01-03 12:37:27 +01:00
Detlef Riekenberg 52b03c90e7 ieframe: Improve status updates in BindStatusCallback_OnProgress. 2011-12-21 15:08:04 +01:00
Jacek Caban 60dc3d6280 ieframe: Added IDocObjectService::FireNavigateComplete2 implementation. 2011-11-15 19:37:30 +01:00
Francois Gouget c992ca277d Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Jacek Caban 7a428c3fd2 ieframe: Removed remaining bits of shdocvw. 2011-07-29 13:31:05 +02:00
Jacek Caban 4acbae4d69 ieframe: Moved WebBrowser and InternetExplorer objects implementations to ieframe. 2011-07-27 19:02:52 +02:00