wine
12 years agoqedit: Basic COM cleanup for SampleGrabber.
Michael Stefaniuc [Tue, 26 Jun 2012 21:50:54 +0000 (23:50 +0200)] 
qedit: Basic COM cleanup for SampleGrabber.

12 years agoadvapi32: Remove 'stub' from TRACEs of implemented functions.
André Hentschel [Tue, 26 Jun 2012 21:38:13 +0000 (23:38 +0200)] 
advapi32: Remove 'stub' from TRACEs of implemented functions.

12 years agogdiplus: Avoid casting IWICBitmapFrameDecode to IWICBitmapSource.
Dmitry Timoshkov [Mon, 25 Jun 2012 11:31:03 +0000 (20:31 +0900)] 
gdiplus: Avoid casting IWICBitmapFrameDecode to IWICBitmapSource.

12 years agogdiplus: Add some tests for image properties.
Dmitry Timoshkov [Mon, 25 Jun 2012 11:30:57 +0000 (20:30 +0900)] 
gdiplus: Add some tests for image properties.

12 years agogdiplus: Implement GdipGetPropertyIdList.
Dmitry Timoshkov [Mon, 25 Jun 2012 11:30:50 +0000 (20:30 +0900)] 
gdiplus: Implement GdipGetPropertyIdList.

12 years agogdiplus: Implement GdipGetPropertyCount.
Dmitry Timoshkov [Mon, 25 Jun 2012 11:30:43 +0000 (20:30 +0900)] 
gdiplus: Implement GdipGetPropertyCount.

12 years agogdiplus: When loading a bitmap frame save its IWICMetadataReader interface.
Dmitry Timoshkov [Mon, 25 Jun 2012 11:30:34 +0000 (20:30 +0900)] 
gdiplus: When loading a bitmap frame save its IWICMetadataReader interface.

12 years agohhctrl.ocx: Keep parsing failure from causing a segmentation fault.
Erich Hoover [Mon, 25 Jun 2012 14:54:47 +0000 (08:54 -0600)] 
hhctrl.ocx: Keep parsing failure from causing a segmentation fault.

12 years agowindowscodecs: Implement IWICBitmapScaler::Initialize.
Vincent Povirk [Tue, 28 Feb 2012 22:20:03 +0000 (16:20 -0600)] 
windowscodecs: Implement IWICBitmapScaler::Initialize.

12 years agowindowscodecs: Implement IWICImagingFactory::CreateEncoder.
Vincent Povirk [Tue, 28 Feb 2012 22:10:08 +0000 (16:10 -0600)] 
windowscodecs: Implement IWICImagingFactory::CreateEncoder.

12 years agowindowscodecs: Add stub IWICBitmapScaler implementation.
Vincent Povirk [Tue, 28 Feb 2012 19:45:32 +0000 (13:45 -0600)] 
windowscodecs: Add stub IWICBitmapScaler implementation.

12 years agowindowscodecs: Add tests for IWICPixelFormatInfo.
Vincent Povirk [Sat, 24 Mar 2012 19:11:48 +0000 (14:11 -0500)] 
windowscodecs: Add tests for IWICPixelFormatInfo.

