Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Mozilla Firefox 1.5 Beta 1 Released

Posted by CowboyNeal on Thu Sep 08, 2005 11:29 PM
from the kick-the-tires dept.
elfguygmail.com writes "Firefox 1.5 beta1 is out! It includes many new features including a new automatic update system, reworked options dialogs, faster browsing, new error pages, memory and stability updates. Get your beta at Mozilla.org."
This discussion has been archived. No new comments can be posted.
Mozilla Firefox 1.5 Beta 1 Released | Log In/Create an Account | Top | 626 comments (Spill at 50!) | Index Only | Search Discussion
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • Yeah! (Score:5, Funny)

    by OctoberSky (888619) on Thursday September 08 2005, @11:32PM (#13515964)
    Yeah! New error pages! Finally no more of that 404 bullshit.
    • Re:Yeah! (Score:5, Funny)

      by Seumas (6865) on Thursday September 08 2005, @11:34PM (#13515983)
      No, they said NEW ones.

      I would suspect they've introduced new errors, entirely! Maybe some 700s, 800s.. maybe even some googols!

      Since I'm not going to install it on my mac, someone want to post screenshots of the new screens? Please tell me they're more informative (for unsophisticated users) but not mimics of MSIE.
      [ Parent ]
      • Re:Yeah! by chewy_2000 (Score:2) Thursday September 08 2005, @11:48PM
        • Re:Yeah! by Seumas (Score:2) Thursday September 08 2005, @11:51PM
          • Re:Yeah! by chewy_2000 (Score:2) Thursday September 08 2005, @11:53PM
          • Re:Yeah! (Score:5, Informative)

            by ikkonoishi (674762) on Friday September 09 2005, @12:05AM (#13516171)
            (Last Journal: Friday May 27 2005, @08:11AM)
            Put the following line in your current version's user.js to get rid of the popups.

            user_pref("browser.xul.error_pages.enabled", true);
            [ Parent ]
            • Re:Yeah! by Schrade (Score:2) Friday September 09 2005, @12:23AM
            • Re:Yeah! by SoupIsGoodFood_42 (Score:3) Friday September 09 2005, @01:41AM
            • Re:Yeah! by josath (Score:1) Saturday September 10 2005, @02:43AM
            • Re:Yeah! by ikkonoishi (Score:2) Friday September 09 2005, @10:03AM
              • Re:Yeah! by Sorce (Score:1) Friday September 09 2005, @01:31PM
                • Re:Yeah! by ikkonoishi (Score:2) Friday September 09 2005, @06:24PM
            • 1 reply beneath your current threshold.
          • Re:Yeah! by johndoe7776059 (Score:1) Friday September 09 2005, @12:09AM
          • Re:Yeah! by Schrade (Score:1) Friday September 09 2005, @12:27AM
          • Re:Yeah! by masklinn (Score:3) Friday September 09 2005, @03:54AM
          • Re:Yeah! by cyborch (Score:2) Friday September 09 2005, @06:54AM
      • Re:Yeah! by PerlDudeXL (Score:2) Friday September 09 2005, @04:54AM
      • Re:Yeah! (Score:5, Informative)

        by Gordonjcp (186804) on Friday September 09 2005, @06:49AM (#13517645)
        (http://slashdot.org/)
        It doesn't open in a new tab, but the current tab (as you'd expect).

        Have a look at this error screen [gjcp.net] for an example. I'm on XP at work, but I would think that other platforms would be similar.
        [ Parent ]
      • Re:Yeah! by abdulla (Score:2) Friday September 09 2005, @07:16AM
      • Re:Yeah! by Phil1 (Score:1) Friday September 09 2005, @10:13AM
      • Re:Yeah! by gearry (Score:1) Friday September 09 2005, @12:48PM
        • Re:Yeah! by kosmicki (Score:1) Friday September 09 2005, @01:30PM
    • New error pages... a screenshot by Anonymous Coward (Score:1) Friday September 09 2005, @01:22AM
  • Deer Park !!!!!!!!!! (Score:5, Informative)

    by zymano (581466) on Thursday September 08 2005, @11:33PM (#13515970)
    Yeeeeeeah ! Faster back and forward means better performance reading messageboards . Deerpark alpha wont start on my machine. I am one those that submitted a couple of bugs on this. Good job boys!
    • Re:Deer Park !!!!!!!!!! by Anonymous Coward (Score:3) Thursday September 08 2005, @11:41PM
    • Re:Deer Park !!!!!!!!!! by ayden (Score:3) Thursday September 08 2005, @11:44PM
    • Re:Deer Park !!!!!!!!!! (Score:5, Informative)

      by Dread Pirate Shanks (860203) on Friday September 09 2005, @01:19AM (#13516522)
      If they can get it to be as fast as Opera's cached pages, they'll really have something there. Going back and forth in Opera is almost entertaining, it's so damn fast.
      [ Parent ]
      • 1 reply beneath your current threshold.
    • Back (Score:5, Insightful)

      by TopSpin (753) * on Friday September 09 2005, @01:29AM (#13516555)
      Faster back and forward means better performance...

      Nice. Too bad its taken over 11 years for someone to optimize this in a relevant browser.

      I'm not a browser developer so I've always wondered why browsers do not simply re-render what has already been cached when 'back' is used. I hit 'back' and I observe network activity even when the page is entirely 100% cacheable content. The browser is probably playing with If-Modified-Since... I'd rather it just render what's cached especially when, between the time the page was first rendered and the time I hit 'back' the network flakes out and, rather than simply rendering what is already faithfully stored on my local disk, the browser hangs!

      It's not just inconvenient. It's wrong in principle; 'back' should be 'back to precisely what I received previously', not 'attempt to re-get whatever now appears at the previous URL.' If I want the page refreshed, I will use the provided 'refresh' button, mkay? Thanks.

      There's probably some profoundly crucial and subtle reason for all this and I've foolishly revealed my ignorance. Apply the necessary flames, but only if you have credible answers.
      [ Parent ]
      • Re:Back (Score:4, Interesting)

        by Jugalator (259273) on Friday September 09 2005, @01:54AM (#13516646)
        (Last Journal: Monday February 13 2006, @07:11PM)
        I think the "problem" with Firefox 1.0 was that it wasn't caching the DOM tree, and given how complex that beast can turn out to implement (code can for example modify their own DOM on the fly whenever they feel like), it's not really surprising to me.

        I think Firefox 1.5 is basically as fast as Opera on this now, so it's nice to see one of Opera's killer features in Firefox.
        [ Parent ]
        • 1 reply beneath your current threshold.
      • State. (Score:5, Insightful)

        by abulafia (7826) on Friday September 09 2005, @02:23AM (#13516775)
        It's not just inconvenient. It's wrong in principle; 'back' should be 'back to precisely what I received previously', not 'attempt to re-get whatever now appears at the previous URL.' If I want the page refreshed, I will use the provided 'refresh' button, mkay? Thanks.

        So, the big deal here is maintaining consensual state. I'm sure you know the basics here. Best practice is to POST when changing state on the server, and GET when reading. But, not everone does that. And it also took a long time to come up with that simple rule. The upshot is that when using browser based C/S apps, there is no good way to tell if the last action changed the state of whatever it is you're looking at. (For a simple example, think of confirming a bank transfer, and hitting back from the "it worked" page.) And even the POST means change rule doesn't always work or apply. Good app design has to play a role, but a browser has no idea if what is going on with the server.

        There are other reasons why back can't always be exactly "what you got a page ago", but the above is the main killer (from the perspective of what I do, at least). Developers can make this better by playing tricks with the last-modified header and whatnot, but you're either going to sometimes get broken info or at least do a HEAD when going back, take your pick.

        It is notable that the whole AJAX obsession usually completely kills the back button, and many web developers are very hot on the idea. If global state, session, and sometimes transaction can be bound that much more tightly, it does make life easier for a coder, at the expense of some great client side functionality. (Again, depending on how you think of it.)

        Doesn't mean I'm not using XMLRPC - I don't mind bragging that we were doing some of this a few years ago. Having a community to trade ideas with kicks ass, and I've learned a lot from other's experimentation. But we shouldn't lose track of basics, like "the browser is not just a window frame; inbuilt functionality is important and if you make your own back buttons, you're missing the point."

        [ Parent ]
        • Re:State. (Score:5, Funny)

          by rastos1 (601318) on Friday September 09 2005, @03:56AM (#13517064)
          Use the approach that is used in my company:

          Developers: Do you want to use approach A or B?
          Sales: Both! And make it configurable!

          [ Parent ]
          • Heh. (Score:5, Funny)

            by abulafia (7826) on Friday September 09 2005, @06:45AM (#13517633)
            Reminds me of a joke we repeat to each other.

            Consultant: No, what I'm asking is, do you want us to build the method that works, which you hired us to discover and spec out for you, or the broken one, for which you're now asking?
            Client: The broken one!
            Consultant: You're sure.
            Client: Are you billing me for this conversation?

            [ Parent ]
        • Re:State. by gr8_phk (Score:3) Friday September 09 2005, @08:23AM
          • Re:State. by Myen (Score:2) Friday September 09 2005, @09:04AM
        • Re:State. by artson (Score:1) Friday September 09 2005, @09:08AM
          • Re:State. by abulafia (Score:2) Friday September 09 2005, @09:59AM
            • Re:State. by artson (Score:1) Saturday September 10 2005, @04:42AM
              • Re:State. by abulafia (Score:2) Saturday September 10 2005, @06:41PM
        • Re:State. by master_p (Score:2) Friday September 09 2005, @10:39AM
        • Re:State. by naasking (Score:2) Friday September 09 2005, @07:15PM
          • Re:State. by abulafia (Score:2) Sunday September 11 2005, @06:29PM
            • Re:State. by naasking (Score:2) Monday September 12 2005, @06:32AM
      • Re:Back by Jussi K. Kojootti (Score:2) Friday September 09 2005, @02:31AM
      • Re:Back by shutdown -p now (Score:3) Friday September 09 2005, @03:40AM
        • 1 reply beneath your current threshold.
      • Re:Back by MimsyBoro (Score:1) Friday September 09 2005, @04:16AM
      • Re:Back by FreshnFurter (Score:1) Friday September 09 2005, @04:37AM
      • Re:Back (Score:4, Informative)

        by arkanes (521690) <arkanes AT gmail DOT com> on Friday September 09 2005, @08:01AM (#13517986)
        (http://slashdot.org/)
        The current standard says that "back" should always load from cache, but for a long time it didn't directly address it and a lot of browsers did various thing. IE and Netscape both send a HEAD request for to check for a new version. Opera will unconditionally load from cache. I believe that Opera will load from cache even with a page that has no-cache set, which is wrong.

        Firefox, by the way, will fall back on the cache if it's unable to get the HEAD request. I'm not sure if it will correctly fall back if the HEAD succeeds but the actual request does not. IE will crap out, though.

        Precisely what the "correct" behavior is, by which I mean "what the user expects" will vary from case to case, so it's hard to have a case that everyone agrees with. Netscape and IE both implemented what they thought was right, and have retained that behavior for consistencies sake even though some of the purists in the standards bodies have changed it.

        [ Parent ]
        • Re:Back by Bogtha (Score:2) Friday September 09 2005, @10:14AM
          • Re:Back by arkanes (Score:2) Friday September 09 2005, @10:31AM
            • Re:Back by Bogtha (Score:2) Friday September 09 2005, @10:53AM
              • Re:Back by arkanes (Score:2) Friday September 09 2005, @12:12PM
        • Re:Back by carsamba (Score:1) Saturday September 17 2005, @12:09PM
      • Re:Back by Bogtha (Score:2) Friday September 09 2005, @09:53AM
      • Re:Back by CTho9305 (Score:2) Friday September 09 2005, @10:07AM
      • Re:Back by at_slashdot (Score:2) Friday September 09 2005, @10:12AM
    • Re:Deer Park !!!!!!!!!! (Score:4, Interesting)

      by Vicsun (812730) on Friday September 09 2005, @02:15AM (#13516733)
      Not to troll, but Opera has had this feature for ages.

      Now that Firefox have finally caught up I might just switch back, though. It was the feature that converted me to Opera in the first place.
      [ Parent ]
    • Re:Deer Park !!!!!!!!!! by QuietLagoon (Score:2) Friday September 09 2005, @07:28AM
    • 1 reply beneath your current threshold.
  • Fp (Score:5, Informative)

    by anaesthetica (596507) on Thursday September 08 2005, @11:33PM (#13515979)
    (http://slashdot.org/~anaesthetica/journal/ | Last Journal: Thursday August 30, @01:22PM)
    Posting on it now. Generally teh snappier on OS X, which I appreciate. Text handling still isn't good enough to switch from Camino. The drag n drop tabs are a very welcome addition. Also, it looks like the Slashdot bug has been cleared up. Sweet.
    • Re:Fp by nighty5 (Score:3) Thursday September 08 2005, @11:43PM
      • Re:Fp by prockcore (Score:2) Friday September 09 2005, @12:34AM
        • Re:Fp (Score:5, Interesting)

          by pomo monster (873962) on Friday September 09 2005, @12:53AM (#13516432)

          So what, if the vast majority of websites don't bother styling them? Form controls can default to Aqua without compromising the spec. In other words, there's no need for controls to be ugly if ugliness isn't specified in the HTML, and even then, you can handle it the elegant and tasteful way:

          Some controls are going to naturally discard the Aqua look if you "fall off the cliff" by customizing the control to the point where the Aqua look can no longer be maintained, e.g., if you set the border and background of a button. Others, like checkbox, are going to refuse to "fall off the cliff" unless you explicitly turn off the -khtml-appearance property. The choice of when to disable the Aqua look is going to be chosen to match other browsers (and Internet Explorer in particular).

          Naturally, that's how WebKit behaves [opendarwin.org]. Ugliness has no place on the Mac desktop, even on the web.

          [ Parent ]
          • A Rebuttal by Phil Urich (Score:3) Friday September 09 2005, @02:07AM
          • 1 reply beneath your current threshold.
      • turn it off by cahiha (Score:2) Friday September 09 2005, @02:52AM
        • Re:turn it off by cahiha (Score:2) Friday September 09 2005, @09:09AM
        • 1 reply beneath your current threshold.
      • Re:Fp by bay43270 (Score:2) Friday September 09 2005, @08:32AM
    • Re:Fp by Duncan3 (Score:2) Thursday September 08 2005, @11:57PM
    • Re:Fp by KeyboardMonkey (Score:1) Friday September 09 2005, @01:00AM
      • Re:Fp by koreaman (Score:1) Friday September 09 2005, @08:33AM
      • 1 reply beneath your current threshold.
    • Re:Fp by zootm (Score:2) Friday September 09 2005, @11:01AM
    • Re:Fp by Schrade (Score:2) Thursday September 08 2005, @11:47PM
      • Re:Fp by Enrico Pulatzo (Score:2) Friday September 09 2005, @01:26AM
      • Re:Fp by Overly Critical Guy (Score:1) Friday September 09 2005, @02:05AM
    • 2 replies beneath your current threshold.
  • Woohoo! (Score:5, Interesting)

    by Tidal Flame (658452) on Thursday September 08 2005, @11:33PM (#13515981)
    (http://tidalflame.net/)
    If they've really made it more stable and fixed the apparent memory leak, I'll be really happy. Firefox is great as it is, but it seems that if you leave it open for too long it starts to take up insane amounts of memory.
    • Re:Woohoo! (Score:5, Interesting)

      by LnxAddct (679316) <sgk25@drexel.edu> on Friday September 09 2005, @12:05AM (#13516176)
      (http://krenzel.info/)
      I was actually giving this some thought the other day and perhaps firefox should use one of the C++ garbage collecting libraries. A webbrowser really just needs to be usable and low on memory, no crtical speed requirements as long as the UI is responsive, websites render quickly, and javascript interprets at decent speeds (none of which a garbage collector would slow down). Firefox developers could still focus on keeping the memory footprint down, but applying a garbage collector is a good solution because its unlikely they'll ever remove every memory leak. This would remove most of them, help detect others, and keep the remaining problems minimal.
      Regards,
      Steve
      [ Parent ]
      • Re:Woohoo! by Trillan (Score:2) Friday September 09 2005, @12:14AM
        • Re:Woohoo! by LnxAddct (Score:2) Friday September 09 2005, @12:31AM
      • Re:Woohoo! (Score:5, Insightful)

        by The Clockwork Troll (655321) on Friday September 09 2005, @12:33AM (#13516318)
        Unfortunately garbage collection is not a cure-all for memory leaks; the programmer(s) still must take care to ensure that references to memory-consuming objects are removed when no longer needed. This can be a nontrivial task e.g. in a complex application where state is shared among multiple threads and certain corner case situations blur who is responsible for reference clean-up.

        Bugs is bugs!
        [ Parent ]
        • Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @06:49AM
          • Re:Exactly by LnxAddct (Score:3) Friday September 09 2005, @07:36AM
            • Re:Exactly by arkanes (Score:2) Friday September 09 2005, @08:09AM
              • Re:Exactly by p3d0 (Score:2) Friday September 09 2005, @08:25AM
            • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @11:40AM
          • Re:Exactly by p3d0 (Score:1) Friday September 09 2005, @08:20AM
            • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @11:35AM
          • Re:Exactly by Haeleth (Score:2) Friday September 09 2005, @08:24AM
            • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @11:32AM
              • Re:Exactly by Minna Kirai (Score:2) Friday September 09 2005, @12:03PM
              • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @01:11PM
            • Re:Exactly by Trillan (Score:2) Friday September 09 2005, @12:33PM
            • Re:Exactly by The Clockwork Troll (Score:1) Friday September 09 2005, @01:20PM
              • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @08:11PM
              • Re:Exactly by Minna Kirai (Score:1) Tuesday September 13 2005, @10:33PM
          • Re:Exactly by LWATCDR (Score:2) Friday September 09 2005, @08:43AM
          • Re:Exactly by Minna Kirai (Score:2) Friday September 09 2005, @12:00PM
            • Re:Exactly by Anonymous Brave Guy (Score:2) Friday September 09 2005, @12:58PM
        • Re:Woohoo! by roror (Score:1) Friday September 09 2005, @09:53AM
          • Pigs is pigs by tepples (Score:1) Friday September 09 2005, @02:10PM
      • Re:Woohoo! by CaptnMArk (Score:2) Friday September 09 2005, @12:48AM
      • Re:Woohoo! by Poor College Student (Score:1) Friday September 09 2005, @01:13AM
      • Re:Woohoo! by StrawberryFrog (Score:2) Friday September 09 2005, @04:25AM
        • Re:Woohoo! by Anonymous Brave Guy (Score:2) Friday September 09 2005, @06:38AM
        • Re:Woohoo! by LnxAddct (Score:1) Friday September 09 2005, @07:41AM
          • Re:Woohoo! by arkanes (Score:1) Friday September 09 2005, @08:15AM
            • Re:Woohoo! by LnxAddct (Score:1) Friday September 09 2005, @09:10AM
          • Re:Woohoo! by hritcu (Score:2) Friday September 09 2005, @11:53AM
          • Re:Woohoo! by kminchau (Score:1) Friday September 09 2005, @12:50PM
      • Re:Woohoo! by CTho9305 (Score:2) Friday September 09 2005, @08:22AM
      • 1 reply beneath your current threshold.
    • Re:Woohoo! by vsimon (Score:2) Friday September 09 2005, @12:16AM
    • Re:Woohoo! (Score:5, Informative)

      by Rirath.com (807148) on Friday September 09 2005, @12:20AM (#13516251)
      I've been using the nightly branch builds for some time now, and no... I've seen no apparent fix for the memory leak. I mean, maybe a few holes have been plugged... but it still takes more memory than one would expect. On the other hand, I don't remember them claiming it fixed.

      The best feature for me is the new automatic nightly version system using Firefox's update system. No more manually downloading, unraring, and changing folder names... just a few clicks and I'm done. A very big plus, for nightly users.

      And since 1.5a may break a whole lot of extensions, I recommend Nightly Tester Tools [blueprintit.co.uk], which can force an extention to work. You may also try going into about:config (type that in the URL bar) and manually making the entery:

      app.extensions.version

      Then setting this to a value of 1.0+. Can cause other problems though, so I'd go with Nightly Tester Tools first. Lastly, you could simply open the extension with an unzip util and modify the install.rdf, perhaps the most time consuming but failsafe method.
      [ Parent ]
    • Re:Woohoo! by Kremit (Score:2) Friday September 09 2005, @12:31AM
      • I agree by J_Omega (Score:2) Friday September 09 2005, @12:47AM
        • Re:I agree by BrynM (Score:2) Friday September 09 2005, @02:09AM
          • Re:I agree by tqft (Score:2) Friday September 09 2005, @02:46AM
            • Re:I agree by BrynM (Score:2) Friday September 09 2005, @04:18AM
        • Re:I agree by drbill28 (Score:2) Friday September 09 2005, @02:24AM
      • Re:Woohoo! by kbrosnan (Score:2) Friday September 09 2005, @12:51AM
    • Re:Woohoo! by psavo (Score:2) Friday September 09 2005, @12:52AM
      • Re:Woohoo! by vidarh (Score:2) Friday September 09 2005, @04:57AM
      • Re:Woohoo! by nmg196 (Score:2) Friday September 09 2005, @06:27AM
    • Re:Woohoo! by richlv (Score:1) Friday September 09 2005, @12:55AM
    • Re:Woohoo! by gibbo2 (Score:1) Friday September 09 2005, @01:39AM
      • Re:Woohoo! by gibbo2 (Score:1) Friday September 09 2005, @01:47AM
    • Re:Woohoo! by jcupitt65 (Score:2) Friday September 09 2005, @03:13AM
    • Re:Woohoo! by masklinn (Score:2) Friday September 09 2005, @04:02AM
    • Re:Woohoo! by Threni (Score:1) Friday September 09 2005, @04:43AM
    • Old version crashed on large amount of tabs by KayakFun (Score:1) Friday September 09 2005, @05:42AM
    • Re:Woohoo! by bkessels (Score:1) Friday September 09 2005, @05:44AM
      • Re:Woohoo! by arkanes (Score:2) Friday September 09 2005, @08:24AM
        • Re:Woohoo! by bkessels (Score:1) Friday September 09 2005, @10:23AM
          • Re:Woohoo! by arkanes (Score:2) Friday September 09 2005, @10:35AM
            • Re:Woohoo! by bkessels (Score:1) Friday September 09 2005, @11:57AM
    • Re:Woohoo! - Not a troll (Score:5, Informative)

      by coolsva (786215) on Friday September 09 2005, @06:18AM (#13517524)
      Right on the mark. I have been using FF since version 0.6 or so and spreading the word to all people I meet. At that time and all the way till version 1.0, I accepted most bugs/performance issues as beta related. But at version 1.06 if I still have random performance problems, memory hogging. Also, IMHO, I see a lot of arrogance among the developers/supporters. Personally, I want a browser that works well, is fast and supports all sites. IE also does satisfy all my needs but is full of exploits. I recently downloaded Opera to try this past month and there is no looking back. Sure, some features like adblock, flashblock, 'images from originating server' and most importantly extensions/plugins are missing, but guess what, I can live with that. All these latest greatest features we keep talking about are not really revolutionary, they have been implemented in other browsers (including opera)

      Well, there goes my karma, I WILL be modded as troll for this, but had to get it out

      [ Parent ]
    • Re:Woohoo! by PhilHibbs (Score:1) Friday September 09 2005, @07:00AM
    • To fix memory leak by clarkie.mg (Score:2) Friday September 09 2005, @10:00AM
    • Re:Woohoo! by Tezprice (Score:1) Friday September 09 2005, @10:43AM
    • Re:Woohoo! by legirons (Score:2) Sunday September 11 2005, @07:14AM
    • Re:Woohoo! by masklinn (Score:2) Friday September 09 2005, @03:59AM
    • 1 reply beneath your current threshold.
  • Classic windows (Score:4, Informative)

    by Bob54321 (911744) on Thursday September 08 2005, @11:34PM (#13515982)
    For those here that run Windows in the Classic theme, here a link to info on how to fix the menu looks http://kb.mozillazine.org/Firefox_windows_classic [mozillazine.org]
  • I'll update if... (Score:3, Interesting)

    by nigham (792777) on Thursday September 08 2005, @11:34PM (#13515986)
    (http://yavin4.anshul.info/)
    ... all my extensions work on it. I had no problems with Deer Park Alpha, except that nothing except Adblock worked.
  • Watch Out Extensions Break (Score:5, Informative)

    by Blahbooboo3 (874492) on Thursday September 08 2005, @11:34PM (#13515987)
    Warning, seems like most extensions won't work from 1.0x to 1.5beta1..
  • by beeswax (65749) on Thursday September 08 2005, @11:34PM (#13515989)
    My employer forces us to use firefox at my job... The database front-end they had designed uses flash. Firefox segfaults quite often and the copy/paste buffer is always farked up. I really hope these issues have been taken care of :(

    If it were my choice at work, I'd use Opera.
  • Memory Leak appears fixed. by MrArmyAnt (Score:2) Thursday September 08 2005, @11:36PM
  • Deer Park Alpha 2 is great (Score:3, Informative)

    I've been running Deer Park Alpha 2 recently with no problems(SVG is kinda funky, but works great, and with the field testing it should be much better).

    I hope SVG integrates with XUL ok. Gotta test out my XUL apps I have in the field for compatability too.

    There's some changes Extension Authors need to check out too. Mozilla Developer News has the info [mozilla.org] and the big thing is XPCNative Wrappers [mozilla.org] will be on by default. (Yet more info on XPCNative Wrappers is available too [mozilla.org]).
  • Incompatible, duplicate extensions (Score:3, Informative)

    by ReformedExCon (897248) <reformed.excon@gmail.com> on Thursday September 08 2005, @11:38PM (#13516009)
    There are two things I am not fond of with the current non-Beta Firefox. The first is the way it needs to download the whole installer just to update a point release. The second is how extensions with similar functionality are not coordinated.

    Take the GoogleBar for example. When I first installed Firefox it didn't come with a usable search tool, so I had to find GoogleBar which approximated the functionality of Google's IE GoogleBar. Now, Google comes along and releases their GoogleBar for Firefox and I'm left having to uninstall the old toolbar and install the new one. I'd rather the two projects just work closely together so that it could be updated seamlessly in one fell swoop.

    Things like these occasionally mar my Firefox experience which is otherwise very smooth.

    Speaking of smooth, does anyone else get a brief (1 second) pause when loading large pages in Slashdot? It seems to load part of the page, then it freezes for a second, then renders the rest of the page. It also happens on Photo.net, but there the whole discussion page reloads itself after loading once. Just a strange thing I noticed about Firefox.
  • Now with native SVG support! (Score:3, Interesting)

    by sootman (158191) on Thursday September 08 2005, @11:40PM (#13516021)
    (Last Journal: Thursday July 12, @12:30PM)
    So the Adobe SVG plugin, which works fine in IE/Win and FF/Mac, will no longer be needed, which is great, since it crashes FF/Win! w00t!
  • Extensions (Score:5, Insightful)

    by 2MuchC0ffeeMan (201987) on Thursday September 08 2005, @11:42PM (#13516034)
    (http://i.love.spam.mail.com/)
    So far the only extension that works is the gmail notifier. Not even the all-in-one mouse gestures works... I'm patient, but will all of the developers make and re-make their extensions for every version?

    I smell a need for backward compatibility
    • Re:Extensions (Score:5, Informative)

      by asa (33102) <asa@mozilla.org> on Thursday September 08 2005, @11:48PM (#13516077)
      (http://mozilla.org/)
      "I'm patient, but will all of the developers make and re-make their extensions for every version?"

      No. Developers will only have to test their extensions to make sure they're not broken by the latest Firefox release. All they have to do if their extension still works is tweak a version field at addons.mozilla.org (or wherever their extension checks for updates) and Firefox will allow the extension to run.

      We're still at beta and that gives developers quite a bit of time to get their extensions certified against the upcoming Firefox 1.5 release.

      If the extension author was relying on Firefox application code that changed, and broke the extension, then the extension will have to be updated.

      I'm hopeful that most of the popular extensions will have certified against 1.5 or made updates available by the time 1.5 final ships.

      - A
      [ Parent ]
    • Re:Extensions by aniceyoungman (Score:1) Friday September 09 2005, @12:37AM
    • Re:Extensions by JoeF (Score:1) Friday September 09 2005, @01:22AM
    • Re:Extensions by Wm_K (Score:1) Friday September 09 2005, @07:38AM
  • Copy and Paste Fixed? by Cruithne (Score:1) Thursday September 08 2005, @11:43PM
  • Firefox 1.5 installation directions (Score:5, Informative)

    by mdew (651926) on Thursday September 08 2005, @11:43PM (#13516043)
    (http://www.fanboy.co.nz/adblock/)
    When installing Firefox 1.5

    (1) Backup your old Firefox 1.0 profile
    (2) Start with a clean profile, its best to use a clean profile
    (3) Update your extensions [projects1.com]
    (4) If the extensions still complain, try this following the directions from this link [mozillazine.org]
  • New Firefox...same goofy theme (Score:4, Insightful)

    by darxpryte (108284) on Thursday September 08 2005, @11:45PM (#13516057)
    (http://www.section6.net/)
    I was hoping that they'd replace the big goofy icon buttons on OS X and Linux that just don't go with anything. Maybe next version. The upside is the preferences layout is simpler, and browsing is a little snappier.

    I'm also hoping that my memory leakage problems on linux are solved. We'll see! Now back to searching for the safarifox theme to see if it'll work...
  • Based on 30 seconds of usage (Score:3, Interesting)

    by ocelotbob (173602) <ocelot.ocelotbob@org> on Thursday September 08 2005, @11:46PM (#13516064)
    (http://www.ocelotbob.org/)
    Just downloaded it, seems cleaner, the new error pages seem a bit better than the old popup systems; informative and not nearly as cluttered as IE's. Haven't tested page rendering that much, so that remains to be seen, but seems good so far.
  • svg release schedule? (Score:5, Interesting)

    by radarsat1 (786772) on Thursday September 08 2005, @11:48PM (#13516076)
    (http://www.music.mcgill.ca/~sinclair)
    Very cool that they have a new release out, I'll be downloading it soon.
    But I'm a little dissapointed it looks like the built-in SVG support isn't in there. Guess it's still alpha? (Haven't been following the Deer Park releases)
    I'm really looking forward to the day where I can actually do a site in SVG and be able to expect more than 2 or 3 people to be able to see it...
    And wow am I ever tired of struggling with the Flash IDE.
  • Beta 1 on Mac OS X by Dragon of the Pants (Score:1) Thursday September 08 2005, @11:56PM
  • my big hope by Tumbleweed (Score:2) Friday September 09 2005, @12:00AM
    • Re:my big hope (Score:5, Insightful)

      by adrianmonk (890071) on Friday September 09 2005, @12:32AM (#13516313)
      Does it have a multithreaded interface yet? This is by far my biggest gripe with Firefox.

      I agree 100%. There are often pages that I visit which take a while to load. I load them in the background in tabs, but the whole browser grinds nearly to a halt while they load. In fact, if a flash animation takes up lots of CPU in one tab, then all the other tabs, and every other part of the user interface sometimes locks up for a minute at a time. This is just sad.

      My second big gripe is just general bugginess. Yes, it takes time to iron out bugs, but Firefox has had some time. Right now, we're on 1.0.6, and honestly I'd rather see them just spend 100% of their effort on a 1.0.7 that is as close to bug free as humanly possible rather than adding more features. I'm sure the features they're adding right now are worthwile overall, but I'd much rather stay with the feature set I have now and see all the bugs disappear. The worst one is something that seems to relate to perhaps an event queue. Every now and then, something will happen that seems to cause Firefox to just stop processing events. I can press buttons and hit Command-W (I'm on a Mac), and nothing will happen. But if I hold down the mouse button inside a window, somehow this rejuvenates the event queue and these events get processed eventually. Totally, totally weird.

      The worst part is that it seems that flash animations use the same thread as the user interface. So if you have a flash animation that takes a LOT of CPU, which lots of them do, then the user interface becomes unresponsive. This is just silly. You're taking untrusted code (flash from whatever web site) and letting it take CPU time away from critical stuff like being able to close the window that contains the CPU-hogging flash code!

      [ Parent ]
  • Funny by sn0wflake (Score:1) Friday September 09 2005, @12:03AM
    • Re:Funny by The One KEA (Score:2) Friday September 09 2005, @04:13AM
      • Re:Funny by sn0wflake (Score:1) Tuesday September 13 2005, @10:18PM
  • Definitely a Speed Upgrade... by Praedon (Score:1) Friday September 09 2005, @12:21AM
  • Now we're talkin' by psallitesapienter (Score:2) Friday September 09 2005, @12:31AM
  • I'll Crush Those Fuckers! (Score:4, Funny)

    by Basehart (633304) on Friday September 09 2005, @12:32AM (#13516311)
    Right now Steve Balmer is running around naked, drooling at the mouth and ripping up pictures of Bambi, convinced that they named the beta Deer Park because of him somehow.
  • Funny... (Score:5, Funny)

    by VinodTandon (530909) on Friday September 09 2005, @12:32AM (#13516316)
    (http://www.geocities...andon/cac/index.html)
    For the hell of it I clicked on view source on the provided link [mozilla.org]...

    This was a comment in the code:

              Note to Editors of this Document!

              I have meticulously repaired the indentation here. DO NOT OPEN THIS
              DOCUMENT IN A WYSIWYG EDITOR OR (in the words of Robert DeNiro) I
              WILL BRING YOU DOWN! I WILL BRING YOU DOWN TO CHINATOWN!

                -Ben

    nice.
    -Vinod
  • fix the operating systems (Score:5, Insightful)

    by cahiha (873942) on Friday September 09 2005, @12:42AM (#13516367)
    including a new automatic update system

    I am sick and tired of every application including its own update system. They all have different user interfaces, they don't handle dependencies correctly (e.g., Firefox may upgrade its own extensions, but not the download manager that they depend on), and they make random connections all over the Internet.

    When will Windows and Macintosh get decent package and dependency management so that developers don't have to put this functionality into applications anymore, and that we don't have to put up with the security risks of many different update systems anymore?
  • It's a beta by biraneto2 (Score:1) Friday September 09 2005, @12:48AM
  • GCC 4.01 (Score:4, Interesting)

    Beautiful: Firefox' source finally builds with GCC4 out of the box; no mucking around necessary!
  • inline-block? (Score:5, Interesting)

    by Yjerkle (610052) on Friday September 09 2005, @12:54AM (#13516434)
    They've jumped up half a version and still no display:inline-block? Shouldn't they finish CSS 2.1 before they start on CSS 3? Every other major browser out there supports it, so it can't be that hard. Even IE, with it's dismal standards support, has inline-block.
  • Speed Enhancements by sn0wman3030 (Score:1) Friday September 09 2005, @12:55AM
  • Using it right now on MacOS X by PinkX (Score:2) Friday September 09 2005, @12:59AM
  • What happened to the Win32 zips? by slittle (Score:2) Friday September 09 2005, @01:02AM
  • Java by alpharuin (Score:1) Friday September 09 2005, @01:14AM
  • Mozilla? (Score:3, Interesting)

    by afidel (530433) on Friday September 09 2005, @01:31AM (#13516563)
    Anyone know if any of the code changes will make it back to the Mozilla Suite tree? Or is that officially dead as of 1.7? I would like to know because I love the integration of email and browser. I've been using the Suite style since Communicator first came out and I really like it at home. At work I use Firefox and Outlook.
    • Re:Mozilla? by The One KEA (Score:2) Friday September 09 2005, @04:10AM
    • Re:Mozilla? by CTho9305 (Score:3) Friday September 09 2005, @08:32AM
      • Re:Mozilla? by AaronLawrence (Score:1) Friday September 09 2005, @09:01AM
      • Re:Mozilla? by afidel (Score:2) Friday September 09 2005, @09:05AM
        • Re:Mozilla? by CTho9305 (Score:2) Friday September 09 2005, @09:24AM
  • RE: Mozilla Firefox 1.5 Beta 1 Released by Yehooti (Score:1) Friday September 09 2005, @01:31AM
  • I'm the master of timing. by Trius (Score:1) Friday September 09 2005, @01:36AM
  • FireFox web page in IE (Score:5, Interesting)

    by SnprBoB86 (576143) on Friday September 09 2005, @01:41AM (#13516599)
    (http://brandonbloom.name/)
    I understand that IE isn't standards compliant, but it is dominant. As such, many people will be viewing the FireFox web site in IE. But IE doesn't render many of the FireFox site's pages correctly! Rounded corners don't work on every page and some pages (such as the "Mozilla FireFox 1.5 Beta 1 Release Notes" page) have much larger issues. However, IE renders the content at full width and FireFox leaves a substantial margin on either side (I have a wide screen display, I want to make use of it!).

    Blame Microsoft all you want, but this is inexcusable. If you want people to switch to FireFox, they need to believe FireFox is better. Seeing as most web sites are built for IE, users coming to FireFox's web site see a page that doesn't render correctly and they assume the makers of the page are to blame. Why would they blame IE? Every other page they go to renders just fine in IE.

    Since the same organization that made the page makes the software, it is conceivable that people would be turned away from FireFox on the assumption that people who produce broken web pages also produce broken programs.

    Whether the FireFox web site doesn't properly support IE out of laziness, or out of malice. It should be fixed.
  • Improvement? Sure, but.... by dpk011 (Score:1) Friday September 09 2005, @01:53AM
  • What I want to know (Score:3, Insightful)

    by poofyhairguy82 (635386) on Friday September 09 2005, @01:57AM (#13516656)
    (Last Journal: Tuesday March 02 2004, @07:07PM)
    Will the Linux version suck less? Its the slowest of the big three (OSX, Windows, Linux) in the 1.0.x series. Isn't it going to use Cairo more? Will it eat less CPU and RAM so I can stop recommending Epiphany instead?

    I like how it looks best in Linux, but I kinda miss the Windows version sometimes...with its speed and all. And I know its not Linux/Gnome- Epiphany flies. So does a WINEd IE. Only Firefox is slow. Will that be better?

  • Looks good... by Norfair (Score:1) Friday September 09 2005, @01:58AM
  • by Anonymous Coward on Friday September 09 2005, @02:07AM (#13516683)
    No, this still doesn't fix bug #154892: "Splitting Absolutely positioned frames not implemented - Missing second page of content when printing or print previewing this site"

    This bug prevents many web sites from printing in any useful respect from Mozilla browsers.

    Its existence keeps me from rolling out Firefox as the default. It probably keeps any organization that frequently prints web pages from considering Firefox.

    But what really irks me is that this bug has existed since 2002!. The bug has been duplicated in dozens and dozens of bug reports. It has at least 70 votes in Bugzilla. Yet no one has fixed it, and there is NO INDICATION that it will be fixed in the foreseeable future, yet it directly affects the user's browsing experience.

    The history and severity of this bug does not reflect well on the Mozilla browser or its open source development model. NOTE: I am actually, personally, quite impressed with the Mozilla project, but someone who wants an excuse to banish free software might start with something like this.

    Finally, as a Firefox user, a personal plea: Somebody, please fix this! Please?

    For more information:
    https://bugzilla.mozilla.org/show_bug.cgi?id=15489 2 [mozilla.org]
  • HTML rendering is WAY faster by melted (Score:2) Friday September 09 2005, @02:17AM
  • Nice work! by mr_zorg (Score:2) Friday September 09 2005, @02:31AM
    • Re:Nice work! by pomo monster (Score:2) Friday September 09 2005, @05:24AM
      • Re:Nice work! by mr_zorg (Score:2) Friday September 09 2005, @11:42PM
  • Hate the installer... by BrookHarty (Score:2) Friday September 09 2005, @02:56AM
  • UNTITLED tabs on timeout by BestNicksRTaken (Score:2) Friday September 09 2005, @03:00AM
  • 1.6a1?? by xer.xes (Score:1) Friday September 09 2005, @03:00AM
    • Re:1.6a1?? by The One KEA (Score:3) Friday September 09 2005, @04:00AM
  • "Find Whole Word" still missing by Selanit (Score:2) Friday September 09 2005, @03:07AM
  • Autoupdate! by miffo.swe (Score:2) Friday September 09 2005, @03:13AM
  • Stability "updates"? by Laconian (Score:1) Friday September 09 2005, @03:29AM
  • ACID2 by Dayflowers (Score:2) Friday September 09 2005, @03:42AM
    • Re:ACID2 by CTho9305 (Score:2) Friday September 09 2005, @10:19AM
  • "New support for Web Standards including SVG, CSS" by baadger (Score:2) Friday September 09 2005, @03:42AM
  • being a web developer i find it interesting that.. by cyclomedia (Score:1) Friday September 09 2005, @03:50AM
  • Broke most of my extensions... by t_allardyce (Score:1) Friday September 09 2005, @04:54AM
  • 1.5beta??, pffffff.... by DohnJoe (Score:1) Friday September 09 2005, @05:09AM
  • Bookmarking frames still not fixed by De Lemming (Score:2) Friday September 09 2005, @05:29AM
  • zip version by Danathar (Score:2) Friday September 09 2005, @06:13AM
  • B-E-T-A by sl4shd0rk (Score:1) Friday September 09 2005, @06:36AM
  • honest question by skiman1979 (Score:1) Friday September 09 2005, @07:13AM
  • Crashy? by Grendel Drago (Score:1) Friday September 09 2005, @07:16AM
    • Re:Crashy? by cyborg_zx (Score:1) Friday September 09 2005, @08:14AM
      • Ah, nifty. by Grendel Drago (Score:2) Friday September 09 2005, @10:39AM
        • Re:Ah, nifty. by cyborg_zx (Score:1) Sunday September 11 2005, @12:15PM
  • Themes by dumeinst (Score:1) Friday September 09 2005, @07:22AM
    • Re:Themes by Random BedHead Ed (Score:2) Friday September 09 2005, @09:03AM
  • Bug! by anupamsr (Score:1) Friday September 09 2005, @07:26AM
    • Re:Bug! by smiffy1976 (Score:1) Friday September 09 2005, @10:58AM
      • WTF! by smiffy1976 (Score:1) Friday September 09 2005, @12:24PM
        • Re:WTF! by anupamsr (Score:1) Friday September 09 2005, @04:37PM
  • Speed issues by dwayner79 (Score:1) Friday September 09 2005, @07:41AM
  • The Rich Client by aCapitalist (Score:1) Friday September 09 2005, @07:48AM
  • Extensions by CastrTroy (Score:2) Friday September 09 2005, @07:49AM
    • Re:Extensions by The One KEA (Score:2) Friday September 09 2005, @11:12AM
  • Indeed. Much FAAASSSSTTTTEEEERRRRR! by Zemplar (Score:1) Friday September 09 2005, @08:26AM
  • Does this release allow disabling... by oDDmON oUT (Score:1) Friday September 09 2005, @08:27AM
  • Anyone get the beta for Linux to run? by Herschel Cohen (Score:1) Friday September 09 2005, @08:40AM
  • preference dialogs like the mozilla suite by mcn (Score:1) Friday September 09 2005, @08:41AM
  • about:mozilla by jimcooncat (Score:1) Friday September 09 2005, @08:45AM
  • first thing i tested.. by Hohlraum (Score:1) Friday September 09 2005, @09:13AM
  • new feature by Hoohoodilly (Score:1) Friday September 09 2005, @09:16AM
  • Canvas tag = Bloat? by kumquathead (Score:1) Friday September 09 2005, @09:19AM
  • Wait 'til they fix this, then download... by lpangelrob (Score:1) Friday September 09 2005, @09:22AM
  • Auto-update isn't going to work! by Theovon (Score:2) Friday September 09 2005, @09:23AM
  • anothing cool thing.. by Hohlraum (Score:1) Friday September 09 2005, @09:23AM
  • Did they fix the 2GB download limit? by tjstork (Score:2) Friday September 09 2005, @09:27AM
  • Has the pop-up bug been fixed? by DroopyStonx (Score:2) Friday September 09 2005, @09:33AM
  • did they fix this problem yet? by tacokill (Score:2) Friday September 09 2005, @09:52AM
  • Windows media? by Hrothgar The Great (Score:1) Friday September 09 2005, @10:13AM
  • Reworked and "Improved" Options? by oogoliegoogolie (Score:2) Saturday September 10 2005, @09:57AM
  • Re:new error pages! (Score:5, Funny)

    by Seumas (6865) on Thursday September 08 2005, @11:37PM (#13516003)
    Yeah, whatever. You say that now, but I bet you were one of those jerks hating on Network Solutions for making "new error pages" last year, weren't, you?
    [ Parent ]
  • Re:what is a by KillShill (Score:2) Thursday September 08 2005, @11:51PM
  • Re:Flash by Tidal Flame (Score:1) Thursday September 08 2005, @11:54PM
  • Re:Upgrade man by YowzaTheYuzzum (Score:1) Thursday September 08 2005, @11:56PM
  • Re:what is a by acd294 (Score:1) Friday September 09 2005, @12:06AM
  • Users need it (Score:5, Insightful)

    by nukem996 (624036) on Friday September 09 2005, @12:07AM (#13516183)
    I have switched many people to Firefox and have found that people I switched months and months ago will never update. They never look at the little red arrow on the top right. They stick with the same version they have unpatched. Other applications use auto update because users dont update programs, its a problem but if Firefox is to be known as the most secure, fastest, bug free browser on the internet then they have to make sure everyone updates.
    [ Parent ]
  • OS X port rocks. Re:Auto update! by aergern (Score:1) Friday September 09 2005, @12:10AM
  • Re:Too many browsers by nukem996 (Score:2) Friday September 09 2005, @12:22AM
    • 1 reply beneath your current threshold.
  • Re:Too many browsers by MykeAbner (Score:1) Friday September 09 2005, @12:32AM
  • Re:Auto update! by dreamer-of-rules (Score:2) Friday September 09 2005, @12:38AM
  • Re:what is a by fireman sam (Score:2) Friday September 09 2005, @12:39AM
  • Re:Too many browsers by jotux (Score:1) Friday September 09 2005, @12:39AM
  • Re:Flash by Hellasboy (Score:1) Friday September 09 2005, @12:45AM
    • 1 reply beneath your current threshold.
  • Re:IE 7 is... by Titus B. Otch (Score:1) Friday September 09 2005, @12:49AM
    • Re:IE 7 is... by Toba82 (Score:1) Friday September 09 2005, @09:25PM
    • 1 reply beneath your current threshold.
  • Re:No extensions work? by MykeAbner (Score:2) Friday September 09 2005, @12:58AM
  • Re:Auto update! (Score:4, Interesting)

    Awesome - because we all know how well auto-updating stuff goes. Take Windows, for example! :P

    Well, as one who manages the family computer, which runs WinXP, AutoUpdate is actually pretty useful. I haven't had to install an update manually for quite some time.

    Seriously though, I can't wait until we get an OSX port that doesn't suck (Camino is okay, but what good is it if you can't use all the cool firefox extensions?).

    Well, as a Mac OS X user, I feel your pain. But, I'm wondering which parts suck for you? I have issues with page rendering. Look at these rendering jobs from the LiveJournal [livejournal.com] home page (be kind! this is hosted on my personal server box):

    • FireFox 1.0 [dyndns.org] (Sorry, but the "About" Dialogue blocks the effected text, so you'll have to trust me)
    • FireFox 1.5 Deer Park Beta 1 [dyndns.org] the distributed Mac OS X binary, not compiled from soruce
    • Camino 0.92 [dyndns.org] just for comparson
    • Opera 8.02 [dyndns.org] for Mac OS X
    • Safari 2 [dyndns.org] (And if you don't trust me, think about how many web browsers have a brushed metal GUI like that)
    This occurs on several pages, but the only one I could produce on-demand was the LiveJournal page. Note that this is the LiveJournal home page, not user pages, and contains relatively simple and stable code. Note that Safari and Opera read the pages perfectly fine, but all the Mozilla-based browsers (all versions), even Camino, can't render the page properly. And these problems are not always so minor. On occasion, text can continue right outside of the view (and scroll) of the window. Text boxes will end up with text no longer inline with the cursor, making editing and correcting typos virtually impossible.

    Any one else have this problem? I know it's not too isolated since I've had this happen on both installations of OS X 10.4 and even 10.3. Or are there other problems that I don't know about?

    [ Parent ]
  • Re:history speed by beetlefeet (Score:1) Friday September 09 2005, @01:32AM
  • Re:Auto update! by XemonerdX (Score:1) Friday September 09 2005, @02:56AM
  • Re:what is a by jisatsusha (Score:1) Friday September 09 2005, @05:05AM
  • Re:Auto update! (Score:3, Interesting)

    by nietsch (112711) on Friday September 09 2005, @05:12AM (#13517299)
    (http://linux-studie.nl/ | Last Journal: Wednesday April 21 2004, @01:22PM)
    My debian system has a manual update every once in a while (usually after i get the Debian Weekly News(letter)) How should this auto update feature workt together with apt-get? it's nice if it can signal there is an update available, but usually I dont run firefox as root, which would be the only one that has permission to do the writes necesary.
    [ Parent ]
  • Re:Auto update! by skiman1979 (Score:1) Friday September 09 2005, @07:22AM
  • You mean auto break-all-yer-plugins by s88 (Score:2) Friday September 09 2005, @08:55AM
    • 1 reply beneath your current threshold.
  • Will it work for Linux?? by ylikone (Score:1) Friday September 09 2005, @09:34AM
  • 25 replies beneath your current threshold.
(1) | 2