wine
16 years agorichedit: Fixed typo in bitmap scaling (for OLE objects).
Eric Pouech [Sun, 16 Mar 2008 20:46:20 +0000 (21:46 +0100)] 
richedit: Fixed typo in bitmap scaling (for OLE objects).

16 years agorichedit: When handling \pard in RTF stream, really resets all paragraph styles.
Eric Pouech [Sun, 16 Mar 2008 20:46:10 +0000 (21:46 +0100)] 
richedit: When handling \pard in RTF stream, really resets all paragraph styles.

16 years agorichedit: Fix reading paragraph left & first indentation attributes.
Eric Pouech [Sun, 16 Mar 2008 20:46:03 +0000 (21:46 +0100)] 
richedit: Fix reading paragraph left & first indentation attributes.

16 years agorichedit: Added support for reading DI bitmaps in RTF streams.
Eric Pouech [Sun, 16 Mar 2008 20:45:52 +0000 (21:45 +0100)] 
richedit: Added support for reading DI bitmaps in RTF streams.

16 years agorichedit: Properly set the border width while parsing RTF stream.
Eric Pouech [Sun, 16 Mar 2008 20:45:39 +0000 (21:45 +0100)] 
richedit: Properly set the border width while parsing RTF stream.

16 years agorichedit: Prevent division by zero when 0-width border is used.
Eric Pouech [Sun, 16 Mar 2008 20:45:31 +0000 (21:45 +0100)] 
richedit: Prevent division by zero when 0-width border is used.

16 years agojscript: Added JScript stub implementation.
Jacek Caban [Sun, 16 Mar 2008 20:10:13 +0000 (21:10 +0100)] 
jscript: Added JScript stub implementation.

16 years agojscript: Added JScript class factory.
Jacek Caban [Sun, 16 Mar 2008 20:09:51 +0000 (21:09 +0100)] 
jscript: Added JScript class factory.

16 years agowininet: Don't use query and hash part of URL to generate cache file name.
Jacek Caban [Sun, 16 Mar 2008 20:10:24 +0000 (21:10 +0100)] 
wininet: Don't use query and hash part of URL to generate cache file name.

16 years agowined3d: Check the render target capabilities of a resource type.
Roderick Colenbrander [Sun, 16 Mar 2008 16:37:38 +0000 (16:37 +0000)] 
wined3d: Check the render target capabilities of a resource type.

16 years agowined3d: Check the texture capabilities we offer for the different texture types...
Roderick Colenbrander [Sun, 16 Mar 2008 16:20:27 +0000 (16:20 +0000)] 
wined3d: Check the texture capabilities we offer for the different texture types (cube, plain, volume).

16 years agowined3d: Move depth/stencil verification to CheckDepthStencilCapability.
Roderick Colenbrander [Sun, 16 Mar 2008 16:02:02 +0000 (16:02 +0000)] 
wined3d: Move depth/stencil verification to CheckDepthStencilCapability.

16 years agosecur32: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:42 +0000 (23:25 +0000)] 
secur32: Assign to structs instead of using memcpy.

16 years agosetupapi: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:45 +0000 (23:25 +0000)] 
setupapi: Assign to structs instead of using memcpy.

16 years agorsaenh: Assign to structs instead of using memcpy.
Andrew Talbot [Sat, 15 Mar 2008 23:25:38 +0000 (23:25 +0000)] 
rsaenh: Assign to structs instead of using memcpy.

16 years agoqmgr/tests: Test the correct handle.
Joris Huizer [Sat, 15 Mar 2008 17:54:08 +0000 (18:54 +0100)] 
qmgr/tests: Test the correct handle.

16 years agoshell32/tests: Remove spurious linefeeds in error messages.
Alexandre Julliard [Sat, 15 Mar 2008 10:45:43 +0000 (11:45 +0100)] 
shell32/tests: Remove spurious linefeeds in error messages.

16 years agoshdocvw: WebBrowser_get_Busy implementation.
Jared Lapsley [Thu, 13 Mar 2008 12:16:41 +0000 (08:16 -0400)] 
shdocvw: WebBrowser_get_Busy implementation.

