Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Google Businesses The Internet Technology

Google Releases Chrome 2.0 Pre-Beta 326

Nick Fletcher writes "Just a few short months after the initial release, Google has released a pre-beta version of Google Chrome 2.0. It sports a few new features including form auto-completion, full-page zoom, 'profiles,' and Greasemonkey support. It seems the only notable feature would be profiles, which allows users to separate out their homepage, history, and bookmarks on a per user or category basis. It seems Google is still playing catch-up but they're definitely moving at a pace unknown to some of their competition. The full list of new features is available in the release notes."
This discussion has been archived. No new comments can be posted.

Google Releases Chrome 2.0 Pre-Beta

Comments Filter:
  • by HermMunster ( 972336 ) on Friday January 09, 2009 @05:48PM (#26392307)

    Would be nice if these guys would focus some on satisfying the other OS markets. There's absolutely no need for them to take such tremendous advantage of Open Source and then neglect them in such a long term way as they have with Chrome.

  • Re:Not a great 2.0 (Score:5, Informative)

    by dominator ( 61418 ) on Friday January 09, 2009 @05:56PM (#26392417) Homepage

    They updated the version of WebKit that they're using to one that passes the ACID3 test. That's something.

  • by athakur999 ( 44340 ) on Friday January 09, 2009 @06:04PM (#26392549) Journal

    Profiles are useful when you use your computer for both personal and work purposes, since you're probably going to access a completely different set of bookmarks for each. My "work" profile has toolbar bookmarks for various Intranet pages and my "personal" profile has the toolbar bookmarks pointing to other things (e.g. Slashdot, Digg).

    It's just a convenience thing for me since it says me a little bit of time versus trying to keep both things organized in a single profile.

  • Re:Pre- Beta (Score:4, Informative)

    by Chabo ( 880571 ) on Friday January 09, 2009 @06:13PM (#26392661) Homepage Journal
    The way I learned it:

    Pre-Alpha: No working code
    Alpha: Compiles and runs, but not feature-complete
    Beta: Feature-complete, but potentially buggy

    By that scale, Google probably isn't convinced that GMail isn't buggy.
  • Still No Adblock (Score:2, Informative)

    by rshol ( 746340 ) on Friday January 09, 2009 @06:13PM (#26392667)
    I don't run browsers that can't run adblock or similar. Thanks though.
  • by moderatorrater ( 1095745 ) on Friday January 09, 2009 @06:24PM (#26392809)
    They have that functionality built into the core. They have a javascript console and element inspector that's as good as firebug, possibly better. I don't know if they have a straight up debugger, but I'd be surprised if they don't.
  • by an.echte.trilingue ( 1063180 ) on Friday January 09, 2009 @06:29PM (#26392875) Homepage

    Form autocomplete? It's about time. Not that I like the feature anyway, it's too dumb. 90% of the time it doesn't offer any suggestion (wild guess, if a web site asks for my name, maybe my browser might know the answer). The rest of the time (10%), it has a fifty-fifty chance of guessing right.

    The auto complete isn't guessing. The reason that it doesn't always know your name is because different web sites give the fields with more or less the same meaning different names (name as in html attribute, not as in the label). They do this because the web front end reflects whatever backend that the site runs on.

    As a web developer, you might want somebody's first name and last name separately, (for example, if you have to check a cc number against it) in which case you would use a two fields like this:
    Name:<input type="text" name="firstname" /><input type="text" name="lastname" />

    Or, it might just be to display your name to other users, in which case you don't care and to keep your database simple you just do:
    Name:<input type="text" name="name" />

    Or, you might be asking for login credentials, so you'll ask for: Name:<input type="text" name="firstname" />
    Or, you might want to be preventing bots from trying to use usernames/passwords harvested from another, insecure sight, so you'll obfuscate like this:
    Name: <input type="text" name="wxys" />

    As you can see, form auto complete has no way of knowing which entries it should use. However, auto-complete is far from useless. We have a web-based client management database where I work, and there the browser does know what to put in the fields because, obviously, the fields are consistently named. In this case, it is a huge time saver. It just seems dumb to you because you have not really needed to use it for what it was intended for.

  • by tsalaroth ( 798327 ) <tsal@arikel.net> on Friday January 09, 2009 @07:28PM (#26393577) Homepage Journal

    WTF? Why is this modded Troll? Go ahead and mod me Troll for this, I'm just speaking up because I see NOTHING trollish about this.

  • by mrchaotica ( 681592 ) * on Friday January 09, 2009 @07:32PM (#26393619)

    Firefox as an "awesome bar"? Is that like a spacebar, but it makes things awesome?

    It's the new address bar. It's supposed to have better autocomplete or something, and the drop-down displays the cached HTML title of the page in addition to the URL. I think it would be better named the "not-that-much-better-than-the-old-bar," but that's just me.

  • Re:Not a great 2.0 (Score:5, Informative)

    by cgenman ( 325138 ) on Friday January 09, 2009 @08:15PM (#26394115) Homepage

    I'm rather fond of Opera's solution. All of the text and images are increased in size, but the page remains the same width. That way L/R scrolling is eliminated (unlike PDF's or the iPhone) but all of the elements of the page are larger and more usable.

  • by Stillglade ( 1449075 ) on Friday January 09, 2009 @08:37PM (#26394303)
    Like this one? [userscripts.org]
  • by Goodgerster ( 904325 ) <[moc.liamg] [ta] [retsregdoog]> on Friday January 09, 2009 @09:24PM (#26394693)

    I honeslty don't know when exactly Linux added the feature to let you swap desktops easily.

    That would be about 1965, or whenever it was that UNIX was conceived. UNIX has had the capacity to support thousands of users simultaneously since the beginning of time (literally [wikipedia.org]). When X appeared in the late 80s, very little changed in this regard.

    Since Windows 95, Microsoft has been trying very very hard to add sensible multi-user facilities to Windows. The fact that consumer releases prior to XP were unable to prevent users logging in without a password, let alone prevent users from having full write access to each others' files, is perhaps irrelevant considering those users each had permission to delete the Windows kernel as well.

    The NT kernel supplied XP with the capacity to handle multiple users securely and XP introduced fast user switching, but the damage was done --- most of the apps available by that point had to be run as root, and the attempt to bring the system a tiny fraction further along its long journey to UNIX-level user security was one of the more significant nails in Vista's coffin.

    I reckon MS will eventually (too late) do what Apple did (also too late) and replace the entire thing with a bastard UNIX system running the shell from the previous system, and provide a compatibility layer. Indeed, it might be the only way to save it. Meanwhile, Wine continues to make it increasingly obsolete.

  • by guruevi ( 827432 ) on Saturday January 10, 2009 @12:06AM (#26395613)

    X (Unix and consequently Linux) had this in the early 90's already. It's called CTRL+ALT+F1-F4 for terminals, CTRL+ALT+F8-F12 for X-instances. I had it and used it before Mac or Windows had it. With X you can even login remotely in a display without current users noticing (something Windows Remote Desktop still can't do (unless you BUY Terminal Services).

  • by buddyglass ( 925859 ) on Saturday January 10, 2009 @02:44AM (#26396285)

    I've taken the time to benchmark Chrome 2.0's javascript performance against bleeding edge versions of FireFox, Webkit and Opera. Also compared Chrome 1.0 against FireFox 3.0.5, Safari 3.2.1 and Opera 9.6.3. Enjoy [blogspot.com].

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...