wine
12 years agod3dx9_36: Fix initialization of header in save_dds_surface_to_memory. save_dds_surfac...
Gerald Pfeifer [Tue, 25 Sep 2012 23:38:32 +0000 (19:38 -0400)] 
d3dx9_36: Fix initialization of header in save_dds_surface_to_memory. save_dds_surface_to_memory.

12 years agoshlwapi: Fix the PathCreateFromUrlW() implementation.
Francois Gouget [Wed, 26 Sep 2012 02:22:00 +0000 (04:22 +0200)] 
shlwapi: Fix the PathCreateFromUrlW() implementation.

12 years agoshlwapi: UrlIs()'s check for the 'file:' protocol is case insensitive.
Francois Gouget [Wed, 26 Sep 2012 02:20:00 +0000 (04:20 +0200)] 
shlwapi: UrlIs()'s check for the 'file:' protocol is case insensitive.

12 years agowindowscodecs: Use appropriate helper to release GIF decoder.
Dmitry Timoshkov [Wed, 26 Sep 2012 01:56:56 +0000 (10:56 +0900)] 
windowscodecs: Use appropriate helper to release GIF decoder.

12 years agowindowscodecs: Use WINCODEC_ERR_UNSUPPORTEDOPERATION in GetColorContexts stubs.
Vincent Povirk [Tue, 25 Sep 2012 21:34:59 +0000 (16:34 -0500)] 
windowscodecs: Use WINCODEC_ERR_UNSUPPORTEDOPERATION in GetColorContexts stubs.

12 years agod3dx9_36/tests: Fix copy & paste error in ok messages.
Detlef Riekenberg [Tue, 25 Sep 2012 21:35:00 +0000 (23:35 +0200)] 
d3dx9_36/tests: Fix copy & paste error in ok messages.

12 years agodsound: DirectSoundDevice_RemoveBuffer() cannot fail.
Michael Stefaniuc [Tue, 25 Sep 2012 21:25:45 +0000 (23:25 +0200)] 
dsound: DirectSoundDevice_RemoveBuffer() cannot fail.

12 years agodsound: Don't bother shrinking the secondary buffer list.
Michael Stefaniuc [Tue, 25 Sep 2012 21:23:31 +0000 (23:23 +0200)] 
dsound: Don't bother shrinking the secondary buffer list.

12 years agoinetcpl.cpl: Added support for clearing cookies and history cache.
Piotr Caban [Tue, 25 Sep 2012 16:12:48 +0000 (18:12 +0200)] 
inetcpl.cpl: Added support for clearing cookies and history cache.

12 years agowininet: Added more GetUrlCacheEntryInfo tests with GET_INSTALLED_ENTRY flag.
Piotr Caban [Tue, 25 Sep 2012 15:31:55 +0000 (17:31 +0200)] 
wininet: Added more GetUrlCacheEntryInfo tests with GET_INSTALLED_ENTRY flag.

12 years agowininet: Ignore unsupported flags in GetUrlCacheEntryInfoEx functions.
Piotr Caban [Tue, 25 Sep 2012 15:31:35 +0000 (17:31 +0200)] 
wininet: Ignore unsupported flags in GetUrlCacheEntryInfoEx functions.

12 years agowininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoW.
Piotr Caban [Tue, 25 Sep 2012 15:31:19 +0000 (17:31 +0200)] 
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoW.

12 years agowininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoA.
Piotr Caban [Tue, 25 Sep 2012 15:30:58 +0000 (17:30 +0200)] 
wininet: Fixed handling of GET_INSTALLED_ENTRY flag in GetUrlCacheEntryInfoA.

12 years agowininet: Move GetUrlCacheEntryInfoA code to GetUrlCacheEntryInfoExA function.
Piotr Caban [Tue, 25 Sep 2012 15:30:42 +0000 (17:30 +0200)] 
wininet: Move GetUrlCacheEntryInfoA code to GetUrlCacheEntryInfoExA function.

12 years agovbscript: Added Space() implementation.
Jacek Caban [Tue, 25 Sep 2012 12:25:22 +0000 (14:25 +0200)] 
vbscript: Added Space() implementation.

