Earlier quoted context omitted.
I use FF for Vimperator/Pentadactyl. There's no equivalent in Chrome (and never will be because of Chrome's design choices), and it makes every other browser's interface feel hopelessly pedestrian to me now.
Precisely. I was a diehard chrome-lover until I tried pentadactyl. Now I realize that any tiny reduction in perceived speed (not due to slower JS or loading, but probably some of chrome's UI speed tricks) is made up for by the lack of a context switch between terminal and browser.
Firefox 15 plugs the add-on leaks
61–70 of 125 posts
Re: Firefox 15 plugs the add-on leaks
#62I am very happy that the Firefox team has finally managed to lick this issue. When at every occasion I used to raise this issue, the typical Mozilla Evangelist would answer: "It is because of the add-ons". My counter to this was that the whole Raison d'être for Firefox is its add-ons community. You cannot claim that there are great benefits to this approach while simultaneously ignoring the problems caused by it. Bet…
>One is closed source Actually, so is Chrome.
Re: Firefox 15 plugs the add-on leaks
#63Earlier quoted context omitted.
> If you use a lot of tabs and don't close your browser for long periods of time Chrome is vastly superior to Firefox (and all other browsers) in terms of memory use and stability. But not in terms of ui, tabs shrink till they hold no text in chrome instead of scrolling like in firefox.
I love the way chrome handles tabs, especially the way they shrink. The icon is enough to distinguish it and even if there is no icon for that page you already know its appromixmate position and can quickly find it (which you just can't when everything scrolls and you have no idea where you are). The firefox tab scroll feature is probably the feature I hate the most, in any browser (yes, you can disable it - but bad…
I remember Firefox used to have the bad behaviour like chrome(back in the 1.5 days) and I would occasionally use an IE shell called crazy browser to do my extremely many tab surfing(I also used 2 browsers partially so I could surf something else while 70+ political blogs or webcomics were loading since browsers tended to freeze for a long time on that back in those days).
Re: Firefox 15 plugs the add-on leaks
#64> Leaky add-ons usually cause zombie compartments by holding references to DOM structures within a web page even after the page has been closed or navigated away from. This prevents Firefox from garbage-collecting the page’s compartment. If an add-on relies on persistent references to closed pages by design (such as a form data history plugin), is there a way to adapt it to this new feature to not let Firefox sever i…
No.
Re: Firefox 15 plugs the add-on leaks
#65One of the issues I've seen people complain about is having to close Firefox after a few days. I understand you shouldn't HAVE to close a program, but how are people using their browsers that this becomes such an huge problem?
Re: Firefox 15 plugs the add-on leaks
#66Earlier quoted context omitted.
Firefox lost market share because Chrome was a leaner, faster, and better browser. I have started to hear more stories about folks switching back to Firefox because a lot of their issues with the browser have been fixed. And based on independent review sites like Tom's Hardware, there is no longer an appreciable gap in the performance of Firefox and Chrome. As regards market share, Firefox's market share would be in…
"I have started to hear more stories about folks switching back to Firefox because a lot of their issues with the browser have been fixed" There was a time, some number of releases ago (a year ago?) when FF's memory problems became too much for me, and I used Chrome(ium). I never liked it, personal preference. Finally some time within that last year FF became acceptable again, then more than acceptable, and I came ba…
Re: Firefox 15 plugs the add-on leaks
#67Re: Firefox 15 plugs the add-on leaks
#68Re: Firefox 15 plugs the add-on leaks
#69That's a cool blog post, and kudos to the Mozilla people, but I have to wonder about the mindset of the user whose stuck with Firefox even as his setup was unusable to the point of needing to install a restart button add-on . I mean, I know from being habituated to a given routine, but that seems particularly self defeating behaviour, especially considering that decent alternatives to Firefox exist?
Re: Firefox 15 plugs the add-on leaks
#70Earlier quoted context omitted.
Nowadays Firefox typically uses less memory than Chrome (though of course this depends on exactly what you measure and how). It's highly debatable which is faster -- this depends even more on how you measure -- but Chrome certainly isn't miles ahead. Chrome may have all the extensions you currently use, but Firefox still has a lot more; perhaps the next one you'd find useful will be Firefox-only. None of which means…
If you use a lot of tabs and don't close your browser for long periods of time Chrome is vastly superior to Firefox (and all other browsers) in terms of memory use and stability. Even if you don't use any add-ons at all. I've always taken issue with Firefox, it has the broadest support and community centered around add-ons - but if you actually use any add-on the browser becomes completely useless. I've been bitten s…
That has been the opposite of my experiences, I am sitting on 100 tabs with 800MB of memory used in firefox. Sometimes I have 200+ with 1.5 GB of ram used.
Actually, just looking at chrome://memory-redirect/ in Chrome, it compares firefox's and chrome's memory usage. Chromium 1,394,260k 877,088k (about 40 tabs) Firefox 889,576k 62,692k (about 100 tabs).
Now this is on Linux, but I haven't used Firefox on windows recently to compare properly. One good explanation for all this is that the tab-per-process model means that you have a memory overhead for each process, so you naturally have more memory usage per tab.