12 years agowindowscodecs: Implement IWICPixelFormatInfo2::SupportsTransparency.
Vincent Povirk [Wed, 13 Jun 2012 15:24:42 +0000 (10:24 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo2::SupportsTransparency.

12 years agowbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId.
Hans Leidekker [Tue, 26 Jun 2012 14:03:32 +0000 (16:03 +0200)] 
wbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId.

12 years agowbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_Computer...
Hans Leidekker [Tue, 26 Jun 2012 14:03:10 +0000 (16:03 +0200)] 
wbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_ComputerSystem.NumberOfProcessors.

12 years agowbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.System...
Hans Leidekker [Tue, 26 Jun 2012 14:02:41 +0000 (16:02 +0200)] 
wbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.SystemDirectory.

12 years agowbemprox: Implement IWbemServices::CreateInstanceEnum.
Hans Leidekker [Tue, 26 Jun 2012 14:02:04 +0000 (16:02 +0200)] 
wbemprox: Implement IWbemServices::CreateInstanceEnum.

12 years agowbemprox: Implement IWbemServices::OpenNamespace.
Hans Leidekker [Tue, 26 Jun 2012 14:01:43 +0000 (16:01 +0200)] 
wbemprox: Implement IWbemServices::OpenNamespace.

12 years agowined3d: Release the stateblock only after mode setting in wined3d_device_reset().
Henri Verbeet [Tue, 26 Jun 2012 13:32:10 +0000 (15:32 +0200)] 
wined3d: Release the stateblock only after mode setting in wined3d_device_reset().

While we're allowed to leave the device in a somewhat inconsistent state after
a failed reset, such a state should be recoverable by calling reset again. If
e.g. mode setting were to fail between the point where we destroy and recreate
the stateblock a subsequent reset would crash because the device doesn't have
a stateblock anymore.

12 years agowined3d: Only unset the onscreen depth / stencil buffer once in wined3d_device_reset().
Henri Verbeet [Tue, 26 Jun 2012 13:32:09 +0000 (15:32 +0200)] 
wined3d: Only unset the onscreen depth / stencil buffer once in wined3d_device_reset().

12 years agosecur32: Handle incomplete messages in schan_InitializeSecurityContextW().
Henri Verbeet [Tue, 26 Jun 2012 14:03:49 +0000 (16:03 +0200)] 
secur32: Handle incomplete messages in schan_InitializeSecurityContextW().

12 years agosecur32: We can't read more than expected_size - 5 in schan_DecryptMessage().
Henri Verbeet [Tue, 26 Jun 2012 13:32:07 +0000 (15:32 +0200)] 
secur32: We can't read more than expected_size - 5 in schan_DecryptMessage().

12 years agosecur32: Handle padding only records in schan_DecryptMessage().
Henri Verbeet [Tue, 26 Jun 2012 13:32:06 +0000 (15:32 +0200)] 
secur32: Handle padding only records in schan_DecryptMessage().

12 years agooleaut32: Add support for boolean strings in VarNot.
Huw Davies [Tue, 26 Jun 2012 12:34:02 +0000 (13:34 +0100)] 
oleaut32: Add support for boolean strings in VarNot.

12 years agomsvcp90: Fix basic_ostream<char>::operator<<(basic_string) export.
Piotr Caban [Tue, 26 Jun 2012 12:35:06 +0000 (14:35 +0200)] 
msvcp90: Fix basic_ostream<char>::operator<<(basic_string) export.

12 years agomsvcp90: Added basic_iostream<wchar> class implementation.
Piotr Caban [Tue, 26 Jun 2012 12:34:49 +0000 (14:34 +0200)] 
msvcp90: Added basic_iostream<wchar> class implementation.

12 years agomsvcp90: Added basic_istream<wchar> implementation.
Piotr Caban [Tue, 26 Jun 2012 12:34:26 +0000 (14:34 +0200)] 
msvcp90: Added basic_istream<wchar> implementation.

12 years agoopengl32: Get rid of the X11 locking.
Alexandre Julliard [Tue, 26 Jun 2012 13:23:05 +0000 (15:23 +0200)] 
opengl32: Get rid of the X11 locking.

12 years agoopengl32: Generate an entry point for glDebugEntry.
Alexandre Julliard [Tue, 26 Jun 2012 13:15:36 +0000 (15:15 +0200)] 
opengl32: Generate an entry point for glDebugEntry.

12 years agoopengl32: Add a helper function to build the extension list, and do it only when...
Alexandre Julliard [Tue, 26 Jun 2012 14:49:43 +0000 (16:49 +0200)] 
opengl32: Add a helper function to build the extension list, and do it only when requested.

12 years agoopengl32: Add a helper function to correctly compare extension strings.
Alexandre Julliard [Tue, 26 Jun 2012 14:12:06 +0000 (16:12 +0200)] 
opengl32: Add a helper function to correctly compare extension strings.

12 years agomshtml: Share nsanchor reference with nsnode.
Jacek Caban [Tue, 26 Jun 2012 10:34:48 +0000 (12:34 +0200)] 
mshtml: Share nsanchor reference with nsnode.

12 years agomshtml: Share nselem reference with nsnode.
Jacek Caban [Tue, 26 Jun 2012 10:34:36 +0000 (12:34 +0200)] 
mshtml: Share nselem reference with nsnode.

12 years agomshtml: Call HTMLDOMNode_Init directly in HTMLCommentElement_Create.
Jacek Caban [Tue, 26 Jun 2012 10:34:21 +0000 (12:34 +0200)] 
mshtml: Call HTMLDOMNode_Init directly in HTMLCommentElement_Create.

12 years agomshtml: Share nsIDOMText reference with nsIDOMNode.
Jacek Caban [Tue, 26 Jun 2012 10:34:06 +0000 (12:34 +0200)] 
mshtml: Share nsIDOMText reference with nsIDOMNode.

12 years agomshtml: Use inner window as script global object.
Jacek Caban [Tue, 26 Jun 2012 10:33:48 +0000 (12:33 +0200)] 
mshtml: Use inner window as script global object.

12 years agomshtml: Return referenced instances from node constructors.
Jacek Caban [Tue, 26 Jun 2012 10:33:35 +0000 (12:33 +0200)] 
mshtml: Return referenced instances from node constructors.

12 years agomshtml: Moved history property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:53 +0000 (12:32 +0200)] 
mshtml: Moved history property to HTMLInnerWindow.

12 years agomshtml: Moved screen property to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:40 +0000 (12:32 +0200)] 
mshtml: Moved screen property to HTMLInnerWindow.

