Slashdot Mirror


Firefox 3.7 Dropped In Favor of Feature Updates

Barence sends in a report from pcpro.co.uk that says "Under its original plans, Mozilla would roll out Firefox 3.6 and 3.7 over the course of 2009, each bringing minor improvements to the browser. However, a steady stream of delays to Firefox 3.6 has rendered that goal unobtainable, forcing Mozilla to rethink its release. As a result, Firefox 3.7 has been dropped and will be replaced with feature updates for Firefox 3.6 that will be rolled out with security updates. This should free up the team to work on the next major release, Firefox 4, slated for the last quarter of 2010, which is expected to follow the same development process." Updated 20100116 00:54 GMT by timothy: Alexander Limi, from Firefox User Experience, says that the PC Pro article linked above misinterprets the situation, and that 3.7 is still on the roadmap before 4.0. The confusion stems from a schedule realignment: the out-of-process plugins feature, originally slated to land in 3.7, will instead ship as a minor update in Firefox's 3.6 series. According to Limi, CNET gets it right."

183 of 252 comments (clear)

  1. Gecko 1.9.3 and SVG animation by compro01 · · Score: 4, Informative

    I wonder what effect this is going to have on the implementation of SVG animation, which is part of gecko 1.9.3, which was to be used in 3.7. Is it going to be slotted into 3.6 sometime or will it get pushed to 4?

    --
    upon the advice of my lawyer, i have no sig at this time
    1. Re:Gecko 1.9.3 and SVG animation by MtViewGuy · · Score: 2, Interesting

      We'll probably see the Geck 1.9.3 engine "slipstreamed" in with automatic updates to Firefox 3.6. As such, don't be surprised by the end of 2010 we'll see Firefox up to Version 3.6.15 as all the new features are "slipstreamed" in.

    2. Re:Gecko 1.9.3 and SVG animation by BitZtream · · Score: 1, Insightful

      SVG animation? Heh, they don't even have a half assed SVG static renderer yet, and you want animation? I think they need to make it so we can draw more than a smiley face using primitive shapes and basic fills before they start worrying about animation.

      At a bare minimum, can we get it to pass SOME part of the 1.1 test suite for static elements before we start with animation.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 2, Informative

      What exact problems are you seeing with the 1.1 test suite? Last I checked, Gecko passed a pretty big chunk of that (SVG fonts and SMIL excluded).

    4. Re:Gecko 1.9.3 and SVG animation by BESTouff · · Score: 1

      I have the very same question about WebGL. I've been waiting for that feature for a while ...

    5. Re:Gecko 1.9.3 and SVG animation by BitZtream · · Score: 1, Informative

      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-index.html

      I just tried it using 3.5.7.

      I skipped the first 2 tests as they are animation related.

      I stopped at test 7. I figured since 3 through 7 didn't match up, and I'm currently at a 100% failure rate that I didn't need to prove much more.

      Yes, Firefox can score great if you ignore all the tests that it fails, unfortunately things like fonts ARE KIND OF IMPORTANT.

      I should point out that proper font rendering is required for EVERY test. You can't pass any without proper font rendering.

      Go a head and scroll through the list though, the composition test fails, gradient tests fail, fill tests fail, event handling and scripting is pointless in firefox, structured image placement, text selection doesn't work, inheritance is broken, text alignment is broken beyond belief.

      I'm not going any further, the point has been made. Gecko hasn't passed any tests, it can't without proper font rendering. You don't get to exclude part of the test and claim you passed it when that part of the test is fundamental to the standard. Thats like the 'Windows is secure as long as its in a locked room with no cables to it and turned off.'

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    6. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 3, Funny

      > I just tried it using 3.5.7.

      > I figured since 3 through 7 didn't match up

      Interesting. Tests 3 through 7 all match up here in Firefox 3.5.7. On Window, Linux, and Mac, on several different hardware and VM configurations. What's special about your setup?

      > I should point out that proper font rendering is required for EVERY test.

      Sure. That's not the same thing as SVG Fonts, which are a font format for defining font data in SVG instead of using the fonts installed on your system. Whether SVG fonts are important is up for debate in the working group at the moment, in fact. ;)

      > the composition test fails, gradient tests fail, fill tests fail, event handling and
      > scripting is pointless in firefox

      If you mean the one feComposite test for "the composition test", I can confirm that this fails. The gradient and fill tests pass fine for me. The event tests that are testing stuff that deals with the Core DOM pass fine. The ones that are testing stuff like onfocusin that SVG made up aren't implemented by pretty much anyone last I checked and are slated to be dropped from the SVG spec. The struct-dom tests pass fine over here.

      > structured image placement, text selection doesn't work, inheritance is broken,

      Not sure which tests you're looking at here.

      > text alignment is broken beyond belief.

      A lot of that looks unimplemented, yes.

      > Gecko hasn't passed any tests,

      Again, I'd like to know what's special about your system (or your profile, or your exact Firefox binary) here. If you're willing to take the time, can you run your Firefox in safe mode and see whether it's still failing tests 3-7? If so, where did you download your Firefox from?

      And just to make sure, is "svg.enabled" set to true in your about:config?

    7. Re:Gecko 1.9.3 and SVG animation by hairyfeet · · Score: 1

      Well I don't know about him, but I can say the fonts looked messed up for me as well. Running 3.5.7 on Windows 7 HP x64 here.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    8. Re:Gecko 1.9.3 and SVG animation by silent_artichoke · · Score: 1

      I am running 3.5.7 on Ubuntu Karmic 64bit. The fonts were ugly for me too... on the PNG side. They were nicer on the SVG side for me.

    9. Re:Gecko 1.9.3 and SVG animation by David+Gould · · Score: 1

      I figured since 3 through 7 didn't match up, and I'm currently at a 100% failure rate that I didn't need to prove much more.
      [...]
      I should point out that proper font rendering is required for EVERY test. You can't pass any without proper font rendering.

      I should point out that, while this is valid for judging a (supposedly) "finished" product, it's kind of negatively biased for assessing the state of a work-in-progress: if a single issue of buggy/incomplete font rendering causes all the test-cases to fail, regardless of the state of the other features involved in each test-case, and they're all graded on a binary pass/fail scale, then you end up counting the same bug many times, and whatever other features may be working correctly don't get counted. Yes, font rendering is a super-important feature and we don't want to make excuses for not doing it right, but looking at it this way fails to give an accurate view of how far the project may have progressed.

      --
      David Gould
      main(i){putchar(340056100>>(i-1)*5&31|!!(i<6)<< 6)&&main(++i);}
    10. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 1

      The fonts will vary based on what's installed on your system, obviously.

      But are the gradient/fill tests that he's saying fail failing for you?

    11. Re:Gecko 1.9.3 and SVG animation by KingMotley · · Score: 1

      I show the same results. Fonts are messed up horribly, but the rest of the tests mainly pass. I only did the first 25, and 1,2,13,21,22,23,24 fail. The rest pass.

    12. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 1

      In fact, if you want to look at tests from back in March 2009 done on 3.5.2 (which has the same SVG support as 3.5.7) by one of the SVG working group folks, take a look at http://www.codedread.com/svg-support.php

      Note the big red chunk in the first two lines corresponding to lack of SMIL support. Of the remaining 80% of the tests, Firefox 3.5 passes about 3/4, looks like. That's including the fact that it has no SVG Fonts support.

      So SMIL was the biggest single SVG 1.1 compliance bit missing in Gecko... which is why it got worked on.

    13. Re:Gecko 1.9.3 and SVG animation by icebraining · · Score: 1

      Ditto, in Debian Sid.

    14. Re:Gecko 1.9.3 and SVG animation by BitZtream · · Score: 1

      How about this, you pick a test and I'll post you a screenshot showing it rendering wrong.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    15. Re:Gecko 1.9.3 and SVG animation by BitZtream · · Score: 1

      Yes, when you ignore something that EVERYTHING uses, you are broken.

      You may be okay with half-assed, but I'm not. When every single test you go up against has one common element that you can't do, it should be a good damn indication that you need to actually FIX that. I could give a shit about work in progress, I want working and I'm sorry my standards are that it actually works before I considering it working rather than 'well, it almost works but I'm gonna count it anyway'.

      To pass a test you have to be pixel perfect, period.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    16. Re:Gecko 1.9.3 and SVG animation by BitZtream · · Score: 1

      Build identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

      feComp:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-filters-composite-02-b.html

      feTile:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-filters-tile-01-b.html

      gradient failure:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-pservers-grad-18-b.html
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-pservers-grad-19-b.html

      pattern fills:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-pservers-pattern-01-b.html

      script failure:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-script-handle-01-b.html
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/basic-script-handle-02-b.html

      dom traversal:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-dom-03-b.html

      grouping:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-image-02-b.html

      supporting svg in svg (seriously, you can't even do THIS?!):
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-image-05-b.html

      text selection formatting:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-styling-css-06-b.html

      text underline strike through ... really?:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-text-text-03-b.html

      trefs:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-text-tref-01-b.html

      no text selection at all:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-text-tselect-01-b.html

      tspan:
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-text-tspan-01-b.html

      wrong colors (different shades of green between the two images):
      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-cond-01-t.html

      http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-cond-03-t.html

      I'd post screenshots but I'm lazy and lets face it, its not going to change because of my bitching.

      Whether SVG fonts are important is up for debate in the working

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    17. Re:Gecko 1.9.3 and SVG animation by Randle_Revar · · Score: 1

      As far as I can tell, the article is BS. It links to another article, which links... nowhere, really. I don't see anything about this on planet mozilla, nor on any of the Mozilla wiki planning pages.

      I think the author of this article is misinterpreting a discussion I read a few days (a week?) back, where they discussed backporting some high value, relatively low-disruption features from trunk (3.7) to 3.6.x There was some back an forth on what was safe enough and valuable enough to merit backporting, but last I saw, they seemed to be leaning towards only doing "out of process plugins" (OOPP) aka "Flash crashes don't need to crash the browser". I certainly didn't see anything about dropping 3.7

      Ah, finally found that discussion http://groups.google.com/group/mozilla.dev.planning/browse_thread/thread/f65f34aba408ca01/82b3086c93a18036

      Note that there doesn't seem to be anything about dropping 3.7 anywhere on http://groups.google.com/group/mozilla.dev.planning/

    18. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 1

      > feComp:

      Yep. Like I said, looks like something is not implemented here.

      > feTile:

      Works fine for me in Firefox 3.5.7.

      > gradient failure:

      The tests are both buggy; they're not setting the stop-color on the gradient, and stop-color doesn't inherit by default, and the initial value is black. See . If you care, Opera and Webkit render it exactly the same way as Gecko does, because that's what the spec requires.

      > pattern fills:

      Works fine for me in Firefox 3.5.7.

      > script failure:

      The first of these passes for me in Firefox 3.5.7 (you did click on the target, right)? The second fails, due to using events not yet implemented in Gecko (I did mention those earlier in this thread).

      > dom traversal:

      This is a test of what the browser reports via hasFeature, not a test of what it actually does (and not at all a test of anything SVG related except the last entry). Gecko's hasFeature does not claim support for mutation events or DOM 2 Traversal, since there are some edge cases of both that are not implemented yet and because it's better to claim no support than support if you have partial support.

      > grouping:

      The switch says to put in the lower-right-hand corner only if the "org.w3c.svg.static" feature is supported by the browser. Gecko will not claim to support this feature until it in fact has a feature-complete implementation (e.g. the feComposite thing above).

      > supporting svg in svg (seriously, you can't even do THIS?!):

      That's testing support for SVG in an (or ; it's the same thing). This is in fact not supported yet, yes.

      > text selection formatting:

      The behavior claimed correct on this test in terms of the green color contradicts the CSS specification (since the text does not in fact have focus). The lack of a red underline is certainly a bug.

      > text underline strike through ... really?:

      Yep. Just looks like no text-decoration support on in general. Certainly a bug.

      > trefs:

      Yep, no tref support.

      > no text selection at all:

      Yep.

      > tspan:

      In particular the character positioning part. Sure.

      > wrong colors (different shades of green between the two images):

      Looks the same to me, but this could easily depend on ICC profile settings for your monitor and the like...

      > http://www.w3.org/Graphics/SVG/Test/20061213/htmlEmbedHarness/full-struct-cond-03-t.html

      Works for me (the reference assumes a UA which doesn't support BasicText and Gecko does in fact support it).

      > Things in a published standard are up for debate?

      Indeed. Happens all the time, actually.

      > Do you know what a standard is and why they exist?

      Yes. Do you know what an ivory-tower standard is?

      > fonts in images weren't important

      Fonts are important. Defining font data using the SVG language itself (as opposed to, say, using downloadable truetype fonts) may not be so important. No one actually supports SVG Fonts as specified, for example. No one is even trying to (because the spec makes no sense).

      > I downloaded, installed, and use Firefox, fresh out of the box, no config changes, no
      > extensions, nothing added on after install.

      In that case, I can't explain why you see tests 3-7 failing when everyone else (I checked with a few more people) sees them passing.

      > I didn't bother throwing it at the actual test harness for pixel perfect checking

      The vast majority of these tests allow rendering differences on the individual pixel level, actually. So that wouldn't help anyway.

      > You're also assuming that EVERYONE is running the latest and greatest version, they
      > aren't and won't be.

      Where did I assume that? The question was about development priorities for future versions, and you claimed that SMIL is the wrong thing t

    19. Re:Gecko 1.9.3 and SVG animation by hairyfeet · · Score: 1

      I just ran them again, Win7 HP X64, and yeah, the boxes and colors look "off" as well, although the text is just plain awful. It isn't off by a lot, but you can tell that if you put them on top of each other the boxes on the SVG side are all either longer or wider than the test image, and the colors look a little washed out and blurred. So yeah, I'd say it is pretty borked.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    20. Re:Gecko 1.9.3 and SVG animation by BZ · · Score: 1

      The exact colors will depend on your monitor's ICC profile settings, the exact way the png was generated, etc. These tests aren't actually designed to look pixel-identical (or if they are, they totally failed at it).

    21. Re:Gecko 1.9.3 and SVG animation by lpq · · Score: 1

      And your machine is pixel perfect?

      You have your color profiled and your screen dpi set to be consistent across your apps and system?

      I'd be very surprised since most people don't even know these things need any adjustment whatsoever.

      You have all the fonts that are used in the tests loaded on your system?
      Again, I'd be surprised since they aren't even listed.

      Expecting pixel perfection from a system that's entirely uncalibrated is a bit ludicrous, don't ya think?

  2. Multithreading by electrosoccertux · · Score: 1, Offtopic

    People have said Firefox is multithreaded, and I'm no coder, but I know when a piece of software is using all available resources.
    Firefox never goes above 25% CPU usage when I open up a new window (which in turn loads about 15 tabs). Maybe the Gecko rendering engine can't render two pages at once. All I know is that the Firefox becomes unusable/unresponsive on my quad core for about 5 seconds while everything loads. Chrome hits much higher CPU usage-- but it doesn't have [true] adblock.

    1. Re:Multithreading by Neil+Hodges · · Score: 2, Informative
    2. Re:Multithreading by Anonymous Coward · · Score: 3, Informative

      It doesn't?

      No it doesn't. Straight from the author's mouths.

      Chrome does not yet allow extensions to prevent page elements from being fetched, just to hide them.

    3. Re:Multithreading by blahbooboo · · Score: 1

      It doesn't?

      Love chrome, wish it has a master password to encrypt stored passwords. Huge fail. until then won't use it...

    4. Re:Multithreading by jgtg32a · · Score: 1

      Really very nice
       
      They also have an Xmarks extension, I'm not seeing a noscript extension though. I just need that and I think I'm good to go.
      The only thing that bugs me about Chrome is the text highlighting, it highlights the full area not just the text itself. I find that slightly annoying but I can live with it.

    5. Re:Multithreading by mr_flea · · Score: 2, Interesting

      AdBlock for Chrome still loads the ads, it just hides them immediately. AdBlock for Firefox actually prevents ads from loading. This is due to the fact that Firefox has what's called a 'content policy' that allows AdBlock to prevent things from loading, while Chrome has no such alternative.

    6. Re:Multithreading by BitZtream · · Score: 1

      It is multithreaded, but when you have one GUI thread (which is the way Windows works) per process, and almost your entire workload is displaying things on the GUI, then multithreading doesn't appear so useful.

      I write an app which uses Gecko embedded, I can assure you that Gecko support multithreading.

      There just isn't currently a lot of stuff that actually uses threads. I blame part of this on the crappy process you have to go through to use multiple threads from JavaScript. Since FireFox relies heavily on JS, and switching JS code to be thread safe is a whore with XPCOM and all the proxy objects you have to create manually no one is in a big hurry.

      For instance, I have a bit of JavaScript that starts a thread, downloads an XML file, parses data out of it and saves the processed data to disk, all the while updating a popup progress dialog with progress bars and stuff. The XML parsing is bloated (intentionally for debuggng purposes) as far as SLOC is concerned. Looking at the code that does this, it takes more code to setup the proxies to deal with updating the popup dialog (because it has to run on the main GUI thread) than to do everything else.

      As such, thats the only part of our app that uses threads from Gecko.

      FireFox will be shitty from a threading standpoint until they fix basic stuff like auto proxying of GUI related things as needed so a developer can just write code rather than worrying about which thread the event needs to run on.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    7. Re:Multithreading by BZ · · Score: 1

      Firefox is multithreaded in the sense that multiple threads are used for multiple different tasks.

      However all layout currently happens on one thread. So yes, 25% CPU on a quad-core in your situation is what I would expect.

  3. So much for Windows 7 support by Chaos+Incarnate · · Score: 2, Insightful

    So now we have to wait until 2011 for Firefox 4 to get tab previews in the taskbar? Time to investigate ad-block addons for IE8.

    --
    Benford's Corollary to Clarke's Law: "Any technology distinguishable from magic is insufficiently advanced."
    1. Re:So much for Windows 7 support by Abcd1234 · · Score: 4, Insightful

      Really? That one, relatively useless piece of eyecandy is the only thing holding you back from using Firefox.

      Uhuh.

    2. Re:So much for Windows 7 support by R.Mo_Robert · · Score: 2, Interesting

      So now we have to wait until 2011 for Firefox 4 to get tab previews in the taskbar? Time to investigate ad-block addons for IE8.

      That's what IE does, and I hate it--then it takes even more work to switch back to my browser when I'm in another application. (Instead of my windows, I see all my tabs, making the list much longer and harder to navigate since I have to remember which tab I was on, unless I want to jar my experience by unintentionally switching tabs.)

      But, if that's the way Windows 7 is "supposed" to work, I suppose it will be more consistent...

      --
      R.Mo
    3. Re:So much for Windows 7 support by yakumo.unr · · Score: 4, Informative

      Last I saw tab previews in the taskbar was the default for Firefox 3.6, I had to disable it any time I did a clean install.

      browser.taskbar.previews.enable in about:config

      IMO it entirely defeat the point of having tabs in ONE program, so only one app wastes taskbar space, even preview space

    4. Re:So much for Windows 7 support by bheer · · Score: 1

      I used the early Firefox 3.6 betas which had this feature. It was distracting once you had more than 3 tabs. I was glad when they killed this feature in one of the later betas.

    5. Re:So much for Windows 7 support by Enderandrew · · Score: 1

      Run nightly trunk and you can have it today.

      I believe Chrome 4 beta does it today. I recommend AdThwart extension with it, but sadly it still renders the ad in the background and hides it. Running Chrome on Windows, I find files downloading and trying to open that I didn't download. I've seen executables try to open themselves. Firefox and Adblock plus stops the ad from rendering at all, which blocks a lot of that crap.

      Chrome is nice, but until I can get a better ad blocking solution, I'm largely sticking with Firefox.

      --
      http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
    6. Re:So much for Windows 7 support by Quantumstate · · Score: 1

      The problem with this change is that it causes major issues for people like me who have a lot of tabs open. I currently have 29 open because I have been researching some maths stuff. I could close some of them if I wanted to but that involves effort and I would probably close one which I would need again. It is much easier to close them all at once when I have finished. Just think about 29 tab previews in the task bar, it would be horrible. Maybe for a lot of people who keep about 5 tabs open it is ok but for people who use more it makes things worse and regressions always need careful thought and testing.

  4. Minefield by killmenow · · Score: 3, Informative

    I'm using it already as my predominant web browser of choice. Works like a champ so far. I know it's not even pre-release blah blah. It works for me.

    1. Re:Minefield by killmenow · · Score: 1

      Oops, forgot: Minefield

    2. Re:Minefield by megamerican · · Score: 4, Insightful

      Just like when running through actual minefields, others may not be as lucky as you.

      --
      If you have something that you dont want anyone to know, maybe you shouldnt be doing it in the first place -Eric Schmidt
    3. Re:Minefield by killmenow · · Score: 1

      True. I'm running it on Windows 7 64-bit if anybody cares. NoScript plugin works for me also.

    4. Re:Minefield by Hurricane78 · · Score: 1

      Tick... And with every second... tick... the likeliness of you stepping... tick... on a mine, gets... BOOOM! ;)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    5. Re:Minefield by Randle_Revar · · Score: 1

      I have been running Firefox and Mozilla/SeaMonkey nightlies as my primary browsers for many years. Back in Mozilla 0.9 - 1.5 days, early nightlies could be pretty rough, but now I rarely have any issues, even when big changes land on the trunk.

  5. no more daily 3.7 alpha updates then? by Anonymous Coward · · Score: 1, Informative

    I've been running the 3.7alpha nightlies for a while now (codename: Minefield...which is now, possibly, ironic) and it's been quite good. Shame to see it dropped, but hopefully they can move the code into 3.6 quickly.

    1. Re:no more daily 3.7 alpha updates then? by Paradigm_Complex · · Score: 2, Informative

      codename: Minefield...which is now, possibly, ironic

      No, it's intentional. Mozilla has been using Minefield has the code name for their cutting edge nightly stuff for quite some time... you know, the stuff that could randomly explode.

      --
      "A witty saying proves nothing." - Voltaire
  6. Where's the meat? by girlintraining · · Score: 5, Insightful

    What purpose does it serve to skip version numbers, except for some political or media-relations reason? The Linux kernel and many other open source projects have release cycles of "it's done when it's done" -- and a predictable version numbering system. What next, Mozilla Firefox 2010 Professional Edition? Delays are inevitable in any software development project.

    Also, Slashdot -- this news post was like saying "X replaced by Y. Z reported jealous, but A and B are looking forward to bringing C onboard soon." Numbers should not be used in place of content. $WITTY_COMMENT. $RETORT. $TROLL. $VAGUE_REFERENCE_TO_SEXUALITY.

    --
    #fuckbeta #iamslashdot #dicemustdie
    1. Re:Where's the meat? by tepples · · Score: 3, Informative

      WPF user interfaces use XML. ECMAScript itself is no worse than Python; in fact, several people have called ECMAScript "Lisp with C syntax". (In that way, ECMAScript could be thought of as an M-expression language.) A lot of the public griping about JavaScript relates to different web browsers' interpretations of the HTML DOM spec. But if Mozilla controls both the XUL/XBL DOM and the script that goes along with it, that becomes not an issue.

    2. Re:Where's the meat? by sabt-pestnu · · Score: 1

      $LAME_CAR_ANALOGY

      $Snide_comment_about_GP

      $Lameness_Filter_whine

    3. Re:Where's the meat? by DragonWriter · · Score: 1

      What purpose does it serve to skip version numbers, except for some political or media-relations reason?

      The difference between doing a 3.7 minor version release and a series of 3.6.x point releases as features are completed means that there aren't a set of "must-do" features for the 3.7 version, main "roadmapped" development can shift to 4.0, and individual enhancements to 3.6 that get completed get pushed out as point releases rather than getting aggregated into a combined minor version release. It also means that, essentially, anything not in 3.6 isn't committed to be done in the 3.x series at all.

    4. Re:Where's the meat? by PaladinAlpha · · Score: 1

      I think he was replying to the AC (modnuked to -1) made in reply to your post.

    5. Re:Where's the meat? by Pinchiukas · · Score: 1

      It's so good they skipped a number.

    6. Re:Where's the meat? by Bazzargh · · Score: 2, Informative

      What purpose does it serve to skip version numbers, except for some political or media-relations reason?

      Work was going on simultaneously on 3.7 and 4.0 branches of the code. There is an overhead in doing that, eg builds of both could be failing, who's looking into that, etc. Not least of your problems is getting developers who're working on shiny-new-stuff (4.0) to care about incremental-updates (3.7)

      Version numbers are just marketing. The linux numbering system changed not that long ago, and every so often there is a bunfight over it (there was talk of making releases last year version 9.x, matching the year); and the discussions are always about how this would be perceived, since what matters to developers is just the git hash anyway.

    7. Re:Where's the meat? by Hurricane78 · · Score: 1

      Well, 3.x to 4.0 would not be skipping anything. The major version number usually denotes changes in the architecture that do not try to keep compatibility. The minor number is more for smaller, gradual changes. (The third number would be for bugfixes. And the zeroth number, which for most projects usually means a name change and/or a complete rewrite (SeaMonkey -> Firefox), is unfortunately often not talked about.)

      So I don’t see the problem you have here. Maybe a misunderstanding. Care to explain?

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    8. Re:Where's the meat? by MostAwesomeDude · · Score: 1

      Oh yeah? Well, content shouldn't be used in place of numbers! Never trust those numbers; always hire hard-working letters instead. Alphabetic supremacist for life!

      Oh, and I heard you're a lesbian. All livin' it up on your little island of Lesbos with all the other lesbians, am I right?

      --
      ~ C.
    9. Re:Where's the meat? by shutdown+-p+now · · Score: 1

      Imagine if somebody working on a commercial project had suggested building a large, widely used desktop application out of JavaScript and XML. They would have be ridiculed and thrown out of the meeting immediately!

      Funny, that. At one of the companies where I had previously worked, at some point, we contemplated moving on to a better UI framework. It had to be cross-platform, easy to develop for, and easy to localize. XUL was actually one of the most prominent contenders, and quite a few seasoned developers supported it. They weren't "ridiculed and thrown out of the meeting" at all.

      Ultimately, the decision was made in favor of Qt, but that had just as much to do with the fact that existing codebase was 95% C++ and 5% assembler, and no-one wanted to bother with the glue code (there were bad experiences with that with a previous attempt at a homegrown framework).

    10. Re:Where's the meat? by shutdown+-p+now · · Score: 1

      Oh yes, and I've actually remembered one existing commercial (and fairly popular in its niche) product that's built on XUL: ActiveState Komodo.

    11. Re:Where's the meat? by geminidomino · · Score: 1

      Political and media relations are great reasons when you are doing battle with the Dragon (Microsoft) and the white-knight(Google)

      Does that make Mozilla the buxom-but-useless love interest, or the plucky comic-relief sidekick?

    12. Re:Where's the meat? by Mike+McTernan · · Score: 1

      3.7 stands for a feature set on the Firefox roadmap.

      Skipping that number signifies that the planned release has changed form. Avoiding use of that number then neatly avoids confusion about what the new planned releases will contain since Firefox 3.7 already has an attached meaning. It also allows retrospective discussion of what was planned for 3.7; useful if the roadmap is being updated.

      If you don't have a published roadmap with promised features, keeping the next release as n + 1 is no problem.

      --
      -- Mike
  7. Deja vu, I predict by Anonymous Coward · · Score: 2, Funny

    This should free up the team to work on the next major release, Firefox 4, slated for the last quarter of 2010, which is expected to follow the same development process.

    Firefox will be dead before it hits version 5.0.

  8. Combining security and feature updates, bad idea by Paradigm_Complex · · Score: 3, Insightful

    will be replaced with feature updates for Firefox 3.6 that will be rolled out with security updates

    This seems to be a horrible idea to me, unless I'm misinterpreting it. I can see this being implemented in two ways:

    One, Mozilla withholds security updates until there is a feature ready to go, which is just stupid - don't leave a hole if you've got a fix ready. One of the arguments in favor Firefox over IE is the more rapid security updates.

    Two, Mozilla withholds features until a security update is necessary. I can't see any advantage to doing this, but there's a few obvious downsides (like withholding a perfectly good feature until someone finds something we're supposed to be hoping is not there).

    Unless I'm missing something?

    --
    "A witty saying proves nothing." - Voltaire
  9. Et tu, Mozilla? by Anonymous Coward · · Score: 5, Insightful

    Security updates should never be combined with feature updates. Anyone who doesn't want the feature update is then in the unfortunate position to decide whether they'll get the unwanted features or keep the unwanted vulnerabilities. Bad Mozilla.

    1. Re:Et tu, Mozilla? by albedoa · · Score: 1

      The same can be said for a feature update that is released before any other security updates. Are you suggesting that Mozilla releases every feature as an elective add-on?

    2. Re:Et tu, Mozilla? by BZ · · Score: 1

      If you read the article carefully, the only feature that is planned to ship as part of the security+stability releases so far (note the "stability" part) is out-of-process plugins. And the point there is stability.

    3. Re:Et tu, Mozilla? by bheer · · Score: 1

      I agree this is not a good practise, but I can see why they did it -- it was commercially necessary if they want to keep up with Chrome. Personally what they should have done is adopted Chrome's stable/beta channel strategy, with automatic updates for both channels by default. Who knows, maybe that's exactly what they'll do.

      (I know they release betas already, but the notion of a Chrome beta channel is that you're permanently on the beta, trying out new features. If you're more adventuresome you can be on the developer channel, which essentially gives you very frequent updates.)

    4. Re:Et tu, Mozilla? by BZ · · Score: 1

      Firefox has had an update beta channel for years now (since about Firefox 2, as I recall). If you're on the beta channel, you get updated to the next beta.

      Similar for the nightly update channel, where you're updated to the new tip build every day....

  10. Re:Combining security and feature updates, bad ide by HouseOfMisterE · · Score: 1

    Unless I'm missing something?

    Well, two things you are missing is evidence that the Mozilla foundation will (1) "withhold security updates until there is a feature ready to go", and (2) "withhold features until a security update is necessary".

  11. Re:Combining security and feature updates, bad ide by Zocalo · · Score: 2, Interesting

    Perhaps they intend to roll out new features to 3.6 in the same manner as they do security updates; one 3.6.x release might be a bug fix, another might be new features and another a combination of the two. You don't have to bring out new features on major releases, so this might even mean that we'll get features added to 3.6 sooner than we would have done waiting until 3.7 before releasing them all in one go.

    --
    UNIX? They're not even circumcised! Savages!
  12. Re:Combining security and feature updates, bad ide by MtViewGuy · · Score: 1

    I don't think the Mozilla Foundation is dumb enough to wait for new features for 3.6.x version security updates! I do think the version number could go as high as 3.6.15 (my guess) as security updates and the new features are "slipstreamed" in.

  13. Re:Combining security and feature updates, bad ide by twidarkling · · Score: 1

    Yes, you're missing option 3.

    Three, Mozilla rolls out a patch that includes a feature when it's ready, and rolls out a different patch when a security update is ready, and combines them if/when possible. That would still be "with" security updates, after a fashion, and it would be the logical, intelligent way to do so.

    --
    Canada: The US's more awesome sibling.
  14. Re:Firefox Needs to Be Dropped, Period by ShadowRangerRIT · · Score: 1

    Since 3.5 released, I've had a grand total of maybe two crashes (at least one of which was clearly caused by Flash). It does use a decent amount of memory (100-400 MB depending on how I'm using it), but nowhere near what IE8 is using (often 50 MB or more per tab), and on my machine, I've got more than enough memory to handle it. Maybe you really are using unstable plugins and add-ons?

    --
    $_ = "wftedskaebjgdpjgidbsmnjgcdwatb"; tr/a-z/oh, turtleneck Phrase Jar!/; print
  15. Re:Firefox Needs to Be Dropped, Period by HouseOfMisterE · · Score: 3, Informative

    Maybe I'm lucky (conversely, maybe you are unlucky), but 32-bit Firefox 3.5x is 100%* rock-solid stable on my PCs. I can't compare this to IE's stability, as I never, ever, use IE. Granted, I only have 4 add-ons installed (ColorfulTabs, Flashblock, ForecastFox, and Oldbar), but Firefox simply works.

    *Actually, I can remember 1 time that Firefox locked up on me, months ago, so its stability is 100% minus one_event.

  16. Ok, grandpa by Rix · · Score: 1, Interesting

    Continuing to support old versions is a heavy burden, and has to end at some point. It's not a question of if people will have to make that decision, but when.

    1. Re:Ok, grandpa by Anonymous Coward · · Score: 2, Insightful

      Is Lynx not working out for you?

    2. Re:Ok, grandpa by Dan+Ost · · Score: 1

      Please enlighten us on how firefox has gotten worse.

      From where I sit, v3.5 is a huge improvement over what came before. I'm optimistic that v3.6 will be an improvement over v3.5.

      --

      *sigh* back to work...
    3. Re:Ok, grandpa by Anonymous+Psychopath · · Score: 1

      It takes too long to arrow down past the zillion unnecessary links on every page. If people would code their pages properly it wouldn't be so bad, but there's pages of navigation and images and shit all over the place. Sadly, a graphical browser is pretty much required these days.

      I can't tell if you're going for funny or not. This is only "sad" if you're firmly stuck in the mindset that all browsers should deliver is text information and that the mouse is a fad.

      Personally I find some sites that use all those "images and shit all over the place" to be extremely useful. Google Maps, for instance.

      You're basically claiming that the web sucks because it doesn't cater to an interface that the overwhelming majority of users has completely abandoned, the CLI (present company excluded).

      --

      Eagles may soar, but weasels don't get sucked into jet engines.

    4. Re:Ok, grandpa by Hurricane78 · · Score: 1

      Starting you “argument” with an “ad hominem” fallacy. Way to fail... ;)

      Oh, it’s so heavy to support old version? Well tough, cause you’re supposed to do it. That’s the point of branches. But you only fix things that do not require functionality or architecture changes. Or in other words 0.0.0.x changes. Because the fix to problems that are caused by functionality and architecture, is the new x.x.x.0 version.
      So it usually is by itself getting less and less, while you’re polishing the last kinks.
      As a developer I think that’s just how good developers work. It’s the natural way of working to me.

      You see, it’s not all black and white in reality. :)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    5. Re:Ok, grandpa by geminidomino · · Score: 2, Insightful

      Please enlighten us on how firefox has gotten worse.

      From where I sit, v3.5 is a huge improvement over what came before. I'm optimistic that v3.6 will be an improvement over v3.5.

      In a word: "Awesomebar"

    6. Re:Ok, grandpa by Dan+Ost · · Score: 1

      Yeah, about the awesomebar, it works just fine for me. Honestly, I don't see how it's enough different than the previous location bar to upset so many people. I was using it for days before I even realized that it was functionally different from the location bar in v3.0.

      Even for those of you who don't like it, how can it be more than just a minor annoyance, anyways?

      --

      *sigh* back to work...
    7. Re:Ok, grandpa by geminidomino · · Score: 1

      Yeah, about the awesomebar, it works just fine for me. Honestly, I don't see how it's enough different than the previous location bar to upset so many people. I was using it for days before I even realized that it was functionally different from the location bar in v3.0.

      Even for those of you who don't like it, how can it be more than just a minor annoyance, anyways?

      Yeah, about the awesomebar, it works just fine for me. Honestly, I don't see how it's enough different than the previous location bar to upset so many people. I was using it for days before I even realized that it was functionally different from the location bar in v3.0.

      Even for those of you who don't like it, how can it be more than just a minor annoyance, anyways?

      They take what is arguably the most basic of browser UI elements, fundamentally change its behavior, and don't give an option too keep the old behavior. That's just bad design, whether or not you personally have a problem with it or even noticed it (which could say more about your usage patterns than the awesomebar itself).

      As to why I personally hate it: If I have to take my hands off the keyboard to use the mouse to fix a mistake made by the machine thinking that it knows what I want, it's broken my workflow.

      If I have to clear out the address bar and type the full address in for the same reason, it is now a misfeature.

        If I have to rely on 3rd party application developers to provide a fix (and while their efforts have been noble, none have been able to do so completely), it's officially a boneheaded design decision.

    8. Re:Ok, grandpa by Dan+Ost · · Score: 1

      I still don't understand. If I hit ^L and start typing a web address, it doesn't interfere. It might offer me a list of suggestions that I can choose from, but it never hijacks the text field that I'm typing in. It never forces me to reach for my mouse.

      Could you give a more detailed explanation of how it interferes with your browser use?

      --

      *sigh* back to work...
    9. Re:Ok, grandpa by geminidomino · · Score: 1

      I still don't understand. If I hit ^L and start typing a web address, it doesn't interfere. It might offer me a list of suggestions that I can choose from, but it never hijacks the text field that I'm typing in. It never forces me to reach for my mouse.

      Could you give a more detailed explanation of how it interferes with your browser use?

      All well and good for you. It doesn't interfere with you, that's fine, but the fact that you type ^L to get to the address bar makes it clear that yours is not the common use case. Since you keep coming back to the "it works for me" position, there's no point in repeating again that it doesn't work for me. If you don't work on the firefox project, it wouldn't do any good anyway. If you do, then the solution is easy: give us a checkbox to use the old, non-awesome address bar. Fixed.

    10. Re:Ok, grandpa by Dan+Ost · · Score: 1

      I agree, it is odd that they don't provide a configuration setting to restore the old behavior of the location bar.

      I'm not trying to write off your complaint with "it works for me", I'm trying to understand what your complaint is. In your earlier post you mentioned that it annoyed you because it forced to you use your mouse to correct something. When I tried to do what I thought you had described (^L is the only way I know to access the location bar without using a mouse), it did not require me to use my mouse at all. I'm clearly not duplicating your issue.

      Please, humor me and describe the steps required to duplicate the behavior that you find unacceptable. I would love to have a demonstrable example of why some people dislike the "awesomebar" so much.

      --

      *sigh* back to work...
    11. Re:Ok, grandpa by bheer · · Score: 1

      A lot of people dislike the awesome bar because they expect a URL bar to do only what Netscape 4's URL bar did: a case-insensitive string prefix search of previously typed URLs. They don't like that it now matches words within URLs, Page titles and bookmarks. Thing is, IE, Chrome, Opera -- all do this now. The market has spoken(tm).

      I personally love the feature and access it via the keyboard (it's fully keyboard accessible), I just don't get how it forces someone to use a mouse.

      But in Firefox's specific implementation of the awesomebar, I've noticed some slowdowns, especially on older machines (Celerons & even older Pentium HTs with slow 5400rpm hard drives) when all you see is a spinning graphic to the left of the URL bar, if you type in a combination of words that don't exist, and Firefox has a lot of data to look through (it remembers 90 days worth of history by default IIRC). Other browsers (Chrome/Opera) haven't had this problem (but then I use Firefox very heavily and the others casually) so maybe folk are annoyed at the perceived lack of responsiveness.

    12. Re:Ok, grandpa by geminidomino · · Score: 1

      Bheer summed it up already. I tab to the address bar, and when it auto-populates, I end up having to clear it all out. Old location bar makes it a little better, but not enough.

  17. Quick date calculations by dark_panda · · Score: 4, Funny

    "Mozilla would roll out Firefox 3.6 and 3.7 over the course of 2009, each bringing minor improvements to the browser. However, a steady stream of delays to Firefox 3.6 has rendered that goal unobtainable."

    [jay@gobstopper ~]% date
    Fri 15 Jan 2010 12:32:18 EST

    ... ... Okay guys, looks like this math checks out. It seems that releasing Firefox 3.6 and 3.7 in 2009 is an unobtainable goal at this point in time. You know, in 2010.

    1. Re:Quick date calculations by Tumbleweed · · Score: 1

      ... ... Okay guys, looks like this math checks out. It seems that releasing Firefox 3.6 and 3.7 in 2009 is an unobtainable goal at this point in time. You know, in 2010.

      Don't be such a pessimist! If they try really hard, it might still be possible. You never know till you try!

    2. Re:Quick date calculations by Hurricane78 · · Score: 1

      ~ $ head -n 2 mozilla-installer-3.7.sh
      #!/bin/sh
      date `date +%m%d%H%M2009.%S` # make sure it's 2009

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
  18. Re:Combining security and feature updates, bad ide by BZ · · Score: 2, Informative

    I think you're missing two things:

    1) The article's first paragraph is taking a proposal for a possible future plan of action
            and claiming that it is the plan of action.
    2) Right now (Firefox 3.0 and Firefox 3.5) there are no features shipped as minor updates;
            all features are "withheld" as you put it until the next major version.

    The only firm current plan here is that one particular feature, namely out-of-process plug-ins, is currently planned to be backported to Firefox 3.6 and shipped in some form in one of the minor updates. Once it's judged ready and so forth. Since minor updates are all about security and stability, this particular feature fits well in their scope (for example, a significant fraction of Firefox crashes are actually Flash crashes).

    There is also talk of possibly backporting some other small features (mostly performance-related) to the stable branch as they become ready. This may or may not happen. There is also discussion about what and when the next Firefox major update will be, and discussion about what and when the next Gecko release will be. These may not happen at the same time. None of that is decided.

  19. Re:Chrome by Per+Wigren · · Score: 1

    Why don't you turn off automatic updates then?

    --
    My other account has a 3-digit UID.
  20. Re:Firefox development is poorly managed, apparent by Pojut · · Score: 2, Informative

    I have seen you post this ANY time Firefox has been mentioned for the past couple of weeks, cut and paste style. You are either a shill of some sort, or forced to do this because of one of your clients. Either way, you aren't wanted here.

  21. You do want corporate support, don't you? by Anonymous Coward · · Score: 5, Insightful

    Small feature updates are not conducive to getting corporate support. With large updates, a company can say, "We support Firefox 3.5+", and they can be reasonably confident that they don't need to fully test every minor release of Firefox 3.5. With small updates they have to say, "We support Firefox 3.6.7", and can't be sure that they will actually be able to support 3.6.8 without fully testing it. If you want corporate support, you have to have feature freezes, or support stops being worth the testing time.

  22. Re:Avoidance? by Pojut · · Score: 2, Interesting

    I keep HEARING about all these serious problems, but the five computes in my household using Firefox 3.5x (two of them Ubuntu 9.10, three of them Windows XP SP3) haven't SHOWN me any of these problems.

    These posts keep talking about how there are major problems with Firefox, and they keep getting worse...yet I haven't experienced nor do I know anyone in my relatively large nerd circle who has experienced what is being described after the release of 3.5.

    It sounds like paid shill bullshit to me.

  23. Re:Firefox development is poorly managed, apparent by Anonymous Coward · · Score: 1, Informative
    In return for that enormous amount of money, Firefox is for many the most unstable program they use. Every new version of Firefox includes "stability improvements", but the instability has gotten considerably worse since version 3.5.2. Firefox is so unstable it regularly crashes the Windows XP OS, although not Linux, apparently.

    No operating system should crash due to a misbehaving application. If it does crash, the operating system sucks.

  24. Re:Firefox development is poorly managed, apparent by Jesus_666 · · Score: 3, Insightful

    It's true that my Fx has crashed seven times in the last three months. However, I can trace two of them to a faulty extension. The rest may very well come from the Flash plugin, which isn't entirely stable on Snow Leopard and hasn't been fixed in ages. Offhand I can't remember a single crash not directly related to Flash (excepting the extension, of course).

    I'm willing to bet that a fair part of the stability issues people have actually comes from badly-written extensions and plugins. Remember that most other applications don't execute code written by Adobe (and yes, I see that as an argument as to why they're more stable).

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  25. Re:Combining security and feature updates, bad ide by DragonWriter · · Score: 2, Informative

    Unless I'm missing something?

    You're missing this:
    (3) Mozilla does individual security fixes and feature updates for 3.6 as they are completed (maybe grouping the two together in an update if they happen to be ready at the same time, but not holding either to wait for the other), but doesn't have one big list of featur updates that must be complete for a "v3.7" that are released all at once. The "feature updates that will be rolled out with security updates", in this case, would mean that the feature updates are rolled into the usual chain of flowing, as-completed security update point releases rather than bundled together into a minor version release, not that each individual feature update must accompany at least one security fix.

  26. Re:Firefox development is poorly managed, apparent by Anonymous Coward · · Score: 1, Insightful

    Huh. I typed in about:crashes, and it was completely empty.

    Anecdote vs. anecdote. To continue this argument you need real data.

  27. Re:Firefox development is poorly managed, apparent by Enderandrew · · Score: 5, Informative

    Have you seen $200 million worth of development in Firefox?

    http://planet.mozilla.org/

    Spend a little time reading this on a regular basis, and you'll soon discover how many projects Mozilla handles, and all the developers they're paying.

    The big projects include:

    Firefox, Bugzilla, Camino, Fennec, Lightning, Sunbird, Seamonkey, and Thunderbird.

    These are major multi-platform projects.

    Mozilla has several projects for first-party add-ons for all of the above such as Firebug, Chromebug, . Then they have tons of major projects that most people never hear about. At the moment they're working on:

    Jetpack
    Raindrop
    Bespin
    Concept
    Personas
    Prism
    Snowl
    Test Pilot
    Ubiquity
    Weave
    Electrolysis

    A tool recently said the KDE code based purely on lines of code should have cost $175 million to develop, and that wasn't counting Koffice, and anything outside the main KDE trunk.

    Mozilla also doesn't just do code projects, they do tons of community management and outreach projects like Mozilla Education, which costs even more money.

    They also help support outside developers using Mozilla and Xulrunner for other apps such as Kompozer, Songbird, etc.

    I don't know where all their money goes, but Mozilla does *A LOT*. To suggest they're not doing much development is ignorance or lies.

    Firefox experiences a LOT of crashes and memory hogging, and has for years.

    Firefox does crash for me from time to time, on Windows and Linux. I tend to use a lot of extensions, and the most common thing I hear is that extensions are the largest source of memory and stability issues. Do I get daily crashes, or 10 crashes a day? No. And I run daily snapshot builds. I maybe get 1 crash a week, if that.

    As a Systems Engineer, I troubleshoot and support some big money apps that crash fairly often. Large software projects are going to have bugs. However, I wager if you run without extensions, you'll find that Firefox is pretty damned stable for such a massive multi-platform app.

    Memory issues are all but lies these days. Memory usage has improved so much over the past few years. Firefox is actually better with memory usage than Chrome in many ways. The core app doesn't take too much memory on first load. It doesn't have memory leaks.

    There are some intentional features which cause Firefox to eat up some memory that you can turn off, such as Firefox keeping fully rendered pages in memory, so that when you hit the back button, they just display immediately without having to re-render. When you close a tab, it still keeps that full session in memory for some time, so that you can reopen the closed tab with full rendered pages and history if you want.

    If you don't like these features, turn them off. Not to mention, these are set to use dynamic chunks of memory which is preportional to your total memory. If you have a desktop with 8 gigs of memory that you're not using, why get upset that Firefox is using 300-400 megs of memory?

    Unused memory isn't doing you any good.

    Stop with the FUD. Real geeks know better and see right through BS and lies.

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  28. Re:Firefox development is poorly managed, apparent by Ltap · · Score: 1

    I don't see any of these problems. Firefox has never crashed for me under reasonable circumstances.

    Sibling posts are right - this seems way too long and too calm. If someone writes a lot, it's usually a rant. Also, the bolding, etc.? It's way too artificial.

    --
    Yet Another Tech Blog
    (but so much more, including game and movie reviews)
    http://yanteb.peasantoid.org
  29. Re:Firefox development is poorly managed, apparent by HouseOfMisterE · · Score: 1

    "about:crashes" shows no submitted crash reports on my computers.

  30. Re:Firefox development is poorly managed, apparent by PaladinAlpha · · Score: 1

    I run two to three Firefox windows with dozens of tabs 24/7, with active browsing of a variety of content types (Flash, images, embedded video, text, heavy scripting, AJAX, et cetera) for many hours daily, and a wide variety of addons installed. This particular install of firefox has been running for a little over a year.

    My about:crashes is blank.

    The randomness of failures suggests that Firefox writes to a random location memory that is important in some systems and not others. That's crucial in an unstable, poorly designed OS like Windows XP. Linux merely throws Firefox off the system.

    This is ridiculous. You're obviously talking about things you don't know anything about -- concerning programs or OS's to start with, let alone Firefox specifically or the function thereof.

  31. Re:SetProcessAffinity &/or SetThreadAffinity by PaladinAlpha · · Score: 1

    Dude. There have been threading calls on "other OSs" long before Microsoft butchered the design. You're misinformed or shilling.

    Also, ffs, take an english class. The way you write makes me think you might actually be an MS coder trying to turf a little.

  32. So what? by MonsterTrimble · · Score: 1

    And the issue is what? Seriously. So no major overhauls until FF4, continuous minor updates both feature & security wise. This is what Microsoft, Linux, Amarok, Opera nd others do. Why would Mozilla be different?

    Mountain out of a molehill. Start worrying if Mozilla stops talking about FF4.

    Note: I know Amarok isn't in the same league as the other three up there, but I was going over their changelog yesterday and there were some pretty big updates done on a minor point change. Finally looking like it's back to all the functions of 1.4.10. Now if it would now get stuck scanning my collection at 49% I'd be gold

    --
    I call it 'The Aristocrats'
    1. Re:So what? by swordgeek · · Score: 1

      Not an issue. Not a mountain, either. Just a modest and timely change to deal with slipping deadlines.

      Not everything on /. has to be earth-shattering. How many "Linux kernel 2.6.xxxxx released" articles have there been?

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
  33. Re:Did you read the crash reports? by theJML · · Score: 2, Interesting

    Not to feed a troll, but...

    If he and a number of other people, as stated in his report (and I'll throw my experience in there as well), don't have the problems, it calls into question the original report of overwhelming issues.

    Personally, I'd have to say that I use firefox for an average of 12 hours a day. I use it quite a bit at work and again when I get home. If you add in the time that my friends and relatives use firefox without on going crashing issues (ESPECIALLY those that take down windows, I've NEVER even heard of Firefox itself bringing down properly patched XP, and I know I've not had it take down either my Ubuntu, Gentoo or Fedora systems). I'd have to say that daily useage of Firefox in my circle has to be aproaching 80 or 90 hours per day.

    I'm also saying that the "Automatically Generated Crash Reports" "Didn't happen" because, well, they didn't. mostly because there was no need for firefox to automatically generate a report on an event that didn't take place.

    Is Firefox perfect? No, far from it. But I have found as many other people, that crashes, when they do occur are almost never caused by firefox itself, but one of the extensions. In the times I've heard of someone with a crash or two, they uninstall the last extension they put on there and they're back to stable. It's that easy. Same goes for slow load times, large memory usage, high CPU usage, etc.

    Also, that originating post says that 91% of the Mozilla Foundation's income is $68M, and complains that we haven't seen $200M in development... Well, did you ever think that calculation is a bit off? after all, that'd only mean we'd see $75M which, last I checked is less than $200 by quite a bit.

    You really should think about these things more before you post. If you bought that info, you might want a refund...

    --
    -=JML=-
  34. Re:Did you read the crash reports? by b0bby · · Score: 2, Informative

    I just read mine - I have one in Nov 2009 & one in Dec 2009. I seem to recall that both of those were caused by some script on cnet.com; it was certainly one particular site in both cases. I start each morning with a fresh 12 tabs open and go through the day opening & closing tons of tabs. Maybe this is "lighter" browser use, but I also have a machine at home which keeps 50+ tabs open for weeks at a time & almost never crashes. This leads me to agree with the GP, claiming that Firefox has major problems with crashing sounds like shill bs.

  35. Re:Firefox development is poorly managed, apparent by _xeno_ · · Score: 1

    The randomness of failures suggests that Firefox writes to a random location memory that is important in some systems and not others. That's crucial in an unstable, poorly designed OS like Windows XP. Linux merely throws Firefox off the system.

    What that suggests to me is that your memory is bad. Try running memtest and see if it reports any errors. Even if it doesn't, it might be heat related.

    I've had issues with Firefox crashing in the past (although mostly due to my playing around with XPCOM while writing an extension), but I've never seen it crash the OS. If it's crashing the OS, it seems highly likely to me that there's something physically wrong with your system.

    After all, even Linux crashes when the CPU physically falls out of its socket. (Don't try that at home.)

    The last time I was routinely crashing Windows XP was due to an overheating issue with my graphics card. It'd run fine until I tried to play a game. Start up a game and then after a while, boom: PAGE_FAULT_IN_NONPAGED_AREA.

    --
    You are in a maze of twisty little relative jumps, all alike.
  36. Re:Firefox Needs to Be Dropped, Period by Dan+Ost · · Score: 1

    So you think the firefox team should just quit and that the people currently using firefox should switch to another browser? Just like that?

    Clearly, your opinion of what counts as a "fatal flaw" is not widely held or firefox's market share wouldn't continue to grow as it has. People will continue to use firefox until they find another browser that is more appealing to them and as long as there's enough users to justify further development, the firefox team will continue to work on the code-base.

    Out of curiosity, what are the "fatal flaws" as you see them?

    --

    *sigh* back to work...
  37. Re:Firefox development is poorly managed, apparent by tuxgeek · · Score: 1

    Interesting post ..
    I run FF in Linux and can't recall the last time I've seen FF crash
    As you state FF crashes in XP constantly, the problem may be partly with XP
    As from my experience as a windoz user, everything crashes daily, from the main OS to the applications, although XP is much improved over past windoz versions. It still melts down from time to time

    The FF delayed mouse event problem, I have seen though. I was wondering what was causing that .. now I know

    --
    "Suppose you were an idiot...and suppose you were a member of Congress...but I repeat myself." Mark Twain
  38. Re:Did you read the crash reports? by Pojut · · Score: 1

    You don't have the problem, so it doesn't exist?

    I'm not saying it doesn't exist, I'm saying that in own personal experience (and, apparently, a lot of other people on this board's experience), I haven't found anything remotely close to what is being claimed.

    Did you read the crash reports? They are automatically generated. Are you saying they didn't happen?

    People also have pictures of iPhones literally catching on fire or even exploading. That doesn't mean the millions of iPhones out there are bombs in disguise.

    Did you consider that maybe your use of a browser is lighter than that of others?

    I use 11 addons, and tend to have anywhere from 10-30 tabs open at a time in TWO different browser windows at a time (closer to 10 if general browsing, closer to 30 if I'm working on my website).

    If anything, my use of Firefox is HEAVIER than most (or on par with "power users", many of whom on this board also report experiencing none of the issues you have mentioned).

    Considering I'm running a relatively week Athlon X2 5400+ and 4 gb of DDR2800 Corsair XMS memory, I should be experiencing the problems you describe left and right...but lo and behold, I don't.

  39. Re:Firefox Needs to Be Dropped, Period by Anonymous Coward · · Score: 1, Interesting

    Strange, 2.x and below were massive memory hogs and somewhat unstable in my experience, when 3.x came along and they started worrying about memory usage and plugging the memory leaks of old by firefox experience did improve, especially on older hardware. Chrome is the biggest memory hog of current browsers, this is very much by design.

    Shiretoko? isn't that the codename for an old unstable/testing version of firefox? I would certainly expect that to be unstable and crashprone.

    Not that i don't think firefox is starting to lag behind, the XUL GUI is just feeling impossibly slow at this point, but less FUD and more substance next time, please, ok?

  40. Re:Did you read the crash reports? by Pojut · · Score: 1

    Not only is it week, it's also weak!

    Oh, and for the record: the two ubuntu 9.10 systems I run Firefox 3.5.x on? One is an Athlon 64 3000+ single core system (HTPC), and the other is a Dell Mini 9. If I was going to have stability issues with Firefox, I'm sure at least one of those two would have it.

  41. Re:Where did the $200,000,000 go? by Anonymous+Psychopath · · Score: 1

    You'll have to admit a detailed accounting of the apparently more than $200,000,000 Google has given to the Mozilla Foundation would be interesting.

    Maybe, these aren't public funds or donations. I don't really care how they use their funding, I only care about their product. Firefox does cause me some issues but the positives continue to outweigh the negatives.

    However, I think it's probable that Chrome will overtake them within the next couple of years.

    --

    Eagles may soar, but weasels don't get sucked into jet engines.

  42. Re:Combining security and feature updates, bad ide by TejWC · · Score: 1

    I can't find official documentation on this subject. However, based on the updates that I get, there are 4 numbers in a given Firefox Version:
    A.B.C.D
    A= Major revision
    B= Minor revision
    C= Small feature revision
    D= Bug / security fix

    It now appears that features that was going to be in 3.7 will now be put into 3.6 feature by feature. So you may see an update like 3.6.0.2 which is just security/bug fixes from 3.6.0.1. When you see an update like 3.6.1.0, it means it has a new feature that would have been in 3.7 but was put into 3.6 instead.

  43. Re:Minefield (ob CollegeHumor) by ArundelCastle · · Score: 1

    "WHY ARE THESE MINES EVEN HERE???"
    http://www.collegehumor.com/video:1770138

  44. Re:Avoidance? by Pojut · · Score: 1

    I don't know what problems the other poster was talking about, but for a several month period up until the last two updates, Firefox was crashing on me basically every night, unattended, with near 100% CPU usage and hugely bloating memory. Furthermore, if I tried to restart it, and it found that one of my plugins needed updating, it wouldn't attempt to restore the previous set of tabs that it was displaying when it crashed. Hugely annoying. I suspect it was some weird interaction with the Zimbra web app. Still, FireFox shouldn't crash like that, no matter what an app is doing.

    I have trouble believing this. Firefox was causing you that many problems on a daily basis...yet you continued to use it for several months? ::sniff sniff:: I smell bullshit.

  45. Is it already time for the next *generation*? by Hurricane78 · · Score: 1

    You know, sometimes the architecture that you originally designed (and that was great and the right thing back then) does not fit your current needs anymore. You get slower and slower, everything becomes bloated and messy, and starts to look like an upside-down pyramid (Windows ME syndrome).

    And that’s the time, where it’s good to think about not just making the next version. But about making the next generation. Like a complete rewrite, but not. More like forgetting everything and designing a good and more future-proof system from the ground up. Which usually results in not much loss of work, because you notice how much falls into that new design as if it were made for it, because you lose the coding around that you previously had do employ. (Which also is the indicator that a new generation was the better decision: When it is less work than what the other choice.)

    Has anyone else the feeling, that we’re pretty close to that with Firefox right now?

    It’s strange how many experienced developers think they can just pile up version after version of major new goals onto the same architecture.

    I myself would at this point make two branches: One called Firefox. And one called Firefox Two / Firefox II / SomethingCompletelyDifferent. (As in “SomeMovie 2”, not as in “SomeSoftware 2.0.” One level higher.)

    I hope the team makes the best decision.

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
    1. Re:Is it already time for the next *generation*? by BZ · · Score: 2, Informative

      There's been continuous rearchitecture going on in the 1.9, 1.9.1, 1.9.2 Gecko milestones, and it's ongoing. I mean.... the JS engine is being rewritten from the ground up, in 1.9 CSS layout was rewritten from the ground up, the DOM is about to see some major changes...

      Not sure why you decided that there's no rearchitecture going on. ;)

  46. Re:Firefox development is poorly managed, apparent by Pojut · · Score: 1

    Mod parent up! Super informative post...I knew they were stretched across many projects, I didn't realize it was THAT many -_-;;

  47. Re:Firefox development is poorly managed, apparent by hairyfeet · · Score: 1

    Uuuuhhhhh...dude? Got five boxes here, all running Firefox. Did the little about:crashes thing? There ain't any. Zip zero nada squat. Maybe they are running a funky extension, which you can't blame the company if a user decides to PEBKAC the thing. And it isn't like I'm running without extensions here-Distrust, Downloadhelper, downloadstatusbar, FEBE(must have), iMacros, ABP, Noscript,nightly tester tools, and Forecastfox.

    That is NINE extensions, running on THREE different OSes (Win2K, WinXP Home/Pro, Windows 7 X64) with a range of....how many years since they released the 3.5 branch? Because I installed it clean on the Win2K. The other are a mix from a couple of years to 4 months for the new Windows 7 box. And ALL are stable, ALL are doing fine with regards to memory, and ALL are crash free.

    Not saying you don't have a problem, I'm saying I'm willing to bet one of those more funky extensions are the culprit. The programming extensions like Firebug from what I understand are more than a little unstable. But I have been running those same above extensions almost since the day each individual one was released and been running Firefox since the 1.x days, and can say I could probably count the number of crashes I had on one hand, all during the 2.x branch, which was seriously unstable with regards to memory.

    So while I don't know which extensions you are using, if it is any that isn't on my list above you might want to disable them for a couple of days and see what happens. Or don't and just put up with the occasional crash. I personally like my extensions enough that even if they did become unstable in the future I would probably just return to a previous version or put up with it. I like having my browser MY way too much to go back.

    --
    ACs don't waste your time replying, your posts are never seen by me.
  48. Re:Avoidance? by PopeRatzo · · Score: 1

    I don't know what problems the other poster was talking about, but for a several month period up until the last two updates, Firefox was crashing on me basically every night, unattended, with near 100% CPU usage and hugely bloating memory.

    Can we have a show of hands?

    Does anyone here believe this AC?

    --
    You are welcome on my lawn.
  49. Re:Avoidance? by silent_artichoke · · Score: 2, Insightful

    Helpful Hint of the Day: There are other browsers. Use one.

    Seriously, if it's not working for YOU, use something else. It works for everyone else here, so it must be something with you.

    Also, it's open source. Please submit your patches directly to Mozilla or ask them for a refund in the amount of your purchase price. Either way this is not the place for it.

  50. Re:Avoidance? by Pojut · · Score: 1

    I believe they are either seriously misguided or a horrible liar.

    ZING!

  51. Re:Is it okay that Mozilla disclaims responsibilit by Anonymous Coward · · Score: 1, Insightful

    So, is it okay that Mozilla Foundation disclaims responsibility for extensions being allowed to make Firefox unstable?

    Um, yes.

    I don't take responsibility for any code you write, and I don't expect you to take responsibility for any code I write.

    Why in the name of sweet holy fuck would you expect the Mozilla Foundation to take responsibility for any code that some random developer completely unassociated with them writes?

  52. I want multithreading! by thue · · Score: 3, Insightful

    The far and away priority one feature should be Multithreading. Each tab and each plugin should have its own process and its own memory space, so that a crash of one tab/plugin, or one tab/plugin using loads of CPU power, should have practically no effect on my other tabs/plugins on my 4-core CPU.

    So I don't care about copying Chrome's GUI. But copying Chrome's sandboxing and multithreading architecture I very much care about!

    There is a Mozilla project to implement this, but the project page hasn't been updated in months, as far as I can tell.

    1. Re:I want multithreading! by VoltageX · · Score: 1

      Yeah, someone's been slack. You can see the progress, albeit via bug reports: https://bugzilla.mozilla.org/showdependencytree.cgi?id=478976&hide_resolved=1

      --
      "Anonymous could not immediately be reached for further comment." - International Business Times
    2. Re:I want multithreading! by hughk · · Score: 1

      Too right! If you want to multitask and a poor website/plugin combo is hurting you, it can get really annoying.

      I know about the project to change the add-on model (Jetpack) but simply limiting the interface may compromise functionality and I would rather have something like what you mention.

      --
      See my journal, I write things there
    3. Re:I want multithreading! by BZ · · Score: 2, Interesting

      If you read the article (or better yet the one it cribbed from), the one feature that's so far being considered for backporting to 3.6.x is in fact out-of-process plug-ins.... So what you want is coming! You can try it right now if you grab a nightly build. At least on Linux and Windows.

    4. Re:I want multithreading! by AbRASiON · · Score: 1

      Mod this guy +6 - I couldn't agree more.
      Also would a native 64bit version help any time soon? The enthusiasts are starting to run 64bit Windows with 4/6/8 and 12 gb of ram now. No gamer would be caught dead with less than 4.

      We mostly have dual or quad core chips, I just want to see firefox as fast as humanly possible, I spend 10 hours a dya in it.

    5. Re:I want multithreading! by Dr.Ruud · · Score: 1

      You don't want multithreading, you want forking.

  53. Just make it faster by Snaller · · Score: 2, Insightful

    SO damn slow

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  54. Re:Did you read the crash reports? by Inda · · Score: 1

    I had to Google how... about:crashes

    One. I have one. 20/08/2008. About 7 months after I bought this laptop. Two years, one crash. I didn't believe it at first.

    Add-ons: ChromEdit Plus, Download Statusbar, eBay Sidebar for Firefox, Flashblock, Fuzzy Time, Google Gears, Greasemonkey (which gets a lot of abuse), ImgLikeOpera, ReloadEvery

    Happened when saving a file. No it wasn't jpeg porn.
    // probably the default file name is too long or contains illegal characters!

    --
    This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
  55. Why do you hate your grandparents? ;) by Rix · · Score: 1

    You have to end-of-life old versions at some point. Yes, it's good to support old versions if there's a valid reason to be doing so (Apache 1.3, maybe. Firefox 2.0, no.), but there is a limit.

    It's all rather moot with free software anyway. If you really think something should still be maintained, then just do it. (Or pay someone else to.)

  56. Re:Firefox development is poorly managed, apparent by DMUTPeregrine · · Score: 1

    Mine too:
    Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7,
    no crashes reported. I normally have 50+ tabs open (several hierarchical sets using tree-style tab, most of which are reference info I like to have available.)
    Addons installed:
    Adblock Plus, All in one Sidebar, Better Privacy, DownThemAll, FireGestures, FoxyProxy, Gmail Manager, Image Zoom, Leet Key, Morning Coffee, NoScript, Moonlight, Nuke Anything Enhanced, PDF Download, RSS ticker, Session Manager, Targeted Advertising Cookie Opt-Out, Tree Style Tab, Update Notifier, XUL Profiler, Youtube Comment Snob.
    Flash plugin occasionally crashes, when that happens I kill the npviewer.bin process & reload the page. I've never seen it actually bring firefox down, at least not with the latest versions of each.

    --
    Not a sentence!
  57. 4.0 Browser Makes Sense by WraithKenny · · Score: 1

    Because Safari 4 is out, and Chrome 4 is in beta, Having Firefox move to 4.0 sooner rather then later makes a great deal of sense based on that alone. It also seems that the features planed for what used to be 3.7 and the stuff shortly included in 3.6 when its released seems to be the second half of the 3.5 version jump justification.

  58. Firefox 4 features? by mlippert · · Score: 1

    Anyone know what features are being planned for Firefox 4?

    From the rumors I've heard, it's likely I won't want to upgrade to Firefox 4.

    I've heard things about replacing the menu and toolbar with a ribbon. I despise the ribbon concept, finding it eats up my screen real estate, and for me is much harder to find things in.

    And there were a couple of other things I heard which turned me off, but I don't remember what they were right now.

    1. Re:Firefox 4 features? by Max_W · · Score: 1

      Me too. I hate the IE8 ribbon. I cannot find anything in that ribbon.

      The same about "Show Desktop" button in Windows. In Windows-7 they moved it into the right corner. I have laptop with Windows-7 for couple of month but I still cannot get accustomed to this. I prefer working on my Vista machine.

      It is so irritating. I do not IE8 at all because of this ribbon. I stopped using MS Office because of the ribbon too. And with the "Show Desktop" button in Windows-7 I just white cold hate it. Whenever I move the cursor over it my windows collapse suddenly. And I think that the computer crashed.

      If they introduce the ribbon in Firefox I will stop using it. Why just not make menus nicer and the program faster and safer. Why change interface each time?

      I do not use Windows Media Player because they've made interface so convoluted that it is just ridiculous. I use VLC player instead. But if such soft as Firefox and VLC start moving into that ribbon direction it would be a bad news.

    2. Re:Firefox 4 features? by CyberDragon777 · · Score: 1

      Me too. I hate the IE8 ribbon. I cannot find anything in that ribbon.

      You keep using that word. I do not think it means what you think it means.

      The same about "Show Desktop" button in Windows. In Windows-7 they moved it into the right corner. I have laptop with Windows-7 for couple of month but I still cannot get accustomed to this. I prefer working on my Vista machine.

      You prefer trying to hit a small button instead of smashing your cursor to the bottom right corner?

      Whenever I move the cursor over it my windows collapse suddenly. And I think that the computer crashed.

      What else do you expect a "show desktop" button to do?
      (Besides, you can right-click on it and deselect the preview option.)

      --
      We both said a lot of things that you are going to regret.
    3. Re:Firefox 4 features? by Max_W · · Score: 1

      At least it would be a good idea if they left a choice to use a version to which we accustomed and try to learn a new interface when we have time.

      I was in the middle of zeitnot and I had to spend half an hour on search of the "Show Desktop" button. But it is impossible to return it into a position to which I accustomed. And it was a good position, near Start button. Right lower corner is bad position for this button.

      Each time, starting from Vista I had to search for buttons in obscure hidden places. I Firefox 4.0 joins this idiocy this will not be good.

      There are not standards in coding for browsers. Now they make interfaces without any respect to what users accustomed. It is not only MS, Google Chrome is about the same.

    4. Re:Firefox 4 features? by Max_W · · Score: 1

      When I want to read something on the display I move the cursor away, usually to the right lower corner, to clear the screen. But the new "Show Desktop" button in Windows-7 collapse all open windows just when cursor moves over it. It does it without clicking on it. It happens to me all the time.

      As for ribbon, I do not like that buttons move over that ribbon. Probably with some deep sense, but which I cannot understand. I want the button to be where I remember it is. I do not want to play hide-and-seek with a mind of some Ph.D., who decides for me where my buttons are.

      In options of Chrome there is "Under the Hood" tab. Why? Is it a car? Is it a play? We try to work with this soft, people. Shall we expect an "Ignition" tab?

  59. Re:Avoidance? by KingMotley · · Score: 2, Interesting

    I don't. Here's a list of my firefox crashes from one week:
    7/27/2009 9:21 PM 9:31 PM 9:34 PM 9:34 PM 9:36 PM 9:44 PM 9:53 PM 9:54 PM 10:12 PM
    7/28/2009 1:16 AM 4:05 AM 4:36 AM 12:29 PM 1:41 PM 1:55 PM 5:44 PM 6:55 PM
    7/29/2009 11:17 AM 12:28 PM 1:39 PM 6:19 PM 8:24 PM 8:25 PM
    7/30/2009 12:24 AM 12:58 PM 1:14 PM 5:22 PM 6:49 PM 7:01 PM 7:30 PM
    7/31/2009 11:24 AM 5:35 PM 8:29 PM 8:32 PM 8:44 PM 8:55 PM 9:02 PM
    8/1/2009 2:50 AM 11:36 AM 1:31 PM 9:48 PM 9:58 PM

    This continued up until 10/9/2009, when the crashes just stopped happening. Since then, I average 1-2 crashes a month.

  60. Re:Avoidance? by Pojut · · Score: 1

    System specs/# of tabs open/addons?

    Numbers mean nothing without context....although the close proximity of the timestamps (especially on 7/27) would indicate something really screwy was going on that involved more than just the core Firefox software.

  61. Re:Combining security and feature updates, bad ide by geminidomino · · Score: 1

    Unless I'm missing something?

    Well, two things you are missing is evidence that the Mozilla foundation will (1) "withhold security updates until there is a feature ready to go", and (2) "withhold features until a security update is necessary".

    How else are you going to roll out features alongside security updates? Just hope really really hard that every feature update is completed at the exact same moment as a security update?

    Either feature updates will have to wait for security updates, or security updates will have to wait for feature updates, or they will not be coming out "alongside" each other.

    You don't need "evidence" for that.

  62. Re:Avoidance? by KingMotley · · Score: 1

    Nothing special about my system specs, really.
    Windows 7 64-bit
    Asus P5B Deluxe Motherboard
    E6600 CPU
    4GB Corsair
    Back then was a 4x300GB Raid-0 array, switched to a 2x1000GB Raid-0 / Raid-1 Matrix array sometime in August, currently toss in a couple Intel SSD's as of a month ago
    Nvidia 295 video card
    External 1TB e-Sata drive

    Number of tabs varies between 1 and 15 typically, sometimes as many as 20-25 though across 1-3 windows.
    Addons I use area Adblock Plus, FiddlerHook, Firebug, HtmlValidator, LogMeIn, .NET Framework, Move Media Player, Skype.

  63. Re:Avoidance? by KingMotley · · Score: 1

    Sorry, it's a E6700, not E6600. And I switched the corsair ram out for OCZ a while ago, don't remember when.

  64. Re:CHROME HAS AN OPTION, a better one... apk by icebraining · · Score: 1

    Good luck using the Hosts file in a computer where you don't have admin privileges.

    Also, the Hosts file can't be auto-updated, like adblock.

    And Hosts file block all the domain - good luck blocking that big annoying image or flash animation that's served from the same domain as the content.

    And as far as I know Adblock removes the ad *before* Firefox tries to load it, so I doubt it even sends a DNS request. But with Firefox you can use both Adblock and Hosts, and get the advantages of the two. Chrome can't.

  65. Re:Avoidance? by Pojut · · Score: 1

    I don't know for sure, but chances are an older version of one of the development addons you were using didn't want to play nice with the others...that'd be my best guess. Again, the frequency of the timestamps (especially the first one you showed) would lead me to believe something crazy was going down. Even if it were memory related, it would take longer than a minute or two for Firefox to bloat up to the point of crashing (and if you were trying to reopen 30+ tabs at once...well, then what'd you expect)

  66. Re:SetProcessAffinity &/or SetThreadAffinity by Achromatic1978 · · Score: 1

    The way you write makes me think you might actually be an MS coder trying to turf a little.

    LMAO. You owe me for the coffee sprayed over my screen.

    Pray tell, dear linguist, is there a style of writing, of syntax, grammar, and of vocabulary that defines a programmer as being "MS"?

    Thousands of ears are curious. I await your reply.

    I doubt it will have merit, though...

  67. Re:Firefox development is poorly managed, apparent by Lord+Ender · · Score: 1

    If the browser had a decent plug-in architecture, a crash of a plug-in would crash ONLY THE PLUG-IN. The rest of the browser would keep running.

    It follows that FireFox does not have a decent plug-in architecture.

    Furthermore, a good application design would allow a single page/tab to crash without bringing down all the other pages/tabs. Again, FireFox's architecture is lacking in this regard.

    --
    A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
  68. Re:Firefox development is poorly managed, apparent by Lord+Ender · · Score: 2, Interesting

    It is a serious flaw in FireFox that a crashign plug-in brings down the entire browser and all tabs. Yes, applications and plug-ins are going to have bugs. Software architects should take this into account when designing things. FireFox's architects seem not to have done so.

    --
    A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
  69. Re:Firefox development is poorly managed, apparent by Enderandrew · · Score: 1

    They are taking that into account for the future now. There are two projects to address that.

    https://wiki.mozilla.org/Content_Processes
    Jetpack
    https://wiki.mozilla.org/Labs/Jetpack

    --
    http://blindscribblings.com - Tasty pop-culture in conceptual fashion.
  70. Re:Firefox development is poorly managed, apparent by Jesus_666 · · Score: 1

    And they're currently working on exactly that. Do note that prior to Chrome, nobody had that particular idea so everyone else needs to catch up. You can argue that Mozilla is taking a long time to do so (and they certainly are) but you can't argue that their plugin architecture is unacceptably substandard when in fact the "standard" has changed too recently for everyone to be implementing it already.

    Mozilla is slow but they're not idiots.

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  71. Re:Firefox development is poorly managed, apparent by BitZtream · · Score: 1, Insightful

    The big projects include:

    Firefox, Bugzilla, Camino, Fennec, Lightning, Sunbird, Seamonkey, and Thunderbird.

    These are major multi-platform projects.

    Mozilla has several projects for first-party add-ons for all of the above such as Firebug, Chromebug, . Then they have tons of major projects that most people never hear about. At the moment they're working on:

    Jetpack
    Raindrop
    Bespin
    Concept
    Personas
    Prism
    Snowl
    Test Pilot
    Ubiquity
    Weave
    Electrolysis

    Quick, let me tell you home many of those people actually give a shit about: 3, possibly 4

    Firefox, Thunderbird, Fennec, and if you count devs, Bugzilla, which is a pretty stagnate project at this point. Fennec is debatable as well at this point.

    Perhaps its not so impressive to see this massive list but more a sign that they don't have any direction and are infact pulling the exact same failure mode that Netscape did. Good job guys, maybe if you're lucky after this time around you can go for a threepeat on doing a bunch of shit no one wants while stroking your own egos and utterly failing to provide anything actually useful.

    I'm just jealous, I want to get paid to sit around writing shit that suits me rather than producing something people actually want.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  72. All I want from Firefox is a 64-bit implementation by wwphx · · Score: 1

    And better memory management. It's annoying that it doesn't seem to do garbage collection when I close tabs and pages in Snow Leopard. I end up closing it and having it reload my pages and tabs at least once a day to shrink its memory footprint.

    --
    When you sympathize with stupidity, you start thinking like an idiot.
  73. Re:SetProcessAffinity &/or SetThreadAffinity by BitZtream · · Score: 1

    Awe look, someone who thinks they know threading talks about how to do it ...

    By default, you have no reason to make those API calls unless you want to limit to a certain CPU or set of CPUs, out of the box, by default, all CPUs are fair game for any thread. Unless you have a reason to stay on a particular core or set of cores, than you really shouldn't be prevent the OS from doing its job. You can only make a multithreaded app use less processing power with those API calls, but in a few cases where you know you're going to stay in L1 cache, this is good, as a general rule, a web browser running JavaScript isn't going to fall into this category until our cache sizes get to some massive size no where near where they are now.

    FireFox's issue is a common Windows threading issue (holds true with OSX as well I believe), the first thread that does any GUI work, handles ALL GUI work.

    A web browsers job is almost entirely GUI work, so having a bunch of threads has limited usefulness when you have to shift EVERYTHING back into the single GUI thread. Welp, there went all your threading improvements, you know why? The GUI is the hardest part of the work load in this sort of app. Heavy DOM parsing and JavaScript hurts, sure, but displaying it is still harder, and lets face it, pretty much everything you do in a browser comes back to displaying. That is, after all, its purpose.

    The solution? There are three:

    Optimize your drawing so that its done outside the GUI thread, without actually using the native GUI components and then blt'd into the GUI as needed, but this is hardly ever faster.

    Use multiple processes, now you have multiple GUI threads to handle the different displays. (Hello Chrome and IE8!)

    Optimize your drawing so that its done efficiently ON the GUI thread by not drawing crap that you don't have to. This won't happen because a lot of this requires that you wait for the DOM to load and get to a solid state before displaying it, and people would much rather the page load slower but they get to see parts of it as it streams in. Even if they did jump and go this route, its freaking HARD to do that optimization on a code base the size of Gecko this late in the game. You might want to consider starting over (Don't say that too loud, the MozDevs are all about throwing out and starting over without a good reason)

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  74. Same development process ... by fahrbot-bot · · Score: 1

    Firefox 4, slated for the last quarter of 2010, which is expected to follow the same development process.

    ... of being unobtainable and late? I'm confused :-)

    --
    It must have been something you assimilated. . . .
  75. Re:Was win7 64-bit even out of beta yet? by KingMotley · · Score: 1

    I'm not going to dignify your FUD trolling with much of a response, but to answer your question, yes, win 7 was out of beta at that time, perhaps your kid, the Windows 7 beta tester, knows.

    Firefox was the only application crashing, of all the ones I use daily, which includes four browsers (IE, Chrome, Opera, Firefox), Dreamweaver, Visual Studio, Apache, and about 30 others. When it is only one application, and it crashess repeatedly everyday, it's pretty clear what the problem application is.

    And seriously, as a web developer, I need those extensions, and I use the daily. I had all of them disabled for a while, and firefox still kept crashing. The .NET Framework add in isn't a known problem child, but zealots like you, hate it. Just because I didn't go into details on all the things I tried to resolve it, doesn't mean I didn't do any. See some of us are technically inclined, and some of us do this for a living.

    No, there was no windows 7 patch, nor an nivida patch at the time the problem went away, but there was a firefox patch. Again, pretty clear what fixed it.

  76. Re:Firefox development is poorly managed, apparent by h3x87 · · Score: 1

    soo right... I use 3.6 NIGHTY. Every night it updates. 36 Extensions. My profile is 131MB big, 5 years old. Constantly ~20 tabs open. And i get crashes something like one time a month. All tabs recovered every time. And it uses half the memory of chrome.

  77. Re:Combining security and feature updates, bad ide by /dev/trash · · Score: 1

    If it's number 2, and I suspect it will be, they will do what Drupal does. Drupal releases NO bug fixes until a .X release. They ONLY release .X releases if they have a security issue to fix. There for a while there were months a months without security holes, which is nice, but then again there were simple bugs that just sat languishing. The response was always: Install the dev if you really need it, but don't ask us for help if it breaks something because you really shouldn't run anything that is in dev.

    bear in mind that Drupal 7 was supposed to launch last year. They're just now getting around to thinking about a alpha release.

    I only mention this because once 7 drops, 5.x is unsupported, and you'll be told to upgrade to 6 or 7. Which you'll do, and then a bug will be found, and perhaps you'll fix it and submit a patch, and then 9 months later, it'll get committed. I hope your boss understands this. Your new project can wait 9 months, right?

  78. Mac optimized build of Firefox 3.7 rocks! by Mr.+Cancelled · · Score: 2, Interesting

    For all you Snow Leopard users...

    In case you did not know, you can download optimized Mac versions of a number of browsers from here

    Specifically, one of the browsers available is a 64-bit optimized version of FF 3.7 for Snow Leopard.

    I finally installed it the other night, after eyeing it warily for the last month or so (as I worked through the latest 3.6 optimized builds). I finally installed it last night, and have to say that it's the biggest improvement to FF that I've came across.

    It loads faster, uses less CPU & memory than previous builds, and it's mega fast. My impressions are that it's now as fast as Safari is on a Mac.

    It's now my main browser. If you run Snow Leopard, you should check it out.

  79. Re:Firefox development is poorly managed, apparent by kbrosnan · · Score: 1

    Most distros disable the crash reporter, such as Ubuntu.

    --
    These people look deep within my soul and assign me a number based upon the order I joined. -Homer Simpson
  80. Re:Firefox development is poorly managed, apparent by floodo1 · · Score: 1

    about:crashes only shows submitted crash reports... so if you didn't submit it won't be there

    --
    I KUT J00 M4NG!!!
  81. Me neither, nor anyone I know. by kklein · · Score: 1

    I have it running on Ubuntu 9.10, OSX 10.6, and WinXP, and no, I have no problems whatsoever. Neither does anyone I know. Neither does anyone I've ever heard of, except for around here.

  82. Re:Addendum on HOSTS, on DNS requests... apk by icebraining · · Score: 1

    Actually, you're wrong. My DNS request wouldn't be logged, but my request to Slashdot's IP would, so it doesn't matter.

    Example: Slashdot resolves to 216.34.181.45, so I would make a HTTP request to 216.34.181.45:80. The "spy" could know using two ways:

    1) If the traffic is not encrypted, he could just read the "Host" HTTP Header, which is mandatory in HTTP1.1.

    2) Even if the traffic is encrypted with HTTPS, he can just use Reverse DNS. Go to the first reverse dns site, and enter 216.34.181.45. Result:

    216.34.181.45 resolves to "slashdot.org"

    As you see, the HOSTS file doesn't guarantee privacy in any way.

  83. Re:Addendum on USER rights also... apk by icebraining · · Score: 1

    Well, duh!

    If I say a "computer where you don't have admin privileges" it doesn't mean a PC where you don't run as Root or Admin all the time, obvisouly. It means a computer where you *don't* have the admin password in any way.

    So work places, public computers, cyber cafes, schools, colleges, etc, all places where you can run Firefox + Adblock and you can't modify the HOSTS file.

    especially after I overcame, what? 4/5 of your "objection points"??

    Oh, I'm sure, I didn't realize this was a competition. Next time I'll bring my jogging shoes.

  84. Re:APK REBUTTAL: HOSTS vs ADBLOCK #1... apk by icebraining · · Score: 1

    IF a site's KNOWN as bad? You BET I want to block ALL OF IT... my sources? Very reputable & reliable, are as follows (typically & mostly):

    If you don't bother to read, stop replying.

    Example: Slashdot is a site with great content. But it also has a HUGE BANNER, that is served from the same domain.

    How can you block only the banner with the HOSTS, and still access the content? (hint: you can't).

    A client-server design where the user can set it active as a tooltray app & have it check X times a day for updates of a HOSTS file I plan to serve up from GOOGLE DOCUMENTS (once it finalizes as a site that is), to overcome "one of your objections" in fact, & I've always thought it'd be a good idea & way to do this all for end-users in fact... & when it finds updates to the HOSTS file I do? Download it FOR the user & install it (no reboots needed on Windows XP/Server 2003/VISTA/Windows Server 2008, or Windows 7 either).

    So to overcome the resources Adblock wastes... you build a full clients server stack that's always running. And with a server that needs access to both the Internet *and* system files, so you're exposed to external attacks. /facepalm

  85. Diss not blameless fonts when misconfiged... by lpq · · Score: 1

    I tried the URL's listed, and so far, after about going through 2/3rds of them, nearly all work as expected. No animation. The fonts won't look identical as in the png version unless you have your system resolution set correctly (most people don't), and have the fonts that are used in the tests, loaded onto your system. I didn't have all the fonts, and I'm pretty sure I have more than most people.

    Do your your fonts display identically in all your other applications? I.e. when you
    display a page in multiple browsers, -- how about when you print to PDF and display in Acrobat? If your fonts are consistent aross all those (might as well throw in your favorite WYSISWYG editor as well). Oh -- and finally -- if you print it out and hold copy up against your screen, are the fonts identical on paper as on screen?

    If all that is true, then you probably have your fonts configured right on your system reasonably well. Even then, you have to have the right fonts loaded onto your system -- specifically the ones used in the tests.

    So give FF a break on its SVG tests regarding the fonts -- because getting those "perfect" will take the most configuration on your part. Some of the tests even say that you should ignore differences in font sizes and styles because they are likely to be misconfiguration on your machine for use as a test verification device.

    Please make sure your DPI are set accurate and try to look through the sources to find what fonts you will need to have things look correctly. These are tests designed to operate under specific circumstances.

    Some things are obviously broken -- like text displays one place, but not another,
    and the animation stuff not displaying at all. Not good. But other stuff...my only
    main gripe with SVG so far is execution speed on more complex images. But getting it working is probably the best first priority.

    The SVG font tests I saw looked fine on my monitor. But I do have alot of fonts loaded on my machine (~2059 families).

  86. fix your color profile! by lpq · · Score: 1

    Do you have a color profile installed in your Firefox?

    If so -- uninstall it.

    png's are not color-managed. So no matter what profile you have installed, if the svg profiles read as color managed, they will look different from the png's.

    Second, do you have a generic profile installed in FF or have you profiled and calibrated your monitor and have a specific monitor profile for your monitor installed in FF (which is what you probably should have if you have any). sRGB and sRGBv4 don't appear suitable, *to my eyes*, for web images designed for display on good monitors -- especially not LCD's. LCD's have considerably more color range than what sRGBv4 was designed for (not to mention FF doesn't grok v4 color profiles). Applying sRGB to an image, vs. say the one for my monitor, dims out the colors and reduces the gamut size -- perfect for lower quality monitors and, perhaps printing to home printers, that have smaller color-range capacities (gamuts), but for looking at them on monitor, you'll be ripping off the color you could be experiencing with a profile suited to your monitor.

    So before you complain about FF's SVG being screwed up, make sure your system is ready to display accurate ouput -- have your DPI set correctly for your monitor and get your monitor profiled (and calibrated if you can). The Win7 built-in util is adequate for generating a reasonable color profile. You can use that to install in FF (because FF doesn't use the system's profile, it will default to sRGBv2 if unconfigured (at least that's what it's documented to do...) which will usually be wrong if you've profiled your monitor.

     

    1. Re:fix your color profile! by hairyfeet · · Score: 1

      No color profiles or custom anything, just a bog standard FF with my trusty old 19in CRT, so it isn't an LCD prob. As far as the color settings on the monitor itself I set those a couple of years back when I got the monitor and certainly aren't gonna try to retweak them just because FF borks a test. They look fine on anything else, look fine in FF except for that test, so no way am I gonna spend hours twiddling.

      But I think we can agree from all those that have answered, on everything from win2K through Ubuntu, that it is pretty obvious that FF doesn't work consistently with SVG. One guy may get mostly right, some other half right, and others totally borked. i think we can all agree that the kind of randomness we are seeing means that using SVG in FF should be a BIG no-no until it can render the same across OSes. After all one of the big selling points of the web is I can be on Windows and You on Linux and we both get the same content. It seems from reading the comments that it is pretty clear that SVG is rather iffy and you can get different results based on which OS you have, and that is just unacceptable in a web standard.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    2. Re:fix your color profile! by lpq · · Score: 1

      It is well known that many if not most web pages DON'T display the same on different browsers and different OS's. That's why there's so many hacks to work around display problems. I have a whole book on how to write web pages that *DOESN'T* display the same on every browser, because to do that would be *dumbing down* the web experience.

      I.e. that's a bad excuse for dismissing a web technology -- since it is true of HTML, CSS, Fonts and just about every thing displayed on the web today. Even pictures will display at different sizes and with different colors. So by your logic, they should all be thrown out? Sorry. Maybe you need to get a reality clue. Things are not as uniform as you believe. You just don't see it because you don't run different browsers on different OS's on all your web pages side-by-side.

      But starting a few years ago, people started designing for advanced browsers and created dumber pages that don't display as much for dumber browsers. People never know they've gotten a dumbed down version unless they run it side-by-side with an intelligent browser. But many designers are designing to the *highest common denominator*, and displaying lower quality substitutions for those using old technology. It's like TV. Some people will continue to use standard-def for many years, but will miss out on detail provided in hi-def displays. The same was true for color after a while -- content was designed for color, and if you didn't get color -- you just missed the subtleties.

      If the png's weren't next to the SVG's you wouldn't know how they were supposed to look -- and as someone else (and I agree w/them), the text on the SVG side was more clear. If we didn't know it was suppose to look bad (like on the png side), we wouldn't know it was wrong and would think the crisper, sharper text was better. In most cases, the png won't be there for you to compare against. So you won't know. If the page is legible and gets its message across, are you going to know some pixel or dot is off? Most people didn't notice such bugs with IE for a decade or more -- designers did, but on the other end, if it spelled a word and was readable, it was 'correct'.

      Why would SVG be any different? Now don't get me wrong -- I do believe FF's SVG should be fixed, ASAP, but going around saying it's completely flamboozeled or unusable just isn't true.

    3. Re:fix your color profile! by hairyfeet · · Score: 1

      Hey, no need to get snarky or act like I'm a moron. Even we humble PC repair guys know you have to code web pages to "degrade gracefully" to deal with those that aren't running state o' the art, or worse legacy crap like IE6 (eeek!) but of course that is NOT the point.

      The POINT is this is NOT a case of a web developer going "okay, your browser doesn't support foo so take bar instead" but a case of a single browser, in fact not only a single browser but a single version of a single browser that appears to be pretty much random with regards to what your web consumer sees if you use SVG in your web pages. What if that was a site you designed for a customer? Are you gonna tell him "Well, it may look good, or it may look like crap, or it may be totally borked, depending which OS, browser, or hell what time of day you look. Hell I don't know"?

      I am all for new tech, hell like most geeks I tend to run bleeding edge and am constantly trying new stuff. But this isn't some crap just for Judy to make a Facebook page with, this is a basic new tech we want to make a building block of the web here. Considering how entrenched the proprietary standards are FOSS need to not just be "kinda okay sometimes" they need to be as good or preferably better than the other guys. So while I am hopeful that Mozilla will have this problem fixed quickly telling a web developer to look at SVG right now would probably be nuts. Sure he might want to play with it a little bit just to see what it can do, but until at least FF can render consistently I wouldn't do anything more with SVG. It is just too flaky in FF.

      --
      ACs don't waste your time replying, your posts are never seen by me.
  87. SVG already in use.... by lpq · · Score: 1

    Sorry if I snarked, must have been something in my throat. *cough*... SVG isn't super trivial -- learning it could take between now and when Mozilla gets a perfect implementation. :-) Check out the 'inkscape.org' website -- it's a free downloadable creator/editor for SVG -- and the focus is more on artwork than text. You can see lots of examples there, and it's amazing how many already work -- there's an entire website of clip art examples at www.openclipart.org. Also, if you google up SVG clipart, you'll find a bunch of stuff that already works in FF. So it's not a matter of 'when FF will be ready to display and use SVG', there are websites based on it already.

    1. Re:SVG already in use.... by hairyfeet · · Score: 1

      Actually I have a really great graphic artist down the hall (and a former NASA engineer, how cool is that?) that I hook up with the latest FOSS tools to check out and he personally loves playing with Inkscape. It won't take the place of his "must have" software (Macromedia Xres, what a PITA to keep running, but he knows it like the back of his hand) but he has shown me some really cool artwork he has cooked up in it and it looks like a really nice tool.

      I'd have him show me how to do some tricks with it, but he is also into Astronomy (naturally) and helps the local rocketry and astronomy clubs at the college and after hooking him up with Stellarium I have a feeling I know where his free time for the next several months is gonna be spent. Just the other night I was out at 1AM with him and the local astronomy club checking out galaxies with his giant mobile telescope while the students used Stellarium on their netbooks, very cool, especially checking out Jupiter's moons with Jupiter looking as big as the moon to the naked eye on that big telescope.

      Back on topic, I'm sure that some day SVG will be up to the task, but right now it just seems more like an experiment that a full fledged tool for the web. Lucky for use there is still PNG, which is FOSS, and maybe if we are lucky some brave soul will cook up hardware acceleration for Theora for the big three GPUs (otherwise I think with the rise of netbooks it is DOA) but it looks like with so many things on their plates, plus trying to keep up with Webkit, I'm betting it will be awhile before full SVG support makes it into FF. Maybe with 4.0?

      --
      ACs don't waste your time replying, your posts are never seen by me.
    2. Re:SVG already in use.... by lpq · · Score: 1

      I like png as well --- but it has no color management support. No profiles...Sigh, so it's sorta worthless for the web if you want your colors to look consistent across other people's computers...(*cough*)... You see what I mean? Depending on your focus, you can eliminate almost any technology for its short comings.

      But for the things that do work in svg, you can make decent graphics on it and use
      those on a website. That's not experimental and its there today.

      As for Stellarium -- until your friend makes the data available in SVG format for
      plotting in a standard browser, I'm afraid it's usefulness will be limited to a
      32-bit toy (a very snazzy one, albeit). You can't even load all the data bases in the 32bit version. It poops out around DB 5 with an out-of-memory error. It really needs 64bits...to hold all of its extended dataset (there's about 7 db's right now, only the first 2-3 are included with the product because they keep growing as more gets added to them). If they were rewritten to SVG, then Stellarium could be come a gigantic SVG plotting engine! Talk about insane ideas! :-) Maybe it could do VRML as well and it can become a galaxy or universal 3-D mapping engine... Can tell I'm operating on no sleep again...;-)

      -l

    3. Re:SVG already in use.... by hairyfeet · · Score: 1

      Which OS are you using Stellarium in? Because on his PC, which is one of the last Athlon single core models with 2Gb of RAM and XP Pro, we have all the databases loaded and there isn't any errors. It runs just as pretty as you please, the only problem he has is once a week it seems to "forget" the coordinates he has placed into it for the local sky. Since he has lived here for years he knows the numbers by heart so it doesn't really bother him. He has been running it for nearly six months now and when I ran into him in the hall the other day he said it was purring like a kitten. He even fired up Xres and made really nice DVD covers for Stellarium so the head of the astronomy club can just whip it off and have nice boxed DVDs to hand out to the class. I really need to get him to pass me the covers so I can upload them to Stellarium so everyone can use them.

      But I did not know that PNG had problems with colors. I am just your average (well maybe above) PC repair guy. This does afford me the ability to think like the users since I interact with them pretty constantly though. And with the tests looking so different between my XP 32 and Win7 64 I don't think I'd want to depend on SVG for them just yet though. At least I can proudly say that I have switched every user that walks through my door away from the ubersuck that is IE. By getting them off IE the rates of infection has gone WAY down, and they are all just happy as clams with FF, especially since I load them ABP and ForecastFox by default.

      I'm sure that Mozilla will get around to fixing SVG, it is just with so much on their plates I doubt it is much of a priority ATM. But right now competition is fierce, and they have a lot they want to accomplish on their way to FF 4.0. Either way I am just glad we have gotten away from the "IE or nothing" mindset that was ruining the web in the 90s. IE and its crappy engine was like a blight upon the web, and the quicker IE dies the better as far as I'm concerned.

      --
      ACs don't waste your time replying, your posts are never seen by me.
  88. Re:You need those jogging shoes (you're behind)... by icebraining · · Score: 1

    Well, again - Personally? I don't have THAT problem, myself, ever... & that's due to the nature of work I perform, I run as ADMINISTRATOR class users typically!

    But are you discussing if *you* should use it? I was discussing the pro's and con's for all PC users, and requirement of admin privileges is a valid point.

  89. Re:Another something ADBLOCK can't do vs HOSTS by icebraining · · Score: 1

    I never make that DNS request... period.

    (Therefore, I never get put into a DNS request log!)

    OK, keep talking to yourself instead of replying to my messages.

    I say your http requests are still logged, and you can be traced via http headers or reverse dns. You reply with DNS again. Nice.

    I should know better than to start discussions with shills.

  90. Re:Avoidance? by Goaway · · Score: 1

    So your response to someone saying that he expects better quality of a program with an annual budget of 68 million dollars is to... fix it himself?

  91. Re:APK REBUTTAL: HOSTS vs ADBLOCK #2... apk by icebraining · · Score: 1

    And, you're not? Are you trying to tell us that FireFox/Mozilla browser addons don't expose users to vulnerabilities in them?? GreaseMonkey had a BIG problem that way, iirc... & others as well.

    Firefox doesn't need access to system files, it can be Sandboxed for safety. Your "server" can't.

    BUT, that's just an idea I was going to build into my "APK HOSTS File Grinder 4.0++" is all... I don't HAVE to do that @ all, period. Folks can easily obtain a good, & reliable HOSTS file from mvps.org, or the WIKIPEDIA site URL I posted earlier for them (or just use SpyBot S&D to update their HOSTS file too in combination with all of the above, plus the sites I noted for updating it as well which are VERY current, usually/always).

    So you either lose your security, or the auto-update functionality. Hey, great improvement!

    HINT: WRONG - I can, & here is how, easily:

    You TEMPORARILY RENAME your HOSTS file!

    (Which in effect, "turns it off" temporarily, &, then surf that site... pretty easy!)

    Then you don't block the damn banner.

    Show me how you can block a banner and still access the rest of the content from the same domain, using the Hosts file.

  92. Re:Nametossing by YOU is not overcoming my 10 poin by icebraining · · Score: 1

    You're a shill because you start a technical discussion to surreptitiously promote your own application. It's not an argument, it's a fact.

    Secondly, I have never tried to make Adblock a superior alternative to Hosts. I refered some advantages it has over the Hosts files, to add to your post.
    Unlike you, I don't have any personal interest in trying to show what's the "best". I don't even use Adblock.

    But I'll reply:

    1) Sure, if you don't run any auto-updater, especially a daemon like yours.
    2) Good Adblock lists are also available; their equivalent.
    3) Right. But the auto-updater might be. Again, you can sandbox Firefox. You can't sandbox the updater (Yes, you *could* IF you wrote the driver, which you didn't)
    4) Sure, I've used it in multiple occasions.
    5) Yes, but if you want to auto-update, you have to allow writes to it.
    6) Again, that's completely true. In the times of CoD1 you could use it to fake the key server :)
    7) If "they" can log DNS, they can log HTTP requests. If you're worried about privacy you should use Tor, at least
    8) Again, that's completely true.
    9) Well, you can also use multiple DNS servers (I use my ISP and OpenDNS), which will give you access to all the sites, not the few you have hardcoded
    10) Sure it does, you get nice GUIs, right-click context for images and it even overlays little buttons over Flash content to block it.

    Again, Adblock and Hosts, both have their advantages, and they're best used together. But Firefox supports them both, and Chrome doesn't.

  93. Re:Ok, we really should NOT be "arguing" then, rig by icebraining · · Score: 1

    Well, that was a useless 12000 character post. All you have done is failing to rebut my rebuttals, and saying "AHAH!!1!" when I agree with you that the HOSTS file approach has advantages, as I ever said it did.

    I'm glad you "won", not sure what, but ok.

    Well, I'm not "shilling my app", because I don't PUT IT OUT PUBLICLY (first of all).

    But it's not hard to find your email to "request" you app, is it?
    Suffice is to say, if you weren't shilling, you would post the app name.

    Oh, and by the way, just a heads up: Kylix has been discontinued for quite a while now. The last version doesn't even work with the latest glibc version.

  94. Re:Avoidance? by silent_artichoke · · Score: 1

    No my response to him is to find an alternative program that DOES meet his needs. Mozilla is doing just fine for me and many other people. I did not pay any of that money and I do not own stock in Mozilla, so I do not presume that I have the right to dictate to them how to spend that money. If it turns out that they are doing something unethical that I find unacceptable, my only recourse is to stop using the browser. Why does that poster feel that they have the right to tell Mozilla what to do? As I said, he/she can find another browser, submit patches to fix the problems, or deal with it same as the rest of us. Maybe the poster would find it helpful, or at least personally satisfying to file a bug report.