16 years agouser32: Fix enumeration for EnumWindowStations and EnumDesktops.
Maarten Lankhorst [Wed, 5 Mar 2008 21:41:41 +0000 (13:41 -0800)] 
user32: Fix enumeration for EnumWindowStations and EnumDesktops.

16 years agowininet: Split out NULL ptr and function ptr check.
Marcus Meissner [Fri, 14 Mar 2008 21:34:54 +0000 (22:34 +0100)] 
wininet: Split out NULL ptr and function ptr check.

16 years agouser32: Test processing of expose events.
Clinton Stimpson [Sat, 15 Mar 2008 05:59:54 +0000 (23:59 -0600)] 
user32: Test processing of expose events.

16 years agoquartz: Implement a few MediaSeeking functions.
Maarten Lankhorst [Fri, 14 Mar 2008 23:22:55 +0000 (16:22 -0700)] 
quartz: Implement a few MediaSeeking functions.

16 years agoquartz: Change some more stubs from traces to fixmes.
Maarten Lankhorst [Fri, 14 Mar 2008 20:29:28 +0000 (13:29 -0700)] 
quartz: Change some more stubs from traces to fixmes.

16 years agoquartz: Add initial support for time formats in IMediaSeeking.
Maarten Lankhorst [Fri, 14 Mar 2008 19:35:42 +0000 (12:35 -0700)] 
quartz: Add initial support for time formats in IMediaSeeking.

Only support the SYSTEM_MEDIA_TIME for now.

16 years agoquartz: Make MediaSeeking stubs fixmes.
Maarten Lankhorst [Fri, 14 Mar 2008 18:56:43 +0000 (11:56 -0700)] 
quartz: Make MediaSeeking stubs fixmes.

16 years agoquartz: Silence the directsound buffer on starting.
Maarten Lankhorst [Fri, 14 Mar 2008 18:47:42 +0000 (11:47 -0700)] 
quartz: Silence the directsound buffer on starting.

If the buffer is created and stopped, the contents of the buffer are
indeterminate, by zeroing it you won't get leftovers from last play.

16 years agoquartz: Set a default sync source on the filtergraph.
Maarten Lankhorst [Fri, 14 Mar 2008 18:02:01 +0000 (11:02 -0700)] 
quartz: Set a default sync source on the filtergraph.

Use the fallback system IReferenceClock, unless the app comes up with
its own clock.

16 years agoqmgr: Implement IBackgroundCopyJob_AddFileSet.
Dan Hipschman [Fri, 14 Mar 2008 22:51:40 +0000 (15:51 -0700)] 
qmgr: Implement IBackgroundCopyJob_AddFileSet.

16 years agod3dx9: Add stubs for the ID3DXFont functions.
Tony Wasserka [Fri, 14 Mar 2008 13:12:30 +0000 (14:12 +0100)] 
d3dx9: Add stubs for the ID3DXFont functions.

16 years agomsi: Don't publish the product for the custom action test.
James Hawkins [Fri, 14 Mar 2008 21:01:35 +0000 (16:01 -0500)] 
msi: Don't publish the product for the custom action test.

16 years agodxerr{8,9}: Include wine/port.h for snprintf.
Rob Shearman [Fri, 14 Mar 2008 18:08:46 +0000 (18:08 +0000)] 
dxerr{8,9}: Include wine/port.h for snprintf.

16 years agowininet: If we receive an error from InitializeSecurityContext in HTTP_DoAuthorizatio...
Rob Shearman [Fri, 14 Mar 2008 18:09:20 +0000 (18:09 +0000)] 
wininet: If we receive an error from InitializeSecurityContext in HTTP_DoAuthorization then set pAuthInfo->finished so that we don't carry on using the security context.

16 years agowininet: Assume that if we're connected to an HTTP/1.1 server then connections can...
Rob Shearman [Fri, 14 Mar 2008 18:10:08 +0000 (18:10 +0000)] 
wininet: Assume that if we're connected to an HTTP/1.1 server then connections can be kept alive by default.

So don't close the connection in this case in HTTP_FinishedReading.

16 years agoole32: CreatePointerMoniker is implemented.
Rob Shearman [Fri, 14 Mar 2008 18:08:28 +0000 (18:08 +0000)] 
ole32: CreatePointerMoniker is implemented.

