Commit graph

684 commits

Author SHA1 Message Date
Jacek Caban
2c47b66b71 ieframe: ieframe variant of IEWinMain is Unicode. 2011-10-20 20:48:26 +02:00
Francois Gouget
4c7e83f9d9 shdocvw: Make get_ieframe_instance() static. 2011-09-19 13:20:52 +02:00
Frédéric Delanoy
760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Frédéric Delanoy
7e309601f3 dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +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
Alexandre Julliard
729afa6adc makefiles: Generate resource files for typelibs. 2011-08-02 10:11:10 +02:00
Piotr Caban
40b426b466 shdocvw/tests: Added OleObject_Close tests. 2011-08-01 18:26:27 +02:00
Jacek Caban
598e440522 shdocvw: Moved remaining code out of factory.c. 2011-08-01 11:12:32 +02:00
Jacek Caban
908d8333a8 ieframe: Moved classes registration to ieframe. 2011-08-01 11:12:21 +02:00
Jacek Caban
60f65e331f shdocvw: Get rid of MicrosoftBrowserArchitecture registration. 2011-08-01 11:11:47 +02:00
Jacek Caban
d6548692b9 shell32: Moved MruLongList registration to shell32, where it belongs. 2011-08-01 11:09:56 +02:00
Jacek Caban
3faa938712 iexplore: Moved iexplore registration extension to iexplore.exe. 2011-07-29 13:30:36 +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
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
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
André Hentschel
8b733dd313 shdocvw: Add ITaskbarList[34] Interface. 2011-07-05 16:27:39 +02:00
André Hentschel
84d68639be shdocvw: Add ITaskbarList2 Interface. 2011-06-28 16:45:56 -05:00
Austin English
830c2bde18 shdocvw: Add a stub for RunInstallUninstallStubs2. 2011-06-13 11:32:28 +02:00
Detlef Riekenberg
d49b23d6ef shdocvw: Add support for IOleInPlaceSiteEx. 2011-06-06 21:49:20 +02:00
Jacek Caban
0e695c3444 shdocvw: Abort pending navigation task when adding a new one. 2011-05-26 17:08:45 +02:00
Jacek Caban
bcffa12484 shdocvw: Abort pending tasks on DocHost destruction. 2011-05-26 17:08:41 +02:00
Jacek Caban
826f7c0c75 shdocvw: Store task list in DocHost object instead of using LPARAM. 2011-05-26 17:08:36 +02:00
Jacek Caban
d9f49ba223 shdocvw: Use task destructors for releasing task params. 2011-05-26 17:08:25 +02:00
Alexandre Julliard
2e1736d0eb shdocvw: Delete the temporary storage file on release. 2011-05-26 13:27:55 +02:00
Marcus Meissner
82376660d1 setupapi: Mark internal symbols with hidden visibility. 2011-05-24 11:55:14 +02:00
Sergey Khodych
f3b10bc8fd shdocvw: Handle local paths in navigate_url. 2011-05-17 11:45:54 +02:00
Sergey Khodych
1c6af1f337 shdocvw: Use UrlApplyScheme with URL_APPLY_GUESSFILE for local paths in create_moniker. 2011-05-17 11:45:51 +02:00
Sergey Khodych
2034439d66 shdocvw: Don't use separate call of UrlApplySchemeW for default scheme. 2011-05-17 11:45:44 +02:00
Huw Davies
0f9ba2b71c shdocvw: Cope with being called without an active document. 2011-05-12 14:23:22 +02:00
Marcus Meissner
1bb985fb27 shdocvw: Check safearray dimension too (Coverity). 2011-05-09 12:07:46 +02:00
Francois Gouget
c68cf7cbe0 shdocvw: Fix ellipsis usage in the menu and button labels. 2011-04-28 18:05:10 +02:00
Michael Stefaniuc
e58b0dd079 shdocvw: Merge the Destroy functions into the coresponding Release functions. 2011-04-28 11:11:08 +02:00
Michael Stefaniuc
1c8bad8037 shdocvw: COM cleanup in shlinstobj.c. 2011-04-28 11:11:05 +02:00
Frédéric Delanoy
0ad90ee9ed po: Add message contexts (and French translations) for some polysemic English translation entries. 2011-04-25 11:52:02 +02:00
Jacek Caban
fa2e4bb5de shdocvw: Deactivate document in InternetExplorer destructor. 2011-04-22 17:51:29 +02:00
Jacek Caban
ef9bb15192 shdocvw: Properly handle IEDocHost refcount. 2011-04-19 13:29:51 +02:00
Jacek Caban
6db795873d shdocvw: Added more InternetShortcut tests. 2011-04-12 17:42:12 +02:00
Jacek Caban
9e18a77046 shdocvw: Register known protocols as URL protocols. 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
Jacek Caban
c6dba02ef5 shdocvw: intshcut.c COM clean up. 2011-04-08 13:03:22 +02:00
Jacek Caban
0a4dfa6665 shdocvw: Register .url extension. 2011-04-08 13:03:22 +02:00
Jacek Caban
439f9109fc shdocvw: Moved more registration to .rgs file. 2011-04-08 13:03:22 +02:00
Piotr Caban
d55ebe0a4b shdocvw: Report navigation error depending on HTTP status code. 2011-03-29 12:36:31 +02:00