12 years agomshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.
Jacek Caban [Tue, 25 Sep 2012 12:18:44 +0000 (14:18 +0200)] 
mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.

12 years agomshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed...
Jacek Caban [Tue, 25 Sep 2012 12:18:30 +0000 (14:18 +0200)] 
mshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed as window properties.

12 years agocomdlg32: Use a ComboBoxEx control for the filename if the structure size is not...
Huw Davies [Tue, 25 Sep 2012 11:40:19 +0000 (12:40 +0100)] 
comdlg32: Use a ComboBoxEx control for the filename if the structure size is not the nt40 version size.

12 years agocomdlg32: Use the window handle to send messages to the filename control.
Huw Davies [Tue, 25 Sep 2012 11:40:18 +0000 (12:40 +0100)] 
comdlg32: Use the window handle to send messages to the filename control.

12 years agocomctl32: Forward the focus to the edit control if it exists.
Huw Davies [Tue, 25 Sep 2012 11:40:17 +0000 (12:40 +0100)] 
comctl32: Forward the focus to the edit control if it exists.

12 years agoshlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.
Francois Gouget [Tue, 25 Sep 2012 14:32:57 +0000 (16:32 +0200)] 
shlwapi: PathCreateFromUrlA() should not crash when given NULL buffers.

Add NULL and insufficient buffer tests for PathCreateFromUrl().

12 years agoinclude: Remove a misplaced duplicate definition of SORT_STRINGSORT.
Francois Gouget [Tue, 25 Sep 2012 09:36:38 +0000 (11:36 +0200)] 
include: Remove a misplaced duplicate definition of SORT_STRINGSORT.

12 years agomshtml/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Tue, 25 Sep 2012 09:33:16 +0000 (11:33 +0200)] 
mshtml/tests: Add a trailing '\n' to an ok() call.

12 years agowininet: Check for the 'http:' protocol in a locale independent way.
Francois Gouget [Tue, 25 Sep 2012 09:33:05 +0000 (11:33 +0200)] 
wininet: Check for the 'http:' protocol in a locale independent way.

12 years agod3dx9: Implement D3DXSHRotate.
Nozomi Kodama [Mon, 17 Sep 2012 11:20:45 +0000 (19:20 +0800)] 
d3dx9: Implement D3DXSHRotate.

12 years agod3dx9: Implement D3DXSHEvalDirectionalLight.
Nozomi Kodama [Mon, 17 Sep 2012 11:19:23 +0000 (19:19 +0800)] 
d3dx9: Implement D3DXSHEvalDirectionalLight.

12 years agod3dx9: Simplify D3DXVector*Normalize.
Nozomi Kodama [Fri, 21 Sep 2012 15:41:02 +0000 (23:41 +0800)] 
d3dx9: Simplify D3DXVector*Normalize.

12 years agod3dx9: Simplify D3DXComputeBoundingSphere.
Nozomi Kodama [Fri, 21 Sep 2012 15:19:29 +0000 (23:19 +0800)] 
d3dx9: Simplify D3DXComputeBoundingSphere.

12 years agogdiplus: Add GIF palette to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:55:57 +0000 (12:55 +0900)] 
gdiplus: Add GIF palette to the image properties.

12 years agogdiplus: Add GIF loopcount to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:55:04 +0000 (12:55 +0900)] 
gdiplus: Add GIF loopcount to the image properties.

12 years agogdiplus: Add GIF transparent index to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:54:01 +0000 (12:54 +0900)] 
gdiplus: Add GIF transparent index to the image properties.

12 years agogdiplus: Add GIF background to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:53:08 +0000 (12:53 +0900)] 
gdiplus: Add GIF background to the image properties.

12 years agogdiplus: Add GIF frame delay to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:52:19 +0000 (12:52 +0900)] 
gdiplus: Add GIF frame delay to the image properties.

12 years agogdiplus: Add GIF comment to the image properties.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:51:23 +0000 (12:51 +0900)] 
gdiplus: Add GIF comment to the image properties.

