Commit Graph

703 Commits

Author SHA1 Message Date
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
Thomas Faber a48ed33609 shdocvw: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext. 2011-03-18 16:05:09 +01:00
Jacek Caban b48efd098f shdocvw: Fixed allocation failure test. 2011-03-16 20:32:20 +01:00
Marcus Meissner bde872f95e shdocvw: Removed useless array for NULL check (Coverity). 2011-03-15 17:14:07 +01:00
Piotr Caban a13fce16a4 shdocvw/tests: Added IShellBrowser, IBrowserService and IDocObjectService existence tests. 2011-03-15 17:14:01 +01:00
Piotr Caban f1f645b345 shdocvw: Use IID_IBrowserService2 defined in header. 2011-03-15 11:46:36 +01:00
Piotr Caban d83dca09df shdocvw: Added IDocObjectService interface stub. 2011-03-15 11:46:30 +01:00
Piotr Caban fa43f4c850 shdocvw: Added IBrowserService interface stub. 2011-03-15 11:46:21 +01:00
Piotr Caban df181d99f3 shdocvw: Added IShellBrowser interface stub. 2011-03-15 11:46:18 +01:00
Piotr Caban ac53980faa shdocvw: Added navigation error handling. 2011-03-15 11:45:19 +01:00
Michael Stefaniuc 4f382430f2 shdocvw: COM cleanup for the ITaskbarList iface. 2011-03-11 11:50:33 +01:00
Erich Hoover 4ec8e1a037 shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB. 2011-03-03 17:47:15 +01:00
Marcus Meissner f90b5bfe73 shdocvw: Rewrite code to make more understandable (Coverity). 2011-03-02 12:30:04 +01:00
Akihiro Sagawa 35ddb4c26d shdocvw: Add Japanese translation. 2011-02-28 13:21:00 +01:00
Alexander Lakhin 6459f2c53f shdocvw: Add Russian translation resources. 2011-02-14 13:33:31 +01:00
Austin English 7f290c9544 shdocvw/tests: Don't check return values inside of if(0) (LLVM/Clang). 2011-02-10 10:28:00 -06:00
Joris Huizer e88caf015e shdocvw: Initialise ie pointer as it's tested (Clang). 2011-02-07 13:02:37 -06:00
Austin English 84b900dabd shdocvw/tests: Make sure to use return value (LLVM/Clang). 2011-02-07 10:10:30 -06:00
Paul Vriens b03f877163 shdocvw: Initialize variable (Coverity). 2011-02-01 18:14:09 +01:00
Alexandre Julliard 8bb4bde1e5 shdocvw: Convert coclass registration to the IRegistrar mechanism. 2011-01-19 21:31:33 +01:00
Alexandre Julliard 831338df01 shdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name. 2011-01-17 13:33:26 +01:00
Alexandre Julliard d3a1131660 shdocvw: Convert menu and string table resources to po files. 2011-01-12 17:52:20 +01:00
Jacek Caban 89991e1f4c shdocvw: Improved 'iexplore -nohome' handling. 2011-01-10 10:37:52 +01:00
Jacek Caban c56614e114 shdocvw: Moved allocating InternetExplorer object to separated function. 2011-01-10 10:37:45 +01:00
Jacek Caban e2fa7a4019 shdocvw: Added beginning iexplore DDE suport. 2011-01-10 10:37:39 +01:00
Jacek Caban f48fa4b945 shdocvw: Added InternetExplorer::get_Visible implementation. 2011-01-10 10:37:31 +01:00
Jacek Caban 74ccbf0083 shdocvw: Added InternetExplorer object tests. 2011-01-10 10:37:28 +01:00
Jacek Caban 967561f8ea shdocvw: Separate DocHost ref count from InternetExplorer ref count. 2011-01-10 10:36:48 +01:00
Francois Gouget ce3fcda1d3 shdocvw/tests: Fix compilation on systems that don't support nameless unions. 2011-01-04 16:03:11 +01:00
Jacek Caban ca3e5c47ce shdocvw: Get rid of no longer used DOCHOST_THIS. 2010-12-30 12:21:52 +01:00
Greg Geldorp e2ce3cffe3 shdocvw/tests: Need to save .url before committing extra props for IE6. 2010-12-23 13:47:27 +01:00
Jacek Caban d3aa44b20b shdocvw: Added support for QueryService(IID_IWebBrowserApp). 2010-12-17 13:26:02 +01:00
Jacek Caban ccf9b229e6 shdocvw: Moved getting dochost pointer to separated function. 2010-12-17 13:26:01 +01:00
Jacek Caban 07b6e423d3 shdocvw: Share get_LocationURL implementation between WebBrowser and InternetExplorer objects. 2010-12-17 13:26:01 +01:00
André Hentschel e8a766b4bf shdocvw: Add Resizer control to the iexplore window. 2010-12-14 16:02:38 +01:00
Paul Vriens 5624128959 shdocvw/tests: Make sure we use a valid temporary directory. 2010-12-13 12:43:30 +01:00
Francois Gouget e8da744f48 shdocvw: Fix compilation on systems that don't support nameless unions. 2010-12-13 12:43:28 +01:00
Joel Holdsworth 2d8522fb3b shdocvw: Added missing rendering directive to ietoolbar.svg. 2010-12-13 12:43:23 +01:00
Andrew Nguyen 5bdcd79c2e shdocvw: Correct misuse of output pointer in get_profile_string helper. 2010-12-07 16:10:30 +01:00
Andrew Nguyen 1c51015068 shdocvw: Avoid a double free in PersistFile_Load.
Spotted with Valgrind.
2010-12-07 16:10:30 +01:00
Andrew Nguyen 2f302cfe0b shdocvw/tests: Avoid using a freed IUniformResourceLocatorA variable.
Spotted with Valgrind.
2010-12-07 16:10:29 +01:00
Andrew Bogott 23aa460722 shdocvw: Add tests for IPersistFile on an internet shortcut. 2010-12-06 19:17:33 +01:00
Andrew Bogott 3d5b3bef8b shdocvw: Add reading of iconfile and iconframe via IPersistFile. 2010-12-06 19:17:31 +01:00
Andrew Bogott 12c218c8d8 shdocvw: Plug a tiny memory leak in a test. 2010-12-05 16:45:09 +01:00
Andrew Bogott ef06f989a2 shdocvw: In PersistFile_Save, output the Icon Path and Icon Index properties. 2010-12-05 16:45:05 +01:00
Francois Gouget a4c0b0ddf2 shdocvw: Fix the trailing '\n' of a TRACE(). 2010-12-03 16:08:20 +01:00
Alexandre Julliard 5f49129e03 resources: Define a generic mechanism for adding extra values to the common version block. 2010-12-03 14:53:59 +01:00
Michael Stefaniuc be6dcb5494 shdocvw: Use an iface instead of an vtbl pointer in IClassFactoryImpl. 2010-12-03 14:28:30 +01:00
Andrew Bogott cc34ca4c51 shdocvw: Add the IPropertySet interface to an internet shortcut, and partially implement it. 2010-12-02 17:47:39 +01:00
Andrew Bogott f471883ade shdocvw: Test read/write of a couple of properties on IUniformResourceLocator. 2010-12-02 17:47:39 +01:00
Andrew Bogott 1a5607b415 shdocvw: Skip some tests if a modern IE is not present. 2010-12-02 17:47:25 +01:00
Michael Stefaniuc 9d74e4dec3 shdocvw: Don't open code CONTAINING_RECORD(). 2010-11-24 17:59:59 +01:00
Hwang YunSong 2fd48900a2 shdocvw: Update Korean resource. 2010-11-24 17:59:58 +01:00
Amine Khaldi ecd2e603e2 shdocvw: Fix translations. 2010-11-23 14:16:22 +01:00
Jacek Caban 6e26d8c45f shdocvw: Skip tests on IE 5.5. 2010-11-23 13:18:48 +01:00
David Hedberg 155877e4ff shdocvw: Implement InPlaceActiveObject::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 0adfeb2869 shdocvw: Implement ControlSite::TranslateAccelerator. 2010-11-17 14:01:17 +01:00
David Hedberg 42ef5a0fce shdocvw: Add IOleControlSite interface to dochost. 2010-11-17 14:01:17 +01:00
David Hedberg 910cac49a4 shdocvw: Implement DocHostUIHandler::TranslateAccelerator. 2010-11-17 14:01:16 +01:00
Jacek Caban 7aa159275f shdocvw: Get rid of remaining *_THIS macros. 2010-11-15 13:20:05 +01:00
Jacek Caban 2450a2d834 shdocvw: Get rid of *_THIS macros in navigate.c. 2010-11-15 13:20:05 +01:00
Jacek Caban 538a870b89 shdocvw: Get rid of DocHost-related *_THIS macros. 2010-11-15 13:20:04 +01:00
Jacek Caban ca353c9b7e shdocvw: Get rid of CLIENTSITE_THIS. 2010-11-15 13:20:04 +01:00
Jacek Caban 12be198815 shdocvw: Get rid of remaining WebBrowser object's *_THIS macros. 2010-11-15 13:20:04 +01:00
Jacek Caban 7149f04b4e shdocvw: Get rid of more *_THIS macros. 2010-11-15 13:20:04 +01:00
Jacek Caban 8767356d12 shdocvw: Get rid of WEBBROWSER_THIS macro and InternetExplorer to IWebBowser2 casts. 2010-11-15 13:20:03 +01:00
Jacek Caban 878c5d043e shdocvw: Get rid of WEBBROWSER_THIS macro and WebBrowser to IWebBowser2 casts. 2010-11-15 13:20:03 +01:00
Jacek Caban 0048ec36d2 shdocvw: Fixed race in tests. 2010-11-12 15:43:08 +01:00
Jacek Caban f89ac6fa0d shdocvw: Added DocHost::Exec(OLECMDID_UPDATECOMMANDS) implementation. 2010-11-12 15:43:08 +01:00
Andrew Bogott be01cdb6bf shdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it. 2010-11-12 11:58:51 +01:00
Andrew Bogott 44f929fc25 shdocvw: Implement UniformResourceLocatorW_InvokeCommand and UniformResourceLocatorA_InvokeCommand for the default verb. 2010-11-12 11:57:50 +01:00
Gustavo Henrique Milaré 58ff7a48e0 shdocvw: Added Portuguese (Brazilian) translation. 2010-11-11 16:58:29 +01:00
Jacek Caban f38cc9318b shdocvw: Added missing IID_IOleWindow handing to IOleInPlaceFrame::QueryInterface implementation. 2010-11-02 15:29:06 +01:00
Detlef Riekenberg 0fda52b8d7 shdocvw: Add a stub for ImportPrivacySettings. 2010-10-25 13:52:50 +02:00
Paul Vriens bfe9232850 shdocvw: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-22 12:35:07 +02:00
Joel Holdsworth a19defdf4c shdocvw: Replaced iexplore.bmp with a tango compliant toolstrip. 2010-10-14 17:54:46 +02:00
Yaron Shahrabani 50925228d6 shdocvw: Added Hebrew translation. 2010-10-07 16:07:45 +02:00
Francois Gouget bb4ba69942 shdocvw: Add a space before ellipses in the Slovenian translation. 2010-10-05 11:38:48 +02:00
Vitaly Perov a15301a0bc shdocvw: Silence more invalid QueryInterface FIXMEs. 2010-10-01 17:48:10 +02:00
Vitaly Perov 042ecec8b6 shdocvw: Silence QueryInterface FIXME. 2010-09-30 17:51:17 +02:00
Luca Bennati c5bbb73e80 shdocvw: Update Italian translation. 2010-09-21 17:53:54 +02:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00