Displaying 10 results from an estimated 10 matches for "parseurl".
Did you mean:
parse_url
2008 May 29
1
Wine and .NET 2.0: URL_ParseUrl errors
...ok.
But I cannot run any .NET apps. I tried the simple app described in bug 10467 (FastMD5), and I get these errors:
fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:ole:CoGetContextToken stub
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"...
2011 Feb 18
0
Wine release 1.3.14
...translations.
Jacek Caban (21):
mshtml: Added IHTMLWindow2::focus implementation.
mshtml: Added focus events tests.
mshtml: Use case insensitive comparison in parse_classid.
urlmon: Don't hardcode zone numbers.
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call.
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
urlmon: CoInternetGetSecurityUrl rewrite.
urlmon: CoInternetGetSecurityUrlEx rewrite.
urlmon: Added more CoInternetGetSecurityUrl[Ex] tests.
mshtml: Make nsIURI::[Get|...
2010 Jul 02
0
Wine release 1.2-rc6
...before testing it.
d3d8/tests: Fix some test failures with the focus messages.
d3d9/tests: Fix some test failures with the focus messages.
msi/tests: Check the x86 program directory first for installed files.
Andrew Eikum (5):
shell32: Fix a comment typo.
shell32: Use ParseURL to detect URLs.
shell32: UNIX paths should be parsed by unixfs.
include: Add new SHCNRF flags.
shell32: Pass the file extension to ParseDisplayName in unixfs's SetNameOf.
Andrew Nguyen (1):
atl: Accept a NULL output container pointer in AtlAxAttachControl.
Andr? Hentsc...
2016 Nov 25
0
Wine release 1.9.24
...n().
wordpad: Use return value of LoadStringW() instead of calling lstrlenW().
winhttp: Use return value of sprintf() instead of calling strlen() and simplify code.
Carlos Garnacho (1):
winex11: Always use the client pointer for raw events.
Daniel Lehman (6):
shlwapi: Make ParseURL case-insensitive.
urlmon: Fix buffer overflow in parse_canonicalize.
opengl32: Set last error on invalid hdc to wglCreateContextAttribsARB.
opengl32: Set last error on invalid share in wglCreateContextAttribsARB.
gdi32: Initialize rgbReserved to zero in SetDIBColorTable....
2009 Oct 23
0
Wine release 1.1.32
....
jscript: Don't use VARTYPE as is in literal_t.
jscript: Separate flags parsing from regexp creating.
jscript: Create regexp object when evaluating regexp literal.
msxml3: Store xmlnode structure instead of pointer in node implementations.
shlwapi: Properly handle ParseURL errors in UrlGetPart[AW].
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLA.
shlwapi: Make more strict restriction for URL scheme and fix error handling in ParseURLW.
shlwapi: Added ParseURL[AW] tests.
jscript: Added SetProperty(SCRIPTP...
2016 Jun 24
0
Wine release 1.9.13
...setupapi/tests: Fix a typo in comment.
winemac.drv: Fix a typo in WARN() message.
André Hentschel (4):
kernel32/tests: Fix a typo.
advapi32/tests: Allow MACHINE\Software to be owned by local system.
advapi32/tests: Allow Win8+ flags for Admins ACE.
mshtml/tests: Allow ParseUrl to clear buffer on Win10.
Austin English (2):
kernel32: Implement GetLargePageMinimum.
kernel32: Implement GetLargePageMinimum for arm.
Bruno Jesus (1):
ws2_32: Ensure default route IP addresses are returned first in gethostbyname.
Béla Gyebrószki (1):
wined3d: Add Nvidia...
2011 Apr 01
0
Wine release 1.3.17
...the EXT_blend_color extension definitions.
wined3d: Fix the EXT_blend_subtract extension definitions.
wined3d: Get rid of the ARB_imaging extension.
Hwang YunSong (1):
comdlg32: Update Korean resource.
Jacek Caban (6):
mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries.
mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.
mshtml: Event handler may be al...
2019 May 24
0
Wine release 4.9
...windowscodecs/tests: Add some tests for IMILBitmap and IMILBitmapScaler interfaces.
windowscodecs: Correct IWICBitmapScaler::CopyPixels() error for not initialized case.
windowscodecs: Simplify some IMILBitmapScaler forwarders.
urlmon: Add support for PARSE_UNESCAPE to CoInternetParseUrl.
urlmon: Add ShouldShowIntranetWarningSecband stub.
urlmon: Add GetIUriPriv stub.
urlmon: Add CoInternetGetBrowserProfile stub.
urlmon/tests: Add a test for ProtocolCF_CreateInstance not supporting aggregation.
urlmon: If ProtocolCF_CreateInstance doesn't support a...
2007 Mar 02
0
Wine release 0.9.32
...Fix module ref counting.
itss: Fix opening streams with back slashes.
itss: Fix handling URLs with back slashes and escaped URLs.
itss: Added test of paths with back slashes and escaped URLs.
itss: Added IInternetProtocolInfo interface stub implementation.
itss: Added ParseUrl implementation.
itss: Added CombineUrl implementation.
urlmon: Check if protocol object implements IInternetProtocolInfo interface.
hhctrl.ocx: Merge chm.h and webbrowser.h to hhctrl.h.
hhctrl.ocx: Declare strdupAtoW in hhctrl.h and use it instead of duplicated *ANSIToUnicod...
2009 Sep 25
0
Wine release 1.1.30
...HTMLElement2::attachEvent implementation.
mshtml: Added HTML events test.
mshtml: Make empty string is a valid overflow style.
mshtml: Improve debug messages for timer invocation.
mshtml: Added JSProtocol class factory stub implementation.
mshtml: Added JSProtocolInfo::ParseUrl implementation.
mshtml: Added JScriptProtocolInfo::QueryInfo implementation.
mshtml: Added javascript protocol tests.
mshtml: Store body event target in window object.
mshtml: Added IHTMLWindow2::onbeforeunload property implementation.
mshtml: Added IHTMLWindow2::onloa...