12 years agomshtml: Moved image_factory to HTMLInnerWindow.
Jacek Caban [Tue, 26 Jun 2012 10:32:27 +0000 (12:32 +0200)] 
mshtml: Moved image_factory to HTMLInnerWindow.

12 years agojscript: Make int_to_bstr() static.
Francois Gouget [Tue, 26 Jun 2012 10:33:28 +0000 (12:33 +0200)] 
jscript: Make int_to_bstr() static.

12 years agomsvcp90: Make numpunct_char_use_facet() static.
Francois Gouget [Tue, 26 Jun 2012 10:32:56 +0000 (12:32 +0200)] 
msvcp90: Make numpunct_char_use_facet() static.

12 years agomsvcp90: Add a space between the spec entry name the implementation function.
Francois Gouget [Tue, 26 Jun 2012 10:32:44 +0000 (12:32 +0200)] 
msvcp90: Add a space between the spec entry name the implementation function.

12 years agoopengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.
Roderick Colenbrander [Tue, 26 Jun 2012 05:37:30 +0000 (22:37 -0700)] 
opengl32: Disable wglGetProcAddress for core GL 1.0/1.1 functions.

12 years agoquartz: Remove the seek position table from the MPEG splitter.
Chris Robinson [Tue, 26 Jun 2012 02:41:13 +0000 (19:41 -0700)] 
quartz: Remove the seek position table from the MPEG splitter.

It takes a good 0.5 seconds for MPEGSplitter_pre_connect to iterate over the
file and build the table for a standard 2 or 3 minute MP3. This causes
unsightly hiccups when an app tries to play a new file, particularly in games,
as the pre-connect needs to happen synchronously to tell whether it can
succeed or not.

12 years agousp10: Remove unreachable break after return (Smatch).
Michael Stefaniuc [Mon, 25 Jun 2012 21:11:51 +0000 (23:11 +0200)] 
usp10: Remove unreachable break after return (Smatch).