12 years agogdiplus: Remove GIF properties test from generic tests, they are tested separately.
Dmitry Timoshkov [Tue, 25 Sep 2012 03:50:36 +0000 (12:50 +0900)] 
gdiplus: Remove GIF properties test from generic tests, they are tested separately.

12 years agodxgi: Avoid division by zero.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:44 +0000 (21:01 +0300)] 
dxgi: Avoid division by zero.

Based on patch by Eduard - Gabriel Munteanu.

12 years agodxgi: Partially implement IDXGISwapChain_GetDesc.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:29 +0000 (21:01 +0300)] 
dxgi: Partially implement IDXGISwapChain_GetDesc.

12 years agowined3d: Don't leave leftover textures when destroying and creating dxgi swapchains.
Ričardas Barkauskas [Mon, 24 Sep 2012 18:01:18 +0000 (21:01 +0300)] 
wined3d: Don't leave leftover textures when destroying and creating dxgi swapchains.

12 years agocrypt32/tests: Improve test output.
André Hentschel [Mon, 24 Sep 2012 22:47:54 +0000 (00:47 +0200)] 
crypt32/tests: Improve test output.

12 years agontdll/tests: Fix test failure on win8.
André Hentschel [Mon, 24 Sep 2012 22:47:27 +0000 (00:47 +0200)] 
ntdll/tests: Fix test failure on win8.

12 years agowined3d: Take the data type of registers into account in the GLSL shader backend.
Henri Verbeet [Tue, 25 Sep 2012 08:34:44 +0000 (10:34 +0200)] 
wined3d: Take the data type of registers into account in the GLSL shader backend.

12 years agowined3d: Just return the shader from wined3d_device_get_pixel_shader().
Henri Verbeet [Tue, 25 Sep 2012 08:34:43 +0000 (10:34 +0200)] 
wined3d: Just return the shader from wined3d_device_get_pixel_shader().

12 years agowined3d: wined3d_device_set_pixel_shader() never fails.
Henri Verbeet [Tue, 25 Sep 2012 08:34:42 +0000 (10:34 +0200)] 
wined3d: wined3d_device_set_pixel_shader() never fails.

12 years agod3d10: Store shader variables in d3d10_effect_pass instead of d3d10_effect_object.
Henri Verbeet [Tue, 25 Sep 2012 08:34:41 +0000 (10:34 +0200)] 
d3d10: Store shader variables in d3d10_effect_pass instead of d3d10_effect_object.

12 years agod3d10: Store shaders directly in d3d10_effect_object.
Henri Verbeet [Tue, 25 Sep 2012 08:34:40 +0000 (10:34 +0200)] 
d3d10: Store shaders directly in d3d10_effect_object.

12 years agomlang: Forward GetRfc1766FromLcid() to IMultiLanguage3 implementation.
Nikolay Sivov [Tue, 25 Sep 2012 07:59:50 +0000 (11:59 +0400)] 
mlang: Forward GetRfc1766FromLcid() to IMultiLanguage3 implementation.

12 years agomlang: Forward IsConvertible() to IMultiLanguage3 implementation.
Nikolay Sivov [Tue, 25 Sep 2012 07:57:24 +0000 (11:57 +0400)] 
mlang: Forward IsConvertible() to IMultiLanguage3 implementation.

12 years agomlang: Forward GetFamilyCodePage() to IMultiLanguage3 implementation.
Nikolay Sivov [Tue, 25 Sep 2012 07:53:55 +0000 (11:53 +0400)] 
mlang: Forward GetFamilyCodePage() to IMultiLanguage3 implementation.

12 years agomlang: Forward GetNumberOfCodePageInfo() to IMultiLanguage3 implementation.
Nikolay Sivov [Tue, 25 Sep 2012 07:48:38 +0000 (11:48 +0400)] 
mlang: Forward GetNumberOfCodePageInfo() to IMultiLanguage3 implementation.

12 years agomlang: Move IUnknown implementation to IMultiLanguage3 interface implementation and...
Nikolay Sivov [Tue, 25 Sep 2012 07:44:15 +0000 (11:44 +0400)] 
mlang: Move IUnknown implementation to IMultiLanguage3 interface implementation and forward to it.

