Earlier quoted context omitted.
> But I think asm.js is so much of a better idea that there's no reason to support NaCl - asm.js does everything it's supposed to do but better. A key focus of NaCl and asm.js is performance, and IIRC most benchmarks are showing NaCl with somewhere between a 25%-33% additional overhead over native C, and asm.js with somewhere in the neighborhood of 100% additional overhead, so I don't think I can quite agree that asm…
Those statistics are misleading. The asm.js numbers count compilation time, while the PNaCl numbers don't.
Here’s Why Firefox is Still Years Behind Google Chrome
141–150 of 175 posts
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#142Earlier quoted context omitted.
Non-profits find it culturally difficult to pay Google-level salaries to developers perhaps?
That's certainly part of it. Non-profits generally cannot compete with Google in terms of cash. But are there other ways for them to try and attract or otherwise develop talent? Perhaps their current model is insufficient. It's interesting to see that Mozilla has become more involved with Samsung as a technology development partner. Perhaps that is one model.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#143He gives a bunch of "ways" in which FireFox is (in his opinion) behind Google Chrome. The only "reason" (why) he gives is mentioned very briefly: > With so many former Firefox developers now working on Chrome at Google, perhaps it makes sense that the innovation has been happening in Chrome, not Firefox. The real question we should be asking is what happened to investment in FireFox? Why has mozilla had a hard time r…
Non-profits find it culturally difficult to pay Google-level salaries to developers perhaps?
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#144This article is, in my opinion, not very good. It documents areas where Firefox differs from Chrome, yes, but it fails to make the case why I should care. * I don't want a multi-process architecture, I want it so one tab can't kill my entire browser. If Firefox can get there in a different way than Chrome, so much the better. * I don't care whether or not my browser utilizes certain Windows features, since I run Linu…
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#145Earlier quoted context omitted.
Non-profits find it culturally difficult to pay Google-level salaries to developers perhaps?
I think its more that non-profits find it financially difficult to pay Google-level salaries to developers.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#146Earlier quoted context omitted.
It's the really small things that annoy me about Firefox. For example, in gmail, when writing an email, I can't hit cmd+right arrow to go to the end of a line. And because links are set to open in a new window, I can't cmd+click them to open them in the background.
Agreed about the small things. I'll never understand why they decided to put the ctrl+F find dialog at the very bottom of the window. It trips me up almost every time I use Firefox, which isn't often. The vast majority of computer users are not conditioned to look down immediately after invoking find.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#147Earlier quoted context omitted.
But don't threads generally share memory? So therefore if a thread crashes, it can totally screw up all the other tabs still.
mtgox was talking about scalability, not stability.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#148This article is, in my opinion, not very good. It documents areas where Firefox differs from Chrome, yes, but it fails to make the case why I should care. * I don't want a multi-process architecture, I want it so one tab can't kill my entire browser. If Firefox can get there in a different way than Chrome, so much the better. * I don't care whether or not my browser utilizes certain Windows features, since I run Linu…
Why wouldn't you want a multi-process architecture? It's bad enough that so many apps can utilize the quad core CPU's we have in our PC's. At least the browser is one app that can fully take advantage of multiple cores, unlike most apps out there.
Just that a multiprocess architecture may not be the only way to solve the problem, and if Firefox devs believe they can provide equivalent stability without switching to a multiprocess architecture, I won't ding them just because they can't tick a checkbox that Chrome ticks.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#149Earlier quoted context omitted.
I think its more that non-profits find it financially difficult to pay Google-level salaries to developers.
Sorry, I thought it was common knowledge that the Mozilla Foundation gets a huge income stream from Google. $300million / year until 2014 according to Wikipedia.
And the whole point of Google paying Mozilla is that that money is less than the search revenue Google derives from people using Mozilla's browser, which also suggests that its less per user than Google would derive from people using Google's browser -- or, IOW, that the the Google has more to gain by spending additional money on development, assuming they acheive as much in terms of attracting users.
Re: Here’s Why Firefox is Still Years Behind Google Chrome
#150This article is, in my opinion, not very good. It documents areas where Firefox differs from Chrome, yes, but it fails to make the case why I should care. * I don't want a multi-process architecture, I want it so one tab can't kill my entire browser. If Firefox can get there in a different way than Chrome, so much the better. * I don't care whether or not my browser utilizes certain Windows features, since I run Linu…
Multiprocess is also important for security. It means that simply finding a renderer exploit isn't enough to pwn your system if the renderer processes have no privileges to write/execute arbitrary files.