12 years agoappwiz: Update text to match button names.
Vincent Povirk [Mon, 25 Jun 2012 20:03:36 +0000 (15:03 -0500)] 
appwiz: Update text to match button names.

12 years agogdiplus: Remove FIXME from GdipAddPathString.
Vincent Povirk [Mon, 25 Jun 2012 15:40:36 +0000 (10:40 -0500)] 
gdiplus: Remove FIXME from GdipAddPathString.

12 years agowindowscodecs: Implement MetadataReaderInfo_GetVendorGUID.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:54:21 +0000 (12:54 +0900)] 
windowscodecs: Implement MetadataReaderInfo_GetVendorGUID.

12 years agowindowscodecs: Implement TiffFrameDecode_GetThumbnail.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:22 +0000 (12:27 +0900)] 
windowscodecs: Implement TiffFrameDecode_GetThumbnail.

12 years agowindowscodecs: Implement TiffDecoder_GetPreview.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:27:12 +0000 (12:27 +0900)] 
windowscodecs: Implement TiffDecoder_GetPreview.

12 years agowindowscodecs: TiffDecoder_GetThumbnail should return NULL interface.
Dmitry Timoshkov [Mon, 25 Jun 2012 03:26:56 +0000 (12:26 +0900)] 
windowscodecs: TiffDecoder_GetThumbnail should return NULL interface.

12 years agogdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.
Alexandre Julliard [Mon, 25 Jun 2012 20:45:28 +0000 (22:45 +0200)] 
gdi32: Forward SwapBuffers to opengl32 which in turn calls GdiSwapBuffers.

12 years agogdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.
Alexandre Julliard [Mon, 25 Jun 2012 20:03:59 +0000 (22:03 +0200)] 
gdi32: Forward SetPixelFormat to opengl32 which in turn calls GdiSetPixelFormat.

12 years agogdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFo...
Alexandre Julliard [Mon, 25 Jun 2012 19:59:11 +0000 (21:59 +0200)] 
gdi32: Forward DescribePixelFormat to opengl32 which in turn calls GdiDescribePixelFormat.

12 years agowinex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePix...
Alexandre Julliard [Mon, 25 Jun 2012 19:51:16 +0000 (21:51 +0200)] 
winex11: Move ChoosePixelFormat implementation to opengl32 and base it on DescribePixelFormat.