12 years agomlang: Implemented IMLangConvertCharset_DoConversionToUnicode.
Nikolay Sivov [Tue, 25 Sep 2012 07:42:59 +0000 (11:42 +0400)] 
mlang: Implemented IMLangConvertCharset_DoConversionToUnicode.

12 years agoshlwapi: Fixed incorrect buffer size.
Marcus Meissner [Tue, 25 Sep 2012 06:13:02 +0000 (08:13 +0200)] 
shlwapi: Fixed incorrect buffer size.

12 years agodmusic: Add master clock tests.
Christian Costa [Mon, 24 Sep 2012 20:15:40 +0000 (22:15 +0200)] 
dmusic: Add master clock tests.

12 years agod3dx9_36: Cube texture can be loaded as a simple texture. The first face texture...
Christian Costa [Mon, 24 Sep 2012 20:15:09 +0000 (22:15 +0200)] 
d3dx9_36: Cube texture can be loaded as a simple texture. The first face texture is taken in that case.

12 years agoserver: Get rid of the waitpid wrapper.
Alexandre Julliard [Mon, 24 Sep 2012 18:29:43 +0000 (20:29 +0200)] 
server: Get rid of the waitpid wrapper.

12 years agoserver: Use waitpid() instead of wait4().
Adrian Bunk [Mon, 24 Sep 2012 13:20:09 +0000 (16:20 +0300)] 
server: Use waitpid() instead of wait4().

12 years agod3dx9: Implement conversion from D3DFORMAT to DDS pixel format for RGB pixel formats.
Józef Kucia [Mon, 24 Sep 2012 11:46:40 +0000 (13:46 +0200)] 
d3dx9: Implement conversion from D3DFORMAT to DDS pixel format for RGB pixel formats.

12 years agod3dx9/tests: Add a more detailed test for saving a surface to a DDS file.
Józef Kucia [Mon, 24 Sep 2012 11:46:39 +0000 (13:46 +0200)] 
d3dx9/tests: Add a more detailed test for saving a surface to a DDS file.

12 years agod3dx9: Implement the support for saving a surface to a DDS file.
Józef Kucia [Mon, 24 Sep 2012 11:46:38 +0000 (13:46 +0200)] 
d3dx9: Implement the support for saving a surface to a DDS file.

12 years agod3dx9: Use 4 spaces per indent level in get_image_info_from_dds().
Józef Kucia [Mon, 24 Sep 2012 11:46:37 +0000 (13:46 +0200)] 
d3dx9: Use 4 spaces per indent level in get_image_info_from_dds().

12 years agod3dx9: Introduce a function for calculating the expected size of a DDS file.
Józef Kucia [Mon, 24 Sep 2012 11:46:36 +0000 (13:46 +0200)] 
d3dx9: Introduce a function for calculating the expected size of a DDS file.

12 years agojscript: Properly invoke regexp matching in String.split.
Jacek Caban [Mon, 24 Sep 2012 13:41:53 +0000 (15:41 +0200)] 
jscript: Properly invoke regexp matching in String.split.

12 years agojscript: Added support for limit argument in String.split.
Jacek Caban [Mon, 24 Sep 2012 13:41:34 +0000 (15:41 +0200)] 
jscript: Added support for limit argument in String.split.

12 years agoshell32: Add some more function prototypes and fix the IsNetDrive() one.
Francois Gouget [Mon, 24 Sep 2012 14:33:41 +0000 (16:33 +0200)] 
shell32: Add some more function prototypes and fix the IsNetDrive() one.

12 years agoinclude: Add more string types.
Francois Gouget [Mon, 24 Sep 2012 14:33:08 +0000 (16:33 +0200)] 
include: Add more string types.

12 years agoAssorted spelling fixes.
Francois Gouget [Mon, 24 Sep 2012 14:30:19 +0000 (16:30 +0200)] 
Assorted spelling fixes.

