Anyone know if the memory problems that everyone was complaining about in v1.5 is fixed for 2.0?
Re:Memory
by
apollosfire
·
· Score: 5, Informative
As reported before, Firefox does not have memory problems - it has a feature that is very memory intensive.
To disable this feature, do the following:
1. type about:config in you address bar
2. scroll down to browser.sessionhistory.max_total_viewers
3. set its value to 0 (zero)
Re:Memory
by
Anonymous Coward
·
· Score: 5, Funny
Firefox does not have memory problems - it has a feature that is very memory intensive.
So install Leak Monitor. Then you can see the cause of the most severe memory leaks: poorly coded extentions.
Whenever you close a tab or window and a leak is detected, you'll get a message about it. I used it for a few days and discovered several minor extentions I'd been using were causing some very large leaks.
-- The road to tyranny has always been paved with claims of necessity.
So install Leak Monitor. Then you can see the cause of the most severe memory leaks: poorly coded extentions.
Can anyone explain how this happens. All(?) extensions are written in XUL using javascript right? How is it possible to create a memory leak using javascript. The garbage collector of the javascript engine should get rid of unused allocated memory right? Is it the javascript engine that has leaks? Or is it just the definition of memory leak taken very broadly?
Uh, Dunno about windows n stuff, but Firefox on X has major memory problems, like never freeing pixbufs it stores in the X server. Your "fix" does nothing to solve this.
Sorry, but poorly designed caching is a memory leak. I shouldn't have to restart my browser because it is taking 700mb of memory (no lie). Especially when I only have one window open.
Everytime a Firefox article gets posted, I see someone post a hack to fix the memory leak problem. I've tried every one of them and none of them fix it on my end. The only externsion I'm running is Google's Toolbar. Regardless though, no one except the most hardcore Firefox users would ever know to look in about:config to turn off this "feature". And they shouldn't have to either.
And that would be wrong (otherwise extensions wouldn't be portable across platforms). All extensions are written in pure Javascript/XUL. The real nasty bit is that the Javascript can (and usually does) call back into the runtime using XPCOM, and as a result, the Javascript can generate memory leaks by allocating resources and not freeing them.
Extensions exist in a global context for the process. They can maintain a permanent reference to objects that are never used again, and should otherwise be freed. They may also create cyclic references, in which one or more objects contains references to each other. This creates a situation where the objects are not referenced by an accessible code path, and the reference count can never drop to zero. The result is a leak, and it is an inherint weakness simple of reference counting garbage collection.
Even web pages can create circular JavaScript references that result in leaks. FF isn't alone in this area either. IE has always been vulnerable to memory leaks via JavaScript, theirs are just confined to bad pages. However, FF 3 will have a cycle detector that identifies unused cyclic references and frees the objects. But that still won't fix sloppy extensions that hang on to large objects for no goood reason.
In my experience, Plugins are pretty bad too. They operate outside the scope of the garbage collection and often don't clean up after themselves. For instance, my installation of Acrobat eats up a large chunk memory just for loading, and doesn't let it go after I navigate away from the page. The PDF Download extension helps, but it isn't perfect.
As reported before, Firefox does not have memory problems - it has a feature that is very memory intensive.
And as mentioned before there are bugs for memory leaks that predate the fast back-forward feature. And to say that memory probelms are all becuase of this feature is revisionist history.
Sorry to contradict, but you are incorrect. Extensions can be written in any any language that supports XPCOM bindings, and many are not portable across platforms.
Then I shall amend my statement for both you and the other poster. The vast *vast* majority of extensions are written in Javascript, with a few exceptions.
It just needs to maintain references to unused objects or create cyclic references.
Certainly, but I don't believe most extension leaks are caused by such things, as they're rather difficult to trigger in practice. As far as I'm aware, most leaks caused by extensions are due to interactions with the XPCOM layer.
Firefox does not have memory problems - it has a feature that is very memory intensive
So why does this "feature" remain the default?
To disable this feature, do the following: 1. type about:config in you address bar 2. scroll down to browser.sessionhistory.max_total_viewers 3. set its value to 0 (zero)
This is something less than obvious or user friendly. Unlike the advanced options that can simply be checked and unchecked in IE's "Internet Options."
Re:Memory
by
Mistshadow2k4
·
· Score: 4, Informative
Poorly coded extensions definitely are the biggest memory leak problem. I was using forecastfox for a while and Firefox was leaking like a rusty bucket, even with the sessionistory fix. One day, forecastfox popped up with the latest temperature over an hour after I'd closed Firefox. I uninstalled it right then and Firefox has been pretty well-behaved memory-wise ever since; I haven't seen it's memory usage go over 85 mb.
Also, this fix helps too:
1. Open Firefox and go to the Address Bar. Type in about:config and then press Enter.
2. Right Click in the page and select New -> Boolean.
3. In the box that pops up enter config.trim_on_minimize. Press Enter.
4. Now select True and then press Enter.
5. Restart Firefox.
-- I dream of a better world... one in which chickens can cross roads without their motives being questioned.
For instance, my installation of Acrobat eats up a large chunk memory just for loading, and doesn't let it go after I navigate away from the page. The PDF Download extension helps, but it isn't perfect.
Try the Foxit PDF Reader http://www.foxitsoftware.com/pdf/rd_intro.php It loads instantly.
For instance, my installation of Acrobat eats up a large chunk memory just for loading, and doesn't let it go after I navigate away from the page.
I don't know about Linux, but under Windows Acrobat Reader stays memory resident even after you navigate away from the PDF that originally launched the plugin; look for the acrord32.exe process in Task Manager. It dies if you close the last "real" Reader window (which also kills all PDFs open in browser windows!), but not if you close a PDF open in the plugin.
If Firefox is using 700 MB of RAM, it's almost certainly not a cache that's causing the memory use. You can check how much RAM the memory cache is uing by going to about:cache. You can make sure the bfcache is using only a little memory by visiting eight simple pages, one after the other.
I would suspect Google Toolbar, which many Firefox users report leaks memory.
-- What a fool believes, he sees, no wise man has the power to reason away.
You're having a serious problem with Firefox that the vast majority of Firefox users aren't seeing. I recommend completely uninstalling Firefox, reinstalling it, and creating a new profile. That will likely fix the problem.
-- What a fool believes, he sees, no wise man has the power to reason away.
You're having a serious problem with Firefox that the vast majority of Firefox users aren't seeing. I recommend completely uninstalling Firefox, reinstalling it, and creating a new profile. That will likely fix the problem.
Er... Everyone I've ever talked to who runs Firefox on linux has told me that they've got creeping memory leaks that will eat all of their RAM given time. None of them have been able to fix it through reinstallation shenanigans. Maybe the people you've been talking to just close their browser every half-hour so they never have a chance to run into problems? There's a memory leak, and it sucks. Badly.
Couple of questions
by
caluml
·
· Score: 3, Interesting
Slightly off topic, but probably the best place to ask:
Is anyone having a problem with recent versions where the URI autocomplete sometimes doesn't work, even if it's an address you often go to (e.g. google.com).
Or when you click on a tab, it doesn't "release" fast enough, and start moving the tab around?
Re:Couple of questions
by
ezdude
·
· Score: 2, Interesting
I have some similar problems, but not exactly those. I often find that when I click on a previously visited link from the URL drop-down list, it doesn't go to that site. Also, one thing that annoys the heck out of me is that when I try to close PDF's, which are in separate tabs, it takes forever. I don't know if this is a Firefox issue or Adobe, but it seems worse in more recent versions of Firefox.
Re:Couple of questions
by
aussersterne
·
· Score: 4, Insightful
Yesssss! The I-didn't-mean-to-drag thing drives me nuts. In fact, general UI slowness is the thing that keeps me from using Firefox instead of Konqueror a lot of the time.
I know that my processor is "only" 1.3 GHz, but I swear there was a time when a gigahertz-plus CPU was enough to operate a GUI smoothly. But maybe I'm remembering incorrectly...
He concludes, "So overall, Opera seems to be the fastest browser for windows. Firefox is not faster than Internet Explorer, except for scripting, but for standards support, security and features, it is a better choice. However, it is still not as fast as Opera, and Opera also offers a high level of standards support, security and features."
Wilton-Jones tested both version 1.0 and version 1.5 of Firefox. Does anyone have any thoughts on the performance of version 2.0?
Re:Browser Speed
by
Killshot
·
· Score: 2, Interesting
The difference is often more than half a second, for a while the difference could be as much as 10 minutes on orbitz.com. I'm not sure if it was something fixed in a recent firefox update or if orbitz did something to their code.
Re:Browser Speed
by
Dlugar
·
· Score: 2, Informative
View: Toolbars: Customize
Then click on whichever toolbar ("control bar") you want to change, and change "Placement" to top/left/right/bottom/off. I have the tab bar at the top, then the address bar, and the status bar at the bottom. (No other toolbars visible. Since the address bar has forward/back/reload I don't like wasting screen real-estate with a "control bar".) Opera is probably the most configurable UI I've used--I guess you just have to know.
-- Computer Go: Writing Software to Play the Ancient Game of Go
Re:Browser Speed
by
jesser
·
· Score: 2, Informative
Firefox 2 won't have many performance improvements over Firefox 1.5, since Firefox 2 is a frontend release. Most of the speed improvements that have gone into the trunk since Firefox 1.5 won't be shipped to end-users until Firefox 3.
One major exception is the work on memory leaks. Firefox 1.5.0.x releases have been getting the simpler (less risky) leak fixes, and it looks like Firefox 2 will get most of the less simple memory leak fixes that are going into the trunk, including the nsIDOMGCParticipant work that fixes the large leaks with Gmail and most Greasemonkey scripts.
-- The shareholder is always right.
Re:Browser Speed
by
fdicostanzo
·
· Score: 2, Interesting
>> You may be interested to note the correct spelling of the....
I was in agreement with you til about here. When you start commenting on silly grammer and spelling it looks to me that your grasping desperately.
Not everyone speaks English as a first language and, IMO, its the ideas that are more important. Stick with commenting on those.
Frank
-- Synergies are basically awesome, and they're even better when you leverage them. -PA
Re:Browser Speed
by
toddestan
·
· Score: 3, Informative
I guess it depends on what metric you want to use to measure speed. I've been using Opera for quite a while, and what really annoys me about just every other browser is how they like to redraw/reload the page when you use the back and forward buttons. Opera doesn't do that - rather the back and forward buttons are instant because Opera has the rendered page still in memory. Because of this, Opera overall seems a lot faster to me than the other browsers, despite the fact that is a bit slower to load, and it really isn't any faster when it comes to rendering pages.
Re:Browser Speed
by
wheany
·
· Score: 2, Interesting
There is Adblock in latest Operas. Right-click on the page and select "block content".
CoralCDN - just in case
by
Anonymous Coward
·
· Score: 4, Informative
Re:Here's something to fix
by
Anonymous Coward
·
· Score: 2, Informative
As the developer working to fix this particular bug, I can say that it will hopefully be fixed in Firefox 2, and that there are working patches to do this right now, but they currently suffer from some leaks and other issues. If you're lucky, you'll get to see this in beta 1.
Close button at same tab
by
omeg
·
· Score: 5, Informative
Okay, so now they placed the close tab button on the active tab itself. I've heard of that being planned. I, however, really don't like that myself. Does anyone know if it's possible to turn off? Because if not, I'm not switching.
There's no reason to not let the user be able to pick the old way of handling a UI functionality that a reasonable amount of people don't agree with.
Re:Close button at same tab
by
ElleyKitten
·
· Score: 5, Informative
Okay, so now they placed the close tab button on the active tab itself. I've heard of that being planned. I, however, really don't like that myself. Does anyone know if it's possible to turn off? Because if not, I'm not switching
There's an extension for the alpha already that turns it off.
I like extensions, but sometimes it seems like you have to have 80 of them just to get options that seem like they should be common sense.
-- "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
Re:Close button at same tab
by
Tx
·
· Score: 2, Interesting
Because one man's common sense is another man's stupidity, and they want to avoid having the million configuration options necessary to cater for everybodys views. Having some people need a handful of extensions to tweak the things that bother them, while only having a small number of core configuration options is actually a much neater solution IMHO.
Personally I've been using the TabX extension to get a close button on my tabs since I started using Firefox, having the close button attached to the thing it closes seems like common sense to me;), so I won't even notice that change.
-- Oh no... it's the future.
Re:Close button at same tab
by
Anonymous Coward
·
· Score: 2, Interesting
"Having some people need a handful of extensions to tweak the things that bother them, while only having a small number of core configuration options is actually a much neater solution IMHO."
Pardon, but are you fstupid? The number of people who hate the completely redundant, spacewasting, cluttering and annoying usage of close buttons on every tab are hardly counted in the "some" people category. Try "lots" instead. I bet you are one of those gnome-heads, since this smacks of the "You-will-use-the-spatial-view-and-we-are-teh-1337 -devs-so-shut-up" attitude.
Thank God you can disable that crap in opera.. I guess that makes it bloated from your pov, right?
Re:Close button at same tab
by
Ramze
·
· Score: 2, Insightful
I open about 50 windows at a time, and I like being able to close them all as i read through them with one button in a static position. I don't know where you get the assumption the developers let everyone vote and the majority of the users picked a close button on each tab. No one ever asked my opinion or gave me the option to vote, and I think having a close button for each tab is horrendous. I'm only guessing, but I bet the developers looked at other tab implimentations and went with this because it's similar to other implimentations and works for people who only use a few tabs at a time. I'll be using an extension to turn this off and maybe if enough people use the extension, they'll build the option in to change the interface. I doubt it'd be a huge amount of code to include in the release, but you go ahead and flame on w/ your opponent poster if you like.
Re:Close button at same tab
by
glens
·
· Score: 2, Interesting
Ha! Ha!
Just wait until all those people who clamored for the feature actually get a chance to try it. I predict there will be an uproar to either revert or at least provide a prominent optional choice.
Either that or yet more bloat will be required to immediately recall recently-closed tabs.
Konqueror has been an absolute dream for so long now that Firefox isn't even on my radar.
The big question is...
by
Anonymous Coward
·
· Score: 2, Interesting
..will 2.0 be released before 1.5 is marked stable for x86 in portage? Seriously, how's SVG support comming along? Last I checked they couldn't add SVG to the accept header because of issues with the rendering backends.
Re:winter release
by
n0-0p
·
· Score: 4, Insightful
Scheduled for sometime this winter (or summer in the North Hemisphere)
Don't forget that your summer is somebody's winter.
Although I vastly prefer Opera, anything that can help decrease market share of IE and its broken everything is good.
-- We are Turing O-Machines. The Oracle is out there.
Slashdot will never be the same
by
Anonymous Coward
·
· Score: 2, Funny
A new spell-checking feature has been added. Text entered in multiline text boxes is automatically checked for mistypes words, for single line text boxes, you must ask for it (right-click, Spell check this field). Words not found in the dictionary are marked with a red underline.
It's about time they incorperated a spell checker! Vary nice.
Re:Slashdot will never be the same
by
kfg
·
· Score: 2, Insightful
vim, an application commonly run from the commandline, has gotten spellchecking as well. This actually bugs me a bit. I already have shell level spellchecking. Now I've got an extra wheel to haul around.
I suppose the next version will have an embedded MTA.
Hey guys, remember that "Unix Way(tm)" thingy? There was a reason for it. How about a little cooperation between the wheel makers?
KFG
Re:Public Download?
by
yogikoudou
·
· Score: 3, Informative
Download manager still broken?
by
edxwelch
·
· Score: 5, Insightful
Fixfox and mozilla are unable to resume downloads across sessions. In other words if you have to reboot the PC for any reason, you will have to start that 300mb download from scratch. This bug has been outstanding for several years. There are numerous other missing features in the download manager, just compare to the download manager in Opera.
Re:Download manager still broken?
by
msuarezalvarez
·
· Score: 2, Informative
And Fielding et al. made the HEAD method: and it was so.
Firefox with extensions
by
spudnic
·
· Score: 4, Interesting
Just about everything in the review is available now, and has been for quite awhile, through extensions?
It seems that future development of firefox should be on the core application and let the extension developers handle the pretty stuff.
--
load "linux",8,1
Re:Firefox with extensions
by
Surt
·
· Score: 2, Insightful
I think the problem with that philosophy is that downloading the 'right' set of plugins to get a good experience is too challenging (for most users). You really do want your users to download, once, a package of stuff that yeilds a great experience, so that your reviews will be nice an glowingly positive. Hence, we'll always want to see the best features of the most popular plugins make their way into the core browser.
-- "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
Re:Dumbed down again
by
Kroc
·
· Score: 3, Interesting
"I don't care that I'll get modded down for criticizing Firefox." No, you're trolling. Criticizing would mean you had some semblence of an idea about what you were talking about, which you clearly do not.
"Too bad neither the fanboys nor the development team realizes this" Yes they do. Firefox is being simplified in order to appeal to the greater market. You know, the ones who make up 85% of the market and matter alot more than you do. IE is a simple browser, it's one of its successes, and Firefox aims to be something that IE users can feel comfortable switching too without being bombarded with anal retentive geek features. Firefox can be customized and as geeky and powerful as you want it to be with extensions, so how simple it is is up to you.
Since version 1.5 it hardly leaks at all. Firefox has high memory requirements, complain about that if you must but stop spinning your tired, ignorant, uniformed, arrogant bullshit. K, thnx.
I just went trhough the changelog...
by
giorgiofr
·
· Score: 3, Insightful
... and there's not a single feature in FF 2 that hasn't been in Opera for ages. The FF team is slacking - they're not innovating anymore. Not that they OWE me anything, of course. Just saying.
-- Global warming is a cube.
Re:I just went trhough the changelog...
by
chrisgeleven
·
· Score: 2, Insightful
Question is, does Opera do these features better or will Firefox?
It isn't so much who had what feature first, it is who does it best. How hard is it to understand that?
Re:I just went trhough the changelog...
by
Anonymous+Brave+Guy
·
· Score: 2, Insightful
If history is anything to go by, then probably Opera will. Sometimes, you do get what you pay for, and while Firefox is a great improvement over IE in many respects, it's been trailing Opera for several years IMHO.
-- If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
Re:I just went trhough the changelog...
by
Lisandro
·
· Score: 5, Informative
Question is, does Opera do these features better or will Firefox?
It does. I like Firefox a lot, but i'm not blind - every single feature that it's available in both and works better in Opera. With a fraction of the memory usage, and much faster to boot. Much more stable too - i only had Opera hangning on me a couple of times (both on Windows and Linux) - when it happens, it promptly apologizes and offers you to open the windows you were browsing at the moment of the crash. Priceless!
Also, Oprera has a shitload of functionality not available on FF or not needing extensions (gesture browsing, searches in the url bar, etc...). Those are the reasons it has been my main browser of choice for years now.
Re:I just went trhough the changelog...
by
jb.hl.com
·
· Score: 2, Informative
Sometimes, you do get what you pay for, and while Firefox is a great improvement over IE in many respects, it's been trailing Opera for several years IMHO.
FYI, Opera is free (as in beer for the pedants) now.
-- By summer it was all gone...now shesmovedon. --
Re:I just went trhough the changelog...
by
xigxag
·
· Score: 4, Interesting
Too bad there's no way to mod a post as "potentially life changing." I've been putting off trying out Opera since before it went free. Your post made me decide to give it another try, and so far (admittedly only an hour or so of heavy surfing) I love it. I was able to get it to connect to my banking site. It does phpbb better than FF. My machine seems about 50% faster, and memory use is something like 200 megs lower than my FF installation.
Most importantly, I didn't have to install any extensions to get it to work acceptably.
If there's one functionality that should be built into FF 2.0, there should be a brainless way to export and import your extensions, forms, passwords and bookmarks in one "FF2go" zipped bundle so that when you reinstall it on another computer, you can get started right away with your old configuration.
-- There are two kinds of people: 1) those who start arrays with one and 1) those who start them with zero.
use a permalink...
by
Val314
·
· Score: 4, Insightful
Your right! It's hard to bare all the miss steaks people right on this sight, the new firefox will help a lot!
Search plugin order
by
cpt+kangarooski
·
· Score: 4, Insightful
Fucking dammit.
Why the hell are there buttons ('Move Up' and 'Move Down') for reordering the search plugins. They should be able to be dragged and dropped. It's not like the developers can't do this; the bookmarks can be. Why not this?
(It would also be nice for Firefox and Mozilla to understand URL files generated by IE. Safari seems to manage.)
-- --
This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
Re:Search plugin order
by
hswerdfe
·
· Score: 3, Funny
yes, one of these things is topical in the current thread.
Firefox has numerous serious focus problems that continue to be ignored.. I hope they fix them in version 2 but I don't hold out much hope given that they've been ignoring them for years. It seems the devs are mouse-only users. A lot of the problems occur when keystrokes are used to open windows, close windows, etc.
Firefox steals focus constantly under enlightenment. Older versions of Firefox (0.8) do not have the problem.
XUL in Python?
by
Dausha
·
· Score: 2, Interesting
So, does the 2.0 series allow XUL coding in Python instead of Javascript. I have heard about this for some time. However, I've not heard what 'live' Firefox version would start offering this sweet gem.
-- What those who want activist courts fear is rule by the people.
Re:Questions . Features.
by
zlogic
·
· Score: 2, Informative
XUL is a layer, allowing Firefox and its extensions create widgets. All the widgets that are requested from XUL are rendered with the appropriate toolkit: GTK on Linux, MFC (I think) on Windows and Cocoa (not sure) on OS X. This allows Firefox to use the native toolkit on all platforms and allows extension to be used on any platform without rewriting anything.
Re:For new users
by
plover
·
· Score: 4, Informative
Currently, there is no way to close a tab without first selecting it.
I used to think this too, which is why I used to use the TabX extension. However, since at least Firefox 1.5 I've been able to "middle-click" a tab to close it (without giving it focus.) Once I learned that, TabX was gone.
The parent was unfairly labelled a troll. I love the Firefox browser, and use it all the time. But it and Thunderbird have a lot of annoying, quick to fix problems that could have been fixed, and are often actively ignored. If you want a real list of stuff that is broken, we could start with the parent poster's list, which seems somewhat valid, and continue from there...
1. Under the XP home theme (reduced functionality without reason) - No "Block images from this server" in context menu - available in Mozilla forever, this prevents kids from seeing the constant AdultFriendFinder crap that comes up on some non-pornographic sites.
2. On my system, it does seem to be smaller and faster than Mozilla, though I am not sure about the new Seamonkey developments. I tried it when they first started, and their first task was apparently to introduce lots of bugs and change the icon to something they created in Microsoft Paint. Not impressed with their priorities.
3. Renamed to Firefox - Wow. This was a bad move. I get a questioning look almost every time I bring up the "better browser to use" argument to businesses. Plus, everyone ends up calling it Foxfire. There are too many "cool" names involved. Mozilla was hard enough to explain, but at least I could connect it to Netscape's mascot (since people still remember Netscape). But Firefox, Firebird, Phoenix, Thunderbird and SeaMonkey? Surely someone came up with something better, but it was turned down as too practical. Think about the words "Internet Explorer" or "Netscape". The title describes the function.
4. Memory leaks - Running latest Firefox Stable build for Win32, one window, no tabs, no extensions, haven't visited any sites with Java, one Live Bookmark (default BBC World News thing). Browsing around for a few hours, memory use creeps up by several megs. Even as I type this (watching Task manager, memory has gone from 37,??? to 39,132. Weird.
5. Incomplete, annoying interface - Well, I would call a "resume button that has not ever apparently worked an annoying interface feature. I would also say that losing favicons for no apparent reason is annoying. No built-in function for removing or re-ordering search engines (you shouldn't need an extension for this simple task.
6. Offtopic Thunderbird complaint - Signatures now have a stupid "--" in grey that cannot be turned off, and the signature is in grey too (no option to disable) which has annoyed countless customers. Some people don't feel like typing their own name 50 times a day. Email is not Newsgroups. Don't try to make it that way.
7. Memory usage is now up to 40,648. Eventually, Firefox will crash on me. Not a huge deal for me (I used Mozilla M9, M10, etc. all the time). But pretty lame for a browser that has had this much development time. No, it's not just this machine either. 40,860 now.
So stop modding people as troll, just because they didn't feel like they should have to type all this junk out, when the accusations hold water.
Vidar
-- The brains of a chicken, coupled with the claws of two eagles, may well hatch the eggs of our destruction.
Re:Mod Parent Up
by
dcam
·
· Score: 2, Interesting
I'll add one:
8. Bookmark sorting. Mozilla from about 3 years ago (or more!) used to do this perfectly. I'd like to sort bookmarks by name, with all the folders at the top. Firefox doesn't support this. The only way to do this aside from manually editing the bookmarks file is to import them into Mozilla, sort them and export to Firefox.
-- meh
Re:Mod Parent Up
by
complete+loony
·
· Score: 2, Insightful
"... quick to fix problems..."
Right, written any complex software lately?
Something that might look easy to fix from the user's perspective may break assumptions that have been made in the code and require a significant amount of rework / refactoring to change.
If you really think it's that easy to fix the problem, hunt down the bug in the code and fix it. While I know this sounds like the typical linux developer reaction, I can sympathise with the sentiment. Most open source devs are not paid to fix bugs. While they might fix things that directly affect them, any other issues will go onto the end of a long list of other priorities.
Thankfully firefox seems to have the support of developers who will eventually get around to fixing such issues, but it's still a question of priorities.
-- 09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
Re:Mod Parent Up
by
DRM_is_Stupid
·
· Score: 2, Informative
Bookmarks can be sorted from the contextual menu, but now it only sorts one folder at a time. Firefox used to do global + recursive sorting, regardless of which folder the context menu came from. To many, this was an unexpected behaviour and too much of a change for an undoable edit, so the behaviour was modified.
Re:I'll switch, but only ...
by
Jussi+K.+Kojootti
·
· Score: 2, Informative
Just a note to TBE users: Anyone using Tabbrowser extensions should stay silent when the next Firefox-is-a-memory-hog flame fest ensues -- it has been one of the worst culprits in that area...
so I'll just keep asking...and getting no answer
by
Tumbleweed
·
· Score: 4, Interesting
Multi-threaded UI yet? Anybody? Anybody?
Bueller?
The longer this is put off, the harder I suspect it's going to be to put it, due to a more complicated codebase.
Lay the foundation first, folks, PLEASE.
You are looking for RetroFind
by
MarkByers
·
· Score: 2, Interesting
Oh wait, you want a way to do this with one hand. Err, can't help you there, I'm afraid.
-- --
Trinity in high heels carrying a whip:
The donimatrix - there is no spoonerism
Where are the rants?
by
suv4x4
·
· Score: 2, Insightful
Firefox 2's key new features:
1. the close button was moved to each tab 2. you can spell check forms.. and various other minor features
I'm still excited about it and realistic regarding the fact that getting a product of that importance out the door ain't easy.
Something is missing though. When IE7 was announced, we had hordes of Slashdotters rant how the upgrade is totally trivial just adding tabs and skinning the interface, and how Microsoft is idiotic and IE7 will be just the same piece of shit.
Where are those hordes of Slashdotters now when FF2.0 doesn't seem to live up to what was initially announced, with major features delayed or cut forever?
Or is being objective too hard for most of you, immature ranting pests:)?
Haha, hope some of you have their filter set at -1 to read this one;)
Re:Where are the rants?
by
ClamIAm
·
· Score: 2, Informative
Wow, why not try and read the thread, bud? Nearly every other top-level post is a complaint that X wasn't fixed or that feature Y isn't in this release. I realize it's easy to get a +5 by making a righteously indignant post. Unfortunately, your claims don't reflect reality in the least.
Re:Kill The Download Manager
by
Tim+C
·
· Score: 2, Interesting
it gets dog slow if the list gets long
In my experience, it gets pretty damn slow after the list hits a couple of dozen items; not what I would call long by any means.
Re:so I'll just keep asking...and getting no answe
by
The+One+KEA
·
· Score: 4, Informative
Darin Fisher did this on the trunk in bug 326273. The complexity of the repair, as you surmised, means that Firefox 3.0 will be the first consumer release to contain these changes.
-- SCREW THE ADS! http://adblock.mozdev.org/
Proud user of teh Fox of Fire - Registered Linux User #289618
Right Click Printing Here Yet?
by
jammindice
·
· Score: 2, Insightful
I would personally like a friggin r-click option to print. I mean every other thing i use has a r-click option to print. Not just web browsers but regular applications have options to print or print preview. This is a pretty damn ignorant thing to do, this is supposed to be open source so that you can configure it "your way" and they refuse to add it. Bug 204519
What might be better though is an entire context menu options preferences page that allows you to select what options/dividers you want and where. They already have this for the bookmark toolbar folder and bookmarks in general. INASD (i'm not a Software Developer) so i wouldn't know the first thing about wrighting something like that, though i would if i could. I just think it would make a lot of people happier, hell they could even leave off the print option for a default install.
Well enough ranting, if your like me, they made an extension for printing from the r-click context menu here: Right Click Firefox Extension
-- -
My uid ends in 69...
here are you dl links
by
mikefitz
·
· Score: 2, Informative
Direct download links, as requested: ftp.mozilla.org/pub/mozilla.org/firefox/releases/b onecho/alpha1
Re:Memory-- collective? Contradictory?
by
bunratty
·
· Score: 3, Informative
Yes, there are memory leaks in Firefox. However, they are generally so subtle that you don't notice them until you've had Firefox open continuously for a week. The problems people are referring to as "Firefox memory leaks" are generally not memory leaks, or are leaks caused by extensions, not leaks that exists in Firefox itself.
-- What a fool believes, he sees, no wise man has the power to reason away.
Spell: Firefox 2 and Vim 7 uses OpenOffice Dicts
by
herodiade42
·
· Score: 2, Insightful
Well in fact that's not many "differents wheels", rather the contrary !
Vim 7.0 uses the OpenOffice.org dictionnaries (and OOo algos to take the power of them). That's why we had 40 supported languages yet at the release.
And that's exactly what happened to FF 2: it took the well done work from OOo and based he speelcheck feature on that strong base (see http://dictionaries.mozdev.org/), again, that why he support yet 40 languages.
So the morality ?
I would like that reviewers put this common OOoDict heritage more in perspective, so people willing to contribute on a dictionnary could know where to start. There many more languages needed to be supported (so: any contribution will benefit at least OOo, vim 7 and firefox). Amen.
Any idea of a WebDav (WebFolders) capability? Then I would not need IE at all!
-- You want a signature? You can't handle a signature!!
So why version 2.0?
by
Trogre
·
· Score: 2, Insightful
Where are the major changes to warrant a full major version increment?
We've just had a massive jump from 1.1 to 1.5 with little improvement. Why aren't they calling this version 1.6?
-- "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
Re:So why version 2.0?
by
Gogo+Dodo
·
· Score: 2, Insightful
Because version numbers don't mean anything nowadays. Back in the day, they used to mean something. Now the version numbers are just marketing.
Re:Questions . Features.
by
_xeno_
·
· Score: 2, Informative
Nope. XUL is rendered using the same rendering engine that renders the webpages.
Simplest way to prove this is to install the DOM inspector and poke around the various XUL elements and corresponding CSS rules. Another way is to note the differences between how Firefox widgets work on Windows XP and how actual Windows XP widgets work.
First off, Firefox menus do not fade in and out like Windows menus do. When you open a menu, it's supposed to fade in. Selecting a menu options should cause the menu to fade out, with the selected menu options fading out slower than the rest of the menu. Firefox menus just appear and then vanish.
Next off, on the Options screen, group labels in Firefox are black. They should be blue (in the default blue Windows XP theme). Drop-down menus should slide down when clicked, they don't.
Under GNOME when I used it, Firefox screwed up the menus in one theme, but none of the others.
Anyway, XUL is rendered with the exact same engine that renders webpages. Mozilla just implemented some non-standard CSS rules that indicate that certain CSS blocks should be drawn like native widgets. But they most certainly are not rendered using native widgets.
-- You are in a maze of twisty little relative jumps, all alike.
... I use spell-check and it doesn't help me at all, you insensitive cold!
-- $ touch.signature
If the bugs are not fixed, why roll out 2.0?
by
Wolfier
·
· Score: 2, Insightful
Here are the important ones.
1. plugins should have their own thread priorities. Ever wonder why a lot of Flash applets can slow down Firefox but not IE? IE runs flash applets in a lower priority thread than the UI.
2. actions on file types should not have anything greyed out. people should be able to choose custom actions based on MIME type, extensions, or both, and there must be a text box to type the application path, plus its parameters.
3. cancelling a save of a file over something with the same name should take you back to the dialog to rename the file, not cancelling the action altogether.
4. Find toolbar closes on its own after a *hardcoded* 5 second timeout.
If you check the conversations on bugzilla, the developers don't seem to like to listen at all.
Re:FLASH creates the snail experience
by
toadlife
·
· Score: 2, Funny
"Just say NO to flash."
In FreeBSD flash says no to you.
-- I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
Anyone know if the memory problems that everyone was complaining about in v1.5 is fixed for 2.0?
Slightly off topic, but probably the best place to ask:
Is anyone having a problem with recent versions where the URI autocomplete sometimes doesn't work, even if it's an address you often go to (e.g. google.com).
Or when you click on a tab, it doesn't "release" fast enough, and start moving the tab around?
Still the best browser though.
Get your own free personal location tracker
but it will not filter postings that are the first ones automatically, will it?
This release must be renamed Firefox 8 to be better than IE
He concludes, " So overall, Opera seems to be the fastest browser for windows. Firefox is not faster than Internet Explorer, except for scripting, but for standards support, security and features, it is a better choice. However, it is still not as fast as Opera, and Opera also offers a high level of standards support, security and features. "
Wilton-Jones tested both version 1.0 and version 1.5 of Firefox. Does anyone have any thoughts on the performance of version 2.0?
http://mozillalinks.blogspot.com.nyud.net:8090/
Early versions of FF allowed me to Find text anywhere on a page, including inside textareas.
That's been broken for years now. I don't care about how it renders RSS, I want basic functions to unsuck.
Okay, so now they placed the close tab button on the active tab itself. I've heard of that being planned. I, however, really don't like that myself. Does anyone know if it's possible to turn off? Because if not, I'm not switching.
There's no reason to not let the user be able to pick the old way of handling a UI functionality that a reasonable amount of people don't agree with.
..will 2.0 be released before 1.5 is marked stable for x86 in portage? Seriously, how's SVG support comming along? Last I checked they couldn't add SVG to the accept header because of issues with the rendering backends.
Although I vastly prefer Opera, anything that can help decrease market share of IE and its broken everything is good.
We are Turing O-Machines. The Oracle is out there.
A new spell-checking feature has been added. Text entered in multiline text boxes is automatically checked for mistypes words, for single line text boxes, you must ask for it (right-click, Spell check this field). Words not found in the dictionary are marked with a red underline.
It's about time they incorperated a spell checker! Vary nice.
Yes, get it here.
Fixfox and mozilla are unable to resume downloads across sessions. In other words if you have to reboot the PC for any reason, you will have to start that 300mb download from scratch.
This bug has been outstanding for several years.
There are numerous other missing features in the download manager, just compare to the download manager in Opera.
Just about everything in the review is available now, and has been for quite awhile, through extensions?
It seems that future development of firefox should be on the core application and let the extension developers handle the pretty stuff.
load "linux",8,1
"I don't care that I'll get modded down for criticizing Firefox."
No, you're trolling. Criticizing would mean you had some semblence of an idea about what you were talking about, which you clearly do not.
"Too bad neither the fanboys nor the development team realizes this"
Yes they do. Firefox is being simplified in order to appeal to the greater market. You know, the ones who make up 85% of the market and matter alot more than you do. IE is a simple browser, it's one of its successes, and Firefox aims to be something that IE users can feel comfortable switching too without being bombarded with anal retentive geek features. Firefox can be customized and as geeky and powerful as you want it to be with extensions, so how simple it is is up to you.
Since version 1.5 it hardly leaks at all. Firefox has high memory requirements, complain about that if you must but stop spinning your tired, ignorant, uniformed, arrogant bullshit. K, thnx.
... and there's not a single feature in FF 2 that hasn't been in Opera for ages. The FF team is slacking - they're not innovating anymore. Not that they OWE me anything, of course. Just saying.
Global warming is a cube.
like this one- aka-firefox-2-alpha-2-review.html
http://mozillalinks.blogspot.com/2006/05/bon-echo
if you want to link to an article of a blog and not just point to the main page...
Thank god they're putting in an automated spell check for multi-line text boxes. This site should become that much more bearable to read now.
Fucking dammit.
Why the hell are there buttons ('Move Up' and 'Move Down') for reordering the search plugins. They should be able to be dragged and dropped. It's not like the developers can't do this; the bookmarks can be. Why not this?
(It would also be nice for Firefox and Mozilla to understand URL files generated by IE. Safari seems to manage.)
-- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
A link's tooltip will show both the title of the link and the URL it links to. That's the way Opera's been doing it for ages.
Global warming is a cube.
http://ftp.mozilla.org/pub/mozilla.org/firefox/rel eases/bonecho/alpha2/
Firefox has numerous serious focus problems that continue to be ignored.. I hope they fix them in version 2 but I don't hold out much hope given that they've been ignoring them for years. It seems the devs are mouse-only users. A lot of the problems occur when keystrokes are used to open windows, close windows, etc.
Firefox steals focus constantly under enlightenment. Older versions of Firefox (0.8) do not have the problem.
So, does the 2.0 series allow XUL coding in Python instead of Javascript. I have heard about this for some time. However, I've not heard what 'live' Firefox version would start offering this sweet gem.
What those who want activist courts fear is rule by the people.
XUL is a layer, allowing Firefox and its extensions create widgets. All the widgets that are requested from XUL are rendered with the appropriate toolkit: GTK on Linux, MFC (I think) on Windows and Cocoa (not sure) on OS X. This allows Firefox to use the native toolkit on all platforms and allows extension to be used on any platform without rewriting anything.
I used to think this too, which is why I used to use the TabX extension. However, since at least Firefox 1.5 I've been able to "middle-click" a tab to close it (without giving it focus.) Once I learned that, TabX was gone.
John
The parent was unfairly labelled a troll. I love the Firefox browser, and use it all the time. But it and Thunderbird have a lot of annoying, quick to fix problems that could have been fixed, and are often actively ignored. If you want a real list of stuff that is broken, we could start with the parent poster's list, which seems somewhat valid, and continue from there...
1. Under the XP home theme (reduced functionality without reason) - No "Block images from this server" in context menu - available in Mozilla forever, this prevents kids from seeing the constant AdultFriendFinder crap that comes up on some non-pornographic sites.
2. On my system, it does seem to be smaller and faster than Mozilla, though I am not sure about the new Seamonkey developments. I tried it when they first started, and their first task was apparently to introduce lots of bugs and change the icon to something they created in Microsoft Paint. Not impressed with their priorities.
3. Renamed to Firefox - Wow. This was a bad move. I get a questioning look almost every time I bring up the "better browser to use" argument to businesses. Plus, everyone ends up calling it Foxfire. There are too many "cool" names involved. Mozilla was hard enough to explain, but at least I could connect it to Netscape's mascot (since people still remember Netscape). But Firefox, Firebird, Phoenix, Thunderbird and SeaMonkey? Surely someone came up with something better, but it was turned down as too practical. Think about the words "Internet Explorer" or "Netscape". The title describes the function.
4. Memory leaks - Running latest Firefox Stable build for Win32, one window, no tabs, no extensions, haven't visited any sites with Java, one Live Bookmark (default BBC World News thing). Browsing around for a few hours, memory use creeps up by several megs. Even as I type this (watching Task manager, memory has gone from 37,??? to 39,132. Weird.
5. Incomplete, annoying interface - Well, I would call a "resume button that has not ever apparently worked an annoying interface feature. I would also say that losing favicons for no apparent reason is annoying. No built-in function for removing or re-ordering search engines (you shouldn't need an extension for this simple task.
6. Offtopic Thunderbird complaint - Signatures now have a stupid "--" in grey that cannot be turned off, and the signature is in grey too (no option to disable) which has annoyed countless customers. Some people don't feel like typing their own name 50 times a day. Email is not Newsgroups. Don't try to make it that way.
7. Memory usage is now up to 40,648. Eventually, Firefox will crash on me. Not a huge deal for me (I used Mozilla M9, M10, etc. all the time). But pretty lame for a browser that has had this much development time. No, it's not just this machine either. 40,860 now.
So stop modding people as troll, just because they didn't feel like they should have to type all this junk out, when the accusations hold water.
Vidar
The brains of a chicken, coupled with the claws of two eagles, may well hatch the eggs of our destruction.
Just a note to TBE users: Anyone using Tabbrowser extensions should stay silent when the next Firefox-is-a-memory-hog flame fest ensues -- it has been one of the worst culprits in that area...
Multi-threaded UI yet? Anybody? Anybody?
Bueller?
The longer this is put off, the harder I suspect it's going to be to put it, due to a more complicated codebase.
Lay the foundation first, folks, PLEASE.
Here it is: RetroFind.
I'll probably be modded down for this...
Tools --> Options --> General. type your favorite urls in the homepage box seperated by |
t p://www.fark.com
http://www.google.com/|http://www.slashdot.org|ht
And when you open firefox, the urls you put in the home page box will be tabbed.
Hold down Shift while you mouseover a link.
Oh wait, you want a way to do this with one hand. Err, can't help you there, I'm afraid.
-- Trinity in high heels carrying a whip: The donimatrix - there is no spoonerism
Firefox 2's key new features:
.. and various other minor features
:)?
;)
1. the close button was moved to each tab
2. you can spell check forms
I'm still excited about it and realistic regarding the fact that getting a product of that importance out the door ain't easy.
Something is missing though. When IE7 was announced, we had hordes of Slashdotters rant how the upgrade is totally trivial just adding tabs and skinning the interface, and how Microsoft is idiotic and IE7 will be just the same piece of shit.
Where are those hordes of Slashdotters now when FF2.0 doesn't seem to live up to what was initially announced, with major features delayed or cut forever?
Or is being objective too hard for most of you, immature ranting pests
Haha, hope some of you have their filter set at -1 to read this one
it gets dog slow if the list gets long
In my experience, it gets pretty damn slow after the list hits a couple of dozen items; not what I would call long by any means.
It's official. Most of you are morons.
Darin Fisher did this on the trunk in bug 326273. The complexity of the repair, as you surmised, means that Firefox 3.0 will be the first consumer release to contain these changes.
7 3
https://bugzilla.mozilla.org/show_bug.cgi?id=3262
SCREW THE ADS! http://adblock.mozdev.org/ Proud user of teh Fox of Fire - Registered Linux User #289618
I would personally like a friggin r-click option to print. I mean every other thing i use has a r-click option to print. Not just web browsers but regular applications have options to print or print preview. This is a pretty damn ignorant thing to do, this is supposed to be open source so that you can configure it "your way" and they refuse to add it. Bug 204519
What might be better though is an entire context menu options preferences page that allows you to select what options/dividers you want and where. They already have this for the bookmark toolbar folder and bookmarks in general. INASD (i'm not a Software Developer) so i wouldn't know the first thing about wrighting something like that, though i would if i could. I just think it would make a lot of people happier, hell they could even leave off the print option for a default install.
Well enough ranting, if your like me, they made an extension for printing from the r-click context menu here: Right Click Firefox Extension
- My uid ends in 69...
Direct download links, as requested: ftp.mozilla.org/pub/mozilla.org/firefox/releases/b onecho/alpha1
Yes, there are memory leaks in Firefox. However, they are generally so subtle that you don't notice them until you've had Firefox open continuously for a week. The problems people are referring to as "Firefox memory leaks" are generally not memory leaks, or are leaks caused by extensions, not leaks that exists in Firefox itself.
What a fool believes, he sees, no wise man has the power to reason away.
Well in fact that's not many "differents wheels", rather the contrary !
Vim 7.0 uses the OpenOffice.org dictionnaries (and OOo algos to take the power of them).
That's why we had 40 supported languages yet at the release.
And that's exactly what happened to FF 2: it took the well done work from OOo and based he speelcheck feature on that strong base (see http://dictionaries.mozdev.org/), again, that why he support yet 40 languages.
So the morality ?
I would like that reviewers put this common OOoDict heritage more in perspective, so people willing to contribute on a dictionnary could know where to start. There many more languages needed to be supported (so: any contribution will benefit at least OOo, vim 7 and firefox).
Amen.
Any idea of a WebDav (WebFolders) capability? Then I would not need IE at all!
You want a signature? You can't handle a signature!!
Where are the major changes to warrant a full major version increment?
We've just had a massive jump from 1.1 to 1.5 with little improvement. Why aren't they calling this version 1.6?
"Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
Nope. XUL is rendered using the same rendering engine that renders the webpages.
Simplest way to prove this is to install the DOM inspector and poke around the various XUL elements and corresponding CSS rules. Another way is to note the differences between how Firefox widgets work on Windows XP and how actual Windows XP widgets work.
First off, Firefox menus do not fade in and out like Windows menus do. When you open a menu, it's supposed to fade in. Selecting a menu options should cause the menu to fade out, with the selected menu options fading out slower than the rest of the menu. Firefox menus just appear and then vanish.
Next off, on the Options screen, group labels in Firefox are black. They should be blue (in the default blue Windows XP theme). Drop-down menus should slide down when clicked, they don't.
Under GNOME when I used it, Firefox screwed up the menus in one theme, but none of the others.
Anyway, XUL is rendered with the exact same engine that renders webpages. Mozilla just implemented some non-standard CSS rules that indicate that certain CSS blocks should be drawn like native widgets. But they most certainly are not rendered using native widgets.
You are in a maze of twisty little relative jumps, all alike.
... I use spell-check and it doesn't help me at all, you insensitive cold!
$ touch
Here are the important ones.
1. plugins should have their own thread priorities. Ever wonder why a lot of Flash applets can slow down Firefox but not IE? IE runs flash applets in a lower priority thread than the UI.
2. actions on file types should not have anything greyed out. people should be able to choose custom actions based on MIME type, extensions, or both, and there must be a text box to type the application path, plus its parameters.
3. cancelling a save of a file over something with the same name should take you back to the dialog to rename the file, not cancelling the action altogether.
4. Find toolbar closes on its own after a *hardcoded* 5 second timeout.
If you check the conversations on bugzilla, the developers don't seem to like to listen at all.
"Just say NO to flash."
In FreeBSD flash says no to you.
I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.