This is such a fairytale retelling of history. Firefox was well on the way to crushing IE. It was the whole reason Microsoft re-kick started IE development again. Firefox was the dominant browser in 2008. Safari was the browser pushing ahead on performance and being lightweight except in JavaScript. So Google took WebKit and added their own JS engine to it so that Gmail and their office suite could compete with Micro…
We Need Chrome No More
191–200 of 536 posts
Re: We Need Chrome No More
#192Safari killed flash in favor of HTML 5.
How quickly everyone likes to forget.
Re: We Need Chrome No More
#193Wait, is this accurate? I remember back when Chrome was released, people were talking about how it used parts of both WebKit and Gecko, and the exact specs of which rendering was used changed based on the website.
I remember not liking Chrome the moment it came out. Google had poured money into Firefox for years and then suddenly came out with (an initially) closed source competitor. Sure it's open source now, but it didn't start that way, and was a slap in the face to the Mozilla project.
Re: We Need Chrome No More
#194Other browsers need to catch up to Chrome with their development tools. I'd be happy to use Safari or Firefox for development, but... - 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 a…
>- I can't inspect WebSocket frames in anything except Chrome. For what it's worth, WebSockets show up as type 'Other' in the inspector, and the frames are listed under 'Preview'. Edit: Safari.
Re: We Need Chrome No More
#195Here's hoping. The proliferation of browser standards has made this appear a more daunting task as time has gone by. There was a point where if you built a good DOM, javascript engine, and a layout engine and had a reasonable ability to fetch resources, you could bootstrap a browser. That's how Konquerer got there. But now, I think we're past that point -- if your browser can't do native video conferencing and opengl…
I have a better idea: build a new browser for a new web that is designed with decades of hindsight and isn't as bogged down in all the stupid legacy crap that the current web is. Then port Chromium to it as a portal to the legacy web.
Re: We Need Chrome No More
#196Re: We Need Chrome No More
#197- Isolating tabs
- Seamless upgrades (seriously, why does Firefox STILL ask on startup if I'd like to wait and install an update?)
- Syncing between devices
- Performance (which at the time was largely terrible)
Most of this still holds true, at least for me, so I see myself using Chrome for years to come.
Re: We Need Chrome No More
#198It took 2 years for IE to get 20% [1], and I wouldn't describe IE 1-3 as "fast and thoughtfully designed". I think the lesson here is simply that big tech companies with an established channel for reaching users can boost market share faster than open-source non-profit projects.
[1]: https://en.wikipedia.org/wiki/Internet_Explorer#/media/File:...
Re: We Need Chrome No More
#199I 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…
Polar is an app for managing your reading. It also supports advanced features like caching web pages locally, annotating PDFs, tagging the documents you're reading, etc.
It's based on Electron and I've been going deep into Chrome internals as well as experimenting with Chrome extensions.
It's definitely a double edges sword here but I think there's an overly negative view of Chrome and/or having one platform.
Chrome is owned by Google. However, Chromium is Open Source.
Electron wouldn't exist without Chromium and there are other browsers based on Chromium.
I don't really see the benefit of duplicating things for the sake of duplicating them.
A lot of Firefox fans here argue that Firefox provides an alternative to keep us safe.
Safe from what? Chromium? It's Open Source?
Do we really need a duplicated HTML renderer? It's not like Chromium is going to vanish.
There's the argument that most Chromium developers are employed by Google - but not if Mozilla employs them.
It's always possible for fork these things.
Re: We Need Chrome No More
#200Earlier quoted context omitted.
Sorry to break this to you, but as a web developer you should only care about standards, otherwise you have no standards. The standards are a single source of truth for your production, if you build solely to a single browsers quirks (in this case Chrome) then those quirks can change at any time.
My standard is the browser ~95% of my users use. It's the only meaningful one. I still fix FF bugs when they come in (it seems to be a bigger offender than IE recently) but developing for Chrome first is the only approach which makes business sense.