12 years agowininet: Added support for cache containers without subdirectories.
Piotr Caban [Mon, 24 Sep 2012 12:57:55 +0000 (14:57 +0200)] 
wininet: Added support for cache containers without subdirectories.

12 years agowininet: Added support for cache path parameter in FreeUrlCacheSpace function.
Piotr Caban [Mon, 24 Sep 2012 12:57:21 +0000 (14:57 +0200)] 
wininet: Added support for cache path parameter in FreeUrlCacheSpace function.

12 years agowininet: Added tests for entries with identical hash key.
Piotr Caban [Mon, 24 Sep 2012 12:56:56 +0000 (14:56 +0200)] 
wininet: Added tests for entries with identical hash key.

12 years agowininet: Reserve more space for urlcache entry flags.
Piotr Caban [Mon, 24 Sep 2012 12:56:37 +0000 (14:56 +0200)] 
wininet: Reserve more space for urlcache entry flags.

12 years agokernel32: Add more flags for CompareString().
Francois Gouget [Mon, 24 Sep 2012 11:04:00 +0000 (13:04 +0200)] 
kernel32: Add more flags for CompareString().

And fix the name of SORT_STRINGSORT.

12 years agoshell32/tests: Add a few more ShellExecute() file URL tests.
Francois Gouget [Mon, 24 Sep 2012 11:07:15 +0000 (13:07 +0200)] 
shell32/tests: Add a few more ShellExecute() file URL tests.

12 years agoshlwapi: Fix the declaration of UrlIsFileUrlW().
Francois Gouget [Mon, 24 Sep 2012 11:05:30 +0000 (13:05 +0200)] 
shlwapi: Fix the declaration of UrlIsFileUrlW().

12 years agoshlwapi/tests: Add more PathCreateFromUrl() tests.
Francois Gouget [Mon, 24 Sep 2012 11:05:13 +0000 (13:05 +0200)] 
shlwapi/tests: Add more PathCreateFromUrl() tests.

12 years agoUse the CP_ACP and NULL macros instead of numeric literals when converting strings...
Francois Gouget [Mon, 24 Sep 2012 11:04:26 +0000 (13:04 +0200)] 
Use the CP_ACP and NULL macros instead of numeric literals when converting strings between ANSI and Unicode.

12 years agowinex11: Avoid a redundant TRACE.
Ken Thomases [Sat, 22 Sep 2012 20:44:42 +0000 (15:44 -0500)] 
winex11: Avoid a redundant TRACE.

12 years agomshtml: Added IHTMLDocument::get_charset implementation.
Jacek Caban [Mon, 24 Sep 2012 12:10:50 +0000 (14:10 +0200)] 
mshtml: Added IHTMLDocument::get_charset implementation.

12 years agomshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.
Jacek Caban [Mon, 24 Sep 2012 12:10:33 +0000 (14:10 +0200)] 
mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.

12 years agomshtml: Added function overriding tests.
Jacek Caban [Mon, 24 Sep 2012 12:10:19 +0000 (14:10 +0200)] 
mshtml: Added function overriding tests.

12 years agomshtml: Added support for overriding builtin functions.
Jacek Caban [Mon, 24 Sep 2012 12:10:05 +0000 (14:10 +0200)] 
mshtml: Added support for overriding builtin functions.

12 years agowinex11: Add window data structure locking to the remaining entry points.
Alexandre Julliard [Mon, 24 Sep 2012 12:09:43 +0000 (14:09 +0200)] 
winex11: Add window data structure locking to the remaining entry points.

12 years agowinex11: Add window data structure locking to the SetLayeredWindowAttributes entry...
Alexandre Julliard [Mon, 24 Sep 2012 12:09:04 +0000 (14:09 +0200)] 
winex11: Add window data structure locking to the SetLayeredWindowAttributes entry point.

12 years agowinex11: Add window data structure locking to the SetWindowStyle entry point.
Alexandre Julliard [Mon, 24 Sep 2012 12:08:33 +0000 (14:08 +0200)] 
winex11: Add window data structure locking to the SetWindowStyle entry point.

