Earlier quoted context omitted.
> Chrome's appeal was primarily technical. Each tab got its own process and could crash without taking down the entire browser. Curious, I remember speed being the primary reason. Google invented V8 (the javascript engine), with some pretty decent optimizations and a well-working JIT on i386/amd64 platforms. At the time when chromium came out, it handled some JS-heavy applications very nicely that Firefox struggled w…
I'm surprised there aren't more people on here who moved to chome for the dev tools. That is what moved me over there. Firebug was great in it's day but at some point Chrome's dev tools just became too much better to make staying on Firefox possible.
We Need Chrome No More
251–260 of 536 posts
Re: We Need Chrome No More
#252The problem with these articles is that the recommendation always ends up just preaching to the choir: people who already switched away from Chrome nod in appreciation, but people who haven't switched literally get nothing out of these posts to convince them to switch to what is basically the same application made by a different company, with completely different conventions on where everything is, without any concre…
Re: We Need Chrome No More
#253Earlier quoted context omitted.
I've used firefox and never bothered with chrome as a daily driver. The speed issue is entirely marketing driven. Nobody cares about a few tenths of a second of load times until the ads were shoving stats down our throats that chrome was so much faster Firefox is and has always been perfectly adequate, except maybe for a few html5 canvas type apps.
It wasn’t entirely market driven. Chrome was collectively faster, smoother and tab crashes were isolated which was critical back then. My dad was firmly middle aged when it came out and was very attached to Firefox. After a few debates we did some very unscientific desktop-to-page render comparisons as well as loading some pretty js heavy sites and chrome beat Firefox handily. He still took a while to come around and…
Re: We Need Chrome No More
#254This 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…
Firefox was never the dominant browser. Neither was it on its way to crushing IE. You my friend are recalling a fairytale.
Re: We Need Chrome No More
#255I 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. Each tab got its own process and could crash without taking down the entire browser. Curious, I remember speed being the primary reason. Google invented V8 (the javascript engine), with some pretty decent optimizations and a well-working JIT on i386/amd64 platforms. At the time when chromium came out, it handled some JS-heavy applications very nicely that Firefox struggled w…
Re: We Need Chrome No More
#256Earlier quoted context omitted.
Don't see Google pausing Chrome's development for 4 years like Internet Explorer.
I honestly don't remember what the last time was Chrome introduced some cool new feature in Chrome. Maybe the PDF reader?
Re: We Need Chrome No More
#257Firefox has >10% market share, it's not like anybody can ignore 10% of users. So this article to me sounds like pure content marketing for Firefox.
Re: We Need Chrome No More
#258The problem with these articles is that the recommendation always ends up just preaching to the choir: people who already switched away from Chrome nod in appreciation, but people who haven't switched literally get nothing out of these posts to convince them to switch to what is basically the same application made by a different company, with completely different conventions on where everything is, without any concre…
>"with completely different conventions on where everything is" ...what?
These are things to which we technically minded can easily adapt, but for the less technically literate it's bewildering, confusing, and possibly enough to make them angry.
Re: We Need Chrome No More
#259Earlier quoted context omitted.
> Chrome's appeal was primarily technical. Each tab got its own process and could crash without taking down the entire browser. Curious, I remember speed being the primary reason. Google invented V8 (the javascript engine), with some pretty decent optimizations and a well-working JIT on i386/amd64 platforms. At the time when chromium came out, it handled some JS-heavy applications very nicely that Firefox struggled w…
I'm surprised there aren't more people on here who moved to chome for the dev tools. That is what moved me over there. Firebug was great in it's day but at some point Chrome's dev tools just became too much better to make staying on Firefox possible.
Re: We Need Chrome No More
#260Other 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…