16 years agooleaut32: Fix the return type of TLB_ReadTypeLib.
Rob Shearman [Fri, 14 Mar 2008 18:08:57 +0000 (18:08 +0000)] 
oleaut32: Fix the return type of TLB_ReadTypeLib.

16 years agoquartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it.
Maarten Lankhorst [Fri, 14 Mar 2008 05:00:57 +0000 (22:00 -0700)] 
quartz: Fix IFilterGraph RemoveFilter to stop the filter before removing it.

Also checks for VFW_E_NOT_STOPPED that is allowed to cause a
disconnection to fail.

16 years agoquartz: Destroy the filtergraph better in releasing.
Maarten Lankhorst [Fri, 14 Mar 2008 04:47:14 +0000 (21:47 -0700)] 
quartz: Destroy the filtergraph better in releasing.

RemoveFilter is better at removing a filter from a filtergraph then
some method there.

16 years agokernel32: Implemented ReadFileScatter and WriteFileGather.
Alexandre Julliard [Fri, 14 Mar 2008 19:32:53 +0000 (20:32 +0100)] 
kernel32: Implemented ReadFileScatter and WriteFileGather.

16 years agokernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.
Alexandre Julliard [Fri, 14 Mar 2008 19:30:53 +0000 (20:30 +0100)] 
kernel32: Propagate the FILE_FLAG_NO_BUFFERING CreateFile flag to ntdll.

16 years agontdll: Implemented NtWriteFileGather.
Alexandre Julliard [Fri, 14 Mar 2008 19:30:12 +0000 (20:30 +0100)] 
ntdll: Implemented NtWriteFileGather.

16 years agontdll: Implemented NtReadFileScatter.
Alexandre Julliard [Fri, 14 Mar 2008 19:29:00 +0000 (20:29 +0100)] 
ntdll: Implemented NtReadFileScatter.

16 years agourlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling.
Jacek Caban [Fri, 14 Mar 2008 11:42:42 +0000 (12:42 +0100)] 
urlmon: Added special URLACTION_SCRIPT_OVERRIDE_SAFETY handling.

16 years agourlmon: Added more policy tests.
Jacek Caban [Fri, 14 Mar 2008 11:42:27 +0000 (12:42 +0100)] 
urlmon: Added more policy tests.

16 years agourlmon: Added ProcessUrlAction implementation.
Jacek Caban [Fri, 14 Mar 2008 11:42:07 +0000 (12:42 +0100)] 
urlmon: Added ProcessUrlAction implementation.

16 years agourlmon: Added URLACTION_* and URLPOLICY_* declarations.
Jacek Caban [Wed, 12 Mar 2008 18:15:44 +0000 (19:15 +0100)] 
urlmon: Added URLACTION_* and URLPOLICY_* declarations.

16 years agourlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.
Jacek Caban [Fri, 14 Mar 2008 11:41:50 +0000 (12:41 +0100)] 
urlmon: Fixed URLZONEREG_DEFAULT handling in GetZoneActionPolicy.

16 years agourlmon: Remove tests that fail on IE7 and make Wine behave like IE7.
Jacek Caban [Fri, 14 Mar 2008 11:41:27 +0000 (12:41 +0100)] 
urlmon: Remove tests that fail on IE7 and make Wine behave like IE7.

16 years agomshtml: Return full patch in res protocol's secure URL.
Jacek Caban [Fri, 14 Mar 2008 11:40:46 +0000 (12:40 +0100)] 
mshtml: Return full patch in res protocol's secure URL.

16 years agourlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and fix...
Jacek Caban [Fri, 14 Mar 2008 11:40:22 +0000 (12:40 +0100)] 
urlmon: Move InternetParseUrl(PARSE_SECURITY_URL) call to map_url_to_zone and fix buffer size.

16 years agodsound: Set the status from STATE_STARTING to STATE_PLAYING before mixing our next...
Aric Stewart [Fri, 14 Mar 2008 10:54:35 +0000 (19:54 +0900)] 
dsound: Set the status from STATE_STARTING to STATE_PLAYING before mixing our next buffer so that we do not potentially skip early event when starting.