12 years agowindowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.
Vincent Povirk [Wed, 13 Jun 2012 15:22:33 +0000 (10:22 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo2::GetNumericRepresentation.

12 years agowindowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.
Vincent Povirk [Wed, 13 Jun 2012 15:20:48 +0000 (10:20 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo::GetFormatGUID.

12 years agowindowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.
Vincent Povirk [Wed, 13 Jun 2012 15:11:53 +0000 (10:11 -0500)] 
windowscodecs: Implement IWICPixelFormatInfo::GetChannelMask.

12 years agowindowscodecs: Implement PixelFormatInfo_GetChannelCount.
Vincent Povirk [Mon, 16 Apr 2012 21:03:57 +0000 (16:03 -0500)] 
windowscodecs: Implement PixelFormatInfo_GetChannelCount.

12 years agowindowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.
Vincent Povirk [Mon, 16 Apr 2012 20:40:35 +0000 (15:40 -0500)] 
windowscodecs: Implement PixelFormatInfo_GetBitsPerPixel.

12 years agowined3d: Use the system memory pool for the logo surface.
Józef Kucia [Thu, 21 Jun 2012 12:15:39 +0000 (14:15 +0200)] 
wined3d: Use the system memory pool for the logo surface.

12 years agojscript: Added more apply and call tests.
Jacek Caban [Mon, 25 Jun 2012 12:09:12 +0000 (14:09 +0200)] 
jscript: Added more apply and call tests.

12 years agojscript: Removed no longer needed arg_cnt and get_arg helpers.
Jacek Caban [Mon, 25 Jun 2012 12:08:58 +0000 (14:08 +0200)] 
jscript: Removed no longer needed arg_cnt and get_arg helpers.

12 years agojscript: Don't use DISPPARAMS for internal arguments.
Jacek Caban [Mon, 25 Jun 2012 12:08:38 +0000 (14:08 +0200)] 
jscript: Don't use DISPPARAMS for internal arguments.

12 years agojscript: Don't use DISPPARAMS named args for internal parameter passing.
Jacek Caban [Mon, 25 Jun 2012 12:07:48 +0000 (14:07 +0200)] 
jscript: Don't use DISPPARAMS named args for internal parameter passing.

12 years agomsxml3: Support VT_I2 variants tracing.
Nikolay Sivov [Sat, 23 Jun 2012 13:08:27 +0000 (17:08 +0400)] 
msxml3: Support VT_I2 variants tracing.

12 years agomsxml3: Accept VT_ERROR body as empty data.
Nikolay Sivov [Sat, 23 Jun 2012 20:16:39 +0000 (00:16 +0400)] 
msxml3: Accept VT_ERROR body as empty data.

12 years agomsxml3: Fix async flag setting.
Nikolay Sivov [Sat, 23 Jun 2012 15:44:04 +0000 (19:44 +0400)] 
msxml3: Fix async flag setting.

12 years agomsxml3: Recognise PROPFIND method in open().
Nikolay Sivov [Sat, 23 Jun 2012 13:06:04 +0000 (17:06 +0400)] 
msxml3: Recognise PROPFIND method in open().

12 years agomsvcp90: Export clog object.
Piotr Caban [Mon, 25 Jun 2012 13:50:13 +0000 (15:50 +0200)] 
msvcp90: Export clog object.

12 years agomsvcp90: Added basic_ostream<wchar> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:53 +0000 (15:49 +0200)] 
msvcp90: Added basic_ostream<wchar> implementation.

12 years agomsvcp90: Added num_get<wchar>::get functions implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:35 +0000 (15:49 +0200)] 
msvcp90: Added num_get<wchar>::get functions implementation.

12 years agomsvcp90: Added num_get<wchar>::_Getifld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:49:15 +0000 (15:49 +0200)] 
msvcp90: Added num_get<wchar>::_Getifld implementation.

12 years agomsvcp90: Added num_get<wchar>::_Getffld implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:59 +0000 (15:48 +0200)] 
msvcp90: Added num_get<wchar>::_Getffld implementation.

12 years agomsvcp90: Added partial num_get<wchar> and num_get<short> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:39 +0000 (15:48 +0200)] 
msvcp90: Added partial num_get<wchar> and num_get<short> implementation.

12 years agomsvcp90: Added num_put<wchar> implementation.
Piotr Caban [Mon, 25 Jun 2012 13:48:18 +0000 (15:48 +0200)] 
msvcp90: Added num_put<wchar> implementation.

12 years agomshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.
Jacek Caban [Mon, 25 Jun 2012 12:06:27 +0000 (14:06 +0200)] 
mshtml: Store event object in HTMLInnerWindow instead of HTMLOuterWindow.

12 years agomshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:06:09 +0000 (14:06 +0200)] 
mshtml: Moved script_hosts from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:58 +0000 (14:05 +0200)] 
mshtml: Moved option_factory from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:48 +0000 (14:05 +0200)] 
mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:33 +0000 (14:05 +0200)] 
mshtml: Moved DispatchEx instance from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.
Jacek Caban [Mon, 25 Jun 2012 12:05:17 +0000 (14:05 +0200)] 
mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow.

12 years agomshtml: Added separated types for outer and inner HTML windows.
Jacek Caban [Mon, 25 Jun 2012 12:04:59 +0000 (14:04 +0200)] 
mshtml: Added separated types for outer and inner HTML windows.

