Is Google Burying Firefox With User Agent Strings?
41–50 of 72 posts
Re: Is Google Burying Firefox With User Agent Strings?
#42AFAIK, the chrome user agent switcher extension only changes the agent on a JS level. You can't change what is being sent to the server due to limitations in the extension API. This explains the Adsense warning because the server-side part of the framework used (gwt) is seeing a different user agent than what the client part is seeing. Granted, UA sniffing is bad practice on either client or server side, but if you d…
I would be surprised to have an internet company as big as google screw up pipelining. How likely is that?
Re: Is Google Burying Firefox With User Agent Strings?
#43if (document.querySelector('h1').innerHTML.match(/^Is .*\?$/)) { console.log('Probably not.') }
if (document.querySelector('.title a').innerHTML.match(/^Is .*\?$/)) { console.log('Probably not.') }
(HN's markup is terrible, it doesn't use headers)
Re: Is Google Burying Firefox With User Agent Strings?
#44You shouldn't care which browser it is, you should care what features it supports (or doesn't).
Re: Is Google Burying Firefox With User Agent Strings?
#45AFAIK, the chrome user agent switcher extension only changes the agent on a JS level. You can't change what is being sent to the server due to limitations in the extension API. This explains the Adsense warning because the server-side part of the framework used (gwt) is seeing a different user agent than what the client part is seeing. Granted, UA sniffing is bad practice on either client or server side, but if you d…
I would be surprised to have an internet company as big as google screw up pipelining. How likely is that?
Re: Is Google Burying Firefox With User Agent Strings?
#46Re: Is Google Burying Firefox With User Agent Strings?
#47Another potential possibility: Ubuntu Firefox is Mozilla's Firefox coupled with arbitrary modifications by the Ubuntu developers. In principle I respect Ubuntu's position and desire to make things right by their users. But in practice, having been in the same relationship as an author of Chrome for Linux I can tell you that it's always dangerous to have people who aren't browser developers make modifications to a bro…
408 chromium/chromium-20.0.1123.4.ebuild
349 firefox/firefox-12.0.ebuild
42 rekonq/rekonq-0.9.2.ebuild
98 midori/midori-0.4.5.ebuild
90 epiphany/epiphany-3.4.1.ebuild
61 conkeror/conkeror-1.0_pre20120223.ebuild
64 dillo/dillo-3.0.2.ebuildRe: Is Google Burying Firefox With User Agent Strings?
#48Re: Is Google Burying Firefox With User Agent Strings?
#49Another potential possibility: Ubuntu Firefox is Mozilla's Firefox coupled with arbitrary modifications by the Ubuntu developers. In principle I respect Ubuntu's position and desire to make things right by their users. But in practice, having been in the same relationship as an author of Chrome for Linux I can tell you that it's always dangerous to have people who aren't browser developers make modifications to a bro…
Maintaining Chromium packages on Linux is a nightmare. Here's the line count for different browser packages on Gentoo: 408 chromium/chromium-20.0.1123.4.ebuild 349 firefox/firefox-12.0.ebuild 42 rekonq/rekonq-0.9.2.ebuild 98 midori/midori-0.4.5.ebuild 90 epiphany/epiphany-3.4.1.ebuild 61 conkeror/conkeror-1.0_pre20120223.ebuild 64 dillo/dillo-3.0.2.ebuild
Re: Is Google Burying Firefox With User Agent Strings?
#50It could just be connection problems/wifi playing up/whatever, badly timed to coincide with the tests. I'm not sure this is much evidence really... Google previously have been all for an open and competitive browser market (part of the reason they started Chrome), they're not Microsoft in that regard, and I doubt they have some code somewhere along the lines of "if (!chrome) redirect_to_the_pentium_ii_in_the_basement…
I believe that code might go something more like
> if (!SPDY-capable) redirect_to_regular_somewhat_overloaded_http_load_balancers_without_resetting_client_ttl_value();