Sweden-Number/dlls/urlmon
Gabriel Ivăncescu 6843cecb53 urlmon: Return the currently set user agent when 'version' is invalid.
ObtainUserAgentString returns the currently set (custom) user agent unless
the version requested is a valid one (7, 8, ... 11, or 7 | UAS_EXACTLEGACY),
in which case it uses that version to build the user agent.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-04-11 21:14:59 +02:00
..
tests urlmon: Return the currently set user agent when 'version' is invalid. 2022-04-11 21:14:59 +02:00
Makefile.in
axinstall.c
bindctx.c
binding.c
bindprot.c
download.c
file.c
format.c
ftp.c
gopher.c
http.c
internet.c
mimefilter.c
mk.c
protocol.c
resource.h
sec_mgr.c urlmon: Use I width modifier instead of casting to DWORD. 2022-04-06 23:07:20 +02:00
session.c urlmon: Return the currently set user agent when 'version' is invalid. 2022-04-11 21:14:59 +02:00
umon.c
umstream.c
uri.c urlmon: Use I width modifier instead of casting to DWORD. 2022-04-06 23:07:20 +02:00
urlmon.inf
urlmon.rc
urlmon.rgs
urlmon.spec mshtml: Always return the custom user agent if it has been set. 2022-04-11 21:14:53 +02:00
urlmon_main.c urlmon: Add basic implementation of MapBrowserEmulationModeToUserAgent. 2022-04-11 21:14:48 +02:00
urlmon_main.h
urlmon_urlmon.idl
usrmarshal.c