Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-27 Thread Brent Fulgham
Hi Colin, > On Apr 26, 2018, at 8:57 AM, Colin Bendell | +1.613.914.3387 > wrote: > > […] images to a device. I have a laundry list of other examples where the > server might actually know more than the client to prevent a) a broken > user experience and b) prevent cellular data waste. Would y

Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-27 Thread Ricky Young
I can totally understand your intentions, it feels like that in 2018 UA should not be a relevant piece of information, and especially not be a factor in the decision if a server should serve a website to a certain request. But UA is how the Internet currently works. Correct me if I'm wrong, but it

Re: [webkit-dev] New iOS versions sending bogus User-Agent build data

2018-04-27 Thread Colin Bendell
On 26 April 2018 at 14:25, Ali Juma wrote: > It's worth noting that https://bugs.webkit.org/show_bug.cgi?id=182629 added > back the OS version to the UA string, at least on trunk (the reasons given > there, in https://bugs.webkit.org/show_bug.cgi?id=182629#c6, sound exactly > like those mentioned

[webkit-dev] why webkitgtk called "wayland" or "x11“ graphic backed directly?

2018-04-27 Thread tugouxp
Hi: i am a new beginner of of webkit, i meet a problem when i review the code of webkitgtk-2.18.6. in directory ./webkitgtk-2.18.6/Source/WebCore/platform/graphic i see there are two graphic backend "PlatformDisplayX11" and "PlatformDisplayWayland" are inherited from webcore class PlatformD