Slashdot Mirror


Mozilla Releases Firefox 3 Beta 4

Somecallmechief writes "Firefox 3 Beta 4 is now available for download. This is the twelfth developer milestone focused on testing the core functionality provided by many new features and changes to the platform scheduled for Firefox 3. Ongoing planning for Firefox 3 can be followed at the Firefox 3 Planning Center, as well as in mozilla.dev.planning and on irc.mozilla.org in #granparadiso."

82 of 356 comments (clear)

  1. first memory leak post by Anonymous Coward · · Score: 5, Funny

    did they fix THE memory leak?

    1. Re:first memory leak post by Klaidas · · Score: 3, Funny

      I find it interesting how the parent post is modded "-1, Flamebait" at the moment. Sure, there is stuff to read about the leak, and plans to read about fixing that "leak", and he might have been a little too ignorant to read those. But come on, "flamebait"?
      If we could tag comments, this would pretty much be "hurtetdsomeonesfeelings"

    2. Re:first memory leak post by bunratty · · Score: 4, Interesting

      You're right. Flamebait is unfair. It's actually funny, seeing as how believing that Firefox somehow has one awful and obvious memory leak that developers can't seem to find is ludicrous.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    3. Re:first memory leak post by Enderandrew · · Score: 5, Informative

      No, it is a stupid question that gets asked over and over again, and answered over and over again.

      There is no one major memory leak.

      1 - Most major complex apps have small leaks. It is damn near impossible to plug all of them, but Firefox has been plugging away at these very heavily for some time.
      2 - Many of the "leaks" that people see are caused by poorly-coded extensions. Turn off your extensions and notice the difference.
      3 - Firefox uses a bunch of memory after you've been browsing a while. THIS IS A STANDARD FEATURE, AND NOT A MEMORY LEAK. Firefox doesn't just a cache of files downloaded, it keeps in memory a cache of fully rendered pages. If you don't like this feature, then you can adjust it, or turn it off completely.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    4. Re:first memory leak post by LMacG · · Score: 2, Funny

      Your sense of humor called; it says it's having a wonderful time on holiday and is thinking of just never coming back.

      --
      Slightly disreputable, albeit gregarious
    5. Re:first memory leak post by Bombula · · Score: 3, Insightful

      I'm no programmer, so you'll have to forgive my ignorance, but I thought CPU usage mattered more than memory. Obviously useless, wasted memory is no good (presumably this is what 'leaks' are). But what about useful memory usage? I have 2GB of RAM in my system, and I've never seen more than half of it used when I pull up task manager. Firefox could hog 500MB for all I care - I wish it would, if it'd speed things up, perhaps by preloading links on a page for example. Maybe just the act of using RAM slows a machine down, but if so can someone explain why? So long as the CPU isn't maxed out, shouldn't apps being taking advantage of the fact that I've got a big ol' bucket of RAM in my box?

      --
      A-Bomb
    6. Re:first memory leak post by bunratty · · Score: 3, Interesting

      Actually, memory matters more for browsing. You have a bounded amount of memory, and if you use it all up, you're screwed. You always have more time (unless you're running a hard real-time system), so if a process takes all the CPU, other processes will simply run more slowly and you just have to wait longer. If you are in fact running a process that has a hard real-time component, you should set the processor priorities so a low-priority process such as browsing should not affect it.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    7. Re:first memory leak post by Enderandrew · · Score: 2, Informative

      Again, it isn't the disk space of the files you've downloaded. It caches fully rendered versions of pages in memory. If you wish to change this, check out the following about:config settings.

      browser.cache.memory.capacity
      browser.cache.memory.enable
      browser.sessionhistory.max_total_viewers
      config.trim_on_minimize

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    8. Re:first memory leak post by bunratty · · Score: 2, Informative

      I've gotten patches accepted by the Mozilla team. It's tedious, but not difficult. It may take a few minutes to write a small patch of a few lines, but then you may need to spend an hour making sure the patch gets reviewed and super-reviewed, and then find someone to check it in. Also, if you submit a patch to fix a bug, you shouldn't have to maintain it. Generally, ones bugs are fixed they remain fixed.

      And anyway, if you think there's some sort of memory problem in Firefox, you should give the set of steps to reproduce it if you want it fixed. I'm still waiting on someone to demonstrate how I can get Firefox to eat up all the memory on my computer. I've run Firefox 3 beta 3 for about a week, and it strayed over 200 MB only occasionally, only to fall back below 200 MB.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    9. Re:first memory leak post by c0p0n · · Score: 2, Informative

      Got to add, it actually feels like I'm using Opera. Definitely faster than beta3. And I've got many an extension running.

      --

      Your head a splode
    10. Re:first memory leak post by Enderandrew · · Score: 2, Informative

      As a comparison, I've had this Firefox session open for probably two days. I'm using a daily trunk build of the Firefox 3 Beta 4 branch. Firefox is using 90 megs of memory.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    11. Re:first memory leak post by Anonymous Coward · · Score: 2, Funny

      On rare occasions, commercial software is ahead of open source, and we just have to learn to do without certain features that we don't have the rights to.

      While it's not immediately clear who first codified the memory leak, but the code is now owned by SCO.
      So if things get a little leaky after surfing those pron sites, you'd better pay up.

      It would be very cute to have a colorful 3D animated plugin to reorder and adjust your favorite memory leaks, but this has already been patented and is expected to be a key feature of Windows 7.
      Before you get your hopes up too high, you'd better start saving up for a polycore 35 nm CPU.
      We're talking major leak acceleration!

      Microsoft is working hard to insure ACID compatibility. While they don't officially encourage employees to get high, they've found it helps to get a special blend of essential trace drugs in their drinking water. Even software developers can go green, or turn green, or at least yellow.. They're now processing the wastewater from the local jails and mental hospitals to make drinking water. This special Washington blend ensures that programmers can stay awake and also cope with post-Vista depression.

    12. Re:first memory leak post by bunratty · · Score: 3, Insightful

      Why hasn't anyone else found it and made a patch or plugin or something?
      Because there isn't one. It's absolutely ludicrous to think the Mozilla developers cannot find and fix a terrible, obvious memory leak. No one can even explain how we would see such a memory leak. At least, whenever I try to follow the steps people give me to reproduce the problem, Firefox usually uses less memory than other browsers. If anyone still thinks there's any kind of memory problem in Firefox, explain how we could see it. That way, we could file a bug report and get the problem fixed.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
    13. Re:first memory leak post by jamstar7 · · Score: 4, Funny
      You must be old here...

      Oh, wait...

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    14. Re:first memory leak post by EmagGeek · · Score: 2

      On point 3- I don't see how taking up 800-1200 Mbytes of memory for cache is even possible, nor even desired when the result is that it slows the entire machine to a complete crawl.

      I can leave my office on Friday, with FF open, and come back on Monday, and memory usage has gone from 100MBytes to 1200Mbytes (yes, 1.2GB), and I haven't surfed a damn thing all weekend. How is that cached pages?

      No, I do not use any extensions or addons.

      This is not a feature, no matter how many times you say it.

    15. Re:first memory leak post by bunratty · · Score: 2, Informative

      I have had Firefox 3 beta 3 open for a week with several tabs open at all times (including opening and closing tabs regularly) and it's consumed less than 200 MB of RAM. I see other people in this discussion saying they never see a memory problem in Firefox. In another recent article, there were at least two other posters who said they keep Firefox running for one or two weeks and it doesn't use more than a few hundred MB. Anyway, when you give a set of steps to reproduce a bug, you should give the specific steps to perform.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    16. Re:first memory leak post by mrbill1234 · · Score: 2, Insightful

      Fuck me. An application uses 200MB and we're happy about it too.

      I must be getting old.

    17. Re:first memory leak post by bunratty · · Score: 2, Interesting

      You are correct that if you leave Firefox on a page with a banner ad that continually changes, and the ads cause Firefox to use more and more memory without limit, this is a problem. Give us the URL of a page we can visit to see the problem, and we can file a bug report.

      Flash and JavaScript cannot really be limited to a certain amount of memory. For any limit that you try to impose, users are sure to encounter a site that needs more. In this case, I'm sure users would rather have the site work than refuse to allocate more memory. Above all, users want their browser to work properly on the sites they visit.

      If you have a single tab open and load different pages in it, memory use cannot be only what is used for the last page opened. If you want to approach that ideal, you can disable the memory and bfcaches entirely. But still as memory is allocated and deallocated, memory fragmentation will cause memory use to creep up over time. There should be a maximum that is reached. If you can find a page or sequence of pages that cause Firefox to use an unbounded amount of memory as you keep loading them, please tell us what they are so we can file a bug report.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    18. Re:first memory leak post by junglee_iitk · · Score: 2, Interesting

      There is no one major memory leak.
      It amazes me how Firefox fanboys will say this everytime!

      Yesterday I had two pages opened - two! One was Unicode reference page and other was some forum, when suddenly my 512 MB ram was full and by the time I opened a terminal and ran vmstat, already 300 MB of swap was used! I killed firefox and restarted, with "Restore Session" and it happened again. Then I restarted it without restoring and entered the two URLs again, but everything went fine. Thus, I couldn't report it as a bug.

      But it is just so amazing to see people saying something as a "fact"!!!
  2. Same bugs? by ccguy · · Score: 4, Informative

    There are at least two major bugs that have been there forever. I don't know if they annoy everyone, or affect everyone or just the people I talk to.

    1) The damn proxy prompt window. For god's sake, if there's already one open window asking for the proxy user/pass, don't open another 20 at the same time. This is quite easy to reproduce: From a firefox that needs proxy to get out, go to any bookmark folder and choose 'Open All in tabs'.

    2) For the life of me I can't figure out why sometimes the vertical scroll bar dissapear. It's not a specific page. Once the scroll bar is gone, it's gone forever, no matter what I load in that tab - if I open another tab it's all fine.

    Yes I've opened bug reports for this. And no, I'm not fixing it myself, I've got my own projects to take care of.

    Go ahead and mod me troll, I just needed to vent :-)

    1. Re:Same bugs? by ewrong · · Score: 3, Insightful

      Don't want to be stating the obvious but is the issue number 2 related to the page not being taller than the screen? i.e. there is nothing to scroll to so the scroll bar is not needed. Not exactly a bug, just a debatably useful feature.

      I'd agree it would probably be better to leave it there greyed out like IE as occasionally I get clients wondering why the page just "shifted" a bit when they navigate to an identical templated page that's short enough to cause this.

    2. Re:Same bugs? by MrNaz · · Score: 3, Interesting

      The Mozilla team are number one on my list of open source projects that have the canned answers "it's not a bug, it's a feature!" and "don't like it, go fix it yourself".

      I hate that when you click "view source", it reloads the page. I loagged this and was told that storing the page's source was a waste of memory. Forget that no other browser behaves that way. Forget that it's about 10k in the 200mb of ram used. Forget that it can be cached to disk.

      I was also told that viewing the source made me a tiny minority and that if I wanted the feature I should go code it myself. Coz, y'know, viewing source is *such* a niche task. Only the tiny group of people with the very obscure jobs called "web developers" do it.

      Idiots.

      --
      I hate printers.
    3. Re:Same bugs? by ccguy · · Score: 3, Informative

      Don't want to be stating the obvious but is the issue number 2 related to the page not being taller than the screen?
      Well that's a new way I've been called an idiot this week :-) At least you get +1 for originality...

      To answer the question no, that's not the problem. It happens to pages that obviously need the scroll bar, and the thing is, once a tab decides to remove its scroll bar, there is no way to make it come back (visiting another page in the same tab doesn't do it).

      For some time I thought it could relate to a plug-in or a combination of plug-ins but I'm experiencing it now using a vanilla firefox.

      It doesn't happen all the time, maybe once or twice a day.
    4. Re:Same bugs? by cerberusss · · Score: 2, Informative

      Well, your bug is my feature. I'm glad that they don't keep that whole stuff page in memory. Some pages including styles can get up to half a megabyte. I could call you an idiot as well.

      --
      8 of 13 people found this answer helpful. Did you?
    5. Re:Same bugs? by MrNaz · · Score: 3, Funny

      Half a megabyte of source?! What kind of pages are you looking at? ASCII pron?

      --
      I hate printers.
  3. Re:And now, for the two burning questions: by Tridus · · Score: 5, Insightful

    The fact that Microsoft is even attempting to do it says something about the Mozilla dev team. They were quite content to sit around for years with no real browser development until Firefox got popular.

    --
    -- "So they told me that using the download page to download something was not something they anticipated." - Bill Gates
  4. Been using it for 2 days now OSX by Lumpy · · Score: 5, Interesting

    Under OSX it's a giant leap forward compared to Version 2.X. It runs nearly as fast as safari, crashes less and does not consume all ram like the older versions love to do.

    --
    Do not look at laser with remaining good eye.
  5. Nice and speedy by neokushan · · Score: 5, Informative

    Been using this all morning and so far it's been nice and speedy for me. It's been much faster than the previous betas and there's definitely a significant improvement with most google aps (among others, but I use these all the time). Might not be many new features over Beta 3, but the speed increase and reduced memory footprint (it's still quite big, but better than previous versions - around 100Mb usage after about 6 hours of constant browsing) are very welcome. If this trend continues, the final release should be the best since 1.0.

    --
    +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
  6. Toolbar UI Changes? by diamondsw · · Score: 2, Insightful

    So where do we go to provide input on the batshit-insanely-ugly toolbar changes they've made, especially on XP/Vista? Those icons are some of the worst I've seen (including IE) and will do quite a bit of harm to Firefox's branding. Right now whenever you see Firefox in screenshots, ads, etc, you recognize it immediately based on the toolbar icons (minor changes from 1.5 to 2.0 aside). This toolbar... you'll wonder what unpaid intern in an ad graphics department cooked it up thinking it looked "kewl"...

    --
    I don't know what kind of crack I was on, but I suspect it was decaf.
    1. Re:Toolbar UI Changes? by Slimcea · · Score: 4, Informative

      For more discussion on the new UI themes and changes, there's a thread going on at mozillaZine about it.

      The icons will grow on you after a while, and they're still making refinements and changes to the icons and backgrounds. Personally, I think the Back/Forward buttons are pretty decent, it's the rest (Reload/Stop/New tab/window) that looks a little too simple and out of place. Can't say I really agree with using different themes across different Windows versions too, this has to be the first application I know that tries that.

  7. Huh... beta 4 just barely got released? by Utoxin · · Score: 4, Informative

    I've been using the nightly builds for a couple weeks now, and they're flagged as beta 5... I figured beta 4 had been out for a while already.

    For what it's worth: I'm very impressed with what I'm seeing of Firefox 3 so far. It's faster, uses less memory, and I really like the new address bar features, and the bookmarking. (It has tagging built into the bookmarks now.)

    --
    Matthew Walker
    http://www.tweeterdiet.com/ - My Diet Tracking Tool
    1. Re:Huh... beta 4 just barely got released? by jac89 · · Score: 3, Informative

      Once the code freeze was initiated for beta 4 the nightly builds changed to 3.05pre.

  8. Anti Virus by Rik+Sweeney · · Score: 5, Insightful

    From the release notes:

    Anti-virus integration: Firefox will inform anti-virus software when downloading executables.

    Why is this Firefox's job? Isn't that the point of Anti Virus?

    1. Re:Anti Virus by pdragon04 · · Score: 5, Funny

      It's called "being considerate" and "playing nice with others". I know... novel concepts around these parts.

    2. Re:Anti Virus by Cska+Sofia · · Score: 5, Informative

      it's more efficient for firefox to raise some kind of event than for an AV program to pick up this information on its own by polling.

    3. Re:Anti Virus by Cska+Sofia · · Score: 2, Insightful

      with notification, the AV program can scan the file before it is made available to the user. without notification there is a potential delay between creation and discovery in which time the user could have opened the file.

    4. Re:Anti Virus by The+Mighty+Buzzard · · Score: 2, Funny

      Maybe, but waiting for my av to finish scanning the porn I download is annoying.

      --
      Violence is like duct tape. If it doesn't solve the problem, you didn't use enough.
  9. First question by mistersooreams · · Score: 4, Interesting

    When will there be a properly-supported 64 bit version? Assuming 64 bit is the future, delaying it will only increase the difficulty of adding 64-bit compatability later. I know there are third-party builds but they're not updated regularly and their reliability is questionable.

    1. Re:First question by Thelasko · · Score: 5, Informative

      To settle the Firefox 64-bit question. I use Ubuntu 64-bit and am a contributer to the 64-bit forums. Firefox can be compiled for 64-bit. However, Flash and Java are only available in 32-bit. Adobe in particular is very stubborn about releasing versions of it's software for architectures other than x86. 64-bit Firefox will work with fine even with 32-bit Flash and Java using a plugin that was released with Ubuntu 7.10.

      So, in summary don't blame Mozilla for Adobe's stubbornness. You can sign the petition to Adobe here, although it is unlikely to make a difference. The problem appears to be across Adobe's entire product line and on every operating system.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    2. Re:First question by fmangeant · · Score: 5, Funny
      I totally agree : on my 32 bit PC, Firefox uses only 2 Gb RAM !

      With a 64 bit version of Firefox, it could use a lot more.

  10. what about wmode??????? by pulse2600 · · Score: 4, Interesting

    What's the story on the wmode flash transparency issue? Last I heard Adobe was waiting for Mozilla to put some sort of code into the Linux version of their browser in order for the wmode fix in Adoobe Flash to work properly. Or maybe it's the other way around now? Anybody have a clue? How can I show somebody Linux/Firefox as an alternative to Windows/IE when this problem drastically affects the functionality of many websites out there?

    1. Re:what about wmode??????? by zzxc · · Score: 3, Informative

      Firefox 3 supports windowless plugins on Linux, and has since last summer. See bug 137189

      More info is on this blog post

  11. Re:And now, for the two burning questions: by bunratty · · Score: 5, Informative

    Firefox released a public build that passed Acid2 in December 2006. According to some sources (including Ian Hickson, who developed the Acid2 test), IE 8 Beta 1 still does not pass. Firefox (along with Opera and Safari) has far surpassed IE in standards compliance. I'd say supporting standards is definitely a priority for Mozilla. Can we stop it with the Firefox FUD? I thought we were glad that Firefox is helping to get MS off its rear to get IE up to speed with the other browsers?

    --
    What a fool believes, he sees, no wise man has the power to reason away.
  12. Fixes a Gmail problem.. by InDi0 · · Score: 2, Informative

    ...with resizing fonts and logo pictures, which happened automatically the second time I gave the gmail window focus. Now the correct zoom level is retained.

  13. New Address Bar by Richard_at_work · · Score: 2, Interesting

    Ok, I can live with the speed increases, the nice new native look and feel, the decreased memory usage - but someone please tell me how to turn off that damn funky new address bar - its driving me mad (and slowing down new tab creation)!

    Some docs say to tweak the 'browser.urlbar.richResults' setting, which I have done and it has had zero effect (FF3 Beta 3). Any ideas?

    1. Re:New Address Bar by Rhabarber · · Score: 2, Informative

      Try the magic oldbar extension.

    2. Re:New Address Bar by IBBoard · · Score: 5, Insightful

      To put it bluntly: You're sh*t out of luck.

      See here for the discussion that basically goes:

      Us: This is terrible behaviour and hugely inconsistent. It will confuse novice users with inconsistency and searching in an address bar and it'll annoy power users who used to be able to consistently locate the places they wanted to go based on the URL (which they remembered and which remained consistent). If we wanted to search then we'd search. Yes, it can be useful in some situations, but if we know what we want to type then we don't want the browser thinking it is better than me and incorrectly second-guessing what we want.
      Them: Everyone searches, and it learns. Searching is the future, so we're going to make you search.

      The two sites I visit most at work are Slashdot and the BBC news (news.bbc.co.uk). What used to turn up top for "ne", "new" and "news"? The BBC news, because I wanted to go there and it matched what I typed. What turns up now? Slashdot because of "news for nerds" in the title. It needs huge amounts more weighting on URL starts than titles, but they don't seem willing to change it.

      The other one that really annoys me is one of my sites. I could normally go to "sk" and hit it as first result, but now I've got to type even more of it and it doesn't make it to the top until after I've done the whole domain (because the domain is in the title of another page that always turns up top).

    3. Re:New Address Bar by Richard_at_work · · Score: 2, Interesting

      Ahh, dammit - thats what I was afraid of. It would seem we both have exactly the same issues with the 'feature'.

      Hint to the devs: I already have a search field, its right next to the address bar. I can live with that.

    4. Re:New Address Bar by IBBoard · · Score: 2, Interesting

      Ah, but that searches through a search engine, not your history and your bookmarks where it can potentially reveal bookmarks that are buried off in folders that people won't see but which accidentally (and potentially embarrasingly) show up for otherwise innocuous terms, even after you've cleared your browsing history.

      I suggested some kind of tag for the searching, e.g. "s: slashdot" searches for slashdot in URL, title, etc, where as "slashdot" uses old-style auto-complete but they wouldn't have any of it.

      Unfortunately I think it's also quite deeply buried in the code, so it might not be too easy to replace the functionality.

      I will point out, though, that there have been times when I've used it to find a page that I could remember part of the title of. I just think it's terrible design to force such potentially inconsistent results ("addresses starting with what is typed" versus "anything - page or bookmark - with the typed characters anywhere within it, including session IDs") with no way of doing a "just auto-complete" behaviour.

    5. Re:New Address Bar by darkwhite · · Score: 2, Interesting

      I agree with your sentiment about the URL bar. The loss of URL-only autocompletion is the most annoying "feature" I have ever seen in a new browser. What's worse is that this appears completely non-customizable. I can't revert to the old behavior, I can't tell it to stop learning, I can't rearrange or delete what it already learned, and I can't manage how it integrates with bookmarks/places. Most annoyingly, the results are unpredictable and the non-trivial amount of time that it needs to find contents for the dropdown box is frustrating. This is a complete trainwreck of a feature and I'll be looking for an extension to disable it... or writing one myself.

      --

      [an error occurred while processing this directive]
    6. Re:New Address Bar by Inda · · Score: 2, Informative

      Sorry if I've missed something but it is possible to delete what it's learned.

      1. Type something like "slash"
      2. Use the arrow keys to highlight the first title to delete.
      3. Hold down the delete key.

      I don't fancy clearing my browsing history, but I expect doing so would clear the lot.

      And it seems to put your bookmarked URLs at the top. I've bookmarked links into an obscure folder for this purpose only.

      I like this new feature... I can understand why others don't.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
    7. Re:New Address Bar by Jogar+the+Barbarian · · Score: 2, Informative
      --
      3. Profit!
      2. ???
      1. On Soviet Slashdot, a Beowulf cluster of alien Natalie Portman overlords welcomes YOU!
    8. Re:New Address Bar by darkwhite · · Score: 3, Insightful

      People hate this feature because its behavior is too unpredictable (breaking one of the fundamental UI guidelines), unintuitive (there is no apparent rule to how it orders the suggestions - a set of search preferences is not an apparent rule), cannot reasonably approximate the old behavior, and is often slow to boot. The intentions are great, but the feature has too many problems to be usable.

      You're right that the suggestions can be deleted - nice find. Too bad you can't delete all suggestions from a particular site or pattern at once.

      --

      [an error occurred while processing this directive]
    9. Re:New Address Bar by MikeUW · · Score: 2, Interesting

      I'll tell you why I don't like it:

      a) I don't like a long list of my personal bookmarks appearing whenever I start typing a URL. I'd rather not have my personal bookmarks being put on displayed if/when others are looking at my screen. The fact that this is the default behaviour bothers me.

      b) The results are too big/flashy - just a simple list (the url and title as separate/coloured fields on a single line would be sufficient)

      c) Not enough (or not working) customization options. I should be able to give priority to how (let alone *if*) it searches my bookmarks and/or typed URLs. On Fedora 7, I installed ff3 from a fedora repository last night (this ff3 claims to be beta 5) - in about:config, 'browser.urlbar.maxRichResults' can be set to a smaller number (or zero) making the results much less obtrusive. However, the option that I really want is 'browser.urlbar.matchOnlyTyped', but it has no effect. I still see my bookmarks being listed. I can only assume this is a bug. In either case, these options should be much more prominently displayed in the preferences, and better options for tuning search results need to be provided.

      That's pretty much it. What I find most ironic is that this thing with extra features can be disabled with an add-on that installs the old location bar...isn't this usually the other way around (install add-ons to *add* extra features)?

  14. Re:Google Toolbar by NickCatal · · Score: 2, Informative

    There are none... Google toolbar, even when overriding your old addons to work with the new ones, doesn't work.

    I am still using the nightly builds and absolutely loving it. So much faster than B3 on my MacBook Pro

    --
    -nick
  15. Re:Google Toolbar by Constantine+XVI · · Score: 2, Informative

    Install the "Nightly Tester Tools" extension. Lets you override compatibility checks on extensions

    --
    "I think an etch-a-sketch with an ethernet port would beat IE7 in web standards compliance."
  16. Re:Fucking idiot by MrNaz · · Score: 3, Funny

    Yea! And all those Windows users should also be ashamed of themselves for not using IE! And don't even get me started on Linux users who don't use Lynx. Using Linux with a graphical program! How irresponsible!

    --
    I hate printers.
  17. For those interested in performance numbers by bconway · · Score: 5, Interesting
    --
    Interested in open source engine management for your Subaru?
    1. Re:For those interested in performance numbers by slapys · · Score: 2, Informative

      I checked it out because of the above post and discovered an ENORMOUS speed increase. Firefox is now way faster than Opera! This is huge!

    2. Re:For those interested in performance numbers by bunratty · · Score: 2, Informative

      To be fair, Firefox is now faster than Opera at one particular JavaScript benchmark. Opera may still be faster at rendering pages or in the JavaScript on a site you frequent. But, yes, it does look like a large increase in overall JavaScript performance for Firefox.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
  18. wget the picture? by newr00tic · · Score: 2, Funny

    don't even get me started on Linux users who don't use Lynx. Using Linux with a graphical program! How irresponsible! Linux users should use wget with 'convert-links-to-locally-correspond' -flags.. ;)
    --
    A horse can't be sick, you know, even if he wants to.
  19. Re:is it just me by naylor83 · · Score: 2, Interesting

    Well, if you want to see how different page loads can be in different browsers, I suggest you try loading a few non-cached pages in IE7 and Firefox 3 beta 4. The difference is very noticable. Don't ask me how, but somehow Firefox 3 seems to suck the pages down off the web and display them in half the time it takes in IE7.

  20. Source by mhamel · · Score: 3, Informative

    I kind of agree with them. This is a waste of memory and time for the huge majority of people. We are talking about a project which is already under attack for it's bad memory usage. I understand why they don't want to go that road. It, to the least, show that their can be other points of view and that you do not need to be that aggressive with them.

    A web developer will probably not use "view source" very much anyway. Try firebug. That's the way to go if you really want to understand a page. You'll rarely need "view source" after that.

    1. Re:Source by brunascle · · Score: 5, Insightful

      I disagree, viewing source is very important, and if it's dynamically created content and it has to reload the page, the source you're viewing may not be the same source that created the page. It's essential for debugging (e.g. HTML typos). and for a POST request, reloading is absolutely unacceptable.

    2. Re:Source by brunascle · · Score: 3, Informative

      firebug shows the generated source, not the original source. so, for example, if javascript changed something on the page, those changes would be in the generated source but not the original source.

  21. Feature creep vs Bug fixes by spineboy · · Score: 3, Insightful

    Normally I'm somewhat against feature creep, but I think that the new features added are all very, very good. Most are security concerns, and some just make the dang thing easier, more eficient, and smoother to use (star button to add fav bookmark). The added features seem to not be of the bells and whistles type.

      The attention to reducing memory footprint, mem leaks, and speed are all very well received, and thoughtful. It seems to be a big push of this release to concentrate on that.

    This seems like a very nice release and improvement. - I particulary like the thunderbird anti-phishing tie in.

    --
    ..........FULL STOP.
  22. Re:first post by XenoPhage · · Score: 4, Funny

    Sorry, no FP. But Firefox 3 is da bomb! Oh, wonderful.. Now how am I going to get through airport security?
    --
    XenoPhage
    Technological Musings
  23. Fork It by sd.fhasldff · · Score: 5, Insightful

    We were glad about the existence of Firefox, until Mozilla got greedy and sold out to corporate interests. I'm just waiting for the day that Mozilla decides to reinvent itself as a company with a profit interest as opposed to an non-profit company, which it really is now in name only.


    I don't care whether Mozilla is "a company with a profit interest" or not. What I care about is the product - if some people are making money, well, good for them. This isn't Communism, you know... (yeah, that's gonna cost me).

    One of the many things that make Open Source Software so great is that you can just fork it if you don't like the direction the product is headed in.

    I seriously don't understand the animosity towards Mozilla for becoming a "real" company. It's enabling them to do a lot of great things that they wouldn't have been able to do otherwise.

    And, if you don't like it, fork it!
    1. Re:Fork It by kbrosnan · · Score: 5, Informative

      The Mozilla Foundation which owns the Corp has funded several projects in 2007.

      • Support and maintenance of the mozdev.org
      • Development of Perl 6 and Parrot
      • Implementation of accessibility features in the Dojo AJAX toolkit
      • Enhancement of the NVDA open source screen reader for Windows
      • Enhancements to the OpenSSL cryptographic library and Apache mod_ssl SSL/TLS module
      • Enhance the Orca open source screen reader for Linux to support Firefox
      • much more read the "projects in 2007" link...

      Current work includes improving l10n tools Community Giving and Tools for the L10n Process

      2006 10k USD to openbsd to continue development of openbsd and openssh. Mozilla Foundation activities, week ending 2006/03/31

      --
      These people look deep within my soul and assign me a number based upon the order I joined. -Homer Simpson
  24. Re:Why do you need it? by sd.fhasldff · · Score: 2, Interesting

    Why I need a 64-bit version of Firefox????

    Well, I'm running a 64-bit OS. I do have a chrooted 32-bit environment for my online banking, but keeping the chrooted environment up-to-date is a hassle.

    If you think that *memory* is the sole raison d'etre for 64-bit, you are mistaken. AMD64 is a new instruction set with many advantages. In fact, almost everything I run is 10-70% faster in 64-bit and this has nothing to do with memory limits.

  25. Seriously impressed.... by mike_diack · · Score: 3, Informative

    I was very impressed with FF 3 beta 3, but beta 4 seems much much faster even than beta 3. Firefox 3 looks like it'll be really great.

    The only downside is as usual, a lot of extension authors need to bump their version checks again - a lot of my extensions that were working with FF 3 beta 3 don't work with beta 4 (due to the version check)

    Mike

    --
    Linux fan and Win32 developer
  26. Re:Why do you need it? by Koohoolinn · · Score: 2, Informative

    Using nspluginwrapper (link) you can use 32bit Flash (amongst others) with 64bit Firefox.

    --
    Deze sig is in 't Nederlands geschreven.
  27. As always, Try it the easy way: Firefox Portable by CritterNYC · · Score: 3, Informative

    You can try out 3 Beta 4 without disrupting your Firefox 2 install on Windows by using Mozilla Firefox, Portable Edition 3 Beta 4. It's designed for portable devices (USB flash drives, iPods, portable hard drives), but you can also just run it from your desktop.

  28. Acid3 status by cyfer2000 · · Score: 2, Informative

    Acid3 status of firefox3 in a spreadsheet, just for your entertainment.

    --
    There is a spark in every single flame bait point.
  29. I don't know whether I like it yet by Chrisq · · Score: 3, Interesting

    The address bar behaviour seems odd, but it might be OK when I'm used to it. There should definitely be a way of switching back to the normal behaviour though.

  30. Division of responsibility by xant · · Score: 5, Funny

    This is good, but can't we put the responsibility on the system where it *really* belongs? Viruses, not Firefox, should inform the AV system when malicious code is about to executed.

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
  31. Forks by DrYak · · Score: 3, Informative

    One of the many things that make Open Source Software so great is that you can just fork it if you don't like the direction the product is headed in.


    Also known as IceWeasel, as may have noticed those who followed the recent problems of firefox branding and the consecutive fork.
    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  32. I'm also running the latest beta. by crhylove · · Score: 4, Interesting

    I'm also running FF3 beta 4, and I can say: IT IS FAST. It is probably the fastest browser I have used, ever. I don't necessarily like all the changes, and agree the new icons are a little homely, but the speed is undeniable, and those other quibbles are largely cosmetic.

    For those of you on Windows who don't want to hose your registry with multiple Firefox installs, I highly recommend the portable version. In fact, for 20 different reasons I recommend the portable version of not only Firefox, but all your Windows apps:

    http://portableapps.com/news/2008-03-11_-_firefox_portable_3_beta_4

    It's not a real package management system, but it beats the hell out of installing and reinstalling tons of crap in Windows. I think in many ways it also beats most Linux package managers I've dealt with.

    I also want to submit a complaint about a lack of x64 apps in general. There is still no Skype for 64 bit Linux, for example, and that's just plain bad form.

    Keep rocking Mozilla! Keep rocking FOSS! Keep rocking portableapps.com!

    rhY

    --
    I hold very few opinions. I hold information based on observation and fact. If you wish to disagree, please use facts.
  33. Re:It depends by Firehed · · Score: 2, Insightful

    Well certainly, but you seem to have missed the part about unused memory. The parent poster said that there is tons going unused - he's obviously aware that it's faster than the hard drive, and is curious as to why page files are being used anyways intead. I certainly wonder the same thing - I have over two gigs of physical memory listed as available in my task manager, yet I still have a 1.25GB page file. My MBP at home is a bit better that way because at least when I was running 2GB it would dwindle down to about 1% free before starting aggressive paging use (I don't think I've gotten it to max out 4GB since making the jump though it's certainly still paging). The question isn't so much with our software as it is with the OS if you ask me - why on earth are large amounts of data being cached out to the swap file with so much free RAM? Unlike a lot of ignorant enthusiasts, I didn't get lots of memory just to have more free.

    --
    How are sites slashdotted when nobody reads TFAs?
  34. Re:3 more questions right here for ya? by calebt3 · · Score: 2, Informative

    1. Microsoft is attempting to make an Acid2-compliant browser
    2. It says that Microsoft realizes that they have fallen behind and need to actually be competitive again.
    3. MS was content to sit around. IE6 was *the* browser for years. That's the reason for No. 2

  35. Re:Why it's faster by compro01 · · Score: 2, Informative

    for those who don't get it, that's the gecko (the rendering engine firefox uses) image decoding libary. i believe the "official" name was "libimg2", but some people apparently thought that name was too boring.

    --
    upon the advice of my lawyer, i have no sig at this time
  36. Re:Extension compatibility check _before_ I instal by Westacular · · Score: 3, Informative

    You are (almost) in luck. Firefox's integrated auto-updater will now, as part of the dialog telling you there's a new version and asking if you want to upgrade, list your extensions and highlight which are and aren't compatible (and lets you do a bulk "check for updates" at the same time). It's quite slick, I was impressed.

    But that doesn't help you if you're upgrading from 2.0.x or if you're not receiving the new version through the built-in updater.