16 years agomscoree: Added stub CorBindToRuntimeEx.
Alistair Leslie-Hughes [Fri, 14 Mar 2008 10:27:42 +0000 (21:27 +1100)] 
mscoree: Added stub CorBindToRuntimeEx.

16 years agoquartz: Add directsound renderer to filter list.
Maarten Lankhorst [Fri, 14 Mar 2008 03:29:40 +0000 (20:29 -0700)] 
quartz: Add directsound renderer to filter list.

16 years agoquartz: Implement detection on file extension in filesource.
Maarten Lankhorst [Fri, 14 Mar 2008 03:28:09 +0000 (20:28 -0700)] 
quartz: Implement detection on file extension in filesource.

16 years agoquartz: Uncomment a trace.
Maarten Lankhorst [Fri, 14 Mar 2008 03:25:58 +0000 (20:25 -0700)] 
quartz: Uncomment a trace.

16 years agoquartz: Fix typo.
Maarten Lankhorst [Fri, 14 Mar 2008 03:25:36 +0000 (20:25 -0700)] 
quartz: Fix typo.

16 years agoquartz: Detect and skip id3v2 header in mpeg splitter.
Maarten Lankhorst [Fri, 14 Mar 2008 03:24:58 +0000 (20:24 -0700)] 
quartz: Detect and skip id3v2 header in mpeg splitter.

16 years agoquartz: Implement a dummy null renderer for directshow.
Maarten Lankhorst [Wed, 12 Mar 2008 17:12:18 +0000 (10:12 -0700)] 
quartz: Implement a dummy null renderer for directshow.

16 years agoquartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection.
Maarten Lankhorst [Fri, 14 Mar 2008 04:42:22 +0000 (21:42 -0700)] 
quartz: Don't add MERIT_DO_NOT_USE filters automatically to create a connection.

NullRenderer might accidentally be rendered otherwise.

16 years agoqcap: Implement a stubby CaptureGraphBuilder2::RenderStream.
Maarten Lankhorst [Thu, 13 Mar 2008 00:18:12 +0000 (17:18 -0700)] 
qcap: Implement a stubby CaptureGraphBuilder2::RenderStream.

This just uses enumeratepins to find 2 non-connected pins and connects
them using the filtergraph.

16 years agoqcap: Add better findpin stub for CaptureGraphBuilder.
Maarten Lankhorst [Tue, 11 Mar 2008 23:24:54 +0000 (16:24 -0700)] 
qcap: Add better findpin stub for CaptureGraphBuilder.

ICaptureGraphBuilder::RenderStream needs to enumerate pins, and to
prevent duplication I implemented a bit of findpin first.

16 years agoqmgr: Implement progress updates for downloads given by URL.
Dan Hipschman [Thu, 13 Mar 2008 22:57:54 +0000 (15:57 -0700)] 
qmgr: Implement progress updates for downloads given by URL.

16 years agoqmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman [Thu, 13 Mar 2008 22:57:19 +0000 (15:57 -0700)] 
qmgr: Transfer files given by URL (including HTTP, etc).

16 years agoqmgr: Transfer files given by URL (including HTTP, etc).
Dan Hipschman [Thu, 13 Mar 2008 22:57:19 +0000 (15:57 -0700)] 
qmgr: Transfer files given by URL (including HTTP, etc).

16 years agoqmgr: Implement BackgroundCopyJob_Complete.
Dan Hipschman [Thu, 13 Mar 2008 22:56:28 +0000 (15:56 -0700)] 
qmgr: Implement BackgroundCopyJob_Complete.

16 years agokernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).
Dan Hipschman [Thu, 13 Mar 2008 22:55:46 +0000 (15:55 -0700)] 
kernel32: Add the MOVEFILE_WRITE_THROUGH flag for MoveFileEx (stub).

16 years agoqmgr: Implement local file background "downloads."
Dan Hipschman [Thu, 13 Mar 2008 22:54:35 +0000 (15:54 -0700)] 
qmgr: Implement local file background "downloads."

16 years agoqmgr: Add infrastructure for background file transferring.
Dan Hipschman [Thu, 13 Mar 2008 22:54:01 +0000 (15:54 -0700)] 
qmgr: Add infrastructure for background file transferring.

