﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
175	Fix WebKit useragent string	rudi		"Currently our WebKit identifies itself as:

{{{
Mozilla/5.0 (Unknown; U; OS/2; en-US)  ....
}}}

We should use the same semantics for platform and subplatform as Firefox does:

{{{
Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8.1.21) ....
}}}


It's located file src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp. We might need some way to determine the OS version.

"	defect	closed	minor	Qt 4.6.3	General	4.6.2	low	fixed		