12 years agomshtml: Keep reference in node returned from get_node.
Jacek Caban [Mon, 25 Jun 2012 12:04:40 +0000 (14:04 +0200)] 
mshtml: Keep reference in node returned from get_node.

12 years agowbemprox: Parse the resource string in IWbemLocator::ConnectServer.
Hans Leidekker [Mon, 25 Jun 2012 09:20:21 +0000 (11:20 +0200)] 
wbemprox: Parse the resource string in IWbemLocator::ConnectServer.

12 years agowbemprox: Add a partial Win32_NetworkAdapter class implementation.
Hans Leidekker [Mon, 25 Jun 2012 09:20:09 +0000 (11:20 +0200)] 
wbemprox: Add a partial Win32_NetworkAdapter class implementation.

12 years agogdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.
Alexandre Julliard [Mon, 25 Jun 2012 10:02:13 +0000 (12:02 +0200)] 
gdi32: Remove OpenGL functions that don't use an HDC from the driver entry points.

12 years agowinex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extensi...
Alexandre Julliard [Mon, 25 Jun 2012 14:22:16 +0000 (16:22 +0200)] 
winex11: Move wglGetCurrentContext and wglGetCurrentDC to the internal OpenGL extension functions.

12 years agowinex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension...
Alexandre Julliard [Mon, 25 Jun 2012 10:21:18 +0000 (12:21 +0200)] 
winex11: Move wglCopyContext and wglDeleteContext to the internal OpenGL extension functions.

12 years agowinex11: Move wglShareLists to the internal OpenGL extension functions.
Alexandre Julliard [Mon, 25 Jun 2012 10:12:40 +0000 (12:12 +0200)] 
winex11: Move wglShareLists to the internal OpenGL extension functions.

12 years agowinex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver...
Alexandre Julliard [Mon, 25 Jun 2012 09:58:53 +0000 (11:58 +0200)] 
winex11: Move the wglUseFontBitmaps implementation to opengl32, it's no longer driver-dependent.

12 years agowindowscodecs: Implement ImagingFactory_CreateDecoder.
Dmitry Timoshkov [Fri, 22 Jun 2012 09:22:36 +0000 (18:22 +0900)] 
windowscodecs: Implement ImagingFactory_CreateDecoder.

12 years agowindowscodecs: Add WICImagingCategories registration.
Dmitry Timoshkov [Fri, 22 Jun 2012 06:12:54 +0000 (15:12 +0900)] 
windowscodecs: Add WICImagingCategories registration.

12 years agohhctrl.ocx: Add icons for the table of contents TreeView control.
Erich Hoover [Fri, 22 Jun 2012 17:07:19 +0000 (11:07 -0600)] 
hhctrl.ocx: Add icons for the table of contents TreeView control.

12 years agomsxml3: Basic refcount test for IMXNamespacePrefixes.
Nikolay Sivov [Sat, 23 Jun 2012 11:03:42 +0000 (15:03 +0400)] 
msxml3: Basic refcount test for IMXNamespacePrefixes.

12 years agomsxml3: Implement internalEntityDecl() for writer.
Nikolay Sivov [Sat, 23 Jun 2012 09:56:53 +0000 (13:56 +0400)] 
msxml3: Implement internalEntityDecl() for writer.

12 years agomsxml3: Initial implementation of attributeDecl() in writer.
Nikolay Sivov [Sat, 23 Jun 2012 09:38:03 +0000 (13:38 +0400)] 
msxml3: Initial implementation of attributeDecl() in writer.

12 years agomsxml3: Fix closing of open element.
Nikolay Sivov [Sat, 23 Jun 2012 08:29:14 +0000 (12:29 +0400)] 
msxml3: Fix closing of open element.

12 years agomsxml3: Properly handle -1 as length of element qualified name in startElement().
Nikolay Sivov [Fri, 22 Jun 2012 20:38:12 +0000 (00:38 +0400)] 
msxml3: Properly handle -1 as length of element qualified name in startElement().