16 years agoshell32: Fix SHGetFolderPathAndSubDir tests.
Stefan Leichter [Thu, 13 Mar 2008 22:23:44 +0000 (23:23 +0100)] 
shell32: Fix SHGetFolderPathAndSubDir tests.

16 years agouser32: Fix MessageBox button contents and ordering.
Jason Edmeades [Thu, 13 Mar 2008 21:21:02 +0000 (21:21 +0000)] 
user32: Fix MessageBox button contents and ordering.

16 years agoadvapi/service: Give service its own debug channel.
Paul Vriens [Thu, 13 Mar 2008 08:54:43 +0000 (09:54 +0100)] 
advapi/service: Give service its own debug channel.

16 years agooledlg: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 13 Mar 2008 20:52:16 +0000 (20:52 +0000)] 
oledlg: Assign to structs instead of using memcpy.

16 years agoriched20: Assign to structs instead of using memcpy (with typo fixes).
Andrew Talbot [Thu, 13 Mar 2008 20:52:32 +0000 (20:52 +0000)] 
riched20: Assign to structs instead of using memcpy (with typo fixes).

16 years agorpcrt4: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 13 Mar 2008 20:52:48 +0000 (20:52 +0000)] 
rpcrt4: Assign to structs instead of using memcpy.

16 years agoole32: Assign to structs instead of using memcpy.
Andrew Talbot [Thu, 13 Mar 2008 20:52:00 +0000 (20:52 +0000)] 
ole32: Assign to structs instead of using memcpy.

16 years agomsi: Initialize variables.
Marcus Meissner [Thu, 13 Mar 2008 20:54:48 +0000 (21:54 +0100)] 
msi: Initialize variables.

16 years agowined3d: Add a device uuid.
Artur Szymiec [Thu, 13 Mar 2008 14:14:00 +0000 (15:14 +0100)] 
wined3d: Add a device uuid.

16 years agowininet: Fixed typos in two out-of-memory checks.
Joris Huizer [Thu, 13 Mar 2008 16:41:49 +0000 (17:41 +0100)] 
wininet: Fixed typos in two out-of-memory checks.

16 years agowine.inf: Update timezone information.
Rob Shearman [Thu, 13 Mar 2008 16:13:59 +0000 (16:13 +0000)] 
wine.inf: Update timezone information.

16 years agowintab: Expand whitelist of tablets.
Dan Kegel [Thu, 13 Mar 2008 15:56:05 +0000 (08:56 -0700)] 
wintab: Expand whitelist of tablets.

16 years agomsxml3: Implemented IXMLDOMCDATASection_insertData.
Alistair Leslie-Hughes [Thu, 13 Mar 2008 10:50:30 +0000 (21:50 +1100)] 
msxml3: Implemented IXMLDOMCDATASection_insertData.

16 years agomsxml3: Implement IXMLDOMComment_appendData.
Alistair Leslie-Hughes [Thu, 13 Mar 2008 10:19:24 +0000 (21:19 +1100)] 
msxml3: Implement IXMLDOMComment_appendData.

16 years agowinex11: Store a pointer to the X11 event currently being handled instead of a simple...
Alexandre Julliard [Thu, 13 Mar 2008 12:35:02 +0000 (13:35 +0100)] 
winex11: Store a pointer to the X11 event currently being handled instead of a simple count.

16 years agogdi32: Add loading and processing of GSUB table vert/vrt2 functions for proper tatega...
Aric Stewart [Thu, 13 Mar 2008 09:40:58 +0000 (18:40 +0900)] 
gdi32: Add loading and processing of GSUB table vert/vrt2 functions for proper tategaki (vertical writing).

16 years agomakefiles: Consider all .res files as object files.
Alexandre Julliard [Thu, 13 Mar 2008 10:47:23 +0000 (11:47 +0100)] 
makefiles: Consider all .res files as object files.

16 years agomsi: Test and fix MsiSourceListAddSource.
James Hawkins [Wed, 12 Mar 2008 23:31:06 +0000 (18:31 -0500)] 
msi: Test and fix MsiSourceListAddSource.

16 years agomsxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node whose target...
Alistair Leslie-Hughes [Thu, 13 Mar 2008 09:30:12 +0000 (20:30 +1100)] 
msxml3: Cannot use put_nodeValue on a IXMLDOMProcessingInstruction node whose target is xml.

