Alexandre Julliard pushed to branch master at wine / wine
Commits: a2e573be by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil: Add IUriRuntimeClassFactory stub.
- - - - - f99e7ea6 by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil: Implement uri_factory_CreateUri().
- - - - - 0e5646ed by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil: Implement uri_RawUri().
- - - - - 8734c9db by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil: Add uri_AbsoluteUri() semi-stub.
Use raw URI as absolute URI for now. To make it fully compliant with RFC 3986 and 3987, we need to implement a parser and reconstruct the absolute URI from parts.
- - - - - bc82bbdc by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil/tests: Add IUriRuntimeClassFactory tests.
- - - - - ee4bc76c by Zhiyi Zhang at 2024-11-05T14:04:10+01:00 iertutil/tests: Add IUriRuntimeClass tests.
- - - - -
11 changed files:
- configure - configure.ac - + dlls/iertutil/Makefile.in - + dlls/iertutil/classes.idl - + dlls/iertutil/iertutil.spec - + dlls/iertutil/main.c - + dlls/iertutil/private.h - + dlls/iertutil/tests/Makefile.in - + dlls/iertutil/tests/iertutil.c - dlls/wintypes/classes.idl - include/windows.foundation.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1b6a8e64af57cb37df4f9d128af259...