Slashdot Mirror


Firefox 3.5 Benchmarked, Close To Original Chrome

CNETNate writes "The tests prove it: It's the third-fastest browser in the world, and over twice as fast as Firefox 3. In terms of Javascript performance, Firefox 3.5's new rendering engine places it squarely above Opera 10's beta and Internet Explorers 7 and 8 (based on previous benchmarks), plus it's getting on for being almost as quick as the original version of Google Chrome. Also, the new location-awareness feature was testing in central London, and pinpointed yours truly to within a few hundred meters — easily enough for, say, a Starbucks Web site to tell you where your nearest Starbucks is."

75 of 338 comments (clear)

  1. Web browsers, bah! by the_humeister · · Score: 5, Funny

    I prefer to read the html code and interpret them myself...

    1. Re:Web browsers, bah! by Tumbleweed · · Score: 5, Funny

      I prefer to read the html code and interpret them myself...

      You young punks make me sick. Back in my day, we used Gopher and were grateful for the upgrade over the teletype!

      I still prefer content distributed via mimeograph, though. Get enough enough of that sweet blue text!

    2. Re:Web browsers, bah! by doomy · · Score: 5, Funny

      I'm still waiting for my last pigeon or else I'd have responded faster.

      --
      ...free your source and the rest would follow...
    3. Re:Web browsers, bah! by kahless62003 · · Score: 5, Funny

      We didn't receive any messages and we definitely did not shoot this plump breasted pigeon.

    4. Re:Web browsers, bah! by Darinbob · · Score: 2, Funny

      You shot my Speckled Jim?

    5. Re:Web browsers, bah! by object88 · · Score: 4, Funny

      Your clients are a bunch of Neanderthals too, eh?

    6. Re:Web browsers, bah! by Gandalf_Greyhame · · Score: 2, Funny

      What score did you get on Acid3?

      I got "Whoa dude, look at all the colours... my hands, my hands are so large they can touch anything except for themselves..."

      --
      I am not stubborn. I am right!
  2. Another thread, another flamewar by dasuser · · Score: 5, Funny

    Well, I guess we're in for a thread about how Firefox is still the (greatest|worst) browser in existence because of its (extensions|javascript performance|standards compliance|support for HTML 5). Looks like I need to go and get some snacks and pull up a recliner.

    1. Re:Another thread, another flamewar by Kjella · · Score: 4, Insightful

      I'm very much looking forward to the <video> element - because every other solution tends to suck bigtime under Linux. There's a huge market for flash to do flash games and whatever but I really look forward to watching embedded video without it. I'll install x264 and not care about the codec wars as long it "just works". Opera is late to the party here, won't even be in 10.0 initial release :/. Too bad, because for various reasons I like it even better than Firefox...

      --
      Live today, because you never know what tomorrow brings
    2. Re:Another thread, another flamewar by nine-times · · Score: 4, Insightful

      I'm very much looking forward to the element - because every other solution tends to suck bigtime under Linux.

      I'm looking forward to it because every other solution tends to suck under every OS. Flash is a resource hog and crashes frequently-- and besides, why should I need flash just to view a video? I don't understand that one.

      AFAICT, the only reason we're all using Flash is that it was a stop-gap measure to deal with the fact that normal video support in web browsers wasn't what it should have been. It's like all the various mutli-column HTML/CSS tricks that people use because HTML just doesn't directly support columns. It works well enough for now, but it should be seen as "something to be fixed".

    3. Re:Another thread, another flamewar by DdJ · · Score: 4, Insightful

      I'll install x264 and not care about the codec wars as long it "just works".

      So far I haven't been able to get this to just work. If I point Safari at the YouTube HTML5 video demo, it all just works. But Firefox 3.5 doesn't have the x264 code, and fails silently, and I can find no mechanism to install that codec.

      So, any pointers?

    4. Re:Another thread, another flamewar by Sunshinerat · · Score: 5, Funny

      You forgot the complaints that FireFox is a memory hog when you have 389 tabs open.

      --
      Load New Commander (Y/N)?
    5. Re:Another thread, another flamewar by evilviper · · Score: 4, Interesting

      I'm very much looking forward to the element - because every other solution tends to suck bigtime under Linux.

      Before Flash came along, web video on Linux was a great thing. MPlayer supported the big tree formats very well (Quicktime, Real, and Windows Media) and performed extremely well. Open Source browser plugins didn't disabled the controls, and made it easy to download the source of the video, no matter how obfusticated the web page code.

      In fact, MPlayer supports all types of FLV video as well... The problem being the way its embedded into a page requires a SWF interpreter to even find the URL to the FLV file, and as of yet, nobody has written-up what should be a rather simple bit of code to do that, and pass the URL back to the user, or directly to a video player.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    6. Re:Another thread, another flamewar by MBCook · · Score: 3, Insightful

      Agreed. It's amazing how bad Flash is on the Mac. There is a reason Apple is trying to kill it (beyond lack of control).

      HD video looks very nice. My Mac can play Apple's QuickTime h.264 clips, even those larger than the screen. It's not really a problem. It's a dual core 2.4GHz MBP.

      Yet it drops frames on YouTube's 720p videos, and can do the same some times on other large (high pixel count) web videos (such as the HD 540p clips on GameSpot). There is no excuse for a 540p video not playing back smoothly and need ~85%+ of each core.

      Download the same video in any format, no problem at all.

      Flash video is just horrible. That's not even mentioning all the problems caused by every people on the 'net inventing their own Flash video player (some don't buffer content, some won't let you skip to arbitrary points, etc).

      The video element is fantastic. I hope it catches on fast.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
    7. Re:Another thread, another flamewar by Simetrical · · Score: 4, Informative

      I can't get that to work in anything but Firefox!

      If the way it works out is that some sites work with Firefox, other sites work with every HTML5 browser other than Firefox, and none of them work with Internet Explorer...

      Sites can provide video in one of two formats:

      1. Theora is unpatented as far as anyone knows, and is supported by Firefox 3.5, Chrome 3, and experimental Opera versions. Apple has said they refuse to support it at present because of fears about unknown patents surfacing when someone with deep pockets starts shipping it (this was before Google shipped Theora support).
      2. H.264 is patent-encumbered and supported by Safari 4 and Chrome 3. Mozilla and Opera both refuse to support a patented video format on principle.

      Microsoft has not commented on any of this as far as I know.

      Of course, sites can provide fallback so that the content works in the absence of video tag support. The way to do it for the time being is 1) provide both Theora and H.264 in a video tag, 2) put Flash or something in the fallback for older browsers and IE. This can be automated through various tools, and will "just work" for the user. Eventually everyone will support the video tag with a single common format, hopefully, but you have to give it some time, it's new stuff.

      --
      MediaWiki developer, Total War Center sysadmin
    8. Re:Another thread, another flamewar by evilviper · · Score: 3, Informative

      there are also numerous FF plugins to do that.

      No, there aren't, I'm afraid. There are numerous apps written that understand Youtube's naming scheme, but that's all. They don't actually parse the SWF, and any trivial changes to the site layout breaks them. Not to mention that FLVs on any other site still won't work.

      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    9. Re:Another thread, another flamewar by ThePhilips · · Score: 2, Informative

      Chromium is identical to Chrome in effectively every respect except branding

      RTFA. We are talking here about official piece of alpha software released by Google called Chrome.

      Until I have in Chrome the same functionality I have in vanilla FireFox + Google Toolbar, for me it is in deep "alpha", least 2.0 release.

      But you aren't able to name specific, exact things that you can do in Firefox but can't in Chrome?

      ZOMG. Where do I start?

      1. AdBlock
      2. FlashBlock
      3. Bookmarks toolbar
      4. Bookmarks menu
      5. Keyword searches
      6. Preserving text zoom level per domain
      7. RSS feeds as bookmark folders
      8. Searchable browsing history
      9. Proxy configuration
      10. Page Info screen which allows to save e.g. images used on the page.

      .... and I'd stop here for today.

      --
      All hope abandon ye who enter here.
  3. We're #3 by Nom+du+Keyboard · · Score: 3, Insightful

    We're #3 - wow that's something to boast about.

    According to Nike, this means that your the second loser.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
    1. Re:We're #3 by 93+Escort+Wagon · · Score: 2, Funny

      We're #3 - wow that's something to boast about.

      Number three always gets the chicks in high school!

      "Hey baby, I'm on the bench!"

      --
      #DeleteChrome
  4. Will it be fast enough to view slashdot? by Joce640k · · Score: 4, Funny

    The new benchmark in Javascript performance - slashdot.

    ...and I wonder if it will be powerful enough to get the line breaks right in "plain text" mode so I don't have to insert "br" tags manually.

    --
    No sig today...
    1. Re:Will it be fast enough to view slashdot? by Anonymous Coward · · Score: 3, Funny

      Or maybe make Anonymous Cowardon go away?

    2. Re:Will it be fast enough to view slashdot? by EvanED · · Score: 2, Funny

      What I don't understand is how he posts so often... no way his he following the "every 2 minute" rule.

  5. pffft by ocularDeathRay · · Score: 5, Funny

    I just did my own test and lynx is faster than firefox and chrome.

    --
    Obama is a twitter sock puppet
    1. Re:pffft by ocularDeathRay · · Score: 5, Informative
      --
      Obama is a twitter sock puppet
    2. Re:pffft by morgan_greywolf · · Score: 4, Funny

      Sadly, lynx fails Acid3 for some reason.

  6. Big Brother... by dfxm · · Score: 2, Interesting

    Why is it when the government can keep tabs about where we are it's "draconian" or "orwellian," but when a web browser does it, it's "cool"?

    1. Re:Big Brother... by Kurusuki · · Score: 5, Insightful

      For one, the government usually doesn't ask for permission first. Not to mention that the information used to determine your geolocation is also derived from something already passed to the web host, your IP, assuming you're not using the WiFi option. Generally speaking web pages can achieve a similar result already with a little effort. As it stands this new feature isn't making new information available to the public, it's just making old information a bit more friendly.

    2. Re:Big Brother... by Just+Some+Guy · · Score: 4, Informative

      You have the option of not using the web browser.

      Beyond that, I tried one of the location demos. A Firefox prompt opened at the top of the window: "${site} wants to know your location: Share Location, Don't Share" with a checkbox to remember the settings for that site. Go ahead and explain how you could possibly be offended by that.

      --
      Dewey, what part of this looks like authorities should be involved?
    3. Re:Big Brother... by Just+Some+Guy · · Score: 4, Insightful

      Why would I ever want to share my location?

      Seriously? Imagine you could search Google for something like "sushi restaurant near me", let Google access your location information (once or every time), and get a list of nearby restaurants. Location services are shaping up to be the killer app for mobile computing.

      Why would I want part of my window eaten up by an option I don't like?

      It's not. When you choose "share" or "don't share" the prompt goes away. It's exactly like the "remember this site's username and password?" prompt.

      What happens when I click the wrong one at 5am cause I'm tired?

      Oh, it clears out your checking account, sells your dog, and dumps your girlfriend. Honestly, what does any other random program do when you make a dumb choice? Whatever you asked it to do.

      --
      Dewey, what part of this looks like authorities should be involved?
    4. Re:Big Brother... by LiquidFire_HK · · Score: 2, Informative

      Then it's a good thing a computer-only browser implements this feature...

      Someone has to make the first step. Also, Fennec.

    5. Re:Big Brother... by mdwh2 · · Score: 3, Funny

      Mozilla today announced Firefox 3.5, which will be compulsory for all citizens to install on their machines.

      "The public support these plans," claimed the Mozilla spokesperson, "So we have passed legislation that will require Firefox to be installed on all computers, allowing us to keep track of the population, which is essential in the battle against terrorism".

      A copy of Firefox is expected to cost around £100. "Most people keep their computers for about 8 years," claimed the Government, "So it's only actually £12.50 per year."

    6. Re:Big Brother... by cadrell0 · · Score: 2, Informative
      http://www.mozilla.com/en-US/firefox/geolocation/

      How do I turn off Location-Aware Browsing permanently?

      Location-Aware Browsing is always opt-in in Firefox 3.5. No location information is ever sent without your permission. If you wish to disable the feature completely, please follow this set of steps:

      • In the URL bar, type about:config
      • Type geo.enabled
      • Double click on the geo.enabled preference
      • Location-Aware Browsing is now disabled
  7. Not even 1st loser... by AmigaHeretic · · Score: 3, Funny

    It's like my dad use to tell me, "If you're not 1st your last!" Shake and Bake Baby!!!

    1. Re:Not even 1st loser... by sexconker · · Score: 3, Funny

      I was high when I said that!
      What the hell does that even mean?
      You could be second, you could be third, hell you could even be fourth!

  8. This is such great science... by AmigaHeretic · · Score: 3, Funny

    .. I know 92% of time statistics are made up, but if you read the article you'll see they have a pretty graph, so I think the data is good.

  9. I don't even see the code anymore by slyborg · · Score: 5, Funny

    "All I see is 'blonde...brunette...redhead...'"

  10. Opera 10 not benchmarked in either link by SteelRealm · · Score: 3, Insightful

    "Firefox 3.5's new rendering engine places it squarely above Opera 10's beta and Internet Explorers 7 and 8 (based on previous benchmarks)" Opera 9.6 =! Opera 10 Beta, or am I missing something here?

    1. Re:Opera 10 not benchmarked in either link by albedoa · · Score: 4, Informative

      Yes: "Opera 10b1 wasn't fast enough to appear in this chart I'm afraid. It scores just under what the original Firefox 3 achieved."

  11. Using Chrome now, but.... by tnk1 · · Score: 3, Interesting

    Having used Chrome now for a little while after becoming irritated with FFX's memory utilization in particular, I'm going to have to admit that while it is quantifiably better than FFX (and Opera) in many ways, I don't find the speed difference compelling. Indeed, I find myself occasionally wondering if Chrome is actually slower than FFX in some ways. I am still using it, as the memory utilization is significantly better, but the little inconsistencies in presentation and the weird sensation that it feels slower makes me really want to switch back to Firefox. If Mozilla can get off their ass and really plug the memory leaks and utilization, I'd probably switch back today.

    That's not to say that Chrome is bad. It's 100% usable, and its much more compatible with sites I use than Opera is. (I tried Opera first after I started looking around). The problem is that it still breaks some sites that aren't broken in IE or Firefox. And whether or not you blame the browser or the non-standards compliant webmasters, the reality is that I cannot switch their sites, but I can switch browsers that I am using. That means I have opened IE 7 windows more while using Chrome, than I have with Firefox.

    1. Re:Using Chrome now, but.... by Anonymous Coward · · Score: 2, Informative

      You might wanna recheck your preconceptions - a lot has changed in the past few releases for Firefox: http://dotnetperls.com/chrome-memory

      It's too bad a lot of people still think Firefox is such a memory hog when really they've refined it to be one of the most quick and efficient browsers available.

      That said, your mileage may vary depending on the add-ons you choose, but as long as you don't go overboard there's no reason your memory usage should be significantly different than those in the benchmark.

    2. Re:Using Chrome now, but.... by Simetrical · · Score: 2, Informative

      You might wanna recheck your preconceptions - a lot has changed in the past few releases for Firefox: http://dotnetperls.com/chrome-memory

      That benchmark is worthless. Especially for Chrome. Quote: "When a process with the same name such as 'chrome.exe' is encountered more than once, its total size is accumulated, yielding a total of all the 'chrome.exe' figures together." Apparently the author has never heard of shared memory! See Google Chrome Memory Usage - Good and Bad on the Chromium blog for some discussion on this.

      The other browsers might not be using multiple processes, but the same flaws apply to a lesser degree. Every library they load will count against them, even if another app is using the library and so it would be in memory anyway. The only reliable way to tell how much memory a process is really using is to check memory usage, use program, check memory usage, kill program, check memory usage. If the first and third figures are equal, then you can get a correct figure by subtracting the second figure from their common value. (If they aren't equal, either the app hasn't actually exited fully, or some other program has eaten up more memory in the meantime and the results are no good.)

      Granted, I doubt Firefox is such a comparative memory hog as people paint it to be, but the benchmark proves nothing either way.

      --
      MediaWiki developer, Total War Center sysadmin
  12. Firefox 3.5 freezes loading background tabs by Ex-Linux-Fanboy · · Score: 2, Interesting

    I posted a blog about this yesterday. I tried Firefox 3.5 in a Windows XP VMware Virtual machine yesterday and quickly web back to Firefox 3.0.

    The problem is that FF 3.5 freezes while loading a background tab. In Firefox 3.0, I have no problem clicking on some link that looks interesting, loading the link in a new tab, and continue reading the article I'm reading or what not.

    This doesn't work in 3.5. When I load a page in a background tab, the entire Firefox client freezes up when it's processing Javascript, HTML, or whatever in the background tab. I can't scroll up or down in the foreground, write a posting or email (typing in text freezes and the letters I'm typing in aren't buffered), or do anything else with Firefox as it parses the page in the other tab.

    Because of this issue, I quickly moved back to Firefox 3.0. I hope the Mozilla developers address this issue in the next six months, because if this issue isn't resolved in Firefox before they EOL security updates with Firefox 3.0, I will probably have to move to another browser.

    Any modern browers besides Firefox with a "always use this font for text" option? Neither Opera, Safari, nor Chrome had this option last time I tried those browsers. (Don't get me started on IE8, which forces me to use anti-aliased text)

    1. Re:Firefox 3.5 freezes loading background tabs by kaiser423 · · Score: 2, Interesting

      I don't see that problem here...neither do about a half dozen of my coworkers. Are you sure that your install wasn't boinked in some way?

      Because for me at least, it's blazing fast and one tab does not bring the other tabs down like it did sometimes in the past...

    2. Re:Firefox 3.5 freezes loading background tabs by Runaway1956 · · Score: 4, Interesting

      I suspect some configuration problem on your end, to be honest. I'm running FF3.5 on XP SP3 inside of VirtualBox. I do not see that behaviour. Using snaplinks, I just opened six tabs, and the current tab remained responsive while they loaded in the background.

      Whether the configuration problem is in your VM, within Windows, or in Firefox, I couldn't even begin to guess. In my case, I have 1 gig of memory allocated to the VM - if you have less memory, that might be something to look at.

      Of course it's possible that my FF is different than yours in some subtle way. I upgraded from FF 3.5 b4 to FF 3.5 RC1 and then to FF 3.5 final. I really wouldn't EXPECT there to be any real difference, but crap happens, right?

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
    3. Re:Firefox 3.5 freezes loading background tabs by phantomcircuit · · Score: 2, Insightful

      VMware is probably swapping to free memory. You can disable the swapping of memory by VMware which will significantly improve performance (as long as you do not run out of memory).

      Basically it sounds like you're waiting for the hdd to load something while at the same time writing out swap data.

    4. Re:Firefox 3.5 freezes loading background tabs by cbhacking · · Score: 2, Informative

      ClearType is optional in IE, has been for years. No idea where you got the idea it was forcing you to do anything. Tools -> Internet Options -> Advanced -> First item under Multimedia. It does default to true in IE8, since most people are using flat panels by now and find antialiased text less readable, but it's still optional.

      To set IE8's default fonts, click Fonts at the bottom of the General tab in Internet Options.
      To override page-specified fonts, open Internet Options, click Accessibility (under the General tab), then click "Ignore font styles specified on webpages" and/or other options there.

      --
      There's no place I could be, since I've found Serenity...
  13. SunSpider says it all... by Anonymous Coward · · Score: 2, Informative

    I ran the SunSpider JavaScript benchmark on Chrome 2.0.172.33, Firefox 3.5, and IE8. Firefox was almost 7x faster than IE, and Chrome almost 8x faster. Of particular interest are the contraflow and recursive tests. Chrome: 4.4ms. Firefox: 55.4ms. IE...? 218.4ms. Chrome is fifty times faster than IE in those benchmarks. Embarassing!

    1. Re:SunSpider says it all... by BZ · · Score: 3, Insightful

      As with any benchmark, important questions to ask:

      1) Does this measure things that are actually relevant? (For sunspider the answer is
              "maybe".)
      2) Does it do a good job of measuring them? (For sunspider the answer is "maybe".)
      3) Do the scores on the subtests of the benchmark mean anything? (For sunspider, as for
              any benchmark, the answer is "only if you're doing that exact thing that the subtest is
              doing").

      None of which makes V8 slower than what IE is using, of course, across a broad range of loads. But it's pretty easy to write script that's 4x slower in V8 than in Firefox... or 10x faster (as the benchmark above). What really matters to a web page developer is how fast the different browsers run his code, not how fast they run benchmarks. What matters to a user is how fast the different browsers run the code of the sites he visits, not how fast they run benchmarks. Benchmarks are a poor proxy for both, especially when dealing with these early-stage JITs. It's pretty easy to tweak the code just a bit and have it jit a lot worse (or a lot better). It's also pretty easy to tweak the JIT to make particular tests faster, since so much of the game is various heuristics.

      All of which is to say that better sunspider performance may or may not translate into better performance on _your_ code, and in fact improving sunspider performance may regress performance on your code if the JIT is seriously being tuned for sunspider...

  14. Re:Sickeningly biased. by albedoa · · Score: 4, Insightful

    The article is about Firefox, and yet it is shown, in the only quantifiable test that the author conducted, to rank third in a three-horse race against its two speed competitors.

  15. Re:Sickeningly biased. by morgan_greywolf · · Score: 2, Insightful

    Firefox is the fastest fully open-source browser.

  16. Does it really matter? by Ark42 · · Score: 2, Interesting

    I tried to do something pretty seemingly simple with Javascript (1 draggable line to redraw the background colors of the table), and it drags its ass on IE8. It is fast and smooth in FF/Opera/etc, but with so many people using IE still, it hardly matters.

    1. Re:Does it really matter? by BZ · · Score: 2, Interesting

      They don't got hand-in-hand with script performance, by any means. Firefox has much faster scripting performance than Opera, and somewhat slower css/layout performance in many cases, for example.

  17. I don't care... by cyberjock1980 · · Score: 5, Insightful

    I don't care how fast it loads webpages. What I want to see is a browser that isn't riddled with bugs and easy ways for badware to end up infecting my machine. I'll gladly surf on the slowest browser in the world if it really is proven to be the most secure. So what if I save a few seconds surfing web pages. That is nothing compared to the hours spent trying to get rid of a virus/trojan/keylogger/etc.

  18. Re:that's nice, but by qortra · · Score: 2, Insightful

    In FF3.5, some of my add-ons actually make my browsing experience faster (like flash-block). Rendering an animated gif is significantly faster than launching a 32-bit instance of Flash.

  19. Re:Gecko FTW by Colonel+Korn · · Score: 2, Funny

    From just poking around the web with gecko and webkit browsers I found a bunch of pages that looked fine rendered by gecko, but had elements in the wrong place or other visual problems rendered with webkit. The majority of sites render fine in both, but not all and other then acid tests I haven't visited any that rendered better in webkit.

    I'd rather have the page look good than be super fast, so I'll stick with firefox until sites render as well in webkit or firefox becomes unusable slow.

    Yes, but the Acid3 scores and JS benchmarks show that webkit is better. Now just stop using the internet and switch to using Acid3 and JS benchmarks for all your computer needs and you'll be fixed.

    --
    "I zero-index my hamsters" - Willtor (147206)
  20. Bias towards graphical browsers by kiehlster · · Score: 2, Funny

    I'm sorry, but Lynx is still faster than all of the above. When will we see fair treatment of all browsers? That's racist.

  21. Seattle by verloren · · Score: 3, Funny

    Presumably in Seattle it could tell you where your nearest 100 Starbucks are...

  22. Detailed Studies Show by DJ_Adequate · · Score: 2, Funny

    In academics: 43.9% of statistic are made up.
    In business: 72.3%, although banks were slightly higher than average.
    In politics: 99.991%, although it's possible the .009% were a sampling error.

    Now if I could just make this a pretty graph.

  23. Weird by cayenne8 · · Score: 4, Informative
    I just upgraded to 3.5.

    Strange thing...when it restared, it of course had a tab opened saying it was upgraded, etc.

    Trouble is...I can NOT close this fucking tab to save my life?!?!? I can close and open others, but, cannot close this one. I can go to other sites on it..but, cannot close it.

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    1. Re:Weird by SecondaryOak · · Score: 5, Informative

      They changed the default behavior, but you change it back from about:config (type about:config in your url bar):
      set browser.tabs.closeWindowWithLastTab to false.

    2. Re:Weird by cayenne8 · · Score: 2, Informative
      "They changed the default behavior, but you change it back from about:config (type about:config in your url bar): set browser.tabs.closeWindowWithLastTab to false."

      Nope..didn't work.

      I can close and open and whatever with all the other tabs I have open. But that one that opened when it restarted, I cannot seem to close it by any means.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    3. Re:Weird by Sterling+Christensen · · Score: 4, Informative

      Firefox now shows the tab bar even when you only have 1 page open. What you're probably used to is the tab bar being hidden when only 1 page is open.

      If you follow SecondaryOak's suggestion, you can close the tab and the whole Firefox window will disappear - because it's going from displaying 1 page to displaying 0 pages.

      But I'm guessing that's NOT what you want - you don't really want to "close" the tab, you just want to hide it like you're used to.

      So go to about:config and double click browser.tabs.autoHide to change it.

    4. Re:Weird by Joce640k · · Score: 2, Informative

      That's not it either.... Before the update there was a "close" button on the last tab. Clicking it would make the page go away (good for stopping annoying sound or whatever). Now it's gone, and it's annoying me.

      --
      No sig today...
    5. Re:Weird by mr_lizard13 · · Score: 5, Funny

      It's a new feature designed to promote the benefits of tabbed browsing.

      Until you appreciate its value, you won't be able to close that tab.

      So, start appreciating tabbed browsing, OK?

      --
      "We live in a global world" - Harvey Pitt, former Securities and Exchange Commission Chairman
  24. No speed improvement for those on x86_64 by zoips · · Score: 4, Informative

    The Tracemonkey JIT doesn't work on x86_64 in the Firefox 3.5 release. Apparently it works in trunk, but for those on x86_64 machines, you either have to run the 32 bit version or just deal with no JIT.

    1. Re:No speed improvement for those on x86_64 by BAILOPAN · · Score: 3, Informative

      It's not in trunk yet, but we want to get it in as soon as possible. It's not trivial, but not terribly difficult either - someone just has to take the time to do it. Unfortunately getting 3.5 out in time was a much higher priority, we just couldn't block on x64. If you're interested, a tracking bug is here: https://bugzilla.mozilla.org/show_bug.cgi?id=489146

      --
      If you say "here goes my karma" I will bite you!!!
  25. Re:One pice of advice for users by Roman+Coder · · Score: 2, Informative

    Your experience was not mine. I installed 3.5 over the older version, and have had no problems at all so far. I've visited Digg, Facebook, plus many other sites, no worries (so far?). /shrug

    --
    "The future can only affect the present if there is room to write its influence off as a mistake." - Yakir Aharonov
  26. Re:Table by Animaether · · Score: 2, Interesting

    yes, but "zomg you're not supposed to use tables for layout!"

    which of course has led to the similarly quaint removal of b, u, s and i tags for the sole reason that content and presentation should be separate. Nevermind that if you -now- want something to be bold, short of writing your own XML bits and pieces, you have do something insane like "<style>.b { font-weight:bold } </style>...<span class="b">this is bold</span>".

    At some point, the scales tilted completely the other way and all balance was lost. Alas. The same applies to tables. Not that I think tables are appropriate for layout, but DIVs with a crapton of CSS aren't particularly it either.

  27. Re:Table by maxume · · Score: 2, Insightful

    b and i, at least, are in the working version of html5:

    http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html

    and 'strong' usually results in bold text (but I guess it might not if the CSS for a page goes all over the place).

    --
    Nerd rage is the funniest rage.
  28. Re:Table by EvanED · · Score: 2, Informative

    Nevermind that if you -now- want something to be bold, short of writing your own XML bits and pieces, you have do something insane like ".b { font-weight:bold } ...this is bold".

    (1) What's wrong with and ? Okay, they aren't exactly the same, but they are pretty darn close.

    (2) If you're working on a quick & dirty page or something like that, why not just use a version of HTML with it?

  29. Re:Table by EvanED · · Score: 2, Funny

    Crap... I totally screwed that up. This is what my part should have looked like:

    (1) What's wrong with <strong> and <em>? Okay, they aren't exactly the same, but they are pretty darn close.

    (2) If you're working on a quick & dirty page or something like that, why not just use a version of HTML with it?

  30. Re:Sickeningly biased. by Simetrical · · Score: 2, Informative

    Firefox is the fastest fully open-source browser.

    Chrome has a very small amount of closed-source code in it, but Chromium is certainly fully open-source, and it's identical to Chrome for performance purposes. So no, Chromium is the fastest fully open-source browser.

    --
    MediaWiki developer, Total War Center sysadmin
  31. Re:Opera by mdwh2 · · Score: 3, Funny

    The only website I've come across that Opera doesn't render properly is Slashdot. By which, the correct statement is actually Slashdot "can't be rendered in anything correctly".

    (Opera doesn't crash for me, either, discounting the Flash plugin that crashes, and Adobe have yet to fix. Works fine now that I've uninstalled it.)

  32. Chrome uses more memory by mdmkolbe · · Score: 2, Insightful

    I can run 100+ tabs in FF with no problem. Chrome starts choking after 10-15. At least in my humble experience.

  33. I understand what you mean by tanveer1979 · · Score: 2, Informative

    I had the same annoying thing. Suppose I wanted to be on a blank page, I had to open a blank tab and close the last tab, till I discovered ctrl+W.
    It will close the last tab and make it blank

    --
    My Aurora : http://www.youtube.com/watch?v=o91ZsGwJYyg
    FB : https://www.facebook.com/TanveersPhotography