Commit Graph

22 Commits

Author SHA1 Message Date
Eric Pouech 589071d2c7 ieframe: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-11 10:58:42 +01: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
Jacek Caban 670459b7bc ieframe: Update back/forward command state in FireNavigateComplete2. 2015-08-18 21:13:50 +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
Nikolay Sivov e0fa7ff465 ieframe: Properly trace variant arguments. 2015-05-14 14:21:01 +09:00
Jacek Caban f46ee92d90 ieframe: Keep reference to This in all IDocObjectService callback calls. 2015-02-11 23:04:43 +09:00
Jacek Caban 4ce0f74249 ieframe: Pass frame_name to connection points in FireBeforeNavigate2. 2013-10-11 12:45:06 +02:00
Jacek Caban 3a1ce6a864 ieframe: Keep reference to ShellObject while calling DocumentComplete event. 2013-05-15 19:57:00 +02:00
Jacek Caban 00226935c7 ieframe: Fixed index of stored history when loading from history. 2013-04-02 19:32:47 +02:00
André Hentschel 07fd75badd ieframe: Check for null before dereferencing it (coverity). 2012-10-25 11:46:54 +02:00
Jacek Caban a031473b1f ieframe: Fixed a typo in IDocObjectService::FireDocumentComplete. 2012-01-25 20:39:47 +01:00
Jacek Caban 1f03cbf281 ieframe: Fixed a typo in IDocObjectService::FireNavigateComplete2. 2012-01-25 20:39:47 +01:00
Jacek Caban a8816f51d8 ieframe: Store embedder iface as IWebBrowser2 in DocHost. 2012-01-09 20:12:22 +01:00
Jacek Caban dcbfd3d0a5 ieframe: Added INewWindowManager stub implementation. 2012-01-06 19:24:26 +01:00
Jacek Caban f86abedb40 mshtml: Properly handle navigation in containers supporting IWebBrowserApp. 2011-11-15 19:37:31 +01:00
Jacek Caban 3548504c8d ieframe: Improved debug traces in IShellBrowser::QueryInterface. 2011-11-15 19:37:31 +01:00
Jacek Caban 60dc3d6280 ieframe: Added IDocObjectService::FireNavigateComplete2 implementation. 2011-11-15 19:37:30 +01:00
Jacek Caban 4816929cfe ieframe: Added IDocObjectService::FireBeforeNavigate2 implementation. 2011-11-15 19:37:30 +01:00
Jacek Caban c05558a245 ieframe: Store ShellBrowser in DocHost instead of creating it on every QueryService call. 2011-11-15 19:37:30 +01: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