Slashdot Mirror


Firefox 2 Alpha 2 Reviewed

pcabello writes "Firefox 2 Alpha 2 was released yesterday. Check what's new in this review at mozillalinks.org with screenshots."

94 of 551 comments (clear)

  1. Memory by siplus · · Score: 3, Insightful

    Anyone know if the memory problems that everyone was complaining about in v1.5 is fixed for 2.0?

    1. 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)

    2. Re:Memory by Anonymous Coward · · Score: 5, Funny
      Firefox does not have memory problems - it has a feature that is very memory intensive.
      That's right, it's not a bug, it's a feature!
    3. Re:Memory by Bacon+Bits · · Score: 5, Informative
      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.
    4. Re:Memory by Isotopian · · Score: 2, Informative

      Can you read, or not? If you don't like that feature, then turn it off!

      --

      It's poetry with a beat behind it! And guns! They're like beatniks with automatic weapons.

    5. Re:Memory by Wm_K · · Score: 3, Insightful
      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?
    6. Re:Memory by Vyvyan+Basterd · · Score: 2, Informative

      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.

    7. Re:Memory by acm · · Score: 4, Insightful
      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.

    8. Re:Memory by Abcd1234 · · Score: 3, Informative

      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.

    9. Re:Memory by n0-0p · · Score: 4, Informative

      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.

    10. Re:Memory by SeaFox · · Score: 4, Insightful

      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.

    11. Re:Memory by Abcd1234 · · Score: 3, Informative

      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.

    12. Re:Memory by westlake · · Score: 2, Informative
      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."

    13. 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.
    14. Re:Memory by pile0nades · · Score: 3, Informative

      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.

    15. Re:Memory by Tim+C · · Score: 2

      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.

    16. Re:Memory by bunratty · · Score: 3, Interesting
      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.
    17. Re:Memory by bunratty · · Score: 2, Informative

      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.
    18. Re:Memory by h2g2bob · · Score: 2, Informative

      From http://kb.mozillazine.org/Config.trim_on_minimize For windows only. Set as true to let Windows reclaim memory when fx is minimised (which may cause a delay when fx is restored).

    19. Re:Memory by arodland · · Score: 2, Informative

      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.

  2. 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?

    Still the best browser though.

    1. 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.

    2. 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...

      --
      STOP . AMERICA . NOW
  3. this is nice, by SpatialJ · · Score: 2, Funny

    but it will not filter postings that are the first ones automatically, will it?

  4. to beat IE by Anonymous Coward · · Score: 4, Funny

    This release must be renamed Firefox 8 to be better than IE

  5. Browser Speed by reporter · · Score: 3, Informative
    For many users, speed is the most important aspect of a browser. A certain Mark Wilton-Jones has done an exhaustive comparison of browser speeds.

    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?

    1. 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.

    2. 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
    3. 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.
    4. 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
    5. 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.

    6. Re:Browser Speed by wheany · · Score: 2, Interesting

      There is Adblock in latest Operas. Right-click on the page and select "block content".

  6. CoralCDN - just in case by Anonymous Coward · · Score: 4, Informative
  7. Here's something to fix by handelaar · · Score: 5, Insightful

    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.

    1. Re:Here's something to fix by tompreuss · · Score: 2, Informative

      See bug 252371.

    2. 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.

  8. 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.

    1. 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.
    2. 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.
    3. 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?

    4. 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.

    5. 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.

  9. 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.

  10. 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.
  11. Good Work by Nicolay77 · · Score: 2, Insightful

    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.
  12. 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.

    1. 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

  13. Re:Public Download? by yogikoudou · · Score: 3, Informative

    Yes, get it here.

  14. 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.

    1. Re:Download manager still broken? by msuarezalvarez · · Score: 2, Informative

      And Fielding et al. made the HEAD method: and it was so.

  15. 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
    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
  16. 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.

  17. 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.
    1. 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?

    2. 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.
    3. 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.

    4. 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. --
    5. 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.
  18. use a permalink... by Val314 · · Score: 4, Insightful

    like this one
    http://mozillalinks.blogspot.com/2006/05/bon-echo- aka-firefox-2-alpha-2-review.html
    if you want to link to an article of a blog and not just point to the main page...

  19. Spell Check by dark_requiem · · Score: 5, Funny

    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.

    1. Re:Spell Check by drfireman · · Score: 2, Funny

      Your right! It's hard to bare all the miss steaks people right on this sight, the new firefox will help a lot!

  20. 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.
    1. Re:Search plugin order by hswerdfe · · Score: 3, Funny

      yes, one of these things is topical in the current thread.

      --
      --meh--
  21. Re:Except by giorgiofr · · Score: 2, Informative

    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.
  22. Firefox focus problems by Anonymous Coward · · Score: 3, Interesting

    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.

  23. 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.
  24. 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.

  25. 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.

    --
    John
  26. Mod Parent Up by Vidar+Leathershod · · Score: 5, Insightful

    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.
    1. 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
    2. 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.
    3. 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.

  27. 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...

  28. 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.

  29. You are looking for RetroFind by MarkByers · · Score: 2, Interesting

    Here it is: RetroFind.

    --
    I'll probably be modded down for this...
  30. Re:Did I miss this feature? by corrosive_nf · · Score: 5, Informative

    Tools --> Options --> General. type your favorite urls in the homepage box seperated by |

    http://www.google.com/|http://www.slashdot.org|htt p://www.fark.com

    And when you open firefox, the urls you put in the home page box will be tabbed.

  31. That's easy by cliveholloway · · Score: 5, Funny

    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
  32. 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 ;)

    1. 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.

  33. 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.

  34. 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.

    https://bugzilla.mozilla.org/show_bug.cgi?id=32627 3

    --
    SCREW THE ADS! http://adblock.mozdev.org/ Proud user of teh Fox of Fire - Registered Linux User #289618
  35. 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...
  36. 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

  37. 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.
  38. 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.

  39. WebDav? by CypherOz · · Score: 2, Insightful

    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!!
  40. 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
    1. 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.

  41. 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.
  42. But... by Avogadros+Letter · · Score: 3, Funny

    ... I use spell-check and it doesn't help me at all, you insensitive cold!

    --
    $ touch .signature
  43. 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.

  44. 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.