16 years agoquartz: Assign to structs instead of using memcpy.
Andrew Talbot [Wed, 12 Mar 2008 20:32:07 +0000 (20:32 +0000)] 
quartz: Assign to structs instead of using memcpy.

16 years agoqcap: Assign to structs instead of using memcpy.
Andrew Talbot [Wed, 12 Mar 2008 20:32:04 +0000 (20:32 +0000)] 
qcap: Assign to structs instead of using memcpy.

16 years agoqmgr: Add critical sections for jobs and files.
Dan Hipschman [Wed, 12 Mar 2008 18:56:13 +0000 (11:56 -0700)] 
qmgr: Add critical sections for jobs and files.

16 years agowininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.
Rob Shearman [Wed, 12 Mar 2008 17:40:39 +0000 (17:40 +0000)] 
wininet: Fix local variable shadowing in URLCacheContainer_OpenIndex.

16 years agomsi: Passing NULL for szBuffer and NULL for pcchValueBuf into MsiGetProductInfo{A...
Rob Shearman [Wed, 12 Mar 2008 17:40:51 +0000 (17:40 +0000)] 
msi: Passing NULL for szBuffer and NULL for pcchValueBuf into MsiGetProductInfo{A, W} shouldn't crash.

Add a test for this.

16 years agomsi: Fix typos which caused joins of three or more tables to not work properly.
Rob Shearman [Wed, 12 Mar 2008 15:12:01 +0000 (15:12 +0000)] 
msi: Fix typos which caused joins of three or more tables to not work properly.

In JOIN_fetch_int and JOIN_fetch_stream, prev_rows should be multiplied
by the rows encountered in the current table so that prev_rows contains
all of counts of the rows encountered multiplied together, rather than
just the count of the rows in the last table encountered.

16 years agooleaut32: Split the methods for opening different sources of typelibs out of TLB_Read...
Rob Shearman [Wed, 12 Mar 2008 13:29:58 +0000 (13:29 +0000)] 
oleaut32: Split the methods for opening different sources of typelibs out of TLB_ReadTypeLib.

16 years agojscript: Added Dll[Un]RegisterServer implementation.
Jacek Caban [Wed, 12 Mar 2008 17:41:11 +0000 (18:41 +0100)] 
jscript: Added Dll[Un]RegisterServer implementation.

16 years agosecur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.
Jacek Caban [Wed, 12 Mar 2008 17:35:10 +0000 (18:35 +0100)] 
secur32: Improve SECPKG_ATTR_CIPHER_STRENGTHS stub.

16 years agosecur32: Fixed dynamic loading in schannel test.
Jacek Caban [Wed, 12 Mar 2008 17:34:55 +0000 (18:34 +0100)] 
secur32: Fixed dynamic loading in schannel test.

16 years agogdi32: Factor out FreeType initialization into a separate function.
Huw Davies [Wed, 12 Mar 2008 13:45:13 +0000 (13:45 +0000)] 
gdi32: Factor out FreeType initialization into a separate function.

16 years agocomctl32/tests: Avoid size_t printf format warnings.
Alexandre Julliard [Wed, 12 Mar 2008 17:14:22 +0000 (18:14 +0100)] 
comctl32/tests: Avoid size_t printf format warnings.

16 years agowininet: Support the lpszFileExtension "reserved" parameter being passed into CommitU...
Rob Shearman [Wed, 12 Mar 2008 16:41:35 +0000 (16:41 +0000)] 
wininet: Support the lpszFileExtension "reserved" parameter being passed into CommitUrlCacheEntryA.

Store it in the URL cache entry and allow it to be retrieved by
RetrieveUrlCacheEntryFile and other functions.

16 years agowininet: The URL in CommitUrlCacheEntryInternal shouldn't be restricted to MAX_PATH...
Rob Shearman [Wed, 12 Mar 2008 16:40:58 +0000 (16:40 +0000)] 
wininet: The URL in CommitUrlCacheEntryInternal shouldn't be restricted to MAX_PATH chars in length.

Dynamically allocate it and consolidate cleanup at the end of the function.