API request: Adding WebEngine.userAgent (original) (raw)

Vasiliy Baranov vasiliy.baranov at oracle.com
Thu Nov 1 08:55:53 PDT 2012


So, for WebEngine to send out the below system-dependent value, what should be the value of the WebEngine.userAgent property? null? That makes sense to me. It also makes sense for the WebEngine.userAgent property to default to null then.

-- Vasiliy

On 01.11.2012 19:14, Peter Zhelezniakov wrote:

From: Werner Lehmann<lehmann at media-interactive.de> Makes sense. I suggest to use a different defaultValue though ;-) Yep, thanks for noticing. I think I'll remove this line. The default value is system dependent. E.g. on Linux it is Mozilla/5.0 (Linux x8664) AppleWebKit/537.2 (KHTML, like Gecko) JavaFX/8.0 Safari/537.2 Compare that to Chrome's ID: Mozilla/5.0 (X11; Linux x8664) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.52 Safari/536.5 or Safari's on Mac: Mozilla/5.0 (Macintosh; Intel Mac OS X 1068) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2 So we follow the pattern used by other Webkit-based browsers, report proper version of Webkit, and proudly mention JavaFX at the same time ;)



More information about the openjfx-dev mailing list