Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Google Releases Chrome V2.0

Posted by timothy on Thu May 21, 2009 04:30 PM
from the windows-only-tut-mir-leid dept.
RadiusK writes "Google has released the second major version of the Chrome browser. This version features more speed improvements thanks to a newer version of V8 JavaScript engine and WebKit. JavaScript-heavy web pages will now run about 30% faster. Other new features include form autofill, fullscreen mode, and improved New Tab page. If you're already using Google Chrome, you'll be automatically updated with these new features soon. If you haven't downloaded Google Chrome, you can get the latest version at google.com/chrome." A version for Linux or OS X would be nice.
+ -
story

Related Stories

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • AdBlock Plus (Score:5, Interesting)

    by MrMista_B (891430) on Thursday May 21 2009, @04:31PM (#28046077)

    Does it have AdBlock Plus?

    As soon as it does, I'm ditching Firefox.

    • Re:AdBlock Plus (Score:5, Informative)

      by Laxori666 (748529) on Thursday May 21 2009, @04:39PM (#28046175) Homepage
      just get privoxy. works with anything! http://www.privoxy.org/ [privoxy.org] .
    • Re:AdBlock Plus (Score:5, Insightful)

      by EggyToast (858951) on Thursday May 21 2009, @04:43PM (#28046241) Homepage
      Agreed, although this is one reason why Firefox will likely still have a life -- it's unaffiliated with a company that makes money through advertising. Why would Google support a browser add-on that allows you to block their main revenue source?
    • by Anonymous Coward on Thursday May 21 2009, @05:16PM (#28046657)

      Apparently the Slashdot developers use Chrome on a mighty fast machine; otherwise they'd realize the shame they've brought onto themselves by writing that horribly slow Javascript code and commit hara-kiri.

    • Re:AdBlock Plus (Score:4, Insightful)

      by swilver (617741) on Thursday May 21 2009, @06:05PM (#28047255)

      Not ditching it before it also has NoScript. I seriously couldn't care less about JavaScript performance, I donot want applications in my browser.

    • Re:AdBlock Plus (Score:5, Informative)

      by Photo_Nut (676334) on Thursday May 21 2009, @08:05PM (#28048255)

      Go check out AdSweep. It works just fine in Chrome. Maybe it's not AdBlock plus, but it works in Chrome without much too fuss.
      http://www.adsweep.org/ [adsweep.org]

        • by Allicorn (175921) on Thursday May 21 2009, @09:47PM (#28048979) Homepage

          On Windows, Chrome's window decorations are always in a horrible bubbly Fisher-Price style that somewhat mirrors the default XP/Vista themes. The application does not honor system-wide windowing theme settings. This is stupid. You've kinda come to expect media players to do this (it's still annoying, but it's become the accepted convention) but serious applications like a browser that I'm going to be looking at all day should not lock themselves out of the OS's visual theme system. I'm stuck with one app which seems like an alien on my system because all the colors and widgets are completely different to everything else. It's as bad as bloody Apple!

          Another thing I suspect the GP is talking about is the menu. Oh, I mean the toolbar button. Or do I mean menu? Who knows. Take any normal application on Windows that has a menu - press ALT. Now you can navigate the menu option with the cursors or with menu shortcut keys. Google decided that I didn't need this ability and hacked out the well understood, standard concept menu and replaced it with a little popup off of two toolbar buttons. And for a cherry on top, put those icons at the opposite side of the window from where you'd go hunting for a missing menu anyway.

          Ooo lessee... how about allowing the application's controls (in this case, the tab bar) to impinge upon the applications titlebar and moving the apps title from the left to the right. This is just more of the kind of utterly pointless "gloatware" interface decisions that often characterises Apple software on Windows. "Our scrap of software is the single most important thing you'll ever use on your computer so - obviously - it's important that it break established visual style and usage conventions to remind you how important is is!". Gloatware.

          These seem like trivial things but interface conventions are of huge value to users who lack confidence in front of a computer. Once you've learned that there's always a Menu and it always has File, Edit, View and Help on it - you've got a huge head-start on getting to know any new bit of software.

          There are other things that annoy me about Chrome like that stupid is-it-or-isn't-it-status-bar; curiously referring to its SSL preferences as "computer-wide" in the options page (it's going to change SSL behaviour across all apps and OS?); Bookmark interface; yadda yadda AdBlock, NoScript, yadda.

          I feel better now XD

  • Windows Only (Score:5, Insightful)

    by imamac (1083405) on Thursday May 21 2009, @04:32PM (#28046091) Homepage

    A version for Linux or OS X would be nice.

    This is incredibly sad. How hard can it be with their resources to include Mac and Linux?

    • Re:Windows Only (Score:4, Insightful)

      by Goaway (82658) on Thursday May 21 2009, @04:38PM (#28046165) Homepage

      It takes time to develop software. It doesn't matter what resource you have, beyond a certain point, it still takes lots of time.

      And they are working on both, you know. They're open-source. You can go look at them. You can go help out - isn't that what open source advocates tell you to do every time you complain about an open source app?

      • Re:Windows Only (Score:4, Interesting)

        by zuperduperman (1206922) on Thursday May 21 2009, @06:06PM (#28047259)

        All that you say is true, but there is something not credible about the length of time that it has taken for them to get this done. It seems to have taken longer for them to do the linux port than it did for them to build the entire windows version.

        Having said that, I don't really suspect there's anything sinister going on here ... something tells me it is more to do with there being fundamentally more difficult challenges on linux than windows. When I compare Firefox across ubuntu and windows it is noticeably slower and uglier in linux - there's no two ways about it. I strongly suspect that Google is being a perfectionist here and are simply not willing to release something that doesn't meet the incredibly high bar they have set for chrome.

        • Re:Windows Only (Score:5, Interesting)

          by KasperMeerts (1305097) on Thursday May 21 2009, @06:17PM (#28047367)
          I doubt it. Have you looked at the Chrome code? It's littered with hard-coded windows-only bullshit. It's just very unelegantly designed, that's why it's taking so long.
        • Re:Windows Only (Score:5, Interesting)

          by amorsen (7485) <benny+slashdot@amorsen.dk> on Friday May 22 2009, @01:59AM (#28050225)

          When I compare Firefox across ubuntu and windows it is noticeably slower and uglier in linux - there's no two ways about it.

          Your issue with Firefox probably is actually with Pango. IMHO, Pango renders text far more beautifully than any version of Windows does, but it IS a lot slower. You used to be able to disable Pango when building Firefox; I'm not sure whether that is still possible.

      • Re:Windows Only (Score:5, Insightful)

        by Anonymous Coward on Thursday May 21 2009, @06:12PM (#28047319)

        isn't that what open source advocates tell you to do every time you complain about an open source app?

        For a volunteer project, yes. Google Chrome is a free, open source, commercial project. It's a professional, corporate-planned, -managed, and -funded product.

        They've now released Windows v2, after originally claiming the Linux version will be ready "as soon as possible" eight months ago during the original hype & release of v1. Google is due for some flack about this. Not to mention the lack of Mac version.

        • Re:Windows Only (Score:5, Informative)

          by hanwen (8589) on Thursday May 21 2009, @10:18PM (#28049127) Homepage Journal

          I am using the Linux version on a daily basis. It is usable, and the speed blows FF3 firmly out of the water, to the point that I don't want to go back to FF. Of course, it does crash every once in a while, and there are many rough edges.

    • Re:Windows Only (Score:5, Informative)

      by ogrisel (1168023) on Thursday May 21 2009, @04:43PM (#28046233)
      An experimental (daily snapshot) version for ubuntu is available here: https://launchpad.net/~chromium-daily/+archive/ppa [launchpad.net]
    • Re:Windows Only (Score:5, Insightful)

      by blind biker (1066130) on Thursday May 21 2009, @05:03PM (#28046501) Journal

      Google only targets the platform where IE is predominant - that is, Windows. On the other platforms, Firefox or Safari will do the job that Chrome is doing on Windows. Either way, it suits Google's strategy.

    • Re:Windows Only (Score:5, Interesting)

      by rikkitikki (91982) on Thursday May 21 2009, @05:30PM (#28046819)

      I used to ask the same question. I now work for a small startup. Most of us develop on Linux, a couple on Windows, and a couple on Mac. If we could afford to do a linux-only version, we would. But in order to have any kind of marketshare on the desktop, we need to output a Windows version.

      The mac and linux versions mostly "just work" and simply need testing. But about a month before release, the entire team needs to stop what they're doing and get the Windows version fully working and tested. Windows development is a resource hog (in terms of people). In some ways, Windows is just different, but it seems in many ways, Windows is deliberately incompatable with anything else at the source code level. Windows makes it as difficult as possible to be cross-platform.

      As a result, we get the Windows version out and working before we have time to test the Linux and Mac versions. It kinda sucks to spend that much time and resources on a Windows version. It's either that, or re-route our development resources to Windows-only and ignore the other platforms. Of course, we don't want to do that.

  • No plug in support (Score:3, Insightful)

    by NitroWolf (72977) on Thursday May 21 2009, @04:33PM (#28046099) Homepage

    No plug-ins, not usable.

    Needs to support an Adblock function at the bare minimum before it would be even marginally accepted by the masses. Mouse gestures would be nice. Those two things would go really far towards the acceptance of Chrome.

  • by PhrostyMcByte (589271) <phrosty@gmail.com> on Thursday May 21 2009, @04:33PM (#28046103) Homepage
    But I can't live with the invasion of privacy [wikipedia.org]. Sorry :(
  • by Jamie's Nightmare (1410247) on Thursday May 21 2009, @04:45PM (#28046267)

    Oh great, another post about Chrome. Brace yourself for a wave of 3 general responses:

    "No Linux version, so it sucks." - The Jealous Bitch

    "It doesn't have (feature from Firefox), I refuse to use it." - The High and Mighty Prick

    "I'm all out of tin-foil, you can't trust Google." - The Stallman Worshipers

  • by Anonymous Coward on Thursday May 21 2009, @04:49PM (#28046303)

    for me, most of the lag I experience is latency related. Once the webpage gets to me, I'm fairly happy if it takes under a few seconds to render.

    Then, I'd like a stable connection, and working webpages (ie without bugs).

    Next, I'd like more intelligent tabbing: one which tracks my current surfing location as a whole, and bookmarks that. (I'm thinking a tree structure for tabs, with parents and children and all that; and a dynamic bookmark, that would follow me clicks, for when I'm reading online documentation, or any multipage document.)

    Ok, after all that, now I'm interested in js performance. Sorry :(

    [a question for those who want adblock in this browser. You realize that while Google makes themselves out to be a search and indexing company, that they are really a very high tech advertising company, don't you? For them to implement adblocking, that would undercut their entire business model. If they did it anyway, and left their ads unblocked?, well, that would just be illegal, under antitrust laws.]

  • by lwsimon (724555) <lyndsy@lyndsysimon.com> on Thursday May 21 2009, @04:52PM (#28046357) Homepage Journal

    Say what you want, but Chrome is my default browser in Vista, and has been since it came out. I don't visit a lot of random sites, and ads aren't that big a deal.

    The reason I like Chrome? Its topbar is thinner and more elegant that Firefox's by default. Really, that's it.

    Otherwise, I'm your typical nerd. I run ArchLinux, use Firefox+Firebug for development, and I doubt I could get a girlfriend if I tried (I married the girl who dated me in highschool, before she realized what she had done, so that's okay)

  • by basementman (1475159) on Thursday May 21 2009, @04:58PM (#28046441) Homepage

    For those of you concerned about the privacy issues surrounding Google Chrome, there is a virtually identical FOSS alternative that Google can't farm data from. See, http://www.srware.net/en/software_srware_iron.php [srware.net]

  • by IvyMike (178408) on Thursday May 21 2009, @05:42PM (#28046987)
    You know, the plugin that blocks the endless comments from people asking "does it have Adblock?"
  • Passes Acid3 (Score:4, Interesting)

    by WebManWalking (1225366) on Thursday May 21 2009, @06:48PM (#28047675)
    Just got 2.0 and went straight to http://acid3.acidtests.org/ [acidtests.org]: Passed 100/100.
  • FAQ (Score:5, Funny)

    by Vexorian (959249) on Thursday May 21 2009, @10:17PM (#28049123)
    Q. Will chrome ever work in OS/X / Linux / *BSD like real browsers tend to do?

    A. Not really. However, in order to make it up to you, we are allowing you to download an install a chrome-themed webkit window that doesn't have any of the features, is unstable and does not integrate with your OS at all. Of course, as a precondition you first need to find it through a huge maze of links. Please ignore your OS currently got much better native browsers using webkit anyway...

    Q. Is it true Chrome is open source software like some articles said?

    A. No, Chrome is not open source software. It does not provide you any of the basic reassurances Open source software actually gives you. To make up for this, we invented Chromium, which you can find after diving to another maze of links and compile yourself. We designed Chromium as just a way to selectively get free code. Please, don't use it as it will give you the basic FOSS freedoms and we do not want that for our browser.

    Q. Is it true that other non-IE browsers like Firefox, Opera and Safari are also working on javascript speed making the only important chrome feature worthless?

    A. Definitely, as a matter of fact, since some of their new versions actually beat Chrome in memory usage and they have no problem in working in many platforms -integrating correctly with the OS, even windows' themes - , there's really no point in using Chrome unless you want a porn tab or want to follow hype. Ok, to be fair those browsers' new versions do have something like the porn tab and each have always had their fair amount of over-hyped fans... Of course, chrome might still be faster, but this is due to the fact we implemented the javascript VM using as much crazy, unmaintainable windows hack as possible. But don't worry, the only web site in which you might actually notice the difference is one we made in which we placed a bunch of demos designed to stress test javascript...

                • Re:Still waiting... (Score:4, Interesting)

                  by Bogtha (906264) on Thursday May 21 2009, @06:42PM (#28047603)

                  hat does that have to do with the lack of development for anything other than Windows?

                  Lack of development? There is development happening for OS X and Linux. It's just not ready for end-users yet.

                  What does Mozilla's head start have to do with the fact that they are apparently able to do cross-platform development better than a company who has vastly more people and money at their disposal?

                  Because development isn't simply a matter of money. It takes time to develop software, and organisational/human/communication factors impose an upper limit on how fast development can move. Mozilla have a codebase where 15 years have been spent in development. No amount of money can compensate for that head-start. Mozilla aren't developing any faster than Google, they are further ahead because they've been doing it longer.

                  Even the original releases of Netscape were cross-platform

                  The original releases of Netscape were far, far simpler products. I could write "Hello, World" in 30 seconds that would run on more platforms than Chrome - does that make me better than Google? No, because the task of writing a modern web browser is substantially greater than writing "Hello, World" - and substantially greater than writing an early 90s web browser.

                  So basically even at the start when they had even less resources they were somehow able to do better cross-platform development than a multibillion dollar, multinational company.

                  Yes, because they had less to do. If your codebase is a fraction of the size and has only a handful of features, of course it's easier to port it to other systems. By the way, have you tried running those early Netscape versions on Linux and OS X?