Commit Graph

51 Commits

Author SHA1 Message Date
Jacek Caban 3b8c977a74 ieframe: Call appropriate functions in response to toolbar icons. 2012-01-18 19:38:17 +01:00
Jacek Caban 5fb52f2db0 ieframe: Added implementation of AggregatedNavigation2. 2012-01-09 20:12:24 +01:00
Jacek Caban c3f681788b ieframe: Added semi-stub IHTMLWindow2::close implementation. 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 39c1298958 ieframe: Added support for SID_SHTMLWindow in WebBrowser::QueryService. 2012-01-09 20:05:44 +01:00
Jacek Caban dcbfd3d0a5 ieframe: Added INewWindowManager stub implementation. 2012-01-06 19:24:26 +01:00
Jacek Caban 9c448d1dbf ieframe: Added IHTMLWindow2 service tests. 2012-01-06 19:24:25 +01:00
Jacek Caban aaf3202d77 ieframe: Added IHTMLWindow2 stub implementation.
mshtml/ieframe separation is ugly designed. ieframe needs its own
IHTMLWindow2 wrapper-like implementation.
2012-01-06 19:24:25 +01:00
Jacek Caban f31391c777 ieframe: Always create doc view window when creating InternetExplore object instance. 2012-01-06 19:24:24 +01:00
Jacek Caban a3d6450226 ieframe: Added IServiceProvider interface to InternetExplorer object. 2012-01-06 19:24:24 +01:00
Jacek Caban 0633ee4258 ieframe: Remove useless #undef. 2012-01-03 18:07:23 +01:00
Jacek Caban ddbda376e8 ieframe: Improved test traces. 2012-01-03 12:37:27 +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 0574a30f65 ieframe: Fixed tests on IE9. 2011-11-18 15:37:06 +01:00
Alexandre Julliard 158c7a3a39 ieframe: Convert dialogs to po files. 2011-11-17 22:20:20 +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 2c47b66b71 ieframe: ieframe variant of IEWinMain is Unicode. 2011-10-20 20:48:26 +02:00
Michael Stefaniuc c955f03886 ieframe: Don't open code CONTAINING_RECORD(). 2011-09-26 12:14:44 +02:00
Francois Gouget ae80430fea ieframe/tests: Some tests require that the user interface be in English. 2011-09-16 19:40:08 +02:00
Francois Gouget 19e2c1578e ieframe/tests: Don't crash if IWebBrowser2_get_LocationURL() fails. 2011-09-16 19:39:59 +02:00
Octavian Voicu f8d0afe435 ieframe: Fix a few incorrect pointer/integer casts on 64-bit. 2011-08-31 19:43:07 +02:00
Louis Lenders bb6b19ba88 ieframe: Add stub for IEGetWriteableHKCU. 2011-08-29 13:54:52 +02:00
Octavian Voicu 3ba185d5ce ieframe/tests: Skip rest of tests if CoCreateInstance failed. 2011-08-25 17:56:34 +02:00
Francois Gouget c992ca277d Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
André Hentschel 72c121e797 ieframe: Only print the FIXMEs once for progress bar handling. 2011-08-23 16:53:48 +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
Frédéric Delanoy b5a33dab88 dlls: Assorted spelling fixes. 2011-08-02 20:47:51 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Alexandre Julliard 1380a77074 ieframe: Remove registrations that are duplicated in mshtml. 2011-08-02 20:47:49 +02:00
Jacek Caban 81bb472db9 ieframe: Moved WebBrowser object tests to ieframe. 2011-08-02 12:25:06 +02:00
Alexandre Julliard 729afa6adc makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Piotr Caban 1cf571eb5f ieframe: Added OleObject_Close implementation. 2011-08-01 18:26:27 +02:00
Jacek Caban 908d8333a8 ieframe: Moved classes registration to ieframe. 2011-08-01 11:12:21 +02:00
Jacek Caban 7a428c3fd2 ieframe: Removed remaining bits of shdocvw. 2011-07-29 13:31:05 +02:00
Jacek Caban f42d9e2ef2 ieframe: Moved ie.c tests to ieframe. 2011-07-28 18:37:40 +02:00
Jacek Caban 4acbae4d69 ieframe: Moved WebBrowser and InternetExplorer objects implementations to ieframe. 2011-07-27 19:02:52 +02:00
Jacek Caban d134e7520b ieframe: Moved image resources to ieframe. 2011-07-27 18:02:23 +02:00
Jacek Caban dbee669362 ieframe: Added typelib. 2011-07-27 18:01:34 +02:00
Jacek Caban c685f8cb32 ieframe: Moved string and menu resources to ieframe. 2011-07-27 18:01:09 +02:00
Jacek Caban 932cc2678c ieframe: Moved dialog resources to ieframe. 2011-07-27 17:49:46 +02:00
Jacek Caban 33a8ae9fe6 ieframe: Added version information. 2011-07-26 16:28:43 +02:00
Jacek Caban 5ac7376e49 ieframe: Moved TaskbarList implementation to ieframe. 2011-07-26 16:28:32 +02:00
Jacek Caban a40345cf84 ieframe: Moved CUrlHistory implementation to ieframe. 2011-07-26 16:28:12 +02:00
Jacek Caban 02ceb94351 ieframe: Moved InternetShortcut implementation to ieframe.dll. 2011-07-25 10:51:30 +02:00