I enjoyed this post, but I take issue with the idea that Chrome was initially adopted, or served, "to break the Web free from corporate greed." Chrome's appeal was primarily technical. Each tab got its own process and could crash without taking down the entire browser. No one else had this at the time, and it was a big deal because Flash was still widespread so sites were even less stable than they are today. Luckily…
> Chrome's appeal was primarily technical Among the tech crowd, probably. For the remaining 99.99% of users, absolutely not. Chrome's appeal came from the pervasive advertisement campaigns, from the bundling strategy with other pieces of software, for the pre-installation on new computers or from the ads on Google SEarch homepage.
We Need Chrome No More
31–40 of 536 posts
Re: We Need Chrome No More
#32Extensions. I am now locked into Chrome because several services I use require Chrome extensions that aren't available elsewhere. The idea that Chrome can be unseated, or isn't needed, is unrealistic for the many users who rely on Chrome-exclusive extensions.
You should be using as few extensions as humanly possible, and looking to remove extensions whenever you can.
(I currently use one, the EFF's Privacy Badger, though Firefox's new Tracking Protection makes it somewhat redundant, and I may not keep it forever.)
Re: We Need Chrome No More
#33Weird flex suggesting Vivaldi, given that it's proprietary and there are other open source Chromium forks.
I must I am quite happy with Vivaldi at the moment, but a true open source browser would make me even happier.
I did try to use Firefox Developer Edition for a while, but despite being a step in the right direction, I must say I prefer the chromium developer tools.
Re: We Need Chrome No More
#34- I can't disable CORS in Firefox (yes, sometimes you have to disable CORS rather than modify the Allow-Origin header response, for example if you need to test against a production backend) (and, no, CORS Everywhere is not a sufficient solution).
- I can't inspect WebSocket frames in anything except Chrome.
- Safari does not allow self-signed certs over WSS (and there's no way to override it).
- Safari does not respect System-wide APC Config for Proxies.
There's a handful of other issues. Both Safari and Firefox do do things well, and often better than Chrome. For example, Firefox tends to actually handle standards correctly, whereas Chrome tries to be overly forgiving. And Safari's Develop and Debug menus are easily the best and quickest way to disable CORS or JavaScript, and examine service workers.
Unfortunately, some of the above issues are blockers.
I can test with Firefox on staging or in production, but not being able to test up front during development really impacts compatibility testing.
If another browser was as good or better for development, I'd be happy to use it.
Re: We Need Chrome No More
#35I enjoyed this post, but I take issue with the idea that Chrome was initially adopted, or served, "to break the Web free from corporate greed." Chrome's appeal was primarily technical. Each tab got its own process and could crash without taking down the entire browser. No one else had this at the time, and it was a big deal because Flash was still widespread so sites were even less stable than they are today. Luckily…
> Chrome's appeal was primarily technical Among the tech crowd, probably. For the remaining 99.99% of users, absolutely not. Chrome's appeal came from the pervasive advertisement campaigns, from the bundling strategy with other pieces of software, for the pre-installation on new computers or from the ads on Google SEarch homepage.
It's not really possible to separate out the effects of advertising from the effects of the product actually being better. Maybe I installed chrome because I saw an ad, but I stopped using firefox because it was clear that chrome was better. The fact that you're emphasizing ads over the very real performance advantages just means you've got an axe to grind.
Re: We Need Chrome No More
#36> Ten years ago, we needed Google Chrome to break the Web free from corporate greed How? It never stops puzzling me why anyone thoght Chrome would be any different. Somehow less corporate.
It hasn’t shifted. It’s always been there.
Re: We Need Chrome No More
#37Weird flex suggesting Vivaldi, given that it's proprietary and there are other open source Chromium forks.
Re: We Need Chrome No More
#38Re: We Need Chrome No More
#39Re: We Need Chrome No More
#40> developers are increasingly shunning other browsers in their testing and bug-fixing routines. If it works as intended on Chrome, it’s ready to ship. That's me. Sorry, but I just can't be bothered to support every browser's quirks. I check Firefox every once in a while, but really, I don't mind losing a few users if it means significantly less maintenance and testing for me. It's like complaining that developers are…
Developing against Chrome is exactly "support every browser's quirks" instead of developing against the actual standards (usually Firefox has the truest implementation of which).
Is there an "objective" test for standards compliance these days, like the good ol' acid test was for the box model? I agree with this sentiment, but only anecdotally - I'd like to see something concrete to back it up.