Michael Stefaniuc
|
8d73c16345
|
urlmon/tests: Fix typo in an ok() message.
|
2012-05-25 13:44:57 +02:00 |
Jacek Caban
|
096eeb1a1e
|
urlmon: Added empty hash URIs comparing tests.
|
2012-02-11 14:49:15 +01:00 |
Jacek Caban
|
2ce15be5fa
|
urlmon: Added more mk: combining tests.
|
2012-02-09 09:39:41 -06:00 |
Jacek Caban
|
051cb8e625
|
urlmon: Properly handle relative URIs with specified host in combine_uri.
|
2012-01-31 13:49:18 +01:00 |
Jacek Caban
|
1aa9389eaf
|
urlmon: Relative URI without scheme may be treated as hierarchical.
|
2012-01-31 13:49:14 +01:00 |
Piotr Caban
|
c1fb15d1f8
|
urlmon/tests: Added Uri IMarshal_UnmarshalInterface tests.
|
2012-01-16 18:17:48 +01:00 |
Piotr Caban
|
c6a72ce150
|
urlmon/tests: Added Uri IMarshal_MarshalInterface tests.
|
2012-01-16 18:17:48 +01:00 |
Piotr Caban
|
76a30f6b68
|
urlmon/tests: Added Uri IPersistStream_Load tests.
|
2012-01-13 18:17:40 +01:00 |
Piotr Caban
|
18f932cd1c
|
urlmon/tests: Test uninitialized IUri object.
|
2012-01-13 18:17:38 +01:00 |
Piotr Caban
|
3f837b0c9a
|
urlmon/tests: Added Uri IPersistStream_Save tests.
|
2012-01-12 16:10:19 +01:00 |
Francois Gouget
|
3c3a4740ca
|
include: Add a couple of missing include directives in windows.h.
Rename a variable to avoid a conflict with the Unknown enumeration value.
Define WIN32_LEAN_AND_MEAN to avoid conflicts caused by the SetPort macro.
|
2011-12-15 10:49:18 +01:00 |
Jacek Caban
|
d4d51a489e
|
urlmon: Added file URIs compare tests.
|
2011-11-25 16:22:38 +01:00 |
Jacek Caban
|
1fb705de62
|
urlmon: Don't set is_opaque for file URIs in validate_components.
|
2011-11-16 16:59:59 +01:00 |
Jacek Caban
|
1183577150
|
urlmon: Get rid of create_todo_* from uri_equality struct.
|
2011-11-16 16:59:54 +01:00 |
Andrew Eikum
|
31853fc203
|
urlmon: Improve parsing of SCHEME_MK URIs.
|
2011-11-15 19:37:34 +01:00 |
Thomas Mullaly
|
2784e1aced
|
urlmon: Improved IUri support for wildcard URLs.
|
2011-10-10 13:29:33 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Jacek Caban
|
8fcf7013bc
|
urlmon: Store URI host len in parse_ipv4address before further parsing.
|
2011-07-26 16:28:55 +02:00 |
Jacek Caban
|
e722268d53
|
urlmon: Added support for javascript URIs.
|
2011-07-22 15:44:32 +02:00 |
Jacek Caban
|
e6bc4cea2c
|
urlmon: Added more CreateURLMoniker* tests.
|
2011-06-24 08:50:24 -05:00 |
Jacek Caban
|
6862697acb
|
urlmon: Fixed handling empty URIs.
|
2011-06-23 09:52:50 +02:00 |
Jacek Caban
|
ebf9f12c29
|
urlmon: Make sure to include query part of relative URI containing path in combine_uri.
|
2011-05-12 18:22:21 +02:00 |
André Hentschel
|
47a44f61e2
|
urlmon/tests: Add another case to IUri tests.
|
2011-03-28 18:35:20 +02:00 |
Austin English
|
da3feee905
|
urlmon/tests: Make sure to use a return value (LLVM/Clang).
|
2011-02-14 13:33:33 +01:00 |
Jacek Caban
|
4454770cbc
|
urlmon: Call remove_dot_segments on path opaque for mk: protocol.
|
2011-01-21 16:21:37 +01:00 |
Thomas Mullaly
|
c63cf7014b
|
urlmon/tests: Fixed memory leak in tests (valgrind).
|
2011-01-17 12:51:35 +01:00 |
Jacek Caban
|
d34bbb2b52
|
urlmon: Fixed IUriBuilderFactory declaration.
|
2011-01-04 11:11:49 +01:00 |
Thomas Mullaly
|
4e1ff0b8cd
|
urlmon: Added pluggable protocol support to CoInternetParseIUri.
|
2010-12-09 12:17:01 +01:00 |
Thomas Mullaly
|
875f1e939c
|
urlmon: Implemented IUriBuilderFactory interface.
|
2010-12-07 11:39:16 +01:00 |
Thomas Mullaly
|
5ca3215204
|
urlmon: Implemented PARSE_ANCHOR and PARSE_LOCATION for CoInternetParseIUri.
|
2010-12-05 12:28:36 +01:00 |
Thomas Mullaly
|
4a9d2d43fe
|
urlmon: Implemented PARSE_DOMAIN for CoInternetParseIUri.
|
2010-12-03 11:08:30 +01:00 |
Thomas Mullaly
|
500e4fae7c
|
urlmon: Implemented PARSE_SITE for CoInternetParseIUri.
|
2010-12-03 11:08:26 +01:00 |
Thomas Mullaly
|
a77f159019
|
urlmon: Implemented PARSE_SCHEMA for CoInternetParseIUri.
|
2010-12-03 11:08:21 +01:00 |
Thomas Mullaly
|
1788099321
|
urlmon: Implemented PARSE_URL_FROM_PATH for CoInternetParseIUri.
|
2010-12-03 11:08:16 +01:00 |
Thomas Mullaly
|
221331e72b
|
urlmon: Implemented PARSE_PATH_FROM_URL for CoInternetParseIUri.
|
2010-12-03 11:08:07 +01:00 |
Thomas Mullaly
|
6a459d1117
|
urlmon: Implemented PARSE_DOCUMENT for CoInternetParseIUri.
|
2010-11-29 11:26:29 +01:00 |
Thomas Mullaly
|
81c274a5f0
|
urlmon: Added implementation for PARSE_ROOTDOCUMENT for CoInternetParseIUri.
|
2010-11-29 11:26:23 +01:00 |
Thomas Mullaly
|
6d996f32a5
|
urlmon: Implementation for PARSE_FRIENDLY in CoInternetParseIUri.
|
2010-11-29 11:26:17 +01:00 |
Thomas Mullaly
|
8cf81d912f
|
urlmon: Added implementation for PARSE_CANONICALIZE in CoInternetParseIUri.
|
2010-11-29 11:26:10 +01:00 |
Thomas Mullaly
|
bc71921f36
|
urlmon: Added stub for CoInternetParseIUri.
|
2010-11-29 11:25:00 +01:00 |
Alexandre Julliard
|
bbf0af4543
|
urlmon/tests: Avoid sizeof in traces.
|
2010-11-17 15:08:08 +01:00 |
Thomas Mullaly
|
41c58b5a2a
|
urlmon: Added pluggable protocol support to CoInternetCombineUrlEx.
|
2010-11-15 14:55:50 +01:00 |
Thomas Mullaly
|
90738c3464
|
urlmon: Implemented CoInternetCombineUrlEx.
|
2010-11-15 14:55:47 +01:00 |
Thomas Mullaly
|
4d9d4b10e0
|
urlmon: Added stub for CoInternetCombineUrlEx.
|
2010-11-15 14:55:44 +01:00 |
Michael Stefaniuc
|
0f21814bbe
|
urlmon/tests: Escape '\' in C strings (sparse).
|
2010-11-10 12:18:29 +01:00 |
Thomas Mullaly
|
dffc9d312e
|
urlmon: Improve IUri support of res URIs.
|
2010-11-09 11:45:54 +01:00 |
Thomas Mullaly
|
5213135e18
|
urlmon: CoInternetCombineIUri uses pluggable protocols.
|
2010-11-09 11:45:41 +01:00 |
Thomas Mullaly
|
89670f9c01
|
urlmon/tests: Fixed some IUri tests that used hard coded values to use Uri_HOST.
|
2010-11-08 11:56:12 +01:00 |
Jacek Caban
|
68272bac31
|
urlmon: Compute expected Uri_HAS_* flags from property arrays.
|
2010-11-04 13:10:29 +01:00 |
Thomas Mullaly
|
290aca1b19
|
urlmon: Implemented case when relative URI has a path that doesn't start with '/'.
|
2010-11-03 14:44:50 +01:00 |