12 years agowinex11: Add window data structure locking to the WindowPosChanging/Changed entry...
Alexandre Julliard [Mon, 24 Sep 2012 12:06:42 +0000 (14:06 +0200)] 
winex11: Add window data structure locking to the WindowPosChanging/Changed entry points.

12 years agowinex11: Add window data structure locking to the SysCommand entry point.
Alexandre Julliard [Mon, 24 Sep 2012 11:41:20 +0000 (13:41 +0200)] 
winex11: Add window data structure locking to the SysCommand entry point.

12 years agowinex11: Add window data structure locking to the ShowWindow entry point.
Alexandre Julliard [Mon, 24 Sep 2012 11:36:35 +0000 (13:36 +0200)] 
winex11: Add window data structure locking to the ShowWindow entry point.

12 years agogdiplus: Make GIF palettes in a custom test image slightly more different.
Dmitry Timoshkov [Mon, 24 Sep 2012 07:05:45 +0000 (16:05 +0900)] 
gdiplus: Make GIF palettes in a custom test image slightly more different.

12 years agorpcrt4: Match MSVC version of call_server_func with GCC.
Thomas Faber [Sat, 22 Sep 2012 10:38:11 +0000 (12:38 +0200)] 
rpcrt4: Match MSVC version of call_server_func with GCC.

12 years agoscrrun: Silence unknown interfaces.
Alistair Leslie-Hughes [Fri, 21 Sep 2012 03:29:02 +0000 (13:29 +1000)] 
scrrun: Silence unknown interfaces.

12 years agooledb32: Add IDataInitialize interface support.
Alistair Leslie-Hughes [Mon, 24 Sep 2012 04:20:13 +0000 (14:20 +1000)] 
oledb32: Add IDataInitialize interface support.

12 years agouuid: Add msdasc.h.
Alistair Leslie-Hughes [Mon, 24 Sep 2012 03:44:00 +0000 (13:44 +1000)] 
uuid: Add msdasc.h.

12 years agomlang: Implement get source/dest codepages for IMLangConvertCharset.
Nikolay Sivov [Mon, 24 Sep 2012 08:06:28 +0000 (12:06 +0400)] 
mlang: Implement get source/dest codepages for IMLangConvertCharset.

12 years agomlang: Store source and destination codepage ids in IMLangConvertCharset_Initialize.
Nikolay Sivov [Sun, 23 Sep 2012 21:15:11 +0000 (01:15 +0400)] 
mlang: Store source and destination codepage ids in IMLangConvertCharset_Initialize.

12 years agomlang: Added IMLangConvertCharset stub.
Nikolay Sivov [Sun, 23 Sep 2012 20:01:55 +0000 (00:01 +0400)] 
mlang: Added IMLangConvertCharset stub.

12 years agopo: Update Russian translations.
Nikolay Sivov [Sun, 23 Sep 2012 12:09:58 +0000 (16:09 +0400)] 
po: Update Russian translations.

12 years agomsxml3: Implemented IConnectionPoint_Advise for document object.
Nikolay Sivov [Sun, 23 Sep 2012 11:55:13 +0000 (15:55 +0400)] 
msxml3: Implemented IConnectionPoint_Advise for document object.

12 years agocomctl32: Invalid format returned by NF_QUERY defaults to ANSI in treeview.
Christian Costa [Sun, 23 Sep 2012 18:46:31 +0000 (20:46 +0200)] 
comctl32: Invalid format returned by NF_QUERY defaults to ANSI in treeview.

12 years agod3dx9_36: Add stub for D3DXCleanMesh.
Christian Costa [Sun, 23 Sep 2012 18:45:44 +0000 (20:45 +0200)] 
d3dx9_36: Add stub for D3DXCleanMesh.

12 years agowininet: Make URLCacheContainers_{Create,Delete}All() static.
Francois Gouget [Mon, 24 Sep 2012 06:42:21 +0000 (08:42 +0200)] 
wininet: Make URLCacheContainers_{Create,Delete}All() static.

12 years agomshtml: Make navigate_uri() static.
Francois Gouget [Mon, 24 Sep 2012 06:42:13 +0000 (08:42 +0200)] 
mshtml: Make navigate_uri() static.