Slashdot Mirror


Google Chrome, Day 2

Seems that almost every story submitted to Slashdot last night in some way involved Google's Chrome that we started talking about yesterday. Dotan Cohen noted that according to Clicky Chrome has hit 3% browser share. Since Google has decided to release Chrome only for Windows, I now share for you 3 reviews written by others: the first comes from alexy2k, the second from mildsiete, and the third from oli4uk. They all seem to feature various opinions, charts, and screenshots demonstrating various exciting points.

1,016 comments

  1. Non-Tech Percent of Web Traffic from Chrome by xmas2003 · · Score: 5, Informative

    I looked at the web logs from a general purpose, non-techy website (Watching Grass Grow) and Chrome accounted for 0.73% of the browser traffic yesterday ... ... and traffic didn't start until after the release at Noon. The User Agent String is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13" For comparison, IE was 53.8%, Firefox was 34.6%, Safari was 3.5% (non-Chrome) , Opera was 0.7%, and there was even 0.05% of traffic from an iPhone.

    That's an impressive bump for day one (actually, half a day) and if you (unrealistically) extrapolated that rate, Chrome would have 100% of the browser market by year end! ;-)

    I had to modify the Analog source code to account for the Chrome browser (gotta like open-source) but have have other popular programs (such as Google Analytics) been updated to identify this browser?

    --
    Hulk SMASH Celiac Disease
    1. Re:Non-Tech Percent of Web Traffic from Chrome by Mushdot · · Score: 4, Insightful

      Interesting to see whether it tails off in the next week or so though. I installed Chrome, had a quick test on a few websites then uninstalled it as I'm happy using Opera. I'll probably try it again a few months down the line when it has been improved/bugfixed etc. How many of that initial percentage will do the same as me I wonder?

    2. Re:Non-Tech Percent of Web Traffic from Chrome by purpledinoz · · Score: 4, Insightful

      I'm using Chrome right now, and so far, no issues. Actually, I really like it. When plugins are developed for Chrome, I can see myself using this as my primary browser. I did notice that gmail runs faster in Chrome. Also, the comic is quite entertaining for a geek...

    3. Re:Non-Tech Percent of Web Traffic from Chrome by Bill,+Shooter+of+Bul · · Score: 5, Funny

      Wow, you found the comic entertaining? I've got some buckets of paint that are going up on walls soon. Want to buy some tickets for the drying? Only $5 for the lawn tickets, $20 for the reserved seating.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    4. Re:Non-Tech Percent of Web Traffic from Chrome by Philip+K+Dickhead · · Score: 1

      Trojan Ad Ware.

      Where's the "blocker?"

      Oh? yeah...

      --
      "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    5. Re:Non-Tech Percent of Web Traffic from Chrome by sapphire+wyvern · · Score: 3, Insightful

      What does this part mean?

      (KHTML, like Gecko)

      Chrome doesn't use KHTML or Gecko, it uses WebKit (which is admittedly based on KHTML). But why are KHTML and Gecko mentioned in the user agent?

    6. Re:Non-Tech Percent of Web Traffic from Chrome by E+IS+mC(Square) · · Score: 4, Interesting

      It's a good start.
      But in my 10 mins of usage, I have just realized how Firefox has spoiled my browsing habits!

      Few points so far (remember - just 10 mins of use):
      1. Cursor is going missing in Slashdot reply box if it is at the beginning of the line.
      2. There are ads on ./!!
      3. Great debugging tools for developers built-in.
      4. Unlike Firefox, no option for smooth-scrolling (I find it mandatory for large pages - especially on ./)

    7. Re:Non-Tech Percent of Web Traffic from Chrome by 42forty-two42 · · Score: 5, Informative

      Because some foolish web developers disable functionality if they don't see what they expect in the user-agent. As a result, every web browser in existence lies in their user agent string. IE claims to be "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)", for example

    8. Re:Non-Tech Percent of Web Traffic from Chrome by larry+bagina · · Score: 2, Funny

      That's basically the same UA string as Safari. IE pretends to be Mozilla, Safari pretends to be Gecko and KHTML, Chrome pretends to be Safari.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    9. Re:Non-Tech Percent of Web Traffic from Chrome by wvmarle · · Score: 5, Insightful

      Gmail running faster must be the JavaScript. From test results it seems that is the strongest point of the browser: JavaScript performance. Plus some other interesting features such as each tab it's own process. But JavaScript performance is of course what they are after: then Google Docs will run much much better, making it more attractive for people to start using.

    10. Re:Non-Tech Percent of Web Traffic from Chrome by Ed+Avis · · Score: 5, Insightful

      It all started when idiotic websites started testing for 'Mozilla' in the User-agent string to make their sites break when you weren't using Netscape. So to keep compatibility, Microsoft decided to put 'Mozilla (compatible; blah blah)' in their User-agent string. The mess used by Chrome is the apex of User-agent stupidity, so far. All those strings are in there so that badly configured webservers won't serve the wrong content. The next browser that replaces Chrome will no doubt include this string and add even more words.

      I wonder if Microsoft, Mozilla, Google, Opera, Apple and others could get together to declare a User-agent flag day when, on the first of January 2009, all User-agent strings would remove the historic cruft and just tell you the browser and version. Sadly this has no chance of happening.

      --
      -- Ed Avis ed@membled.com
    11. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Sonds like a circle jerk to me.

    12. Re:Non-Tech Percent of Web Traffic from Chrome by MouseR · · Score: 1

      WebKit is built on KHTML.

    13. Re:Non-Tech Percent of Web Traffic from Chrome by Creepy · · Score: 5, Informative

      yeah - I just tested it with a javascript heavy app and it seems very snappy. The same app doesn't even run correctly on Firefox 3 (it does on IE and Firefox 2, and I believe we filed a FF3 bug).

      I have not done extensive testing (heck, it won't be supported, so there is no reason to), but it seems a good effort so far.

    14. Re:Non-Tech Percent of Web Traffic from Chrome by Amouth · · Score: 1

      i like their debuging tools and yes javascipt is faster on it.. but it had some issues.. we use a javascript to preload image on the page (for hover overs and the like) it looks at the document and graps all the image refrences and then loads them into an array - (makeing the browser download them into cache).. but for some reason their javascript engine does not like that script at all.. it works but gives alot of resource errors when dealing with images that have relitive paths.. not sure why.. every other browser runs it fine (IE/Opera/FF/saf)

      if it starts getting large i will bother to try and debug it for chrome.. although i doubt the bug is in the script it's self, and rather how it is compileing it to run. cause all the errors i am getting are where it sees the url to the image but the url doesn't have the file extention on it

      --
      '...if only "Jumping to a Conclusion" was an event in the Olympics.'
    15. Re:Non-Tech Percent of Web Traffic from Chrome by dc29A · · Score: 4, Insightful

      I got no issues with it as well, however, I will stay with Firefox for a few reasons:

      (1) Adblock.
      (2) NoScript.
      (3) Automatically clear private information on close.

    16. Re:Non-Tech Percent of Web Traffic from Chrome by __aaxwdb6741 · · Score: 5, Funny

      What's dotslash?

    17. Re:Non-Tech Percent of Web Traffic from Chrome by mcvos · · Score: 2, Informative

      Wow, you found the comic entertaining?

      For a geek, he said. Presumably meaning "from a tech point of view". If that's what he meant, I agree with him.

      No, it didn't have any exciting action, but it's very educational, and goes pretty deep into the tech side. That makes it entertaining for a geek.

    18. Re:Non-Tech Percent of Web Traffic from Chrome by AvitarX · · Score: 3, Funny

      It won't be long, someone will use the code-base and make a less snooping type browser from it, adding it's new name. Perhaps, all shiny or some such.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    19. Re:Non-Tech Percent of Web Traffic from Chrome by aldousd666 · · Score: 1

      I know it's relatively a small string, but I've seen people 'optimize' downloads in smaller ways, like removing spaces and shortening function names from JavaScript code... I wonder what the overall cost per character per year is on average for an ISP of lengthening the User Agent string. (This is kinda like the cost of an extra 1-second click in an application multiplied by a company of 3000 users, multiplied by the number of hours spent using it in a year, multiplied by the average hourly rate for an employee == more than you'd have thought.) I mean the user agent string eats upstream bandwidth...

      --
      Speak for yourself.
    20. Re:Non-Tech Percent of Web Traffic from Chrome by BrokenHalo · · Score: 1, Insightful

      Also, the comic is quite entertaining for a geek...

      If Google were aiming this at geeks, it would have made sense to develop a *nix or OS X version first, and get the geeks interested in using it.

      Sadly, by making it Windows-only, they have missed the boat for stirring any interest in much of the more tech-savvy community, and quite probably have left yet another opportunity for malware infestations on insecure boxes.

    21. Re:Non-Tech Percent of Web Traffic from Chrome by mcvos · · Score: 4, Insightful

      Why can't servers simply return to ignoring browser identities and let browsers figure out for themselves what they can or cannot do?

    22. Re:Non-Tech Percent of Web Traffic from Chrome by Frosty+Piss · · Score: 0, Redundant

      I looked at the web logs from a general purpose, non-techy website ... and traffic didn't start until after the release at Noon.

      Brain scratcher! Wonder why?

      --
      If you want news from today, you have to come back tomorrow.
    23. Re:Non-Tech Percent of Web Traffic from Chrome by The+Great+Pretender · · Score: 5, Funny

      It's the Soviet Russian port of slashdot

      --
      A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.
    24. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 3, Funny

      What's dotslash?

      It's the residual version of slashdot where all the adverts which were blocked from slashdot by adblock go. They have to go somewhere or the tubes would get full up and burst.

    25. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 1, Informative

      incognito mode is better than 3. It will clear private information when you close incognito tabs. You can continue storing private information in other tabs.

    26. Re:Non-Tech Percent of Web Traffic from Chrome by bunratty · · Score: 3, Informative

      Mozilla doesn't have any cruft in its user agent string. The user agent string for my Firefox is
      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
      It truly is a Mozilla browser running on Windows using the Gecko layout engine.

      I think Opera also doesn't have any cruft by default. However, it's easy to add the cruft by selecting Identify As... or Mask As... It's possible to add the cruft in Mozilla browsers, but you need to manually configure the cruft in about:config or install an extension.

      I think it's up to Microsoft and Apple to take the steps to remove their cruft. I'm not sure if lesser used browsers will ever be able to remove their cruft completely, as they are often blocked or not properly recognized without it.

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    27. Re:Non-Tech Percent of Web Traffic from Chrome by WK2 · · Score: 3, Insightful

      Eventually, User Agent strings will be so convoluted that it will be impractically difficult to identify a browser by the User Agent string. Then webmasters won't bother with the discriminating code. And then browsers can have less convoluted User Agent strings. And then the cycle starts over.

      Or maybe people will just stop writing the discrimination code on their own. It is certainly much less than it used to be. Custom solutions are less common than open source professional solutions.

      --
      Write your own Choose Your Own Adventure. http://www.freegameengines.org/gamebook-engine/
    28. Re:Non-Tech Percent of Web Traffic from Chrome by teh+kurisu · · Score: 5, Interesting

      You obviously missed Chrome's, which never writes that private information to your hard drive in the first place. Much more secure. Safari also does this, has done for a while.

    29. Re:Non-Tech Percent of Web Traffic from Chrome by BrokenHalo · · Score: 1

      Yeah, it's getting to the stage where the UA string might as well be abandoned altogether. Obviously, if websites are coded to standards, it shouldn't matter what browser you use.

      In my experience it seems to be used mainly as a cop-out to explain why someone's crappy code crashed the browser. Hence those stupid "browser-check" windows you sometimes see.

      Fortunately, forcing your way past the latter usually has no unpleasant consequences in Firefox, but it is still tiresome that prople are just too lazy to do their job properly.

    30. Re:Non-Tech Percent of Web Traffic from Chrome by teh+kurisu · · Score: 4, Informative

      Add 'Incognito feature' to that post.

    31. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Actually Opera already cleaned up their User-agent string (since Opera 9, I believe). This is what the current version looks like:

      Opera/9.52 (Macintosh; Intel Mac OS X; U; en)

    32. Re:Non-Tech Percent of Web Traffic from Chrome by rsclient · · Score: 5, Interesting

      Actually, no, it started much earlier than that :-)

      Once upon a time, they made "web browsers". Well, actually, no, what they made was hardware: a hunk of electronics, a keyboard, and a CRT (like a monitor from the days before LCDs). And they called them "terminals", and wired them to the computers. And the software on the computer would sniff the terminal to figure out what type it was so that the correct HTML (I mean, "escape sequences") could be sent. Esc [ 4 m, for example, was "bold". Esc [ 0 m meant make it plain again.

      Only it turns out there was one popular terminal, the VT100 from the ever-present Digital Equipment Corporation ("DEC". Later they called themselves "Digital"). (Only it wasn't actually popular; the actual popular version was the VT102). So every minor terminal maker -- and there were hundreds -- would lie, and claim to be a VT100.

      How do I know this? Because I worked on RS/1, an interactive statistical package and had to support those hundreds of terminals. And what a pain it was.

      --
      Want a sig like mine? Join ACM's SigSig today!
    33. Re:Non-Tech Percent of Web Traffic from Chrome by DisKurzion · · Score: 2, Funny

      Agreed. I often want a lot of my data stored for simple convenience, but incognito lets me browse "undesirable" sites without clearing all of my data after the fact.

      As soon as Stumbleupon is released for Chrome, it could very well be my primary browser.

    34. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0, Troll

      it's not entertaining if you're just plain stupid

    35. Re:Non-Tech Percent of Web Traffic from Chrome by _KiTA_ · · Score: 1

      The User Agent String is
      "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"
      For comparison, IE was 53.8%, Firefox was 34.6%,
      Safari was 3.5% (non-Chrome) , Opera was 0.7%, and there was even
      0.05% of traffic from an iPhone.

      Hold it. Google Chrome is based on Mozilla's codebase?

      How long until we see cross-project code pollination? I'd love to see Chrome support all Firefox plugins, for example.

    36. Re:Non-Tech Percent of Web Traffic from Chrome by HAKdragon · · Score: 2, Insightful

      here

      --
      "Our opponent is an alien starship packed with atomic bombs. We have a protractor."
    37. Re:Non-Tech Percent of Web Traffic from Chrome by kno3 · · Score: 1

      i like that 3/4 of those points included /. Its good!

    38. Re:Non-Tech Percent of Web Traffic from Chrome by FredFredrickson · · Score: 3, Interesting

      Mouse gestures and Transfer manager (not firefox's annoying popup box, and chrome's annoying dissapearing auto download to who-knows-where) will keep me with opera. it's all so built in, no reason to use anything else.

      --
      Belief? Hope? Preference?The Existential Vortex
    39. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      In Soviet Russia, dot slashes you?

    40. Re:Non-Tech Percent of Web Traffic from Chrome by Varun+Soundararajan · · Score: 3, Funny

      you are a spoilt unix user its /. and not ./

    41. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      The next browser that replaces Chrome will no doubt include this string and add even more words.

      And with each and every of the dozens of GET requests for a normal page, the browser will send the whole 118 byte long user agent string over the relatively slow upstream, which essentially only says "this browser does it all" by including the names of all competitors which have ever had 10% market share or more. Did you know that you only need about 1000 bytes per second to transmit voice?

    42. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      All websites I have tried are way faster on Chrome. I thought that was happening because it had imported my Firefox cache, so I began to run crazy new sites I never been at, and they were still loading way faster than on any other browser. I think that is it. Chrome is the one, and in 5 years from now, all OSes will have disappeared and the world will be running virtual applications over Internet based on Google chrome platform.

    43. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      So that websites can identify which page to serve the browser. If they don't "know" Webkit, they send KHTML, if they don't either, they'll consider it as Gecko (which is better than serving a IE-ridden POS).

    44. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      2. There are ads on ./!!

      The hell you say!

      On a more serious note, just upgrade your hosts file. I don't have any problem when I switch between Opera and IE7.

    45. Re:Non-Tech Percent of Web Traffic from Chrome by antic · · Score: 1

      In Chrome, using the scroll button on my mouse can scroll a page down, but not back up. Have seen a few others mention the same bug around the net.

      Other than that and the lack of extensions that I use with Firefox, it looks decent for a first release. More innovative/interesting than what Apple originally did with Safari, IMO.

      I think the ability to launch from an icon to a chromeless web-app could prove quite useful - can imagine small businesses using something like that for web-based to-do lists, project apps, etc.

      --
      'Thats they exact same thing a banana wrench monkey.'
    46. Re:Non-Tech Percent of Web Traffic from Chrome by McDutchie · · Score: 1

      As a result, every web browser in existence lies in their user agent string.

      Opera doesn't.

    47. Re:Non-Tech Percent of Web Traffic from Chrome by Rob+Kaper · · Score: 4, Insightful

      You obviously missed Chrome's, which never writes that private information to your hard drive in the first place.

      Maybe not to my own..

    48. Re:Non-Tech Percent of Web Traffic from Chrome by PainKilleR-CE · · Score: 1

      If someone reports crashing on your site, and you find out they're using some ancient web browser, you code a work-around and get on with life. Or you get obnoxious and code in a nag screen that tells them to upgrade their browser. 90% of the time the first option is really the only option.

      At least most of us have grown beyond the entry page with separate links for Netscape and IE users.

      --
      -PainKilleR-[CE]
    49. Re:Non-Tech Percent of Web Traffic from Chrome by antic · · Score: 5, Insightful

      Oh, and I forgot to ask - why has Taco linked to a "review" by someone who openly admits to not having even downloaded the product!?

      --
      'Thats they exact same thing a banana wrench monkey.'
    50. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Instead, Chrome store this information on Google servers and send it regularly. Ha! So much for your hard disk :)

    51. Re:Non-Tech Percent of Web Traffic from Chrome by E+IS+mC(Square) · · Score: 2, Informative

      In my defense, it's point #5 - Chrome does not like /. - converts it to ./

    52. Re:Non-Tech Percent of Web Traffic from Chrome by Fumus · · Score: 3, Informative

      I find firefox's plugin download statusbar better than opera's seperate tab.
      And I was baffled at the opera mouse gestures since you can't customise them. Add-ons aren't that bad or troublesome, really.

    53. Re:Non-Tech Percent of Web Traffic from Chrome by arth1 · · Score: 2, Interesting

      Mouse gestures work horribly when I'm using the keyboard instead of the mouse.
      Which happens more and more often, simply because it's faster.
      When I'm done writing this, tab-tab-tab-tab-tab-return takes far less time than moving my hand over to the mouse, navigating to the submit button, click, then move my hand back to the keyboard again.

    54. Re:Non-Tech Percent of Web Traffic from Chrome by g0dsp33d · · Score: 4, Funny

      2. There are ads on ./!!

      There are adds on run last command?

      Or is this a clever way of buffer overrun for /.ers reading off of lynx?

      --
      lol: You see no door there!
    55. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 1, Informative

      Mozilla doesn't have any cruft in its user agent string. The user agent string for my Firefox is
      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

      None of that is actually interesting:

      • Mozilla: Everybody claims to be some form of Mozilla. It doesn't matter anyway.
      • OS: Since the web site can't access the OS, it doesn't need to know what OS it is.
      • Language: A header for language preferences already exists. It doesn't matter what language the browser UI uses.
      • Versions: Capability checking is more reliable and more efficient than UA sniffing.
    56. Re:Non-Tech Percent of Web Traffic from Chrome by Spellvexit · · Score: 1

      Yes, to me it's as much the browser as the add-ons that keep me loyal to my browser. I'm sure modifications are on the way for Chrome, but it always startles me when I use another browser and stumble into the garish lights of a non-Adblocked world. When Chrome has spiffy mouse gestures and a decent ad blocker, I'll definitely revisit it!

      --
      The moon may be smaller than the earth, but it's much farther away!
    57. Re:Non-Tech Percent of Web Traffic from Chrome by nine-times · · Score: 1
    58. Re:Non-Tech Percent of Web Traffic from Chrome by Herve5 · · Score: 1

      Although I'll do like you and for the same reasons (plus I don't want help webapps develop) it may be worth to say Noscript may be replaced by their sandboxing feature, non?

      --
      Herve S.
    59. Re:Non-Tech Percent of Web Traffic from Chrome by Random+BedHead+Ed · · Score: 1

      In Soviet Russia, dot slashes you?

      No. In Soviet Russia, you dot slashes.

    60. Re:Non-Tech Percent of Web Traffic from Chrome by dash2 · · Score: 4, Insightful

      Right. And that's why they have a 3% market share after one day. If only they had released it for Linux, then they could have had a 50% market share... of the 3% of desktops that run Linux.

      You fail, Google! Put parent poster in charge of all your marketing at once.

    61. Re:Non-Tech Percent of Web Traffic from Chrome by teh+kurisu · · Score: 1

      It's actually quite useful to have details of the platform as well. On desktops it doesn't matter too much, it's the difference between offering a Windows, Linux or Mac download link for example.

      On mobiles, it's the difference between a single download link for your handset and a site like this, that requires the user to know the model of handset they have, and to wade through large menus on a small screen.

      User agent strings make this possible. I still hate them though, because they don't make it easy.

    62. Re:Non-Tech Percent of Web Traffic from Chrome by nine-times · · Score: 1

      I wonder if Microsoft, Mozilla, Google, Opera, Apple and others could get together to declare a User-agent flag day when, on the first of January 2009, all User-agent strings would remove the historic cruft and just tell you the browser and version.

      I think that first, you'd need to get web developers to quit detecting user-agent strings, and that won't happen until they can trust that their users are using standards-compliant browsers.

      That's where the gremlins sneak in to this whole mess. The same page renders differently and works differently in different browsers, so developers user the user-agent flag as a hack to give different code to different browsers. And then the browser developers have to hack their browsers to make sure they give a user-agent that will get the developers to give them a good page. If IE starts supporting standards better then maybe web developers can just make standards-compliant pages, and then everything will render properly in every browser, and we can be done with this mess.

    63. Re:Non-Tech Percent of Web Traffic from Chrome by nigels · · Score: 5, Informative

      Two significant gaps for me:
      - No AdBlock!
      - No cookie and/or blocking.

      Uh oh.

    64. Re:Non-Tech Percent of Web Traffic from Chrome by orclevegam · · Score: 1

      There site says the Linux version, and presumably the OS X version are in development and should be released soon. They probably should have released at least the Linux and Windows versions simultaneously considering their target market, but oh well.

      --
      Curiosity was framed, Ignorance killed the cat.
    65. Re:Non-Tech Percent of Web Traffic from Chrome by dotancohen · · Score: 1

      ...have have other popular programs (such as Google Analytics) been updated to identify this browser?

      Extreme Tracking now recognizes Chrome. Interestingly, I am seeing over 2% of my traffic in Chrome too. Amazing.

      --
      It is dangerous to be right when the government is wrong.
    66. Re:Non-Tech Percent of Web Traffic from Chrome by Atriqus · · Score: 1

      I thought masquerades around the tubes as IE... is that not the case?

      --
      Hey, look! It's Bono's brother.
    67. Re:Non-Tech Percent of Web Traffic from Chrome by McDutchie · · Score: 1

      And look where that gets them.

      Well, good for them. At least someone has principles. Whatever they can do to force the brokenness to be fixed is a good thing.

      In this case it must have worked, as MSN is working fine for me in Opera right now.

    68. Re:Non-Tech Percent of Web Traffic from Chrome by Dancindan84 · · Score: 1

      Thank you. I found the popup box annoying, but not enough to bother searching for a plugin myself. That one seems exactly what I wanted.

      --
      "Always forgive your enemies; nothing annoys them so much." - Oscar Wilde
    69. Re:Non-Tech Percent of Web Traffic from Chrome by Sentry21 · · Score: 4, Informative

      Well, in chronological order...

      IE pretends to be Mozilla, Gecko pretends to be Mozilla, KHTML pretends to be Gecko and Mozilla, AppleWebKit pretends to be KHTML, Gecko, and Mozilla, Safari pretends to be AppleWebKit, KHTML, Gecko and Mozilla, and Chrome pretends to be Safari, AppleWebKit, KHTML, Gecko, and Mozilla.

      Of course everything from WebKit on is pretty much accurate, since they all use the same rendering engine.

    70. Re:Non-Tech Percent of Web Traffic from Chrome by Tim+C · · Score: 1

      Technically, that's IE 7 on Windows Vista; other combinations of IE version and Windows OS have slightly different user agent strings. They all start with "Mozilla/4.0 (compatible; MSIE" though, which is the main point. /pedant

    71. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Because dickheads like Microsoft insist on doing server-side detection of client features (via UA string sniffing) and outputting different code based on the results. It's a feature of the .Net framework for web app development. Server-side controls will render differently based on the browser UA.

      In 2008.

    72. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Who cares? It doesn't work on anything but Windows.

      The rest of the free world, and much of the rest of the world, period, is rapidly migrating away from Vista because of all of the problems involved in migrating TO Vista.

    73. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      And I assume it did all this when it was at version 0.2 ?

    74. Re:Non-Tech Percent of Web Traffic from Chrome by kestasjk · · Score: 1

      As far as guides to a new piece of software goes it was good. It was more entertaining than the same data in an article format.

      But this depends on whether reading about a new browser is entertaining to you. If not I wonder why you read /. at all?

      --
      // MD_Update(&m,buf,j);
    75. Re:Non-Tech Percent of Web Traffic from Chrome by Sentry21 · · Score: 4, Insightful

      Because web developers are often complete idiots who believe that people using non-IE browsers are edge cases who need to upgrade to 'modern standards' like IE 7, rather than broken, 'non-standards-compliant' browsers like Safari or Firefox.

      If there were a way to punch web developers in the face through some kind of browser extension, I think these people would learn a lot faster.

    76. Re:Non-Tech Percent of Web Traffic from Chrome by jdmetz · · Score: 1

      On my non-techy website Logic Games Online, usage yesterday was 0.91% of traffic (and didn't start until 3:54pm EDT), and today it is 2.4% so far.

    77. Re:Non-Tech Percent of Web Traffic from Chrome by dintech · · Score: 5, Insightful

      This is Google so think of their business model. Why would they want to block ads?

    78. Re:Non-Tech Percent of Web Traffic from Chrome by abigor · · Score: 1

      Well, in all fairness, the Mac version is supposedly coming soon. You can even subscribe to a mailing list and get news updates about it. But that said, your point is a good one.

    79. Re:Non-Tech Percent of Web Traffic from Chrome by kestasjk · · Score: 1

      -->(1) Adblock.<--

      This little guy right here is going to be Chrome's biggest problem, I think. An adblocker is something which I think is a major draw to Firefox, but how on earth can Google permit an Adblocker in their browser, when ads are their only (real) source of revenue?

      Personally I just hope Firefox learns from Chrome, incorporates gears and borrows from the process isolation ideas, and most of all takes V8, so we don't have our browser controlled by the same people giving us ads.

      Also I think one opinion we haven't heard anything from yet, but which we will hear a lot from in the future, is the foaming-at-the-mouth privacy activist.
      These guys went paranoid when Google said they'd manage your e-mails, now they're trying to manage all your web interactions.

      --
      // MD_Update(&m,buf,j);
    80. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 1, Insightful

      Because some completely retarded and stupid web developers disable functionality if they don't see what they expect in the user-agent.

      There I fixed that for you.

      You have to call these guys what they really are. no talent loser hacks that have an IQ below 60.

      Any web-designer that does that crap is a moron. Raging Moron that cant tie his own shoes. I am tired of everyone sugar coating these idiots. We need to tar and feather them and make them stand out so that managers dont hire the fools.

      I prefer to douse them in kerosene and set hem on fire, but HR still has not changed the company rules to allow that.

    81. Re:Non-Tech Percent of Web Traffic from Chrome by bunratty · · Score: 1
      • Firefox is a Mozilla browser, so it isn't cruft in this case. IE and Safari identify themselves as Mozilla, so in their case it is cruft.
      • The OS can be used to provide a download specific to your OS.
      • As for language, perhaps you have a point, but again, it can be used to provide a download specific to your choice of language.
      • I agree that you shouldn't sniff versions to do browser detection. However, you can use it to see which versions of browsers visitors to your site are using, so you can determine which browser versions you should test your site with.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
    82. Re:Non-Tech Percent of Web Traffic from Chrome by abigor · · Score: 2, Insightful

      Apparently it has no Mozilla code at all - UA strings have no bearing on reality. So don't get your hopes up.

    83. Re:Non-Tech Percent of Web Traffic from Chrome by UID30 · · Score: 1

      What say they throw their talents behind a rewrite of the FF JS engine and NOT launch the browser community into another holy war?

      I mean seriously ... as a developer, I was just sitting here thinking that I needed ANOTHER browser with completely NEW odd edge conditions to code against...

      --
      "Glory is fleeting, but obscurity is forever." - Napoleon Bonaparte
    84. Re:Non-Tech Percent of Web Traffic from Chrome by memco · · Score: 4, Informative

      Seriously consider a newer technique.

      --
      Get me a meat pie floater!
    85. Re:Non-Tech Percent of Web Traffic from Chrome by Rival · · Score: 1

      If Google were aiming this at geeks, it would have made sense to develop a *nix or OS X version first, and get the geeks interested in using it.

      By making Chrome available for Windows first, Google is promoting standardization and security to the masses that need it most. As a geek, I am very interested in this.

      Sadly, by making it Windows-only, they have missed the boat for stirring any interest in much of the more tech-savvy community ...

      I don't know about you, but I live in a world where Windows has a huge market-share. This is a fact, whether you like it or not. I'd rather have millions of windows users have a more secure system, than a shiny new toy for me to play with. I don't need a more secure browser; they do. It benefits them, which benefits all of us.

      But the beauty of Chrome, which it seems you failed to notice, is that it is open-source. We can vouch for the security, add features, and improve it to our heart's content.

      Despite your negative attitude, I believe there is already significant interest within the tech-savvy community, and a working Linux build is in the works. If you're that impatient for a *nix build, either join in or keep your words to yourself while the rest of us do the work.

      ... and quite probably have left yet another opportunity for malware infestations on insecure boxes.

      The security model that Google is adopting within Chrome is excellent, and long overdue. That's one of their main points in creating the project to begin with. So please do at least a little research before you make blanket statements like this. Thank you.

    86. Re:Non-Tech Percent of Web Traffic from Chrome by Ilgaz · · Score: 1

      Reading from other comments, one can guess they didn't want wireshark running people to start commenting about horrible privacy breaches.

      Clueless Windows user who believes a fortune 500 company are "nice people" because they say "do no evil" was the target for them.

      I didn't comment on first story thinking I must be too paranoid and anti google but unfortunately, by defaulting to "send experience to google" along with unique ID and not removing Google software update after uninstall has proven my suspicions.

      Google has become new Microsoft for me. I can easily predict what would they dare to do and get automatically validated. It is not a good thing of course.

      Does 3 sites reviewing Google browser have Google ads? How could their review would be unbiased is another question to ask. Why do we blame CNET for being too nice to Microsoft? Because it is full of MS ads. Why not Google Adwords get same treatment?

    87. Re:Non-Tech Percent of Web Traffic from Chrome by redxxx · · Score: 1

      This little guy right here is going to be Chrome's biggest problem, I think. An adblocker is something which I think is a major draw to Firefox, but how on earth can Google permit an Adblocker in their browser, when ads are their only (real) source of revenue?

      It will support extensions and plug-ins eventually, and people will be able to develop whatever they want. If they try to stop folks, folks will just use Chromium or some cleverly named fork.

      FOSS is a beautiful thing.

    88. Re:Non-Tech Percent of Web Traffic from Chrome by IntlHarvester · · Score: 4, Informative

      As a result, every web browser in existence lies in their user agent string.

      Opera doesn't.

      ... any more. For years Opera claimed to be MSIE

      --
      Business. Numbers. Money. People. Computer World.
    89. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      It's missing a couple of features I really appreciate in IE (I know, I know)... When you hit Ctrl+N the window that pops up is a blank window. In IE it's a clone of the current window, which is far more useful. That and the downloads get cancelled if you close the browser - in IE they are seperate processes which live past the browser being closed.

      Also, and I'm not trying to be a dick but to understand, don't you feel a bit guilty blocking adverts? I mean, you *are* using the site, and ads do pay for you to be able to use said sites... I'm prepared to be torn into shreds for asking such a question, btw :)

    90. Re:Non-Tech Percent of Web Traffic from Chrome by mcvos · · Score: 4, Insightful

      If there were a way to punch web developers in the face through some kind of browser extension, I think these people would learn a lot faster.

      I'd definitely use it.

    91. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      open an incognito window & browse anonymously...what you can not do in firefox without third party add-on.

      waiting for a 64bit version....

    92. Re:Non-Tech Percent of Web Traffic from Chrome by Nurgled · · Score: 4, Informative

      The OS can be used to provide a download specific to your OS.

      Or, in the case of Google Chrome, it can be used to make it far more difficult to download the Windows version when you're not on a Windows system.

    93. Re:Non-Tech Percent of Web Traffic from Chrome by Ilgaz · · Score: 1

      As it is "standards compliant", it will be fed same content as Firefox/Seamonkey gets since sites looking for Firefox looks for "gecko".

      It is a very neat and classy idea which I noticed first day I installed Safari.

    94. Re:Non-Tech Percent of Web Traffic from Chrome by Blimey85 · · Score: 1

      Hey last time you did the vip package with the buffet and overnight accommodations... that worked out quite well for me and the misses... is that not avail this time?

      --
      How is it that one careless match can start a forest fire, but it takes a whole box to start a campfire?
    95. Re:Non-Tech Percent of Web Traffic from Chrome by Peaker · · Score: 1

      You're doing it wrong

    96. Re:Non-Tech Percent of Web Traffic from Chrome by Fnkmaster · · Score: 1

      Well, Javascript performance may be faster, and definitely the initial rendering of a website is faster than in Firefox, but scrolling and navigating (the stuff that involves incremental rendering) of a site like Slashdot is waaaay slower in Chrome than in Firefox. To the point that I would find it very frustrating to use as my primary browser.

      I don't recall seeing those issues on Safari for Mac, so it must have something to do with the way Chrome works.

      Also a very strange issue - when Firefox is just sitting here, it doesn't use any CPU. When Chrome is just sitting here, it can still be eating 8-10% of my CPU for 10-15 seconds until it "settles down". That's strange.

    97. Re:Non-Tech Percent of Web Traffic from Chrome by Reapman · · Score: 1

      My personal thoughts on ad's are I don't block em... like you said they have to make they're money somehow, doesn't bother me any. However if they start with some sound bites or float over text what I'm reading those ad's get blocked ASAP. That's where the blockers come in handy.

    98. Re:Non-Tech Percent of Web Traffic from Chrome by Isotopian · · Score: 1

      I love the Download Statusbar. Aside from imagezoom and adblock, it's the first plugin I install. It's so good it should be the default.

      --

      It's poetry with a beat behind it! And guns! They're like beatniks with automatic weapons.

    99. Re:Non-Tech Percent of Web Traffic from Chrome by Ilgaz · · Score: 1

      Look what Apple says, especially after recent iPhone web fashion

      http://developer.apple.com/documentation/AppleApplications/Reference/SafariWebContent/CreatingContentforSafarioniPhone/chapter_2_section_3.html

      "Be browser independent.
      Avoid using the user agent string to check which browser is currently running. Instead, read Object Detection to learn how to determine if a browser supports a particular object, property, or method, and read Detecting WebKit with JavaScript to learn how to detect specific Web Kit versions. Also use the W3C standard way of accessing page objects--that is, use getElementByID("elementName"). Only as a last resort, use the user agent string as described in "Using the Safari on iPhone User Agent String" to detect Safari on iPhone."

      If I told you there are sites which works _perfectly_ under Symbian S60 Webkit based browser and yet doesn't let them in because they are "iPhone optimised", you can imagine how effective that warning is ;)

      Apple even has an article named "Why browser string identification is a bad idea" and you don't see it happening at all.

      They should ask screen size, CSS support, plugin etc. support and it would even work on IE. Look at how much information you can get from a browser:
      http://gemal.dk/browserspy/

      That functionality is in browsers since first days of javascript and yet not used, at least on many sites.

      Also have a look at this one, it will surprise you:
      http://developer.yahoo.com/yui/articles/gbs/

      Yahoo gives it free to developers without any strings attached. It is the same code running on Yahoo, that is how you don't get junk when you go to Yahoo mail with Lynx.

    100. Re:Non-Tech Percent of Web Traffic from Chrome by fbjon · · Score: 4, Informative

      You can customize the gestures, actually, it's in the shortcuts section of the preferences.

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    101. Re:Non-Tech Percent of Web Traffic from Chrome by Blakey+Rat · · Score: 1

      Oh, right. The, what, 5-6 years it pretended to be IE just don't count at all? And Opera was even werse, it didn't say "IE Compatible", it flat-out said, "hey I'm IE!"

      I had to write in checks for tons of webapps because of that, and now you're trying to whitewash my memory with your little "Opera doesn't?" Maybe not now, but for the 80% of its existence Opera *did* do that, it caused more problems than IE, Netscape and Firefox combined.

    102. Re:Non-Tech Percent of Web Traffic from Chrome by sporb · · Score: 1

      Yep. Imagine the datacenter power savings alone... and reduced CO2 emissions...

    103. Re:Non-Tech Percent of Web Traffic from Chrome by Jugalator · · Score: 1

      I wonder if Microsoft, Mozilla, Google, Opera, Apple and others could get together

      Earlier I believe Opera tried to mask its ua string, but it does this no longer by default.

      Opera/9.52 (Windows NT 6.0; U; sv)

      Woot!

      --
      Beware: In C++, your friends can see your privates!
    104. Re:Non-Tech Percent of Web Traffic from Chrome by Fumus · · Score: 1

      Thanks for the info. It's way more complex than the simple mousegestures setup in firefox, though.

    105. Re:Non-Tech Percent of Web Traffic from Chrome by Jugalator · · Score: 1

      Oh and "Windows NT 6.0" above of course stand for my personal pet OS I just happened to name the same thing as Microsoft's well-known OS. It's of course based on Linux. *looks straight into eyes*

      Yep.

      --
      Beware: In C++, your friends can see your privates!
    106. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      I'd love to see Firefox have V8 and separate processes, just not the part that causes Chrome to whisper "All your web browsing data are belong to us".

    107. Re:Non-Tech Percent of Web Traffic from Chrome by yoasif · · Score: 1

      Use hostsman in windows to block ads without having to use adblock. still no gestures support, but it makes it a lot more usable, imo and with the improved javascript engine, may be worth using day to day. :)

    108. Re:Non-Tech Percent of Web Traffic from Chrome by LWATCDR · · Score: 1

      I mostly agree.
      The problem is that IE is just to big to ignore and is very broken. By the time you get IE working it is just too much work to get real browsers working.

      --
      See my blog http://ilovecookes.blogspot.com/ for light hearted technical information.
    109. Re:Non-Tech Percent of Web Traffic from Chrome by Kelson · · Score: 1

      Oh, right. The, what, 5-6 years it pretended to be IE just don't count at all? And Opera was even werse, it didn't say "IE Compatible", it flat-out said, "hey I'm IE!"

      Actually, it was more like, "Hey, I'm IE! (Just kidding, I'm Opera.)" I like to compare it to a brunette wearing a badge that says, "Hi, I'm blonde."

    110. Re:Non-Tech Percent of Web Traffic from Chrome by encoderer · · Score: 1

      But it's SO F'n FAST.

      Do this: Load up all the comments and collapse/hide/expand them.

      In FF I sometimes get the "slow script" warning. In Chrome, it doesn't even flinch.

      I ran the SunSpider JS Benchmarks:

      FF3 completed in 8.5 seconds
      Chrome completed in 5.1.

      Check out Gmail and Maps. Google maps scroll SO smooth. Gmail is just as responsive as a rich-client app.

    111. Re:Non-Tech Percent of Web Traffic from Chrome by Machtyn · · Score: 4, Funny

      It was a meta-review.

    112. Re:Non-Tech Percent of Web Traffic from Chrome by pushing-robot · · Score: 1

      • Mozilla: Everybody claims to be some form of Mozilla. It doesn't matter anyway.
      • OS: Since the web site can't access the OS, it doesn't need to know what OS it is.
      • Language: A header for language preferences already exists. It doesn't matter what language the browser UI uses.
      • Versions: Capability checking is more reliable and more efficient than UA sniffing.
      • Just because other browsers claim to be Mozilla doesn't mean that Mozilla shouldn't.
      • Lots of software download sites and plugin-based applications (virus scanners, remote desktop...) tailor links to your operating system.
      • Unless otherwise specified in an Accept-Language header, the user agent is the standard means for determining language. RFC 2616 even points out that Accept-Language can be a privacy risk.
      • You can't check for crash bugs, security problems, or many rendering bugs with a simple javascript capability check.
      --
      How can I believe you when you tell me what I don't want to hear?
    113. Re:Non-Tech Percent of Web Traffic from Chrome by COMON$ · · Score: 3, Funny

      Ditto! Wow you actually do find useful stuff on /. Only too me 6 years to find that out.... :)

      --
      CS: It is all sink or swim...oh and did I mention there are sharks in that water?
    114. Re:Non-Tech Percent of Web Traffic from Chrome by BenoitRen · · Score: 1

      The Mozilla prefix is cruft. It doesn't mean anything, as its version number never changes, and is only a relic from the Netscape days. Furthermore, we already know it's a Mozilla browser because of the mention of Gecko as the rendering engine.

    115. Re:Non-Tech Percent of Web Traffic from Chrome by ChristTrekker · · Score: 1

      The User Agent String is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"

      Good freakin' grief! How many levels of browser-spoofing do you need? Why can't this simply say, "Chrome/0.2.149.27 (Windows NT 5.1; U; en-US) AppleWebKit/525.13" at the most???

    116. Re:Non-Tech Percent of Web Traffic from Chrome by scipiodog · · Score: 1

      Oh, and I forgot to ask - why has Taco linked to a "review" by someone who openly admits to not having even downloaded the product!?

      You must be new here....

      --
      http://clightnirish.wordpress.com/
    117. Re:Non-Tech Percent of Web Traffic from Chrome by Rheaghal · · Score: 1

      No mouse gestures and no content blocking (not necessarily ad blocking) mean I won't be using this browser no matter what other features or improvements it provides. And no I don't feel guilty about blocking, nor should I. It's a matter of controlling what comes into my home or workplace. It's no more disreputable than throwing away the penny saver each week unread. I have always been mystified at the opinion that I should feel ashamed about controlling my own browsing experience.

    118. Re:Non-Tech Percent of Web Traffic from Chrome by bishiraver · · Score: 1

      What I want to know is why he linked to an (ugly) "review" that is just a recap of other reviews, and even (erroneously) calls the V8 JavaScript engine performance "Java results" ... and is riddled with typos?

      Um, taco..hello?

    119. Re:Non-Tech Percent of Web Traffic from Chrome by iminplaya · · Score: 1

      There's always the hosts file.

      --
      What?
    120. Re:Non-Tech Percent of Web Traffic from Chrome by fprintf · · Score: 2, Insightful

      +5 for this drivel?

      Can we be at least somewhat objective when saying "javascript is faster"? What plugins were enabled on the various browsers? Were there any themes installed?

      Basically Chrome is a stripped down, light browser. Load it up with the full features of a mature browser (like Firefox, IE, Opera, Safari) and then compare. Better yet, I will wait 6 - 9 months for all this to happen and then read the articles in Slashdot about how Chrome really isn't that much better for all the hype.

      You guys are taking that comic book way too seriously. Don't believe it until you have fairly tested it side by side in an apples to apples comparison.

      --
      This post brought to you by your friendly neighborhood MBA.
    121. Re:Non-Tech Percent of Web Traffic from Chrome by somersault · · Score: 1

      I think the ability to launch from an icon to a chromeless web-app could prove quite useful - can imagine small businesses using something like that for web-based to-do lists, project apps, etc.

      I've been writing a few smallish in-house apps and I didn't even think of using Chrome for them. Would be interesting to try it with one of my previous menu systems that I dropped for being too-slow - though if I wrote my own system from scratch it would probably be much faster than the copy and paste job that I did.

      At least with Chrome I know that it's designed with stuff like javascript and dynamic pages in mind. I still have bad memories from learning HTML a few years ago, when you couldn't do anything cool without then having to then basically do it over again to make sure it worked in both IE and Netscape. IE and Mozilla both probably have good DOM support these days, but I haven't really been interested enough to play about with them. My web-apps currently only really use javascript for mouse-overs and showing/hiding css/div sections (even that was awkward to do reliably a few years ago).

      I used to think of web designers as 2nd rate coders compared to proper developers, but browsers these days are actually a pretty awesome way to make cross-platform apps, even without using plugins like Java or Flash. That's why I started looking at web-apps again recently for a few things like equipment, personnel tracking, timesheets, etc - it will make it that much easier for the company to decide to move away from Windows if MS keep trying to force Vista-quality software on everyone :)

      --
      which is totally what she said
    122. Re:Non-Tech Percent of Web Traffic from Chrome by Yvan256 · · Score: 3, Funny

      Won't somebody think of the ads!

    123. Re:Non-Tech Percent of Web Traffic from Chrome by BenoitRen · · Score: 1

      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

      Let's dissect that, okay?

      Mozilla/5.0 This is a relic from the Netscape days. The open-source web browser was going to be Netscape 5, which was going to be represented by this string. But history turned out differently, and today it doesn't mean anything. The version number never changes. Windows We already know it's Windows because of the mention of "Windows NT 5.1" further on. U This is a relic from back in the 90s when there were restrictions in the US for implementation of cryptography. Gecko/2008070208 The date is redundant because the revision is already noted earlier.
    124. Re:Non-Tech Percent of Web Traffic from Chrome by Nimey · · Score: 1

      It's the logical extension of nobody reading the articles, isn't it? Now nobody's read an article that Taco and probably the submitter didn't read, and the author didn't actually use the product.

      Hat trick!

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    125. Re:Non-Tech Percent of Web Traffic from Chrome by fprintf · · Score: 1

      Just to be fair (and redundant to a prior post), be sure to form your opinions by testing on a browser with all plugins, themes etc. stripped out. Chrome is barebones right now so you should configure the browser you compare against the same way. Reports back when you have done this a few times.

      --
      This post brought to you by your friendly neighborhood MBA.
    126. Re:Non-Tech Percent of Web Traffic from Chrome by Hamoohead · · Score: 1

      then Google Docs will run much much better, making it more attractive for people to start using.

      And all this time, they been telling us that marijuana is the gateway.

      --
      "If your parents never had children, chances are you wonât either." -Dick Cavett
    127. Re:Non-Tech Percent of Web Traffic from Chrome by Nimey · · Score: 1

      It can be configured to not lie, but unless the default has changed since I messed with Opera last, it will default to claiming it's IE.

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    128. Re:Non-Tech Percent of Web Traffic from Chrome by Mr_eX9 · · Score: 1

      I was REALLY pissed off by all of those "SHOOT THE PRESIDENT AND GET A FREE IPOD" type ads from a few years ago...I was so happy when the first version of the Flashblock extension became available so I never had to look at them again. Now I also use AdBlock and NoScript, and I forget what the web looks like without them. All I ever see now are the text ads next to my gmail...which I can just ignore since it's not a big colorful banner or flash object.

      Selling ads represents a failure of creativity of the webmaster. Furthermore, I don't feel like helping the advertisers spread their image by looking at their garbage. I don't watch TV either.

    129. Re:Non-Tech Percent of Web Traffic from Chrome by The_Chicken_205 · · Score: 1

      I personally find the "clones current window" really annoying, as when I open a new window, its to do something new, and I don't want the effects of what I've recently done being brought across to this "new" window...

      What do you do when you CTRL-N?

      --
      I need a new sig...
    130. Re:Non-Tech Percent of Web Traffic from Chrome by orclevegam · · Score: 2, Informative

      It looks like it already supports the binary plugins, it's just extensions that aren't supported. When I installed Chrome it automatically imported all my Firefox plugins, including my VLC plugin.

      --
      Curiosity was framed, Ignorance killed the cat.
    131. Re:Non-Tech Percent of Web Traffic from Chrome by Bill,+Shooter+of+Bul · · Score: 2

      No the information was informative, which is different than entertaining. It would have been better in an article format, it was a chore for me to read with the content spread out like that to make room for the pictures of people and stuff. It was just lame. It was the Microsoft Bob of articles. I suppose you would rather convert the UNIX man pages to comic format as well. Do Not, encourage more tech companies to present their info in this atrocious manner.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    132. Re:Non-Tech Percent of Web Traffic from Chrome by GPS+Tracking · · Score: 1

      I haven't spent enough time on Chrome yet to give an opinion, but do we need another search engine?

      --
      Work smarter, not harder, with gps tracking
    133. Re:Non-Tech Percent of Web Traffic from Chrome by orclevegam · · Score: 1

      It defaults to sending the data to google because it's a beta release. If you're using it, presumably you're fine with doing beta testing for google, and it makes sense to send performance data to them. When they release a non-beta version, if they still have that option on by default, then maybe you'll have something to complain about.

      --
      Curiosity was framed, Ignorance killed the cat.
    134. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      It does not need to write it to your hard drive it writes it all to googles servers.
      I have not read all the documentation for Chrome yet.. but after loading it up on a windows box and playing with it for a little while I found something rather interesting... all of my browsing activities were being sent to google servers.. even when I was on a non google pages clicking on a link... it would send it to google.

    135. Re:Non-Tech Percent of Web Traffic from Chrome by Ilgaz · · Score: 1

      As I can easily guess why they release a browser at first place, its final, beta, alpha has nothing to do on my systems.

    136. Re:Non-Tech Percent of Web Traffic from Chrome by street+struttin' · · Score: 1

      As a result, every web browser in existence lies in their user agent string.

      Opera doesn't.

      Unless you tell it to, you mean. In the network preferences there is an option "mask as" or "identify as" where you can tell it to pretend to be a different browser. Very helpful for some banks and other sites that look for certain user agents for no damn good reason at all.

    137. Re:Non-Tech Percent of Web Traffic from Chrome by jimmack62 · · Score: 1

      I looked at the web logs from a general purpose, non-techy website (Watching Grass Grow) and Chrome accounted for 0.73% of the browser traffic yesterday ... ... and traffic didn't start until after the release at Noon. The User Agent String is "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13" For comparison, IE was 53.8%, Firefox was 34.6%, Safari was 3.5% (non-Chrome) , Opera was 0.7%, and there was even 0.05% of traffic from an iPhone. That's an impressive bump for day one (actually, half a day) and if you (unrealistically) extrapolated that rate, Chrome would have 100% of the browser market by year end! ;-) I had to modify the Analog source code to account for the Chrome browser (gotta like open-source) but have have other popular programs (such as Google Analytics) been updated to identify this browser?

      It seems Google is trying to take over the world anyway I an understand why they want to release a browser thats theirs. The thing is though there is no way I would use their browser simply because they have the WORST SUPPORT in the world! Myself and many others I know have had our Google Adsense cancelled for no reason and when I tried to find out why I never got a answer. Of course all the money that was owed no one ever got it and it was not like it was a lot of money only $100.00 but when you do that to thousands of people it adds up. At least at Microsoft and the others you an manage to get someone on the phone for support and they at least answer their emails a actual human emails you back not so with Google. They should sell their 767 and hire a live support group no I think I will pass on the chrome browser. Jim Mackinlay

    138. Re:Non-Tech Percent of Web Traffic from Chrome by FuturePastNow · · Score: 1

      If it is open source, they may not have a choice. Someone will make an ad-blocking plugin for it.

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
    139. Re:Non-Tech Percent of Web Traffic from Chrome by Surt · · Score: 1

      And what was with the super hero costumes? They didn't make the women look sexy at all, and the guys looked like they had never worked out a day in their lives.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    140. Re:Non-Tech Percent of Web Traffic from Chrome by bunratty · · Score: 1

      I suppose if by cruft you mean any redundancy whatsoever, there is cruft in all user agent strings. Can someone propose user agent strings with minimal redundancy without removing any useful information for IE, Safari, Firefox, Opera, and Chrome?

      --
      What a fool believes, he sees, no wise man has the power to reason away.
    141. Re:Non-Tech Percent of Web Traffic from Chrome by Macthorpe · · Score: 2, Interesting

      Same benchmarks in Opera 9.5 - 5.5 seconds.

      The number of features I'd lose from Opera compared to Chrome makes switching a complete non-starter for me.

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    142. Re:Non-Tech Percent of Web Traffic from Chrome by Xphile101361 · · Score: 0, Flamebait

      Its not the fault of the web developer. If everyone used Firefox and/or Safari, pages would be made for it. Most web pages will have 50+% of their traffic be from IE users. If the majority of the people you are trying to sell to, advertise to or promote yourself to are using IE, then you make your web page look best in IE.

      Businesses don't care about standards, it cares about what sells.

      I'd rather have a javascript extension that will detect if you are using IE or a non-standards complaint browser and punch that user in the face.

      Its the users that need to learn, not the web developers.

    143. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      This may be a result of google offering a download link on all their home pages except the one shown to U.S.A. users. Check out www.google.ie, www.google.fr, and even www.google.ca. I guess they figure if they push it to other countries U.S.A. users will have to use it because everyone else is using it; or is the U.S.A. the last country where Microsoft has a stranglehold.

    144. Re:Non-Tech Percent of Web Traffic from Chrome by mabhatter654 · · Score: 1

      Linux has Konquerer and OSX has Safari, both KHTML based browsers, so basic standards are already covered on those platforms. Windows has Safari, but it's not widespread enoughto matter versus Chrome.
      This puts cross-platform browsers firmly in the game. Opera, Firefox, & *KHTML are firmly placed to jump on the HTML5 bandwagon when it kicks off... and cover nearly every platform known to man. IE is sandboxed only for dull windows users at this point.

    145. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      I use Ctrl+N when I'm on a long trek through different websites. If I find something I want to view later, instead of bookmarking it or relying on my history, I just Ctrl+N, and keep going. That leaves a copy of the page I want to review open (with the history intact). Also, if I'm on a forum, and I'm responding to someone, it's nice to be able to hit Ctrl+N and go back to the page I was just on if I need to look something up. With IE it's Ctrl+N and backspace, and I'm done. Otherwise I have to copy and paste URLs and such. When I want to Ctrl+N for something new, having my current page on there isn't a problem in the slightest, as I'm going to navigate away from it any way.

      I guess it's just personal preference :)

    146. Re:Non-Tech Percent of Web Traffic from Chrome by lorenzino · · Score: 1

      Sadly true. There should be a check in order of : we see you're using linux, but this is the page you request so there you are. If instead you wanted linux click here.

    147. Re:Non-Tech Percent of Web Traffic from Chrome by Ogive17 · · Score: 1

      Plus the people most likely to use Chrome, the tech crowd, are also going to be the early adopters. Growth may continue after a week, but at a very slow pace unless Google actively pushes Chrome every time someone uses the search engine.

      --
      "Action without philosophy is a lethal weapon; philosophy without action is worthless."
    148. Re:Non-Tech Percent of Web Traffic from Chrome by tolan-b · · Score: 1

      I like the incognito mode but it doesn't negate the usefulness of FF's selective deletion of private data on close. Even as a simple example, I like to have my download history cleared when I close the browser. Not because there's anything there I want to hide, just because I have no need for keeping it around and prefer to have it blank when I start. Just an example of course, there are more compelling, privacy related, reasons for it.

    149. Re:Non-Tech Percent of Web Traffic from Chrome by FuturePastNow · · Score: 1

      I've noticed that multiple Flash elements on a page- something that is unfortunately frequent with ads- can use a lot of CPU power.

      My computer is pretty old (Pentium 4), but it still shouldn't be sitting at 70-80% CPU because of a few Flash ads.

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
    150. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      Then shouldn't you stop using those websites, instead of abusing the technology and costing the webmaster money? That isn't like copyright infringement, as you definitely are getting something for free at the expense of someone else. You're only helping the advertisers if you actually click the ads. By blocking ads you were never going to click you're not effecting the advertiser in the slightest, but you are effecting the webmaster, who now doesn't get the money for the ad served.

    151. Re:Non-Tech Percent of Web Traffic from Chrome by jeebusroxors · · Score: 2, Funny

      CONGRATULATIONS You have been selected to receive two free ipod nanos

    152. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Unless otherwise specified in an Accept-Language header, the user agent is the standard means for determining language. RFC 2616 even points out that Accept-Language can be a privacy risk.

      Does RFC 2616 also tell you not to do your own thinking? If the accept-language header is a privacy risk, then what is the UA string? Quite frankly, the whole language detection thing is dead in the water anyway. Google.com redirects me to a different Google portal based on my IP address, even though all language information which my browser sends clearly indicates that I want the EN-US site. I know several web sites where the content management system is configured to serve different languages according to the accept-language header, but the content doesn't exist, so it serves the place holder pages which come with the CMS. If these sites instead used the UA to detect the requested language, they would still fail.

    153. Re:Non-Tech Percent of Web Traffic from Chrome by tolan-b · · Score: 1

      I wouldn't hold your breath. The Linux version builds but it won't even start yet, let alone be in a usable state.

      Amanda Walker wrote:

      Right now, both are in the âoepieces build and pass tests, but thereâ(TM)s no Chromium application yet.â While weâ(TM)re working hard and fast on catching up to the Windows version, weâ(TM)re not setting an artificial date for when theyâ(TM)ll be readyâ"we simply canâ(TM)t predict enough to make a solid estimate, and we expect to learn a lot from the Windows public beta as well.

    154. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Yes, JavaScript performance would be one of the strong points of Chrome. Why? Because IE (and other browsers?) put artificial limits on JavaScript. (i.e. The code that handles JavaScript in IE probably has predefined constants like MAX_OBJECTS = 2000)

      I saw this on GMail's(?) blog when they were trying to get it to work for the first time? (Or when they were trying to improve their code.) They found out what the limitations were by actually stepping through the JavaScript implementations with a debugger.

    155. Re:Non-Tech Percent of Web Traffic from Chrome by RiotingPacifist · · Score: 1

      crtl+y opens the download tab, its not rocket science.

      --
      IranAir Flight 655 never forget!
    156. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Somebody knows where...

    157. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      In Soviet Russia, dot slashes you!

    158. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      What's dotslash?

      Right here.

    159. Re:Non-Tech Percent of Web Traffic from Chrome by Drencrom · · Score: 1

      You can do the same with firefox (at least in linux) by clicking links with the middle mouse button. It opens the links in a new tab and you keep the original page intact. It's not a new window but I belive you can configure it to create new windows also.

    160. Re:Non-Tech Percent of Web Traffic from Chrome by Geezer+Al · · Score: 1

      My significant gaps are:
      No Roboform
      No All-In-One Sidebar
      No Colorful Tabs
      No AdBlock Plus
      No Dictionary
      No FlagFox
      No FoxMarks (though there is the ability to synchronize)
      No iMacros
      No Tab Mix Plus
      No Smooth Scrolling
      No Themes for very high resolution, large monitors
      Yes, I am spoiled by Firefox alright.
      Also there was a major carpet-bombing vulnerability discovered.

    161. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Your wife seemed to agree.

    162. Re:Non-Tech Percent of Web Traffic from Chrome by mad_minstrel · · Score: 1

      The page zoom isn't so hot either if you compare it to firefox or opera.

      --
      May the source be with you.
    163. Re:Non-Tech Percent of Web Traffic from Chrome by gemada · · Score: 1

      or they were coding for the browser that had 99% market share up until the last couple years.

    164. Re:Non-Tech Percent of Web Traffic from Chrome by sexconker · · Score: 1

      Google will probably end up blocking all non-Google/DoubleClick ads.

      Screw the competition (other advertisers, what few of them there are)

      Keep your ads displayed

      Feed the zealots ("I use chrome and I don't mind seeing the ads from Google because I want to support them" will be the new "I use AdBlock Plus and I whitelist sites I want to support")

    165. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Two significant gaps for me:
      - No AdBlock!
      - No cookie and/or blocking.

      Uh oh.

      AdBlock is a MUST for me!!!

    166. Re:Non-Tech Percent of Web Traffic from Chrome by omkhar · · Score: 1

      Doesn't Incognito browsing block cookies etc?

    167. Re:Non-Tech Percent of Web Traffic from Chrome by Macka · · Score: 4, Informative

      Take Apple's new MobileMe web site for example. Try browsing it from Firefox 3 on Linux and it redirects you to an "unsupported browser" page, where you're politely informed that you need to use a supported browser: Safari 3 or "Firefox 2 or greater (Mac / PC)".

      Well sometimes I use Firefox 3 on a bloody PC, what's unsupported about that. Ok it's Linux (various flavours) and not Windows, but does Firefox on Windows implement JavaScript differently to Firefox on Linux? I'm pretty sure it doesn't.

      This sux, and Apple should know better!

    168. Re:Non-Tech Percent of Web Traffic from Chrome by EastCoastSurfer · · Score: 1

      I don't know about slashdot specifically, but many sites contract out their ad space to ad companies. It's then up the ad companies to rotate ads on and off the page. These ads come from the contract companies servers and not the websites. Another reason is load and sharing across sites owned by the same parent company.

    169. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      What's dotslash?

      Actually, the question is "what's dot-slash-bang-bang?"

    170. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Gmail & scripts may be running faster but try a java app. You need V6 update 10 (beta also and buggy with my app). Flash also needs work, very laggy with keys pressed (flash games). http://www.google.com/support/chrome/bin/answer.py?answer=95282&query=java&topic=&type= Developers and Webmasters: JavaPrint Google Chrome requires Java version 6, update 10. Please note that this is currently a beta version and may be more unstable than some previous version of Java. To download this beta version of Java, visit http://java.sun.com/javase/downloads/ea.jsp

    171. Re:Non-Tech Percent of Web Traffic from Chrome by UltraAyla · · Score: 1

      This is also the same in the windows world. Also, when using center click with Tree Style Tab you can get a VERY useful little breadcrumb trail of exactly where you've been. It tends to encourage me to have WAY too many tabs open though.

    172. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      It's where you are right now, duh.

    173. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Your current directory?

    174. Re:Non-Tech Percent of Web Traffic from Chrome by BenoitRen · · Score: 1

      Opera's user agent strings are not entirely cruft-free, but they come pretty close:

      • Opera/9.52 (Windows NT 6.0; U; en)
      • Opera/9.52 (X11; Linux i686; U; en)
      • Opera/9.52 (Macintosh; Intel Mac OS X; U; en)

      There was an interesting thread about this at MozillaZine. Eventually we settled on the following for SeaMonkey (example):

      SeaMonkey/1.1.11 (Windows NT 5.1; en-US) Gecko/1.8.1.16

      Browser with version, platform, language, and the rendering engine (to account for a web browser that allows switching of rendering engines).

    175. Re:Non-Tech Percent of Web Traffic from Chrome by acvh · · Score: 5, Insightful

      "When you hit Ctrl+N the window that pops up is a blank window. In IE it's a clone of the current window, which is far more useful."

      funny, but when forced to use IE, I HATE when it does that. Why would I want another window with the same page in it? I want a NEW window, that I will cause to be populated with a url of my choice.

      "That and the downloads get cancelled if you close the browser - in IE they are seperate processes which live past the browser being closed."

      funny, again. When I close an application I want it to close; go ahead and ask me to confirm, but don't pretend to close and keep doing stuff.

      and, NO, I never feel guilty blocking ads, just as I don't feel guilty skipping commercials on my DVR, or not reading ads in newspapers, or throwing out those little cards in magazines. advertising is, by its nature, hit or miss. consider me a "miss".

    176. Re:Non-Tech Percent of Web Traffic from Chrome by Dixie_Flatline · · Score: 2, Informative

      This is totally false. Not only are opera's mouse gestures configurable, they're considerably more configurable than Firefox's. My gesture left action opens up the history for that single tab. (Show popup menu, "Internal Back History")

      Preferences->Advanced->Shortcuts

      You can modify the keyboard and mouse setup from there, something that no other browser that I know of currently offers out of the box. One of the things that I hate is that I can't re-bind my keys without some hassle in any browser that isn't Opera.

    177. Re:Non-Tech Percent of Web Traffic from Chrome by orclevegam · · Score: 1

      BTW, Firefox automatically updates itself as well, and both Firefox and IE will call back to various servers if you enable the anti-phishing features. The reason they released a browser is because they want to increase the performance of web applications, which is one of their primary markets. In particular they're trying to increase the market penetration of google gears. They don't need to harvest your browsing data, they already have all that thanks to all the sites using google analytics. Stop being so paranoid, your browsing habits aren't that interesting.

      --
      Curiosity was framed, Ignorance killed the cat.
    178. Re:Non-Tech Percent of Web Traffic from Chrome by Joe+Tie. · · Score: 1

      I haven't tried it, but the source code for chrome comes with instructions on how to compile it under osx. Supposedly it's in a working state there. Only some components actually build under linux at the moment though.

      --
      Everything will be taken away from you.
    179. Re:Non-Tech Percent of Web Traffic from Chrome by Joe+Tie. · · Score: 0

      But the beauty of Chrome, which it seems you failed to notice, is that it is open-source. We can vouch for the security, add features, and improve it to our heart's content.

      Security yes, it remains to be seen on the adding features and improvements. Open source means it's possible, but google's the gatekeeper. I think it's a safe assumption that they're going to be really picky about accepting contributions from too far outside their circle. Sure, there's forks as a possibility. But then you lose much of the beauty of it, having the powerhouse of google pushing it.

      --
      Everything will be taken away from you.
    180. Re:Non-Tech Percent of Web Traffic from Chrome by MightyYar · · Score: 1

      I don't have anything to say, I just want to see if 5 tabs and return works.

      Nope. It's tab-return, but then I still need a mouse to submit. :)

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    181. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      That's not exactly what I want - I want to do it when I'm reading the page I want to duplicate, not pre-emptively. Also does this method's new tab/window have the history intact?

    182. Re:Non-Tech Percent of Web Traffic from Chrome by riceboy50 · · Score: 2, Informative

      3. Great debugging tools for developers built-in.

      There is actually a fairly nice developer tool built into Chrome, available when you right click and go to Inspect element. Granted the developer tools for Firefox are more mature, but this is not a bad attempt for a beta.

      --
      ~ I am logged on, therefore I am.
    183. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      Because it's added value - you can still enter your new URL in the address bar if you want to - it's not stopping you from doing anything, it just lets you do more stuff.

      It doesn't close and pretend to do stuff - you asked to download a file, so it downloads a file for you. It's not done in the background, but in a shiny new window right there.

      The difference is the DVR/newspaper/magazine ads aren't directly tracked. The magazine/DVR/nespaper gets the money regardless. With websites it's entirely different - the advertisers know when an ad has been served up, and pays the webmaster accordingly. Your analogy is flawed.

    184. Re:Non-Tech Percent of Web Traffic from Chrome by methuselah · · Score: 0, Flamebait

      yes it is kind of them to store everything on their computers for you isn't it? That way they can "wink" "wink" analyze all of that anonymous data to benignly improve their business. That is until someone wants to know about someone specifically. Then I am sure that they know the contents of your refrigerator. How folks here can be so anti m/s yet think that google is serving mother's milk mystifies me.

    185. Re:Non-Tech Percent of Web Traffic from Chrome by HappySmileMan · · Score: 1

      Doesn't send what you upload to Google's servers, I can tell because I have a horribly low upload speed and if it sent everything you uploaded to Google, it would be half the speed, it's not.

      Obviously that's purely anecdotal and I'm not even claiming to have done any proper tests, but for the paranoid there's wireshark, or looking at Chrome's source (and building yourself if you don't trust the binary they provide), anyone who's worried about Googling stealing their stuff, go check if they actually do it instead of bitching about theoretical situations

      Of course to note is that they send what you type in the address bar to your default search engine for suggestions, but they don't hide this and it's simple to turn it off in the options. (I'm wondering if it sends this while the browser is in 'in cognito mode', I would assume it shouldn't, but not on Windows right now so can't check

    186. Re:Non-Tech Percent of Web Traffic from Chrome by IntlHarvester · · Score: 1

      Avoid using the user agent string to check which browser is currently running. Instead, read Object Detection to learn how to determine if a browser supports a particular object, property, or method

      Nice in theory, but in practice browsers claim to support things that actually buggy and/or non-functional. Apple themselves was very guilty of this with early versions of Safari that had crap DOM support.

      If something simply doesn't work in Browser X Version Y, there's little you can do but sniff the UA and work around it.

      --
      Business. Numbers. Money. People. Computer World.
    187. Re:Non-Tech Percent of Web Traffic from Chrome by Ilgaz · · Score: 1

      Sending each URL you visit to a central server instead of having a basic common sense of security or a $10 pseudo-random password generator has raised some eyebrows on FF community as far as I followed.

      Google Analytics is banned from my DNS too. I don't visit sites who can't maintain a basic, open source analysis system anyway.

      IE jumped to same bandwagon to use opportunity to send every single URL user visits to MS by excuse of "protecting user", I know. Is it hard to believe that, in some eyes, Google is not less evil than MS? Do I HAVE to trust them? Does having serious privacy concerns make me paranoid or entitles you to mock down my comments as saying my browsing habits are not that interesting?

      You guessed my point about the reason of Google browser shipping at first place, congratulations for that reply.

    188. Re:Non-Tech Percent of Web Traffic from Chrome by Ren.Tamek · · Score: 1

      That includes google by the way. The download page doesn't give a download link if you browse to it in Linux Firefox. So much for testing this out in wine I guess...

      --
      "If you want a vision of the future, Winston, imagine a boot stamping on a human face forever." - George Orwell, 1984
    189. Re:Non-Tech Percent of Web Traffic from Chrome by nospam007 · · Score: 1

      >But it's SO F'n FAST.

      But funny. When I uninstalled it, the msgbox said:

      Are you sure you want to uninstall Google Chrome?
      (Was it something we said?)

    190. Re:Non-Tech Percent of Web Traffic from Chrome by ardle · · Score: 1

      Does anyone know a formula for that kind of thing? I've been wondering how many trees it costs to call a web service. I'm less interested in quantity of calls than average Joules/message point-to-point (not including energy involved in building the XML or running the service).
      Something like " x * [Joules to send 1 Byte] ", with refinement that takes into account the fact that the Byte is in a TCP/IP packet (most common protocol - maybe there's a formula for Web pages that I could hijack?).

    191. Re:Non-Tech Percent of Web Traffic from Chrome by The+Redster! · · Score: 1

      That's what happens when you call her Dottie!

    192. Re:Non-Tech Percent of Web Traffic from Chrome by gregbot9000 · · Score: 1

      I thought thats basically what a goatse link was.

    193. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      LOOP DETECTED! LOOP DETECTED!

    194. Re:Non-Tech Percent of Web Traffic from Chrome by Philip+K+Dickhead · · Score: 1

      And using a vulnerable, outdated WebKit to build on was a numbnutz move - especially without an automated update function, or component-level rendering plugin.

      --
      "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    195. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Does it bother anyone else that their EULA gives them rights to do whatever they please with anything you post through Chrome? Sounds like a raw deal to me.

      http://www.theregister.co.uk/2008/09/03/google_chrome_eula_sucks/

    196. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      What's dotslash?

      I don't know, but...

      2. There are ads on ./!!

      It's pretty clear he was talking about dotslashbangbang. Ooh eeh ooh ahh ahh...

    197. Re:Non-Tech Percent of Web Traffic from Chrome by yoasif · · Score: 1

      You can add functionality to block ads and add gestures via some Windows utilities. There's a post here that details how to do it. I just did it, and Chrome is a LOT more usable for me. YMMV, of course.

    198. Re:Non-Tech Percent of Web Traffic from Chrome by thegnu · · Score: 1

      What's dotslash?

      I dunno. Matters for nerds, stuff that news.

      --
      Please stop stalking me, bro.
    199. Re:Non-Tech Percent of Web Traffic from Chrome by Drencrom · · Score: 1

      The use case I was thinking is that you already are in the page you want to preserve and want to move away from it by clicking a link on the page. If you click it with the middle button you create a new tab with the linked page and keep the actual page intact. It does not work if you are writing a new address in the bar but in that case you could create new empty tab and write the address there.

    200. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      depends. You can always type pwd on a shell and it'll tell you. Just remember dotslash's motto: "wherever you go, there you are." If you really want to be blown away, you should really look into dotdotslash, too.

    201. Re:Non-Tech Percent of Web Traffic from Chrome by Ren.Tamek · · Score: 1

      For interested Linux users, I used this Firefox extension to spoof my browser id and download it.

      Between the windows-exclusivity, secret updater installs and dodgy download rules i'd say this is my 2nd worst google release ever. The worst is still googletalk, which I need on a daily basis and *still* has no linux or mac port years after it was released. Fuck google's attitude, seriously.

      --
      "If you want a vision of the future, Winston, imagine a boot stamping on a human face forever." - George Orwell, 1984
    202. Re:Non-Tech Percent of Web Traffic from Chrome by citizenr · · Score: 1

      And I was baffled at the opera mouse gestures since you can't customise them.

      thats a lie, options are in shortcuts/mouse options, you can change everything

      --
      Who logs in to gdm? Not I, said the duck.
    203. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Sorry, clearly /. can't manage UTF-8...

    204. Re:Non-Tech Percent of Web Traffic from Chrome by Threni · · Score: 1

      > I've noticed that multiple Flash elements on a page- something that is unfortunately frequent with ads- can use a lot of CPU power.
      > My computer is pretty old (Pentium 4), but it still shouldn't be sitting at 70-80% CPU because of a few Flash ads.

      That's why I'm not going back to Chrome until both the Adplus and Flashblock firefox extensions (well, something functionally identical) are supported by Chrome.

    205. Re:Non-Tech Percent of Web Traffic from Chrome by daffy951 · · Score: 1

      ...And the user base will raise sky high when people find ctrl+shift+n (pr0n mode).

    206. Re:Non-Tech Percent of Web Traffic from Chrome by annodomini · · Score: 1

      I think it's up to Microsoft and Apple to take the steps to remove their cruft.

      The problem here is that websites would break if they do that. And if websites start breaking, people usually blame the browser, rather than the site. Most of the work of developing a web browser goes into making it backwards compatible with lots of old broken sites.

    207. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      I guess thats the reason why it was being identified as Safari by couple of sites. The memory bloat has been summed up by a blogger at http://3db.iblogger.org/blog/2008/09/03/google-chrome-new-kid-on-the-block/ who found it using up twice the memory as firefox for same number of tabs and same sites opened

    208. Re:Non-Tech Percent of Web Traffic from Chrome by orclevegam · · Score: 1

      Actually you'll be glad to know it doesn't appear to send back the URLs you visit, rather it pulls down an updated list of "bad" URLs on a regular basis and checks against a local list. It leaves a process running in the background (even when it's closed) that dials home for the updated list every few minutes, which is something several people have noticed and complained about, but it does avoid the exact behavior you're trying to claim they're doing.

      Furthermore, it's open source, if you don't like the behavior, disable it. I also don't follow your comment about the password generator, what does that have to do with anything?

      --
      Curiosity was framed, Ignorance killed the cat.
    209. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      I guess it's down to personal preference - I think "Oh this page is interesting - I'd like to keep that" when I'm reading a page, not when I'm about to click a link. When I'm about to click that link I'm already thinking of the next page.

    210. Re:Non-Tech Percent of Web Traffic from Chrome by FishWithAHammer · · Score: 1

      Preposterous. Stating that there are more "tech-savvy" (using your word) people on Windows than on Linux or OS X is absolutely crazy, if only because most people with Linux machines also have Windows (and a large number of OS X users, too). Hell, most Slashdotters are probably on Windows.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    211. Re:Non-Tech Percent of Web Traffic from Chrome by SputnikPanic · · Score: 1

      No, I believe incognito mode allows the cookies but gets rid of them when you close the incognito window.

    212. Re:Non-Tech Percent of Web Traffic from Chrome by profplump · · Score: 1

      A clone of the current window is more useful? Seriously? That's one of my top ten complaints about IE -- waiting an extra 4 seconds for it to render some page I already have open and don't want to see again.

      I can see wanting to open a link in a new window/tab, but I seriously have trouble constructing a scenario where I'd want another copy of a web page I already have displayed. What's wrong with the existing copy?

    213. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      ./ = the same as right where you are standing

      /. = the same as / or /.. or ////.. or you get the point

    214. Re:Non-Tech Percent of Web Traffic from Chrome by FredFredrickson · · Score: 1

      What on earth are you talking about?

      --
      Belief? Hope? Preference?The Existential Vortex
    215. Re:Non-Tech Percent of Web Traffic from Chrome by VGPowerlord · · Score: 1

      It defaults to sending the data to google because it's a beta release.

      In case you haven't noticed, Google product never leave beta once they get there.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    216. Re:Non-Tech Percent of Web Traffic from Chrome by profplump · · Score: 2, Insightful

      If by "added value" you mean "makes pasting a new URL complicated and slow" I agree wholeheartedly.

      Without trying to troll, I really am interested to know what you do that makes this "feature" useful -- I honestly cannot imagine a scenario where I'd want to open another window with the same web page in it. Even if there's some specific application you've got in mind, is the hassle of making cloning the default behavior worth the cost of not having to copy and paste the URL from the previous window from time to time?

    217. Re:Non-Tech Percent of Web Traffic from Chrome by slim · · Score: 1

      In Chrome, right click on a tab, and choose "Duplicate".

      I can't find a keyboard shortcut though.

    218. Re:Non-Tech Percent of Web Traffic from Chrome by voodoosoup · · Score: 1

      in Soviet Russian, slashes dot you.

    219. Re:Non-Tech Percent of Web Traffic from Chrome by profplump · · Score: 1

      So because web ads have better metrics consumers have to follow different rules in looking at them? If billboards tracked eyeballs and outdoor advertising companies were paid based on views, would you feel obligated to look at each of them for 3 seconds as you drove by?

      I'm under no obligation to make money for content providers. If I'd like content providers to continue providing, I may *want* to support them by viewing ads or subscribing or otherwise giving them money, but there is no obligation on my part to notice, read or even download ads.

      Don't you feel guilty downloading ads you have no intention of clicking on? Webmasters are often paid based not only on view but also on clicks or even resulting purchases -- isn't it misleading to download and then ignore ads?

    220. Re:Non-Tech Percent of Web Traffic from Chrome by electrostatic · · Score: 1

      I couldn't find Print Preview, and the absence of mouse gestures (FireGestures), AdBlock Plus, and the download add-ons make it a no-show for now.

      Fast and clean though. Will wait.

    221. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Doesn't send what you upload to Google's servers, I can tell because I have a horribly low upload speed and if it sent everything you uploaded to Google, it would be half the speed, it's not.

      Are you joking? At most, it would need to send some URLs. There is no reason to rely on your ISP to relay what the page is when its servers have likely already crawled it.

    222. Re:Non-Tech Percent of Web Traffic from Chrome by RpiMatty · · Score: 1

      No mouse needed.
      Tab - Tab - Tab - Tab - Tab gets you to the Submit button, then Space or Enter to select it.
      Keyboard only.

    223. Re:Non-Tech Percent of Web Traffic from Chrome by treeves · · Score: 1
      "That's an impressive bump for day one (actually, half a day) and if you (unrealistically) extrapolated that rate, Chrome would have 100% of the browser market by year end!"

      How did you extrapolate from one data point? I know the previous day's share for Chrome was zero, but since it wasn't yet released, it really isn't a data point at all.

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    224. Re:Non-Tech Percent of Web Traffic from Chrome by GargamelSpaceman · · Score: 1

      I like to keep my private info. That's why I use Distrust. I can temporarily shut off collection of private info but turn it back on when I've finished looking at porn. And the little eye reminds me when I'm being watched.

      --
      ...
    225. Re:Non-Tech Percent of Web Traffic from Chrome by Pentavirate · · Score: 1

      I agree with the parent on this one. It's really not a big deal to double-click the url and put in the new one. The real benefit of having a copy of your existing page is that it keeps the history. I might want to go back several pages and follow a different track but I don't want to lose my current track. The IE ctrl-N behavior allows me to do exactly that. If I want a new window for something different, I'll either open a new tab or use ctrl-N and change the url. It's really only the difference between a single and a double click.

      Maybe the option already exists, but I'd love for the ctrl-N to have an equivalent for creating a new tab with the history intact. Lots of times I'd prefer that to having a whole new window open.

    226. Re:Non-Tech Percent of Web Traffic from Chrome by Jaggo · · Score: 1

      2. There are ads on ./!!

      ads? What ads? [... Been using FF for so long now?]

    227. Re:Non-Tech Percent of Web Traffic from Chrome by Abreu · · Score: 1

      I also enjoyed the comic... I'm biased however, since I am a fan of Scott McCloud.

      --
      No sig for the moment.
    228. Re:Non-Tech Percent of Web Traffic from Chrome by C0vardeAn0nim0 · · Score: 1

      speaking as a former programer, now working as unix sysadmin, i can say that comic was hardcore pr0n for hardcore coders. you know, the kind of guy that writes code by flipping bits on a disk platter with a magnetized needle

      --
      What ? Me, worry ?
    229. Re:Non-Tech Percent of Web Traffic from Chrome by jzuccaro · · Score: 1

      Who uses the User Agent String anymore?
      Just detect the browser capabilities:

      if (window.ActiveXObject){}

      Or something like that

    230. Re:Non-Tech Percent of Web Traffic from Chrome by kestasjk · · Score: 1

      Some sites, like Facebook, do just this. But there's another Firefox plugin called Platypus, which uses Greasemonkey, which lets you just snip out any block of HTML from a page, and that same block will get snipped out from then on.

      Using AdBlock and Platypus together I've never come across a web page ad I can't get rid of.

      --
      // MD_Update(&m,buf,j);
    231. Re:Non-Tech Percent of Web Traffic from Chrome by BrianPatrick · · Score: 1

      I tried Chrome and it was fast and rather slick. But, until I can get add-ons like Firefox's flash block and add block, I will have to stick with FF. There is just too much high pressure marketing junk on so many web pages. Isn't that how Google makes its money?

    232. Re:Non-Tech Percent of Web Traffic from Chrome by IntlHarvester · · Score: 1

      Even if ads were served from the site's server, there would be some URL pattern that could be used to block them.

      The reality is that so few people block ads it's not worth any effort to defeat them. Such people just simply 'don't count' for traffic metrics, it's noise like bot traffic or whatever.

      --
      Business. Numbers. Money. People. Computer World.
    233. Re:Non-Tech Percent of Web Traffic from Chrome by GarfBond · · Score: 1

      To be fair, Gecko bumped the version number for Mozilla to 5.0 when they released. It is Mozilla Gecko after all :)

    234. Re:Non-Tech Percent of Web Traffic from Chrome by MightyYar · · Score: 1

      On Firefox, after previewing "tab" bounces me all the way to the top of the page. Then it's hundreds or thousands of tabs to get back to the submit button.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    235. Re:Non-Tech Percent of Web Traffic from Chrome by TheUser0x58 · · Score: 1

      Of course, with modern virtual memory systems anything in memory could be written to the hard drive at any time...

      --
      -- listen to interesting music, support independent radio... WPRB
    236. Re:Non-Tech Percent of Web Traffic from Chrome by lgw · · Score: 1

      It's the copy of the "back" history, not so much the current page, that I find useful. When I hit N, it's usually becuase I want to go back three pages and check something without losing my place in the form I'm filling out.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    237. Re:Non-Tech Percent of Web Traffic from Chrome by RippinKitten · · Score: 1

      Google Chrome Crashes Completely. Separate Processes? Here

    238. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      How the hell is this insightful? Go look at the source code yourself. It's not doing anything shady.

    239. Re:Non-Tech Percent of Web Traffic from Chrome by david@ecsd.com · · Score: 1

      I've found that if I don't like something about firefox, I can go to addons.mozilla.org and type my annoyance into the search box and chances are someone has created an add on to make my web life easier.

    240. Re:Non-Tech Percent of Web Traffic from Chrome by HappySmileMan · · Score: 1

      Ok, my first paragraph is completely wrong (not being sarcastic here btw).

      But my point about Wireshark or the source still stands, Wireshark is easier of course, but the source would show you that under NO conditions does this info get sent, whereas Wireshark can only confirm that it doesn't get sent under the conditions you're currently using it

    241. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      dotslash is your current directory

    242. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      for point 3, use incognito mode, it deletes all private information the same as when you close firefox.

    243. Re:Non-Tech Percent of Web Traffic from Chrome by Jackie_Chan_Fan · · Score: 1

      I found the EXACT opposite. Firefox ran Gmail better than Chrome. Scrolling through my list of emails in gmail was faster in Firefox3. I'm curious how you think it is faster, because based on scrolling, FireFox3 had it beat by far.

      I do think Chrome is rather pretty looking :)

    244. Re:Non-Tech Percent of Web Traffic from Chrome by ckaminski · · Score: 2, Interesting

      Firefox + adblock + noscript + fastdial + sessionManager + DownloadThemAll == Chrome.

      kthx.

    245. Re:Non-Tech Percent of Web Traffic from Chrome by ckaminski · · Score: 1

      My personal thoughts on ads are:

            if you're trying to subsidize bandwidth costs, then turning 10K of content into 2000K of content with jpgs, gifs, flash ads and stylesheets, I'm probably going to turn your ads off. If you do something unobtrusive like google-ads, I might not be so tempted... then again, noscript blocks google-syndication.com so how many of those I don't see on a daily basis is unknown.

    246. Re:Non-Tech Percent of Web Traffic from Chrome by nomel · · Score: 1

      I agree.

      Plus, Firefox is much faster with Google maps!

      I find that very interesting and odd. You'd think they'd super optimize any javascript dealing with their pages.

    247. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      You have to look at it in a mirror.

    248. Re:Non-Tech Percent of Web Traffic from Chrome by Joe+Snipe · · Score: 1

      They have to go somewhere or the tubes would get full up and burst.

      There are theories however, that doing so will make slashdot go blind...

      --
      Sometimes, life itself is sarcasm...
    249. Re:Non-Tech Percent of Web Traffic from Chrome by mattwarden · · Score: 1

      The feature is so good that if you write 's name anywhere within Chrome, the browser removes "" from the text.

    250. Re:Non-Tech Percent of Web Traffic from Chrome by ckaminski · · Score: 1

      Something Mozilla did a long time ago... Prism

    251. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      What's dotslash?

      The current directory.

    252. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Click the page icon to the right of the address bar, and click on `Developer'. Have fun!

    253. Re:Non-Tech Percent of Web Traffic from Chrome by zxnos · · Score: 1

      throats, i think.

      --
      always mosh clockwise
    254. Re:Non-Tech Percent of Web Traffic from Chrome by The+MAZZTer · · Score: 1

      You can block third-party cookies but yeah they need something like NoScript.

      For adblocking I'm temporatily using a hosts-based solution until someone makes an Adblock port or something.

    255. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Text ads is Google's business. And it doesn't seem to be affected much by FF's adblock.

      You, Sir, are doing it wrong.

    256. Re:Non-Tech Percent of Web Traffic from Chrome by The+End+Of+Days · · Score: 1

      Or maybe they just don't feel like catering to a minority of people who generally don't appreciate anything anyway.

    257. Re:Non-Tech Percent of Web Traffic from Chrome by tgroan · · Score: 1

      Firefox
      about:config
      accessibility.tabfocus integer 3

    258. Re:Non-Tech Percent of Web Traffic from Chrome by centuren · · Score: 1

      Having thought about their business model, what difference does it make if there's an ad-block plug-in written for it? People everywhere are acting like Google will be pushing Chrome to be #1. Google isn'tt in the business of making browsers. It's how their software runs in browsers people use, that they care about.

      Google open sourced technology that they expect will improve performance for their actual products, with the hope it will spread to all browsers. Not just so the existing apps are easier to use, but so they can innovate with the limitations pushed a little further away.

      They've got money and time to burn, why not spend some effort to give the browsers that make up their product platform incentive and tools to improve? That sounds a whole lot more like the Google business model to me.

    259. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Or better yet, when all browsers will simply stop supplying user-agent strings. Your website doesn't need to know what browser I'm using - it only needs to know what content I want. Something like "".

    260. Re:Non-Tech Percent of Web Traffic from Chrome by danieltdp · · Score: 1

      Agreed. I often want a lot of my data stored for simple convenience, but incognito lets me browse "porn" sites without clearing all of my data after the fact.

      There, fixed for you!

      --
      -- dnl
    261. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      I wonder if Microsoft, Mozilla, Google, Opera, Apple and others could get together to declare a User-agent flag day when, on the first of January 2009, all User-agent strings would remove the historic cruft and just tell you the browser and version. Sadly this has no chance of happening.

      Mainly because it would break everything, for next to no benefit, with a lot of effort. The cost of slightly simplifying user agent reporting would be to further complicate all sorts of server code.

      Face it, it's not changing until we replace the HTTP. Maybe not even then.

    262. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      You found that gmail runs faster, huh? I tried to go there and found that gmail.com fails to resolve (giving their cute little version of a 404 error)... I may check it out again in a few months, but for now their isn't quite enough basic functionality to it for me.

    263. Re:Non-Tech Percent of Web Traffic from Chrome by Simon+Brooke · · Score: 1

      I'm using Chrome right now, and so far, no issues. Actually, I really like it. When plugins are developed for Chrome, I can see myself using this as my primary browser. I did notice that gmail runs faster in Chrome. Also, the comic is quite entertaining for a geek...

      JavaScript is blazingly fast. My work timesheet application, which is very 'Web 2' and bloatedly JavaScript heavy, runs extremely well with Chrome, but is virtually unusable with IE7 or Opera 9.5 due to poor JavaScript peroformance. Firefox is usable-ish, but Chrome is way better.

      I currently have Chrome as my default browser on both my Windows machines but will stick with Opera on my Linux machines at least until there's a native Chrome port. So far, I'm very impressed - it's memory footprint seems consistently lower than Opera, and much lower than IE or Firefox; and Chrome's JavaScript performance is very much better than any of them. I'm seeing 79% on Acid3 as against 84% for Opera 9.52, 71% for Firefox 3.0.1 and 12% for Internet Exploder 7.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    264. Re:Non-Tech Percent of Web Traffic from Chrome by Unoti · · Score: 1

      Try the middle mouse button. Instead of Ctrl-N to open a new (blank) window, middle mouse click on a link. That'll open that link in the new window. This helps with the common case of wanting to open a new window on the same page.

    265. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      And I was baffled at the opera mouse gestures since you can't customise them.

      You can customise Operas mouse gestures.

    266. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      - No userCSS
      - No userJS

    267. Re:Non-Tech Percent of Web Traffic from Chrome by antic · · Score: 4, Insightful

      I know that's a standard joke here (my UID is lowish after all), but no matter how many dupes, bad summaries and shoddy Idle stories I see, it doesn't mean that I don't hope for better going forward.

      Someone else sells the ad space, right? Users submit the content. Others work on the codebase. How hard is it for the editors to check over what they're putting their name/alias to?

      I faithfully went to see each review hoping for something insightful, and one was down (hard to avoid), one was benchmarks and not too interesting other than that, and the third was simply embarrassing Made For AdSense junk from someone who, as I said, hadn't even spent a couple of minutes to download the product itself.

      Chrome Day II: Shitter than the first day.

      --
      'Thats they exact same thing a banana wrench monkey.'
    268. Re:Non-Tech Percent of Web Traffic from Chrome by zuperduperman · · Score: 1

      I'm guessing that's part of it but it's also the slick startup time.

      I think this is just the first phase - they want a trusted beachhead in the browser market where they can launch from. My prediction: in a few months we will get a Google Apps installer that will install all the apps so that they have nice shortcuts in the menu and function seamlessly as if they were native apps, launching, of course, in a dedicated Chrome runtime with almost native performance.

      With the huge increase in javascript performance you can start doing some things that are impossible right now - full feature grammar checking, spell checking, diagrams, mathematics, even image processing - all in javascript on the client.

      I think this could be a pretty interesting way of attacking MS.

    269. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Read up on how you can block sites by altering your HOSTS file. You'll never need another adblocker ever again.

    270. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Did anyone try uninstall Chrome? I'm not able to uninstall Chrome. For me pages like CNN are not loading correctly.

    271. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Why would you get anything but the lawn tickets? That way you can watch the grass grow as well!

    272. Re:Non-Tech Percent of Web Traffic from Chrome by SEE · · Score: 1

      Apparently it has no Mozilla code at all

      Actually, it does have Mozilla code:

      hunspell (spellchecker)
      Mozilla interface to Java Plugin APIs
      npapi (Netscape Plugin API)
      nspr (the Netscape portable runtime)
      nss (Network Security Services)

      http://code.google.com/chromium/terms.html

    273. Re:Non-Tech Percent of Web Traffic from Chrome by aliquis · · Score: 1

      It does use everything my 2.2GHz C2D, 2GB ram macbook pro can deliver as well.

      Though I see this as a hint of Google help telling everyone how much flash suck and maybe convince more people to use javascript / googles apis instead:
      http://www.google.com/googlebooks/chrome/images/8.jpg

      Funny with the page which tell about how memory gets fragmented and not everything comes back, with Safari it's even worse, if you run out of ram and close all your tabs it may actually use MORE memory than before. Impressive, Apple rock ..

      I have great confident in their browser, I can accept that things use much RAM, RAM is cheap and I can buy more, I don't want to accept memory leaks though since then it doesn't matter how much RAM I have because sooner or later I will run out of it anyway.

      I just wonder if they will get rid of undo between tabs / after moving to another page, I like that feature, at least if they could save text areas.

    274. Re:Non-Tech Percent of Web Traffic from Chrome by aliquis · · Score: 1

      The simple solution would be to just uninstall flash and run a filtering proxy, or if it's possible make a rule in the proxy to block all swf except ones from youtube.

    275. Re:Non-Tech Percent of Web Traffic from Chrome by Gavagai80 · · Score: 1

      Firefox-loving developers are just as guilty... an Opera user will frequently see "Please download Firefox or Internet Explorer" messages.

      --
      This space intentionally left blank
    276. Re:Non-Tech Percent of Web Traffic from Chrome by TechForensics · · Score: 1

      Guess what national company beginning with "g" and ending with "e" (no, it's not Gillette) makes virtually all of its money from advertising?

      Now, as Chrome is open source, we can expect third-party adblock plugins pronto (tomorrow would not surprise me), but from Google? Best Homey D. Clown voice, now: "I Don't Think So."

      --
      Those are my principles, and if you don't like them... well, I have others.
    277. Re:Non-Tech Percent of Web Traffic from Chrome by MightyYar · · Score: 1

      Okay, I added it. But now it just plain skips over the "Preview", "Quote Parent", "Options", and "Cancel" buttons all the way down to the search box at the bottom. I think those buttons are not real buttons but javascripted images.

      --
      W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
    278. Re:Non-Tech Percent of Web Traffic from Chrome by Bill,+Shooter+of+Bul · · Score: 1

      No, the grass isn't scheduled to grow until the grassapolooza fest next month. Until then, its kept under a protective tarp.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    279. Re:Non-Tech Percent of Web Traffic from Chrome by rainhill · · Score: 1

      How many of that initial percentage will do the same as me I wonder?

      probably 0.7% ?

    280. Re:Non-Tech Percent of Web Traffic from Chrome by enoz · · Score: 1

      So basically... blame UNIX?

    281. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      Seems a pain though, when Opera comes with 99% of the functionality you want, the way you want it, right out of the box.

      FireFox's session management is just terrible, out of the box, for example. It requires TabMixPlus and alot of configuration to make it reasonable.

      Why would you ever want have a browser NOT open its last state when you open it? (as an example of FireFox & IE default behavior).

      And why cant I move the tab bar to the bottom of the window with FireFox? Thats where my mouse spends all its time, anyway. I'm sure its possible with a plugin that someone may or may not have written, but shouldnt that level of customizability be built in by default?

      To use the ever-present car analogy:

      Opera is like a Ferrari. Beautiful, functional, elegant, right out of the box. Fast, lean with everything just perfect, and oh so beautiful.

      FireFox is like a kit car. Sure you can theoretically make it as fast and nice as Opera. But it would take years and huge funds to get all the polish and value. It takes massive modifications to make it useful, and even with all the mods/add-ins, it'll never be as nice and elegant as Opera, though you can make it more or less as powerful (with a fair amount of work).

    282. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      Oh ... how sad. FAIL FOR YOU slashdot.

      CTRL+ENTER should do a preview or submit, like every other app on the planet.

    283. Re:Non-Tech Percent of Web Traffic from Chrome by jesterzog · · Score: 1

      If the webmaster wants the ad served, should it not be up to them to make sure they send it with the content, rather than relying on a client-side browser to make a separate request for it? After all, the entire idea of the web is that it's supposed to be designed for clients to take the relevent marked-up information and then render pages as closely as possible to what's most useful for the client's user.

      I can appreciate that webmasters want or need to be supported, but I don't think it's right to expect other people to tune their use of their own technology just to suit themselves. If I did request the ad and shut my eyes, would that be bad too? Otherwise, to me at least, it seems like a disturbing reminder of certain companies that try to lock down my own hardware with DRM (effectively writing their own laws and to hell with my legal rights) because they'd prefer that they had more control over my own stuff than I did.

    284. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 2, Interesting

      Except for one major problem that FireFox has always had, and still isnt fixed:

      It's not physically possible to launch a new FireFox.exe process. You need this when you have a site that requires login, and you want to be logged in under multiple sessions, or many different logins at the same time.

      Which means you're forced to use IE for that sort of thing. Thats one thing that Chrome does well, abandons the 'One Process to Rule Them All' mentality which is a bane of web developers (I mean app developers, not designers).

    285. Re:Non-Tech Percent of Web Traffic from Chrome by i_b_don · · Score: 1

      My personal thoughts on ads are:

      Ads are mind pollution. Avoid them whenever you can.

      (There are exceptions to the rule, but not enough to be worth a damn.)

      --
      all language nazi's will burne in heil!
    286. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      How did you not stumble on the broken installer?

      It installs the entire application in the user profile, without asking or informing.

      So when you elevate/runas to install, and the install finishes, its not there! You cant find it in Program Files, cant find it in Add/Remove Programs, cant find it anywhere in the operating system.

      Oh wait, they've gone and done something crazy and install it locally in the profile of the admin account you used to do the installation, so its not visible to any other users.

      And they did that without ever telling you. Either in the installer, or the download page, or anything.

      Seems like a nice app ... but man oh man did they make some bad choices on the installer.

    287. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      When you hit Ctrl+N the window that pops up is a blank window. In IE it's a clone of the current window, which is far more useful.

      Really? Why?

      I cant imagine a use case where that would be useful.

      Nearly 100% of the time when I spawn a new tab I want to immediately have focus in the address bar so I can type the address of where I was going.

      Why would you want another copy of content you already have?

      I'm not trying to be difficult, I just really cannot visualize the use case for this.

    288. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      I dont think you should feel guilty.

      But you should be aware that its not sustainable.

      So it only works if only a minority of people are blocking. If everyone does, the system falls apart, and someone will have to come up with a new business model that works.

      It's an interesting situation. TV with Tivos/DVRs are in the same situation. The difference is that content/distribution companies can use various techniques to pressure/control/restrict DVR makers. There's no equivalent way to do so in the web browser world. Which is one of the reasons I bet that google spent the money on this project.

    289. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      Selling ads represents a failure of creativity of the webmaster.

      You cant be serious.

      Selling ads doesnt represent a failure of the creativity of the creator, it represents a CHOICE of business model.

      Content creation and business model are not the same thing. Even the most amazing product still requires figuring out how to translate neat product into a sustainable business.

      For many companies, ad revenue is the only way to do it. Consumers are notoriously unwilling to pay per transaction charges for incremental content (articles, cartoons, etc).

    290. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      You can just consider leaving the page you want as-is, and opening the next link in a new tab.

      Right click and 'open in new tab' or whatever the exact wording is in the browser you're using.

      Saves strokes too, compared to the CTRL+N and backspace.

      I remember I used to do that years ago before tabbed browsers being commonplace.

      Now I just love opening everything I want to read later in a 'background tab' and letting it sit there for weeks or months until I get to it, if I want to.

    291. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      Yeah, it was good.

      Talked about, even if it didnt solve, nearly every architectural problem with browsers nowadays. Even the infamous 'youre only as secure as your crappies plugin' problem.

      Though not sure exactly how they're going to solve that last one.

    292. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      Consider using Flex against a Rails or Java (or anything that can dish REST or SOAP) back-end.

      Gives you ubiquitous, no-install deployability of web apps, but without having to self-garrote over HTML/JavaScript/DOM incompatibilities.

      Flex/BlazeDS/Java/Spring/Hibernate is incredibly powerful.

    293. Re:Non-Tech Percent of Web Traffic from Chrome by Tazmaster75 · · Score: 1

      "Why would you ever want have a browser NOT open its last state when you open it?"

      Choice. The user should be allowed to choose what behavior they prefer. The behavior that you think is so mandatory may be the same thing that other users want to avoid and not having the ability to change that behavior upsets them. Many open source projects have forked over this very issue.

      --
      The glass is neither half full nor half empty. It is dirty and I don't do dishes!
    294. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      I'll take five.

    295. Re:Non-Tech Percent of Web Traffic from Chrome by Eil · · Score: 1

      I've been using the following user agent string in Firefox for the past few months, just to see what would happen:

      Googlebot/2.1 (+http://www.google.com/bot.html)

      So far, no websites have complained or presented any odd pages. I think the only thing that developers really use the user agent string for any more is tracking user stats.

    296. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      ./ /.

    297. Re:Non-Tech Percent of Web Traffic from Chrome by magus_melchior · · Score: 1

      dissapearing auto download to who-knows-where
      Try looking at the page whence the download originated. If you closed it, well, it's gone; that's a bug report to file.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    298. Re:Non-Tech Percent of Web Traffic from Chrome by magus_melchior · · Score: 1

      I've got some buckets of paint that are going up on walls soon. Want to buy some tickets for the drying?

      Only if the Blue Man Group is doing the painting. Remember their Intel P3 ad spot involving a roller, a catapult, paint balloons and a bucket?

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    299. Re:Non-Tech Percent of Web Traffic from Chrome by magus_melchior · · Score: 1

      79/100 with a link fail test on Acid3. The V8 crew has some work if they care about passing the Acid3 test (which may not be a huge priority...).

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    300. Re:Non-Tech Percent of Web Traffic from Chrome by dot+files · · Score: 1

      uhhh, you can't customise Operas mouse gestures? Look again! tools->preferences->advanced->shortcuts->edit Don't lie about my favourite browser!

    301. Re:Non-Tech Percent of Web Traffic from Chrome by CTachyon · · Score: 1

      Does the "--no-remote" command line flag not work for you?

      --
      Range Voting: preference intensity matters
    302. Re:Non-Tech Percent of Web Traffic from Chrome by CTachyon · · Score: 1

      Oh, just to be clear, each running copy of Firefox needs a separate profile. If you fail to give the subsequent copies of Firefox unique profiles, you get a confusing but protective "Firefox is not responding" message. If that check weren't there, they would corrupt the profile (history, cookies, bookmarks, prefs.js, yadda) as they both tried writing to it.

      You can start Firefox with "-ProfileManager" to open the Profile Manager window, and you can use "-P <profile-name>" (in combination with "--no-remote") to use specified profiles. Great for keeping a profile just for online banking, for instance.

      --
      Range Voting: preference intensity matters
    303. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      No, it doesnt.

      You cant just create another instance of FireFox, you have to create another profile for each simultaneous instance running, and launch each additional instance on that profile.

      And you know what, I cant even find out how to create a new profile quickly. Possibly another command line option that I'm not finding at the moment.

      And frankly, I havent seen 'profiles' in a browser since ancient Netscape versions.

    304. Re:Non-Tech Percent of Web Traffic from Chrome by timhillu03 · · Score: 1

      I believe IE clones the session as well, so you don't need to reauthenticate to a site. For some sites that are IE only, it's quite useful to have the session cloned. If you want a completely new browser instance, open it up from your shortcut or however you open IE.

    305. Re:Non-Tech Percent of Web Traffic from Chrome by Sentry21 · · Score: 1

      Maybe they figured that since you can't sync with anything on Linux, it's not worth it.

      Honestly, the web apps are good enough that I'd be willing to use them regardless - especially if I were a teenager (as I once was) and my parents were Mac users and bought a MobileMe family pack (only $150 for five users, vs. $100 for one).

    306. Re:Non-Tech Percent of Web Traffic from Chrome by Seahawk · · Score: 1

      If Google doesn't make an adblock plugin, someone else will. If Chrome can't support such a plugin for some reason, it will be forked and adblock functionality will be added.

    307. Re:Non-Tech Percent of Web Traffic from Chrome by DanielArdelian · · Score: 1

      C:\> mkdir c:\windows\temp\testprofile
      C:\> c:\programs\firefox\firefox.exe -profile c:\windows\temp\testprofile

      --
      The early bird may get the worm, but the second mouse gets the cheese.
    308. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      I do appreciate the response, but thats alot of work for something I do all the time.

      With IE I just click the IE icon in my quicklaunch or use a shortcut key, and I get a new process. I dont have to type even one character, much less 30-40.

      I know could create batch files, etc. But man thats alot of work to make something happen that should 'just work'.

      And sometimes I want 3, 4 or even 5 separate logins into a web app. So now with FF I have to make 4 temporary profiles, and 4 new batch files, each can only be used once, etc. It's a little ridiculous.

      Not to mention then you have to make sure your configuration is the same on all the profiles, even over time as your primary one evolves.

      It's just a bit much, and there's no good reason for it to be that way that I have ever found or can see.

    309. Re:Non-Tech Percent of Web Traffic from Chrome by Threni · · Score: 1

      > The simple solution would be to just uninstall flash and run a filtering proxy, or if it's possible make a rule in the proxy to block all swf except ones from youtube.

      I guess. Actually, YouTube is one of the worst offenders!

      > "The only problem with Microsoft is, they just have no taste, they have absolutely no taste", Steve Jobs.

      Ironic for the head of the company responsible for making everything they sell out of tacky white or pale blue plastic!

    310. Re:Non-Tech Percent of Web Traffic from Chrome by unityofsaints · · Score: 1

      I can't remember how far back it was introduced (I use opera since version 6) but mouse gestures are definately customisable.

      Just go to Preferences > Advanced > Edit (next to mouse setup)

    311. Re:Non-Tech Percent of Web Traffic from Chrome by aliquis · · Score: 1

      Well if you don't want to have it to look videos do you really need flash at all? Sure game trailers, southpark studios and the occasional game website use flash for some retarded reason. Why not just host quicktime videos or something? I hate flash.

      Blue? Toilet seat ibooks and CRT-imacs? I guess fisher price was their inspiration, and later on Microsoft took that/Lego Duplo for their XP.

    312. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Check the user agent of Opera 9.5, it doesn't have any of this bloat anymore.

    313. Re:Non-Tech Percent of Web Traffic from Chrome by ilitirit · · Score: 1

      Many of Chrome's shortcuts come from Firefox. Press Ctrl-J to display the download tab.

    314. Re:Non-Tech Percent of Web Traffic from Chrome by crwl · · Score: 1

      Agreed. I often want a lot of my data stored for simple convenience, but incognito lets me browse "undesirable" sites without clearing all of my data after the fact.

      As soon as Stumbleupon is released for Chrome, it could very well be my primary browser.

      You can delete stuff from your history in Firefox by pressing... the delete putton on top of an "undesirable" item.

    315. Re:Non-Tech Percent of Web Traffic from Chrome by mdwh2 · · Score: 1

      Why would you ever want have a browser NOT open its last state when you open it? (as an example of FireFox & IE default behavior).

      Agreed - at the least, it should be an option, rather than having to hunt down an extension (is it in there as standard, yet?)

      I mean, surely this was the whole point of tabs, and was why Opera with tabs was so much better than IE, back before Firefox existed. I find it strange, given that Firefox made so much more of a fuss of "Woo, we've got tabs" when it was released, whilst Opera didn't make a big deal out of. I failed to see the point of Firefox's version of tabs, except for saving space on the Task Bar (which is redundant in Windows XP onwards anyway, since it can automatically group similar windows). They don't even have the ability to be moved/resized (e.g., so you can view two tabs side by side) unlike in Opera; they're just fixed to fill the entire window.

      It's not the default behaviour in Chrome, but at least it's there as an option.

    316. Re:Non-Tech Percent of Web Traffic from Chrome by mdwh2 · · Score: 1

      He didn't say it should be mandatory, he said it should be the default option. It's optional in Opera - is it even an option in Firefox yet, or do I have to go searching for extensions?

    317. Re:Non-Tech Percent of Web Traffic from Chrome by Bill,+Shooter+of+Bul · · Score: 1

      No, No the painting isn't what sells the tickets. They come for the drying. The painting is obscured with a portable wall to cleanse the visual palate. The great reveal occurs to thunderous applause as the freshly painted wall finally appears behind the collapsing wall.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    318. Re:Non-Tech Percent of Web Traffic from Chrome by Rob+Kaper · · Score: 1

      I aimed for funny. :(

    319. Re:Non-Tech Percent of Web Traffic from Chrome by bigstrat2003 · · Score: 1

      Why would you ever want have a browser NOT open its last state when you open it? (as an example of FireFox & IE default behavior).

      Because, when I close my browser, it's because I'm done browsing those sites. I don't want them to open again when I open my browser, if I wanted to look at them I'd have just left the browser open. I can't fathom why you would ever want a browser to open its last state, in fact (assuming it closed normally, and wasn't crashed).

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
    320. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      You think there's no such thing as a creative business model? What a straw man.

    321. Re:Non-Tech Percent of Web Traffic from Chrome by Mr_eX9 · · Score: 1

      You have it all wrong...advertising spreads a business' image. The advertiser wins the second that I am exposed to the ad. The website gets money from the advertiser per click. If it's an effective, memetic ad I will remember it whether I think it's good or bad. If I talk about the ad at all, even to say how stupid/annoying/irrelevant it is, I am still helping to spread the image. It's my business if I don't wanna fill my head with that crap.

      I have no moral obligation to help a web site make money or stay afloat. I've donated money to sites that I think deserve it. There's no way that blocking ads is copyright infringement...that's completely off-base.

    322. Re:Non-Tech Percent of Web Traffic from Chrome by Fumus · · Score: 1

      Well then. Great. I didn't know that. Searching in google only gave me a brief explanation of the shortcuts, not how to reassign them.
      How about an option to auto accept file transfers from IRC? I've been searching to no avail.

    323. Re:Non-Tech Percent of Web Traffic from Chrome by Allador · · Score: 1

      I have no idea what you're talking about.

      If you're intending to respond to me, please quote what you're referring to, as your sentence makes no sense to me, and seems to have no connection to anything I said.

    324. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Then you're an idiot.

      -AC

    325. Re:Non-Tech Percent of Web Traffic from Chrome by Dixie_Flatline · · Score: 1

      I used to read the Opera newsgroups. They've got their own newsserver and everything, and those guys really know their stuff. I don't know anything about the IRC client, but if you go on their forums, you're sure to find what you're looking for. Hope that helps.

    326. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Right. And that's why they have a 3% market share after one day. If only they had released it for Linux, then they could have had a 50% market share... of the 3% of desktops that run Linux.

      You fail, Google! Put parent poster in charge of all your marketing at once.

      LOL... Linux having a 50% impact on shares for google... How would a 4% population of users have that much impact? I don't think you realize the actual volume of users that operate an OS.

      Linux may be a great "Server", and an OK, "OS", but 96% of the world uses another OS. (MS, sadly still being the largest portion of the market.)

      I like Linux, I enjoy a few things it offers, but most linux users also still use windows. Thus the misleading numbers. (I am sure 50% of slash-dot users are on linux, but that is only 8% of the world here... 4% Linux and 4% Other...)

      Just saying...

    327. Re:Non-Tech Percent of Web Traffic from Chrome by Tubal-Cain · · Score: 1

      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

      Heretic!

    328. Re:Non-Tech Percent of Web Traffic from Chrome by dave420 · · Score: 1

      Because it's more than just copying the URL into the address bar. When I spawn a new window in IE, I like being able to click "back" and actually going to the page beforehand. When I'm posting on a forum and I want to revisit the page to which I am replying, in IE I just Ctrl+N and then backspace. That is impossible to do in Firefox or Chrome, and that is something that I, personally, find very useful.

    329. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      how do u do autoomplete in chrome

    330. Re:Non-Tech Percent of Web Traffic from Chrome by rsclient · · Score: 1

      Unix? Yes, we supported that -- but our bread-n-butter was Vaxes. And sun workstations (but not many people hung terminals off of those).

      --
      Want a sig like mine? Join ACM's SigSig today!
    331. Re:Non-Tech Percent of Web Traffic from Chrome by spammb · · Score: 1

      The reason Chrome has hit such high browser share is probably because of their automated testing efforts. From the comic at http://www.google.com/googlebooks/chrome/

      Google Chrome is a massive, complicated product that will need to load billions of different web pages, so TESTING is critical. Fortunately, here at Google we have an equally massive infrastructure for crawling web pages. within 20-30 minutes of each new browser build, we can test it on tens of thousands of different web pages. Each week, "Chrome bot" tests millions of pages, giving our developers early results they'd otherwise have to wait until external beta for."

      They probably are not using a unique user-agent string when testing which results in this seemingly high adoption rate.

    332. Re:Non-Tech Percent of Web Traffic from Chrome by Anonymous Coward · · Score: 0

      Agreed. I'm also hooked on firefox3's page-zoom feature, which makes chrome's old-fashioned "make text larger yet unreadable" approach seem very un-Google.

  2. A couple of annoying things I've found so far by rallymatte · · Score: 5, Informative

    You can't seem to change the default new page. For example, open up a new tab and you'll see recently closed tabs and most visited pages. If a collegue wants to use a browser on your computer you might not want him to see a screenshot on your most viewed pages.
    The other thing that I personally find a bit annoying is that if you don't put http:/// in front of or / after a url that is within one of your search domains, it automatically assumes that you want to search the web for that, lets say there's a server on your network that you haven't visited before called server1.domain.com and you have domain.com among your search domains, it will go off to google.com and search for server1 if you only type in server1 in the address bar. But then again, maybe that's just me.

    -
    Posted with Google Chrome

    1. Re:A couple of annoying things I've found so far by Kagura · · Score: 2, Funny

      Oh, wow! So that's where they hid "reopen closed tabs" at! Thank you so much!

    2. Re:A couple of annoying things I've found so far by boteeka · · Score: 2, Informative

      I don't know about the domain issue, but you definitely can change the new page.

    3. Re:A couple of annoying things I've found so far by RandoX · · Score: 0, Redundant

      Want to see something _really_ scary? Open a new tab and click "Show full history".

    4. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      Well, I've found where you can change the home page, but that doesn't seem to apply to a new tab or a new window.

    5. Re:A couple of annoying things I've found so far by RulerOf · · Score: 3, Insightful

      No, it's not just you. Crossing DNS and HTTP is historically a very, very bad idea. Unfortunately though, it does improve ease of use for Joe "PEBKAC" Sixpack. Therefore, it'll probably end up being the more popularly desired behavior...

      That said though, when I'm creating static links for use in a shortcut, document, nslookup or whatnot, I tend to use FQDN's myself. It's pretty much only in the browser that I cheat like that.

      I speculate, however, that this conflict of interests is simply a result of the underlying technologies (dns/http) simply being used today for purposes beyond the scope of their original design.

      --
      Boot Windows, Linux, and ESX over the network for free.
    6. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Spanner->Options->Basics->Homepage, select "Open this page", and enter the URL you want.

    7. Re:A couple of annoying things I've found so far by Tom · · Score: 2, Insightful

      It's not just you. I also find this "intelligence" in browsers annoying as hell. In Firefox, there's a search field right next to the address bar - don't they think I'd use that if I wanted to do a search?

      I'm sure a large part of the /. audience uses hostnames only. That's why we have domains in the DNS system, don't we? So I can put my home machine in there, too, and it knows that by "mail" I mean mail.lemuria.org and not mail.google.com
      And I most certainly don't want it to Google for "mail" - thank you, but I don't think you'll find my mail somewhere in the Google cache.

      --
      Assorted stuff I do sometimes: Lemuria.org
    8. Re:A couple of annoying things I've found so far by spyrochaete · · Score: 1

      You can also press CTRL-Shift-T to reopen the last closed tab, just like Firefox.

    9. Re:A couple of annoying things I've found so far by Deag · · Score: 2, Interesting

      And don't expect it to change. I find with google that once they release things. New features are not quick in forthcoming and giving users a multitude of options is not their style.

      It is pretty much take it or leave it. This is very evident with google talk, I liked the feel of it but eventually I just couldn't change one or two things that bugged me so I am not so fond of it now.

      That said I welcome a new browser to it all, the more the merrier, we don't want to slip back into the days of IE 6 being all that web developers targeted.

    10. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      Spanner->Options->Basics->Homepage, select "Open this page", and enter the URL you want.

      Again, that's only the "homepage", so that's when you click the homepage icon or when you initially start the browser first, if you open a new window or a new tab, it will still keep going back to that page.

    11. Re:A couple of annoying things I've found so far by AndrewNeo · · Score: 1

      If you want a colleague to use the browser, use the stealth feature. Unless, of course, you wanted to see where they went.

    12. Re:A couple of annoying things I've found so far by The+MAZZTer · · Score: 1

      You can change the new tab page URL. Check Options.

      Use CTRL+ENTER to never search for whatever you put in the omnibox, and have Chrome assume it's a .com URL.

    13. Re:A couple of annoying things I've found so far by The+MAZZTer · · Score: 1

      Am I missing something? Press CTRL+H in any browser and you get the exact same thing.

    14. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Dude, you can change it using "Options" > "Home Page".... You totally got bumped for misinformation. 2 seconds with the browser would have revealed this feature.

    15. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      Dude, you can change it using "Options" > "Home Page".... You totally got bumped for misinformation. 2 seconds with the browser would have revealed this feature.

      Thanks Dude.
      However, I'm not talking about the "home page". I am talking about if you open a new window or a new tab. That'll take you to that page each time.

    16. Re:A couple of annoying things I've found so far by lowlymarine · · Score: 1, Informative

      Want to see something that's _exactly the same_? Click "Show All History" from the Firefox "History" menu. Or open the "History" pane in IE. Unless you've been deleting your info recently, it should also be a long list of links you've visited. Surprise, surprise. And Chrome has a "Delete Private Info..." option in the menu, just like everyone else. And it deletes all of your history and cache, just like everyone else's. But that tinfoil headwear looks great on you, really.

    17. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      Thanks
      I've had to point this out a few times on here. Under options, you can change the "home page" which is the page that opens when you open the browser at first or click the home page icon.
      What I'm after is to change the page that is displayed if you open a new window or a new tab. Try Ctrl + t or Ctrl + n if you want.

      I wouldn't want it to assume it's a .com address as the server would be .com, it would be servername.myowndomain.topdomain.

    18. Re:A couple of annoying things I've found so far by Pulzar · · Score: 2, Informative

      The other thing that I personally find a bit annoying is that if you don't put http:/// in front of or / after a url that is within one of your search domains, it automatically assumes that you want to search the web for that

      It will also say something like "Did you actually want to go to http://domain/ instead?", and if you say yes, then it will go there in the future.

      I think I still prefer a separate search box, but let's see what I think after a few weeks. For now, I just love the speed and I'm willing to live without all the funky add-ons I have on Firefox for a little bit...

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    19. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      Yes. I actually saw that. And that's fair enough I suppose. Maybe that's the way most users will use it.
      But personally I'd much prefer it, like you say, in a separate search box.

    20. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Use it for a bit and you will see that behavior change. It is adaptive, once you visit a site a few times, it will no longer search for the partial name of the site as you are typing it in -- it will default to navigating to that site.

    21. Re:A couple of annoying things I've found so far by oyenstikker · · Score: 1

      DNS is still being used for exactly what it was designed for.

      --
      The masses are the crack whores of religion.
    22. Re:A couple of annoying things I've found so far by suggsjc · · Score: 2, Funny

      You want to see something even scarier?!?

      Simply press ctl-shift-home-alt-up-F4-F8-F12, tab twice, open and close your cdrom three times, hold scroll lock for 8 seconds, press crl-backspace, tab two more times and then click here.

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    23. Re:A couple of annoying things I've found so far by SanityInAnarchy · · Score: 2, Insightful

      It is pretty much take it or leave it. This is very evident with google talk, I liked the feel of it but eventually I just couldn't change one or two things that bugged me so I am not so fond of it now.

      At least they seem to like open standards. Google Talk uses Jabber, which means I can use any Jabber client, and even my own Jabber server on my own domain, to talk to anyone using Gmail.

      Same with this browser. If you really start to hate it, you can always use a different browser. Not so with, say, IE -- if you really start to hate it, there's still a fair chance that one site will force you to use it anyway.

      For that matter:

      we don't want to slip back into the days of IE 6 being all that web developers targeted.

      It kind of is that way now. It's incredibly rare that I find a bug that only exists on, say, Firefox, or Safari, or even Konqueror. It's incredibly common that I find a bug that only exists on IE6.

      So, while we don't only target IE6, it is still the only browser we have to jump through hoops for.

      --
      Don't thank God, thank a doctor!
    24. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Just add a "/" after host name.

    25. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Type server1/

    26. Re:A couple of annoying things I've found so far by gbjbaanb · · Score: 1

      that's what the awesome bar is for - the first time you use it, it hasn't a clue what you meant. So you type it all in manually http and all. Then it knows, next time you just type the hostname, it'll offer the full URL in the list of options (for when you have mail.lemuria and mail.google)

      This is one reason people don't like the bar when they first use it, but like it as it learns.

    27. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      > If a collegue wants to use a browser on your computer you might not want him to see a screenshot on your most viewed pages.

      So use incognito mode.

      > f you don't put http:/// [http] in front of or / after a url that is within one of your search domains, it automatically assumes that you want to search the web for that

      That's just the 'default', press down arrow a couple of times, the option you want is in the list.

    28. Re:A couple of annoying things I've found so far by joranbelar · · Score: 1

      You can change the default new page. Under Options > Basic Tab > Home Page, choose "Open this page" and type in an address to use (e.g. about:blank)

    29. Re:A couple of annoying things I've found so far by AdrocK · · Score: 1

      How is that any scarier that any other browsers history?

      --
      Those who can, do. Those who can't, teach.
    30. Re:A couple of annoying things I've found so far by rallymatte · · Score: 1

      No you can't!!
      That's the default "home page", not the default new window/new tab page!
      Feels like I'm going crazy here! No one is reading the earlier posts.

    31. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      There is a setting in the wrench that lets you change what tabs open at startup and what a new tab contains.

    32. Re:A couple of annoying things I've found so far by xouumalperxe · · Score: 1

      Yeah, it's pretty damned scary, but you got a key wrong along the way. It's F3, not F4. I mean, how can he click there after the key sequence you told him to press made him alt-f4 out of the browser?

    33. Re:A couple of annoying things I've found so far by FuturePastNow · · Score: 1

      You can't seem to change the default new page.

      It's right there in the freakin' options. You can choose to use the new tab page or open any page you want.
         

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
    34. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      You can't seem to change the default new page. For example, open up a new tab and you'll see recently closed tabs and most visited pages. If a collegue wants to use a browser on your computer you might not want him to see a screenshot on your most viewed pages.

      Try to browse the "settings" (that wrench on the right side of the OmniBar); you have a whole "Main page" section there for you to customize... You can even have a "Home" button on the bar! Amazing! OMGPONIES!

    35. Re:A couple of annoying things I've found so far by im_thatoneguy · · Score: 1

      It's under settings. Along with enabling the "home" button.

    36. Re:A couple of annoying things I've found so far by suggsjc · · Score: 1

      Two things. First, I definitely enjoy "badger'ing" people more than this silly rick-rolling fad. Second, the scariest part about it is that I'm sure at least one person tried to press that sequence of keys (possibly even getting someone else to help press them all).

      --
      When I have a kid, I want to put him in one of those strollers for twins and then run around the mall looking frantic.
    37. Re:A couple of annoying things I've found so far by rahultyagi · · Score: 1

      That is actually one of the more stupid things I have seen in a browser. Unless there is some setting options that I have missed, you really can't configure the new tab page to anything other than the default. The options allow you to make a "home page" and add a "home page" button on the address bar, but you really can't do anything for the new tab setting. Do they really think that I only let those people use my laptop who I don't mind knowing everything that I do?

    38. Re:A couple of annoying things I've found so far by Kagura · · Score: 1

      Very helpful! But I have my IME's "change language" button configured to CTRL+Shift. :(

    39. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Options > Basic > Home Page

    40. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      Not so with, say, IE -- if you really start to hate it, there's still a fair chance that one site will force you to use it anyway.

      Really? The only time I ever need to bust out IE is for a very small section of microsoft sites (activation of microsoft reader is the only thing that comes to mind and microsoft update are the only things that come to mind).

    41. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0

      You can't seem to change the default new page. For example, open up a new tab and you'll see recently closed tabs and most visited pages.

      That is not true, you can use Options -> Google Chrome Options, Basic tab Home Page you can specify a URL to open on a new tab instead of the recent visits.

    42. Re:A couple of annoying things I've found so far by Tubal-Cain · · Score: 1

      In Firefox, there's a search field right next to the address bar

      It's actually kinda conveniant. Google searches from the address bar and Wikipedia/Dictionary.com/Debian package searches (the less used ones) from the search bar.

    43. Re:A couple of annoying things I've found so far by Anonymous Coward · · Score: 0
  3. NetApplications shows 1% share by bunratty · · Score: 4, Informative

    According to NetApplications, Chrome has around 1% usage share. That's pretty good for a browser still only in beta.

    --
    What a fool believes, he sees, no wise man has the power to reason away.
    1. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 1, Funny

      Hell, gmail is still in beta. If that's any indicator, the beta period for Chrome will be a couple of years...

    2. Re:NetApplications shows 1% share by ftobin · · Score: 2, Insightful

      That's pretty good for a browser still only in beta.

      That's quite the understatement, considering the browser hasn't been live for even 24 hours yet!

    3. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 0

      As if any Google app will ever leave beta....

    4. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 0

      Maybe not. Lets wait for a few weeks and then see how popular it is. Because right now there are a lot of people out there (including me) who just install it and give it a test ride for a few hours to see how it stacks up. That doesnt mean that they will keep using it.

      Now in all probability by google track record they will capture a significant market share but I dont think we should put much into the statistics generated in the past few hours.

    5. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 0

      According to NetApplications, Chrome has around 1% usage share. That's pretty good for a browser still only in beta.

      It's pedigree suggests that it may be in beta for some time to come...

    6. Re:NetApplications shows 1% share by dotancohen · · Score: 1

      Hell, gmail is still in beta. If that's any indicator, the beta period for Chrome will be a couple of years...

      And according to my mailing lists, gmail has over 15% of the email market.

      --
      It is dangerous to be right when the government is wrong.
    7. Re:NetApplications shows 1% share by Velorium · · Score: 1

      Yeah, try for of only being out for less than a week as well.

    8. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 0

      "That's pretty good for a browser still only in beta."

      It's going to be in beta for the next 5 years

    9. Re:NetApplications shows 1% share by pbhj · · Score: 1

      [can't resist]

      IE is still beta, think they're at Beta8 now, they have huge market share.

    10. Re:NetApplications shows 1% share by omeomi · · Score: 1

      Well, judging from Google's other projects, Chrome will probably be in beta for the next 4 years...

    11. Re:NetApplications shows 1% share by notrandomly · · Score: 1
      Ignoring the fact that the numbers from Net Applications are useless for a second (they are actively manipulating their own numbers to show what they want them to show), Chrome is being very visibly pushed on the Google front page. That's one of the most powerful distribution channels there is. In addition to that, Chrome is all new and existing, so people want to give it a try.

      Let's wait for a few weeks when usage has stabilized a bit, and the come to a conclusion.

    12. Re:NetApplications shows 1% share by Anonymous Coward · · Score: 0

      0.9% of that was me changing my User-agent tag in lynx.

  4. Chrome Eval by Ethanol-fueled · · Score: 5, Insightful

    I tried it out on my XP box yesterday and I was very impressed with it, especially its speed, but a quick look through the options revealed that DNS prefetching is enabled by default.

    The show-stopper is(as of now) no NoScript/AdBlock! I've become spoiled with ad-free pages and seeing that first obnoxious flash ad was enough to convince me to keep FF as my browser of choice -- at least until a few plug-ins are made for Chrome.

    1. Re:Chrome Eval by zappepcs · · Score: 2, Insightful

      Wow, whoa, holy fuck batman... am I the ONLY person in the world to have thought about it before even downloading Chrome? meh, no adblock, fuckit, I'm not even gonna try it. Maybe when they support Linux there will be an adblock? If not, no problem because I have Firefox.

      Some folk act like Firefox is competing with Opera, IE, and others... I don't see it that way. Firefox as won, the others just don't yet realize it. The features in FF are so good IMO that I don't even want to 'try' Chrome to see what it is like. I'll wait for windows fanbois to review it.

      Yes, I realize that I sound like a FF fanboi, but this is not so. I just know a good tool when I use it. FF is not perfect, but I don't have the time to spend trying browsers looking for something that can compete with it.

      That said, I hope Google does well with Chrome. I'll wait for reviws. It doesn't seem like they wre aiming to get my business yet anyway.

    2. Re:Chrome Eval by Anonymous Coward · · Score: 0

      The show-stopper is(as of now) no NoScript/AdBlock! I've become spoiled with ad-free pages and seeing that first obnoxious flash ad was enough to convince me to keep FF as my browser of choice -- at least until a few plug-ins are made for Chrome.

      I wonder if the Google fork of Chrome will ever get adblock... I mean that's like building a business (Google's advertising) and then telling everybody on the street how to bypass your security (ablock).

    3. Re:Chrome Eval by colmore · · Score: 1

      I don't know. If this thing is supposed to be the monster app platform that it's touted as being, I don't see how they'd stop the development of a new AdBlocker without crippling their browser.

      But you just seem like the cynical type of person who clenches his face every time someone is happy about something.

      --
      In Capitalist America, bank robs you!
    4. Re:Chrome Eval by Ethanol-fueled · · Score: 0, Offtopic

      I don't have any problems with seeing Google's ads for, say, cheap auto insurance while running NoScript and AdBlock!

      But, no more courtesy clicks for Slashdot's ads until they get idle off the front page :)

    5. Re:Chrome Eval by Klaus_1250 · · Score: 2, Informative

      http://www.admuncher.com/. Works with every browser, including Chrome.

      --
      It only takes one man to change the Wisdom of the Crowd to Tyranny of the Masses.
    6. Re:Chrome Eval by Anonymous Coward · · Score: 0

      am I the ONLY person in the world to have thought about it before even downloading Chrome? meh, no adblock, fuckit, I'm not even gonna try it.

      Couldn't agree more. And I wonder what will happen when the great unwashed masses discover that they can easily block web ads -- which is why I promote Firefox with AdBlock and NoScript at every opportunity, to hasten the arrival of that day. Bwahahaha....

    7. Re:Chrome Eval by Anonymous Coward · · Score: 0

      I was just about to post here about the lack of Adblocker - I can't handle webpages with them anymore, so until I hear that they've got an add-on, I'm going to keep using Firefox.

    8. Re:Chrome Eval by heptapod · · Score: 3, Informative

      http://tech.slashdot.org/help

      Click "Sections"

      Find "Idle" and tick the radio tab under the 'no' sign.

      ???

      No more idle.slashdot.org on the front page!!!

    9. Re:Chrome Eval by Anonymous Coward · · Score: 0

      Son, you need priorities if you're happy about a new web browser. It's a great big world with lots of girls to kiss and you derive joy from the release of a web browser produced by a large corporation? How much did they pay you for your soul?

    10. Re:Chrome Eval by Columcille · · Score: 1

      I think the point was they won't be including adblocking capabilities. Whether others will develop it remains to be seen. I haven't heard any word from Google about the browser being extensible so this is something we might never see. Personally I see nothing in Chrome to rave about. It has a few nifty features - isolated tab processes is just a good idea - but nothing so groundbreaking that it will drag me from Safari and Firefox.

      --
      I love my sig.
    11. Re:Chrome Eval by Columcille · · Score: 1

      That day would also spell the end of the web. Most sites exist because of ad revenue, you know.

      --
      I love my sig.
    12. Re:Chrome Eval by lophophore · · Score: 1
      Yep. Same experience. I tried it and was amazed by the speed (pages seem to load much faster than FireFox), but without NoScript and AdBlock, I'm not gonna use it. Plus I'd miss the wonderful "WebDeveloper" plugin on Firefox, too.

      I'm waiting to see the battle royale between V8 and Spider Monkey too see which set of JavaScript optimizations win!

      The good news here is that because Chrome is open-source, everybody wins! With the possible exception of Microsoft.

      --
      there are 3 kinds of people:
      * those who can count
      * those who can't
    13. Re:Chrome Eval by truthsearch · · Score: 1

      I prefer to see ads so I can ignore those sites that use them in a particularly annoying way. If they are willing to annoy their users to get a few extra ad clicks they obviously aren't interested in my readership. This way the more obnoxious ads cause page views, and eventually revenue, to go down.

    14. Re:Chrome Eval by Anonymous Coward · · Score: 0

      Just use Privoxy for filtering the ads and all other kinds of tracking stuff. Works as a proxy and like a champ.

    15. Re:Chrome Eval by Anonymous Coward · · Score: 0

      yes, but that will eventually lead to the day when noone or very few ppl would be seeing ads, and that will be the day when Internet will start to sink! With no revenue stream everyone will be charging for their services or block the access to their sites/services to the ppl blocking ads! (so, maybe you should keep that possibility to yourself, because as long as more ppl are seeing ads than bloking them, you will able to to get all services free + ad fre)
      e
      I use firefox, but don't block ads. if you want to get sth free(service, information), it's not a problem to have a few ads on the page. they can be useful sometime too. especially google ads!

    16. Re:Chrome Eval by Anonymous Coward · · Score: 0

      You're retarded. I want everybody else to see ads, so I don't have to.

    17. Re:Chrome Eval by Pulzar · · Score: 1

      That day would also spell the end of the web. Most sites exist because of ad revenue, you know.

      No, it'll just spell the end of advertising on the web. People still need their information and their web sites, they just might have to pay for it.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    18. Re:Chrome Eval by NatasRevol · · Score: 5, Informative

      And only for Windows....

      --
      There are two types of people in the world: Those who crave closure
    19. Re:Chrome Eval by SpectreBlofeld · · Score: 1

      Dude, it's a browser in beta, less than 24 hours into its release. Of course it isn't gonna have adblock yet. It also happens to be open source, and I'm sure an adblock extention will be one of the first add-ons available. In the meantime, you can do what we all did for years before adblock existed: use a hosts file.

    20. Re:Chrome Eval by darrylo · · Score: 1

      Also, while Chrome is nice and fast, note that a future version of Firefox (3.1?) will have tracemonkey, which speeds up javascript. This might nullify some/much of the speed improvements of Chrome. The early numbers look good, but we'll have to see how it performs on actual pages.

      Chrome is interesting, but I'm sticking with FF3 for now -- I have a boatload of FF3 addons that I just need . Also, for the web sites that I use, I don't find Chrome to be significantly faster, and I'm using a middle-of-the-road, aging desktop (Intel E6600, 2.4GHz, 4GB RAM, using 800MHz FSB instead of 1066MHz). However, perhaps I'll reevaluate it next year, once it matures a bit more.

    21. Re:Chrome Eval by Anonymous Coward · · Score: 0

      A company that makes its living from ads will block ads? Doubtful.

    22. Re:Chrome Eval by arevos · · Score: 4, Insightful

      That day would also spell the end of the web. Most sites exist because of ad revenue, you know.

      Adblock does not, by default block Google text ads that appear alongside search results. Nor do I have any desire to block them, because they are often useful and relevant.

      The problem isn't with ads. The problem is the low signal-to-noise ratio for most online ads.

    23. Re:Chrome Eval by Hierophant7 · · Score: 2

      "Yes, I realize that I sound like a FF fanboi, but this is not so."

      Wrong. You are. You're just in a state of denial.

    24. Re:Chrome Eval by Anonymous Coward · · Score: 0

      +1 Funny

    25. Re:Chrome Eval by bloobloo · · Score: 1

      The cartoon specifically discusses plugins, and talks about the security concerns.

    26. Re:Chrome Eval by SanityInAnarchy · · Score: 2, Insightful

      Google made a name for themselves doing simple contextual ads. They've expanded their horizons since, but they're not going anywhere, so long as people with Adblock don't feel the need to filter text ads.

      And, really, now:

      they're paying good money for sites like Slashdot, 4chan and independent blogs to crow about how a fucking web browser is the third coming of Christ

      So who was paying for it when these same sites declared Firefox as the same?

      Has it occurred to you that an endorsement may actually just be that someone liked it, and not that they were paid off?

      --
      Don't thank God, thank a doctor!
    27. Re:Chrome Eval by D+Ninja · · Score: 1

      ...which is all Chrome exists for right now.

    28. Re:Chrome Eval by dash2 · · Score: 1

      He's on Slashdot... kissing girls is out of the question for him.

      And for you.

      And for me.

    29. Re:Chrome Eval by roman_mir · · Score: 0

      Firefox as won

      ...

      reviws

      ...

      wre

      - except for the obvious Netscape like hubris (the kind that was plaguing that company just before IE 3 and then 4 came out) I would say that the browser or your choice is eating some of your vowels and even an occasional consonant ;)

    30. Re:Chrome Eval by SanityInAnarchy · · Score: 1

      I prefer to see ads so I can ignore those sites that use them in a particularly annoying way.

      Well, you could also use a blocker which doesn't download the ads in the first place.

      This way the more obnoxious ads cause page views, and eventually revenue, to go down.

      I prefer to let ad views go down. That way, I'm further balancing the scales by also causing bandwidth.

      I tend to run my own filters, and my personal criteria is, anything that moves is blocked, especially Flash. Static images are fine. Moving images distract me from the actual content, and Flash also sucks down tons of CPU.

      Unfortunately, most Slashdot ads seem to be blocked now, through this process. After the first few times, I start blocking whole domains, and not long after that, I won't see any ads on that site at all.

      --
      Don't thank God, thank a doctor!
    31. Re:Chrome Eval by Anonymous Coward · · Score: 0

      You will probably never see an adblock derivative on the Google-branded version, considering the chunk of their revenue that comes from advertising.

      Give it a few days for an OS build with an adblock function to show up.

    32. Re:Chrome Eval by TheLostSamurai · · Score: 1

      Can someone please explain to me why I am currently browsing slashdot and several other ad heavy sites with Chrome but somehow I am not seeing any banner or flash ads at the moment? Seriously, the only ads that are showing up are google's text ads.

      --
      I am Jack's complete lack of surprise.
    33. Re:Chrome Eval by not+already+in+use · · Score: 1

      > I'm not even gonna try it.
      > The features in FF are so good IMO that I don't even want to 'try' Chrome to see what it is like.
      > Firefox as won, the others just don't yet realize it.
      > Yes, I realize that I sound like a FF fanboi, but this is not so.

      Riiiight. I don't usually trash other folks posts, but how this garbage scored +5, insightful is beyond me. This was probably the least insightful thing I've ever read. I've had more insightful and compelling literary experiences reading random youtube comments. But I digress.

      I don't get the adblock argument. Chrome is open source and has plugin support. Did you expect google to subvert their customers by creating the plugin THEMSELVES? I give it less than a week before an adblock equivalent is released for chrome.

      --
      Similes are like metaphors
    34. Re:Chrome Eval by dash2 · · Score: 1

      I would rather get them for free and cope with the mildly annoying ads. Effectively, once you use adblock, you freeride on the other people who haven't installed it. That's fine, it's your freedom, but when too many people install it, the website will close or go to pay-only.

      At the moment, adblock is there for the few who care to search it out, and they get free, adfree information. Nice deal. Don't break it.

    35. Re:Chrome Eval by sootman · · Score: 2, Interesting

      I've been using Firefox on Windows since it was called Phoenix 0.2 (though I spend most of my time now in Safari on a Mac) and have never installed AdBlock. Why? Because an ad-blocking /etc/hosts file does most of the work AND works on all browsers on the machine. It's not perfect but it's very effective and I'm always amazed at how many ads my most-visited sites have whenever I view them on someone else's machine.

      Here's a review from a non-Windows fanboi: Chrome's performance absolutely kicks ass. Sure, I had to boot my Windows box to see it, but I am thoroughly impressed so far. And I'm sure I'll be more impressed the more time goes by if their "it won't get painfully slow over time" claim is true. I can't wait 'till the OS X version is out. (Though my true hope is for Apple to say "Holy crap! This is a great idea! We'll use this as the basis for Safari 5!")

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    36. Re:Chrome Eval by camperdave · · Score: 1

      While I am curious about Chrome, I'm not curious enough to be bothered to take the time to download it. I will sit in the Firefox bleachers with a box of Cracker Jacks and watch the mayhem being played out. Once the field has cleared and the dust settled, I'm confident Firefox will have prevailed.

      --
      When our name is on the back of your car, we're behind you all the way!
    37. Re:Chrome Eval by david.given · · Score: 1

      The show-stopper is(as of now) no NoScript/AdBlock! I've become spoiled with ad-free pages and seeing that first obnoxious flash ad was enough to convince me to keep FF as my browser of choice -- at least until a few plug-ins are made for Chrome.

      Absolutely. I've been experimenting with Privoxy but it's just not as convenient and as easy to use as Adblock Plus with an subscription.

      Are there any other adblocking proxies I can have a try with? As simple as possible, preferably...

    38. Re:Chrome Eval by Anonymous Coward · · Score: 0

      I can understand why you don't have time to try other browsers. You apparently haven't had time to learn proper grammar, capitalisation, punctuation or spelling. Nor have you had time to run Firefox's built in spell checker over your posts.

      As for your argument? Well you sound exactly like many 14 year old Internet Explorer users when Phoenix first came out.

    39. Re:Chrome Eval by Falesh · · Score: 1

      Some folk act like Firefox is competing with Opera, IE, and others... I don't see it that way. Firefox as won, the others just don't yet realize it.

      FF hasn't won for me. Personaly I like Opera for, amongst many other things, its browsing, email and irc.

    40. Re:Chrome Eval by digital_rich · · Score: 2, Informative

      and it cost 25 bucks.

    41. Re:Chrome Eval by gbjbaanb · · Score: 1

      I thought adblock downloaded the ads but didn't display them? If so, the advertisers can happily continue to send ads down the wires to me and think that I'm happily watching them. And, don't forget, making me pay for them in increased cost of the products I do buy.

      And yes, you still get text ads, and affiliate links so properly done, un-intrusive advertising will still work.

    42. Re:Chrome Eval by rdradar · · Score: 1

      And you think Google will add it? Just think a bit and you figure out why they wont :)

    43. Re:Chrome Eval by bestinshow · · Score: 1

      To be honest, using Chrome is a far better experience than using Firefox.

      But it is a beta still, and it is lacking features - you have to use a proxying ad blocker at the moment, for example.

      However I am sure that it won't take a long time for FlashBlock, AdBlock, Mouse Gestures to arrive.

      At the moment Chrome is great for casual users who currently use IE, and for browsing JavaScript heavy sites. It also has Safari's lovely text box resizing.

    44. Re:Chrome Eval by Jugalator · · Score: 1

      With "features in FF", I assume you mean "features in FF extensions"? Because a bare bones FF is anything but truly remarkable when you compare it with the competition. My point with this is that if Chrome adds extension support, or Opera does in e.g. version 10, and a sizable crowd starts developing a dozen of varying "killer extensions", then I don't see FF as at all having any special edge.

      Right now, what I think is helping FF tremendously is its extension support, combined with that it was the first widely available open source browser that didn't try to be something else.

      --
      Beware: In C++, your friends can see your privates!
    45. Re:Chrome Eval by Columcille · · Score: 1

      Plugins are different. Flash is a plugin. Adblock is an extension. Perhaps Google will just call it all plugins but until I see a clarification I'll assume plugin means plugin. The comic seems to make that plainer by what it says about plugins - they operate within the tab so if the plugin in one tab crashes the plugin in another tab keeps on going. This is not an extension. It is talking about things like flash.

      --
      I love my sig.
    46. Re:Chrome Eval by zappepcs · · Score: 1

      Grammar Nazis are droll. That said, you missed the part where Chrome is Windows only. Some of us would have to install Windows to try it out. I can't quite believe the spin it's release generated as it seems something akin to the line sitters waiting for an iPhone.

      In less than 24 hours there are dozens of reviews, and a growing list of fanbois. From the first 'secretly' released screen shots I could see it lacked features and was not going to work on Linux. Just what in the hell is there to be getting excited about? Yes, I realize there are many people who use Windows still, so it works for them. That's great, really. I'm just saying that some of us are sitting here, between yawns, wondering why there is such a spin-storm over this browser? Call me when the features are available, and it has a Linux port, mmkay?

      I don't buy diesel fuel, no matter which gas station is giving it away. I don't have a diesel fuel vehicle.

      I wish I could be more like the technology lemmings, truly I do. I have seen just how much owning an iPod has improved the lives of people who bought one. I'm mean, that's like a get out of hell free card, right? If the Fonz had been able to get an iPod, the world would be a radically different place today, Elvis might still be alive too.

      It's just ridiculous to get all spun up over Chrome. In point of fact, I was disappointed. I like Google as much as anyone, but Windows only? Seriously? WTF?

    47. Re:Chrome Eval by Columcille · · Score: 1

      Perhaps, but I thought it was the other way around. Either way, ad makers don't care about you seeing their ads. They want you clicking their ads and buying their products. One way I justify using adblockers is because I have never, ever clicked an ad to buy a product. I am unlikely to start now.

      --
      I love my sig.
    48. Re:Chrome Eval by Klaus_1250 · · Score: 1

      I've been using it for several years and as far as I am concerned, it is one of those apps which is worth the money. But your mileage may vary, especially if you use FF and Adblock exclusively. The only downside of Admuncher is that its programmers are perfectionists (it originally was, and largely still is I think, written in assembler (!) ), which means development is slow. Hardly no bugs and it really blocks ads very well, but it does miss some features I would like to see.

      --
      It only takes one man to change the Wisdom of the Crowd to Tyranny of the Masses.
    49. Re:Chrome Eval by dotancohen · · Score: 2, Informative

      Adblock does not, by default block Google text ads that appear alongside search results.

      Adblock does not, by default block anything. It's the libraries that you add to ABP that block things, and the things you add yourself.

      --
      It is dangerous to be right when the government is wrong.
    50. Re:Chrome Eval by Anonymous Coward · · Score: 0

      Just like Chrome then, for the moment. I'm sure by the time there's a Linux/Mac release, someone will have looked through the open source and released some sort of filtering plugin.

    51. Re:Chrome Eval by Anonymous Coward · · Score: 0

      You know, Opera has ad-block. Built in. That's right, no plugins to install, it just... works. In fact, most of the features Firefox 3 boasts were in Opera for quite some time.

      That said, Chrome is still an excellent browser, as far as I can tell.

    52. Re:Chrome Eval by Dixie_Flatline · · Score: 0, Redundant

      No, you do sound like a fanboi. I don't care about adblock. Ads just don't bother me in the least. I actually can't stand Firefox. There are enough things that are annoying about it that I only use it on occasionally for compatibility reasons. Actually, make that 'used'. I'm using Chrome right now as my 'compatibility' browser. I'm still using Opera on Windows as my main browser. I use Safari on my Mac, because Opera sucks for OS X. :/
      (Similarly, Safari sucks on Windows. :/)

    53. Re:Chrome Eval by krelian · · Score: 1

      They started with an ad based business model first but it didn't work out.

      Here is the future of the internet for you ad blockers!

    54. Re:Chrome Eval by luis.neves · · Score: 1

      Are there any other adblocking proxies I can have a try with? As simple as possible, preferably...

      I like bfilter, have you tried it?

    55. Re:Chrome Eval by Mascot · · Score: 1

      I tried using Chrome on my work PC. It was utterly useless. Not because of Chrome, but because of the lack of a flash/adblocker.

      Any page I went to typically had at least a handful of flash ads. It sucked up every last bit of CPU that poor machine has. The only way to be able to comfortably scroll a page in Chrome was to pop up the task manager and kill the flash plugin. Unfortunately, it loads it again when clicking a link.

      Even if flash performance had been liveable, I've been using adblocker for so long it was really difficult to get any reading done with all those distractions.

      I don't mind ads in general. I don't filter text ads. But good grief, those freaking animated flash ads have just got to go.

    56. Re:Chrome Eval by arevos · · Score: 1

      Adblock does not, by default block anything. It's the libraries that you add to ABP that block things, and the things you add yourself.

      You're probably right. I use Adblock Plus, which does provide a default option for the filter subscription part of the wizard that runs after you install it.

    57. Re:Chrome Eval by Phroggy · · Score: 1

      Yes, I realize that I sound like a FF fanboi, but this is not so.

      No, you sound like an AdBlock fanboi. If that's the most important feature to you, then Chrome won't be your default browser for a long time, but that doesn't mean it's not worth playing with just to see how it works. Also, please understand that many people aren't seriously bothered by ads, or have other solutions (I block a lot of ads in my proxy server, which is not browser-dependent).

      For a lot of people, the most important feature isn't ad blocking; it's speed, or stability, or W3C standards compliance, or a minimal UI that doesn't take up much screen real estate. Chrome seems pretty good at all of these. For other people, it's customizability, or debugging tools, or compatibility with sites designed for IE, or the ability to run third-party add-ons. For some people, the most important feature is having a blue letter "e" for an icon. Chrome won't satisfy these people for awhile, and that's OK, because other browsers do.

      It doesn't seem like they wre aiming to get my business yet anyway.

      No, they weren't. They're aiming at people who are dissatisfied with their browsing experience, who perhaps don't even realize how dissatisfied they are. A few of these will be Firefox users, but the majority will be IE users.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    58. Re:Chrome Eval by Anonymous Coward · · Score: 0

      This is Slashdot, there can be only one choice for anything. KDE/Gnome, IE/Firefox/Other, MP3/OGG, Vi/Emacs, Eclipse/KDevelop, etc. The ones that I do not use need to close up their projects and work for the ones I deem the winner. You'll never convince these sort of fanboys of anything else.

    59. Re:Chrome Eval by johnny0099 · · Score: 1

      For the time being my host file is working great. Now if I could just get off this f*ckin' XP...

      --
      Get your dogma outta my yard!
    60. Re:Chrome Eval by fatcop · · Score: 1
      Aside from being an avid FF AdBlock user myself ....

      In Chrome, what if the viewer then clicks on the link from a Google text ad but all the ads on the destination advertisers site are blocked. Surely Google's responsibility is at least not to encourage or outright build in an ad blocker that blocks the full ads on the website the advertiser paid Google to bring the viewers too in the first place !

    61. Re:Chrome Eval by Anonymous Coward · · Score: 0

      Why not just skip over it and move on with life, instead? You seem to be quite worked up for some software you don't want to use. Slashdot isn't a Linuxdot.

      That said, Windows needed a better web browser. I don't even use that many extensions, and often I would close and restart Firefox before going on to the next site I wanted to visit. Using 150MB of RAM to view simple web sites in 20-30 minutes, not even any fancy shmancy Flash stuff? Chrome is significantly faster at bringing up my pages so I can start reading them. That's what matters for me.

    62. Re:Chrome Eval by ChrisA90278 · · Score: 1

      "The show-stopper is(as of now) no NoScript/AdBlock! I've become spoiled with ad-free pages"

      There are other ways to block ads. I run an HTML proxy server that also funtions to remove ads and other "junk". The proxy allows me to run any browser I want. If you have several computers the proxy works even better because it can block ads for an entire LAN and also cache common content.

    63. Re:Chrome Eval by FishWithAHammer · · Score: 1

      So instead of relatively small, relatively easy-to-ignore ads (note I'm not talking about the monstrous screen-grabbing Flash abortions), the idea is to drive webmasters to a subscription model. How brilliant.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
    64. Re:Chrome Eval by Anonymous Coward · · Score: 0

      The problem isn't relevance of ads - at least not for most people I know. It's also not that they are noisy blinking rubbish. I personally don't even care about them crashing the browser. What I really care about is the following: 90% of all ads get loaded from SLOW 3rd party servers. And for whatever reason, browsers still behave like 1990 and wait for them to load before the page is displayed. I don't have that much time ;-)

    65. Re:Chrome Eval by ozphx · · Score: 1

      Tabs in processes make me kinda sad. IE8 is going down that path too.

      It kinda strikes me as an admission of "Hey, we suck at teh coding! But its ok, the memory leaks will die along with the process."

      Sure this pattern works great for webservers - but I'd like to think a browser should be able to run a scripting environment without sucking cocks.

      --
      3laws: No freebies, no backsies, GTFO.
    66. Re:Chrome Eval by Pulzar · · Score: 1

      Well, what can you do, people don't like ads. People have tried software that supports itself with ads, and it generally didn't work out. People would rather pay $20/$30 and have a better experience.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    67. Re:Chrome Eval by Anonymous Coward · · Score: 0

      Good. That's exactly the law of supply and demand in action. I couldn't care less for sites that have annoying full screen flash adds that cover up everything and force you to click a moving 'X' to close the add. I want promoters of such adds to die. If they're not capable of dealing with it then that's just too fucking bad for them. Other, smarter advertisers will take their place.

    68. Re:Chrome Eval by lennier · · Score: 2, Insightful

      Being noisy blinking rubbish is EXACTLY my problem with ads, especially Flash ads. So not Adblock for me, but Flashblock.

      When I have to use IE (or Chrome) I wince. All those huge Flash ads! I can't concentrate on reading a page when there's about 100 square centimetres of mini-movie playing right next to it.

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
  5. I'll stick with Firefox by Massacrifice · · Score: 5, Insightful

    Really, I still don't see why I'd have to switch from FF3 to this new browser, free or not. I mean, once you get rid of IE's security hole and MS lock-in web technology, a browser's a browser, right?

    I understand that Google want to have their own, but the established base of Firefox, with its plugins and extensions beats all for now, from a desktop user perspective.

    I'll let the hype pass before I have a look.

    --
    -- Home is where you eat your heart out.
    1. Re:I'll stick with Firefox by Tribbin · · Score: 5, Insightful

      1. The memory tool that displays per-tab mem usage.
      2. Sensible memory management.
      3. Fast?
      4. Sandboxed tabs.

      --
      If you mod this up, your slashdot background will turn into a beautiful sunset!
    2. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      No "home" button.

      Seriously. How the fuck can you release a browser without a base functionality that is expected by every person who has used one to date.

      BRAVO!

    3. Re:I'll stick with Firefox by Anonymous Coward · · Score: 1, Interesting

      Why switch from FF3? The browser itself is seriously faster, not to mention the JavaScript VM. And I'm not saying about any points or benchmarks, you notice it in an instant.
      It also spawns a new process for each tab which is extremely useful for all those flashes or webpages that seem to freeze your browser. Now, only one tab will be freezed.
      These are (imho) the biggest improvements in Chrome, over FF3. The rest is pretty cosmetic, usability, stuff taken from all the other browsers and made good or better.

      And yet, addons (adblock) are something that makes FF3 my browser of choice. At least for the moment, until Chrome Extension API is released and some nice addons (including something like adblock) are developed.

    4. Re:I'll stick with Firefox by Vexorian · · Score: 1

      As long as it doesn't have a noscript equivalent all the speed on earth wouldn't convince me to use it.

      --

      Copyright infringement is "piracy" in the same way DRM is "consumer rape"
    5. Re:I'll stick with Firefox by Merlin42 · · Score: 4, Insightful

      Honestly how often do you actually use the home button?

      I can't remember the last time I clicked it.

    6. Re:I'll stick with Firefox by creepynut · · Score: 3, Informative

      It's not on by default, but check out the options. On the Basics tab "Show home button on toolbar"

    7. Re:I'll stick with Firefox by yoyhed · · Score: 1

      1. Who's homepage isn't set to Google anyway? (You can just type in the address bar to search Google) 2. You can turn on the Home button in Options.

      --
      WHO NEEDS SHIFT WHEN YOU HAVE CAPSLOCK/ DAMN1
    8. Re:I'll stick with Firefox by Merlin42 · · Score: 1

      I haven't tried it yet, but the sandboxed tabs sounds like an awesome idea.

    9. Re:I'll stick with Firefox by D+Ninja · · Score: 1

      I'll let the hype pass before I have a look.

      I can't say I understand this comment.

      Why not just look at it yourself right now and decide for yourself if the hype is worth it?

    10. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      No awesome bar?

      Though it sounds like google's bar is pretty "awesome", too. :(

    11. Re:I'll stick with Firefox by R2.0 · · Score: 3, Insightful

      "No "home" button.

      Seriously. How the fuck can you release a browser without a base functionality that is expected by every person who has used one to date."

      Funny - not only do I set "Home" as a blank page, I remove the home button from the toolbar. All it is is another bookmark. I could see the point where a person would want to return to the same site periodically throughout the day, but with tabbed browsing it's irrelevant - I just leave a tab open.

      My guess is that user research showed that very FEW people use the Home button on a regular basis, and so Google didn't turn it on by default.

      --
      "As God is my witness, I thought turkeys could fly." A. Carlson
    12. Re:I'll stick with Firefox by Atlantis-Rising · · Score: 1

      Who's is? All the PCs I administer and have set up have their homepage set to 'about:blank'. There's a search bar in the top right-hand corner of the browser; I'll use that if I need to search. There's no reason to load google or any other search engine prematurely.

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    13. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Mine's set to the company's link page, that has a Google search bar, but also all our various sites, monitor pages, management interfaces, etc. At Home mine goes to the local Newspaper so I can see if anything important has happened. Why would you set your home page to Google when most browsers now have a search bar that goes right to Google? If you want speed for start up, at least set it to blank.

    14. Re:I'll stick with Firefox by dargon · · Score: 1

      There is a checkbox in the options to turn on / make visible the home button

    15. Re:I'll stick with Firefox by Attrition_cp · · Score: 1

      Bravo yourself for missing the 'Show Home button on the toolbar' check box in the options, under Basics.

      --
      Touched By His Noodley Appendage.
    16. Re:I'll stick with Firefox by gparent · · Score: 1

      I have it set to my speed dial on Firefox.

    17. Re:I'll stick with Firefox by Awptimus+Prime · · Score: 2, Insightful

      I'll let the hype pass before I have a look.

      As will I, for two reasons:

      a) No Linux version

      b) The source code and the binary release are brand new, and too much of the code is "new" with no track record of being exposed to devious people. It's quite possible for someone to find a nifty security flaw and create a bit of chaos prior to it being evident as to what happened.

    18. Re:I'll stick with Firefox by vikstar · · Score: 1

      3. Good question, the answer is no. Opera is fast, Chrome hangs like Saddam Hussein whenever I try to use youtube... after which I stopped using it due to Chrome being so damn slow. I'd prefer to use Firefox for the speed... and that's saying something.

      --
      The question of whether a computer can think is no more interesting than the question of whether a submarine can swim.
    19. Re:I'll stick with Firefox by Tumbleweed · · Score: 4, Informative

      1. The memory tool that displays per-tab mem usage.
      2. Sensible memory management.
      3. Fast?
      4. Sandboxed tabs.

      As far as I'm concerned, point 4 is the killer feature for me of Chrome. I won't use it as my default browser until several of my must-have extensions are availble for it (via Google Gears, I assume), but that's the kind of infrastructure planning that's hurting Firefox in a big way. Adobe's buggy Flash player shouldn't be ABLE to crash the browser, or even temporarily lock it up! The Flash specs are all open now, so hopefully one of the open source projects will soon be able to update everything they couldn't reverse engineer and get something decent out the door, but if not, Chrome will surely mature within a few months to have most of the functionality I need on a MUCH better thought-out platform than FF.

    20. Re:I'll stick with Firefox by nine-times · · Score: 1

      Really, I still don't see why I'd have to switch from FF3 to this new browser, free or not

      Well I don't think anyone is saying you "have to switch". But like you say, a browser is a browser. So long as browsers and implementing standards, we should all be able to look at the same pages on our own browser of choice, and not worry about it.

      And after all, different strokes and all that. You may like Firefox, someone else might like something else.

    21. Re:I'll stick with Firefox by Inda · · Score: 1

      Click the Home button? All the time. Maybe ALT+ENTER if I'm in keyboard only mode. Home is Google with a ton a RSS feeds.

      --
      This post contains benzene, nitrosamines, formaldehyde and hydrogen cyanide.
    22. Re:I'll stick with Firefox by pjt33 · · Score: 1

      I have my home page configured as a list of bookmarks. It's slightly more effort to maintain than a proper list of bookmarks, but it's trivial to back up or to shuttle between computers. I probably use it a few times a day.

    23. Re:I'll stick with Firefox by slim · · Score: 1

      I never use the home button.

      But if you want it:
        - spanner
        - options...
        - Basic
        - "Show home button on the toolbar"

    24. Re:I'll stick with Firefox by Mordok-DestroyerOfWo · · Score: 4, Funny

      Worst "profit" joke ever.

      --
      "Never let your sense of morals prevent you from doing what is right" - Salvor Hardin
    25. Re:I'll stick with Firefox by Lumpy · · Score: 1

      Every 2 hours. I have a custom page of links for work projects, the CRM, etc.. as well as showing me the number of VM I have and the current top 5 warnings in the log on every server as well as the newest trouble tickets entered into the system.

      --
      Do not look at laser with remaining good eye.
    26. Re:I'll stick with Firefox by slim · · Score: 1

      Adobe's buggy Flash player shouldn't be ABLE to crash the browser, or even temporarily lock it up! The Flash specs are all open now, so hopefully one of the open source projects will soon be able to update everything they couldn't reverse engineer and get something decent out the door, but if not, Chrome will surely mature within a few months to have most of the functionality I need on a MUCH better thought-out platform than FF.

      Well, Chrome already supports the Flash plugin, but alas, in order to support (a subset of) Mozilla plugins, Google had to allow plugins to pierce the sandbox walls.

      The comic suggests that a small amount of effort from plugin developers will allow them to play nicer.

      The other hope is that this becomes a browser arms race that leads everyone to improve. Firefox gets better, simply because Chrome exists.

    27. Re:I'll stick with Firefox by SanityInAnarchy · · Score: 1

      It could use some adblock, but I don't think noscript applies as much, with the tabs so thoroughly sandboxed, and the resource control stuff -- you can actually see how much CPU a given tab is using.

      I must be missing something, then -- what's the use case for noscript?

      --
      Don't thank God, thank a doctor!
    28. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      1. werd
      2. werd
      3. WIZZERD
      4. werd

    29. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Lol @ these posts.
      "Completely useless. I'll never need it. I won't even try it.

      ...

      I'll download it later."

    30. Re:I'll stick with Firefox by photon317 · · Score: 1

      Because its javascript performance is through the roof compared to every other browser. Or because tabs are separate processes, meaning one misbehaving website doesn't kill your whole long-running browsing session with 20 tabs open. Or because they're being even more innovative than FF with address/search input box functionality.

      --
      11*43+456^2
    31. Re:I'll stick with Firefox by Moebius+Loop · · Score: 1

      I actually use the home button constantly. I don't like new windows to auto-load my home page (an old habit from lower-bandwidth days), but I do read my home page (a feed aggregator) constantly throughout the day.

      I would definitely miss the home button, but I'm sure bookmark bars and the like could be a reasonable substitute.

      --
      have you been seen on slash?
    32. Re:I'll stick with Firefox by Jugalator · · Score: 1

      I tend to have the home button set to a search engine or some portal-ish page, but yeah, when it comes down to it, the home button is actually just a hyperlink. Nothing more. It's a button which follows a link. It could just as well simply be a bookmark in the toolbar.

      --
      Beware: In C++, your friends can see your privates!
    33. Re:I'll stick with Firefox by RobBebop · · Score: 1

      Honestly how often do you actually use the home button?

      When I want to fill out my timecard at the end of a workday or read the latest announcements from my company. Oh, also when I need to quickly load a page that looks work-related.

      You could argue that this could be made one of my bookmarks... but I like having it be special instead of wasting its functionality.

      --
      Support the 30 Hour Work Week!!!
    34. Re:I'll stick with Firefox by tknd · · Score: 1

      Just because you don't use it doesn't mean the rest of the world doesn't.

      Other examples: I never use the "down arrow" for the drop down URL list on the URL bar, but my dad uses it and a bunch of other people and whenever that list gets emptied out for whatever reason, he gets frustrated.

      I never use the back button because I always use a mouse with a thumb button. Even if I don't have a mouse with a thumb button I use "alt+left" to go back.

      I never use the "new tab" button because I always use ctrl+t.

      Interface customization is an obvious point that many users will get frustrated with especially when the default interface is missing something or does not function how the user expects. Sure, in many cases the defaults are usually good enough or most of the battle. But the last part will come from customization. That's why you will see people going back to firefox and others.

      Oh yeah, and the Chrome comic is another Google brain-fart. Not only is it dry as a bone for a comic, but it also doesn't adhere to the "back" "forward" buttons because each page is flipped with javascript. Anyone that thinks a "comic" should be used to convey the technical reasoning for developing a new browser needs to be shot.

    35. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      1.) Odd reasons for using Firefox in the first place ("once you get rid of IE's security hole and MS lock-in web technology").
      2.) Individuals have preferences, and there are far more than one individual in the demograph of 'desktop users'. I personally (for various reasons) have no interest whatsoever in running FF3... But Google Chrome fits my needs quite well.

    36. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      It has a home button. Just turn it on in preferences.

    37. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      It has a home button, you just need to enable it (this was one of my gripes also)

      In options --> basic tab --> homepage section --> Show home button on toolbar

      and to the person below...the home button is probrably my most clicked button

    38. Re:I'll stick with Firefox by sdhankin · · Score: 1

      There must be something wrong with your installation. Chrome is significantly faster the FF3 for me, and I have no trouble whatsoever watching YouTube videos.

    39. Re:I'll stick with Firefox by Tumbleweed · · Score: 1

      The other hope is that this becomes a browser arms race that leads everyone to improve. Firefox gets better, simply because Chrome exists.

      Ahh, the Code War returns! "Give me a ping, Vasily. One ping, only."

      Yeah, it's not like IE was pushing FF to get any better. :)

    40. Re:I'll stick with Firefox by shish · · Score: 1

      Until you made that comment, I wasn't even aware my browser had a home button, that's how much I used it -- now that you've pointed it out, I'm going to disable it to have more space for useful things; thanks :-)

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    41. Re:I'll stick with Firefox by mini+me · · Score: 1

      How the fuck can you release a browser without a base functionality that is expected by every person who has used one to date.

      Safari doesn't have a home button (by default) either.

    42. Re:I'll stick with Firefox by brentonboy · · Score: 1

      The big missing feature is zoom. Firefox 3 can resize a page so my mom can read it without completely destroying the layout. Chrome still resizes the old way...

    43. Re:I'll stick with Firefox by Phroggy · · Score: 1

      No "home" button.

      There's an option in Preferences to show a Home button.

      Safari also doesn't show the Home button by default; go to View/Customize Toolbar to add it there.

      Seriously. How the fuck can you release a browser without a base functionality that is expected by every person who has used one to date.

      You've apparently misjudged what a large number of browser users consider to be "base functionality", if two (out of four) major browser vendors are turning it off by default. Fortunately, it's still available for those of us who live outside the middle of the bell curve.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    44. Re:I'll stick with Firefox by Phroggy · · Score: 1

      Honestly how often do you actually use the home button?

      I can't remember the last time I clicked it.

      Some of us have useful home pages, but most people don't bother setting their home page to anything more interesting than Google's search page. If all you're going to use as your home page is a Google search, and you can do a Google search from the address bar (or a dedicated search box), why would you bother clicking the Home button before typing your search terms?

      There's a huge number of people who have never changed their home page from MSN. They don't understand that you can, don't understand why you would, and don't understand what happened to it if you change it for them. When installing Firefox, I often change the home page to MSN, because I know certain users will switch back to IE if I don't.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    45. Re:I'll stick with Firefox by blind+biker · · Score: 1

      I agree with some other posters: sandboxed tabs is gold.

      Shows that Chrome had good design from the ground up.

      --
      "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
    46. Re:I'll stick with Firefox by Matt+Perry · · Score: 1

      1. The memory tool that displays per-tab mem usage.
      2. Sensible memory management.
      3. Fast?
      4. Sandboxed tabs.

      And all of that is meaningless if it won't run my applications (Zotero, AdBlock Plus, Slashdotter, digger, DownThemAll, GmailManager, Dictionary Tooltip, etc.)

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    47. Re:I'll stick with Firefox by k1e0x · · Score: 1

      The techno-blogs are on fire right now saying "This hurts Firefox, or This hurts Microsoft" .. like they are rooting for some kind of baseball team.. but in reality the people that use the web will win out with greater competition and more ideas floating around. I wish people would understand that.. it's like a duopoly model that exists so much in business today blinds people to the fact that more competition is a good thing and overall everyone will win.. I don't think they can see that and they feel they need to cheer on their team, because they will "loose" if another company "wins".

      Competition means people people win. So three cheers for Chrome, even though I'll be continuing to use Firefox for now.

      --
      Bringing liberty to the masses. - http://freetalklive.com/
    48. Re:I'll stick with Firefox by slim · · Score: 1

      Oh yeah, and the Chrome comic is another Google brain-fart. Not only is it dry as a bone for a comic, but it also doesn't adhere to the "back" "forward" buttons because each page is flipped with javascript. Anyone that thinks a "comic" should be used to convey the technical reasoning for developing a new browser needs to be shot.

      I agree about the Google Books UI, but the idea of using the comic book medium is brilliant. Sure, it's dry for a comic, but it's a lot less dry than the same content presented in a more traditional manner.

      The professional designers at Design Less Better had things to say about the idea.

    49. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      I'll let the hype pass before I have a look.

      Why? It doesn't get cheaper later on. There's no line-up outside the building. The "hype" is on the web not in the browser, and obviously you're reading discussions threads about it anyway.

      Are you saying this to show you're "cool" somehow? Like the sort of twit who goes to a cafe to pointedly be seen ignoring everyone else?

    50. Re:I'll stick with Firefox by howlingmadhowie · · Score: 1

      unfortunately flash players still have to be reverse engineered in a cleanroom. this makes progress slow because it is difficult to find developers who have never used flash.

    51. Re:I'll stick with Firefox by Tumbleweed · · Score: 1

      Not really - Flash is now completely open sourced (this happened months ago).

      The ones that had been working on it before that happened seemed to get stuck at Flash 7 compatability, but they should have no troubles now, I'd think.

    52. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      5. Won't install on Windows 2000.

    53. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Well you obviously don't have a well chosen homepage then.

    54. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Wait, what the hell's a "home" button?

    55. Re:I'll stick with Firefox by jericho4.0 · · Score: 1

      Speed.

      --
      "A language that doesn't affect the way you think about programming, is not worth knowing" - Alan Perlis
    56. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      You know you can program the 'Home' button to go to any url you choose. It even gets a keyboard shortcut. I have mine pointed to a page with links to all my server documentation, the web sites i'm working on, and a weather mash-up. I hit the 'home' button a couple times a day.

      Why would you not use such a feature?

    57. Re:I'll stick with Firefox by howlingmadhowie · · Score: 1

      have a look at this: http://www.youtube.com/watch?v=zoNvsiBTQDE

      It is an interview with the project leader of gnash who explains how the 'open sourcing' of flash did nothing to make writing a replacement legally easier. (the irony is not lost on me that the video is only available in flash format)

    58. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Honestly how often do you actually use the home button?

      I use it very often. I tend to park my browser on my home page. My home page has my bookmarks and access to other pages that I frequent. So for me this a show stopper.

    59. Re:I'll stick with Firefox by Anonymous Coward · · Score: 0

      Note that you CAN crash Chrome. Try typing "about:%" in the address bar. The entire browser crashes before you even see the %.

    60. Re:I'll stick with Firefox by js_sebastian · · Score: 1


      4. Sandboxed tabs.

      As far as I'm concerned, point 4 is the killer feature for me of Chrome. I won't use it as my default browser until several of my must-have extensions are availble for it (via Google Gears, I assume), but that's the kind of infrastructure planning that's hurting Firefox in a big way. Adobe's buggy Flash player shouldn't be ABLE to crash the browser, or even temporarily lock it up!

      Sandboxing is about security (not allowing addons to do things they shouldn't be doing).
      If you RTFC (read the f***ing comic) you'd know that plugins cannot be sandboxed at the moment. So while adobe flash plugin can only crash one tab, a vulnerability in the flash plugin can still compromise your machine.

  6. Chrome is spyware! by Anonymous Coward · · Score: 5, Interesting

    Install it and 'Google Update' is silently installed along with it with no apparent way of turning it off besides regedit/msconfig. So much for "Don't be Evil".

    1. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      They dropped that whole 'Dont be Evil' thing long ago. They're just as bad as most other large companies, worse in a lot of ways.

      They have no respect for people's privacy. They act nice and try to look good but when theres a profit to be made they'll happily screw everyone for another big company or government.

    2. Re:Chrome is spyware! by stickytar · · Score: 5, Informative

      Goto "Under the Hood" in options and uncheck the anonymous statistics submission. Alternatively you can go to your Services and set the Google Updater Service to Disabled. Easy enough.

      --
      believing the big bang requires a certain amount of supernatural faith
    3. Re:Chrome is spyware! by aardwolf64 · · Score: 4, Informative

      Ok, how about this one? I uninstalled Chrome, and GoogleUpdate is still running... Time to kill it, delete it, and remove it from the registry. It's at:
      HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\GoogleUpdate

    4. Re:Chrome is spyware! by _bug_ · · Score: 1

      So go download Chromium which is the open source project Chrome is based upon. Grab the .ZIP package, unzip, and away you go. No Google update. No nasty EULA.

    5. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      Install just about any software today and it will install an auto updater, whether embedded or separate. For example:
      Most Desktop OS's: Ubuntu, Mac OS X, Windows.
      Most Browsers: Firefox, IE and Safari updates from the OS updater.
      All Adobe programs (although these are really annoying).

      What is the problem here? I think it's just an evolution in software design to have it update itself. If your only concern is the ability to turn it off from within the GUI, it's open source, so add it yourself ;)

    6. Re:Chrome is spyware! by The+MAZZTer · · Score: 1

      Google Chrome doesn't use the service, you must have installed other Google products. Chrome puts Google Updater in a Scheduled Task.

      Also anonymous stats doesn't affect whether the updater runs.

    7. Re:Chrome is spyware! by Ilgaz · · Score: 2, Interesting

      What was Real Networks sin to get listed to "Stopbadware.org" independent, Google funded site?

      They asked network about "news" to show to user, actual news, not ads. They also installed Rhapsody framework which sits there until user actually purchases something.

      Wonder if Google will be listed on Stop Badware organisation for sending Unique ID to Google and make it hard for average user to disable it.

      It should come DISABLED by default, just like Real Player, Windows Media Player. If it is not a big issue, I question the flames directed to Real as "Send unique ID" and "Statistics" is actually sent to SERVER owner instead of Real Networks/MS.

      It is NOT easy, it is easy for you, it is not easy for average user. That is the trick and that is why it should come disabled by default.

    8. Re:Chrome is spyware! by aristotle-dude · · Score: 1

      Install it and 'Google Update' is silently installed along with it with no apparent way of turning it off besides regedit/msconfig. So much for "Don't be Evil".

      *sarcasm* Oh no.... they are everywhere. All these "evil" applications either installing updaters or checking on launch for updates to make getting bug fixes user friendly for the average human. *sarcasm*

      I'd suggest that you get yourself checked out for Schizophrenia or laying off the reefer for a while.

      If you are that paranoid, I'd suggest sticking to a browser like lynx and compiling all your apps from source after a full code audit.

      It's people lke you that confuse the general populace about what "real" spyware is.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    9. Re:Chrome is spyware! by Ilgaz · · Score: 1

      If you are interested in how things work, this would give clue about Google developers and their "don't do evil" motto.

      http://daringfireball.net/2007/04/google_desktop_installer

      I am sure you will be really surprised. The most amazing part is, their ignorance of Apple's "Don't touch my /System! It belongs to me and kernel driver developers!" rule. All of that horrible security issue for? Some Spotlight clone.

    10. Re:Chrome is spyware! by Sebastopol · · Score: 1

      Hmm... I don't see that key and I just uninstalled Chrome a little bit ago. Of course, its the only Google Application I've ever installed, so maybe your key is residual from something else?

      --
      https://www.accountkiller.com/removal-requested
    11. Re:Chrome is spyware! by joranbelar · · Score: 1

      I don't understand. Is auto-updating evil (as in this case)? Or is not patching bugs fast enough evil (as in Microsoft's case)? I'm so confused :-)

      Seriously though, they should clearly indicate the installation of this process and give an option to disable it. I find hidden auto-update registrations annoying, but I wouldn't necessarily call them "evil".

    12. Re:Chrome is spyware! by Anonymous Coward · · Score: 3, Informative

      Don't forget to delete the scheduled task. Installer adds an administrator task which starts GoogleUpdate whenever the machine is idle.

      May not be evil, but it's certainly lame.

    13. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      Covered it already:

      http://koitsu.wordpress.com/2008/09/02/google-chrome-eek/

      And the "Under The Hood" option doesn't get rid or disable GoogleUpdate.exe. In fact, I installed Chrome with the "anonymous stats submission" box **unchecked** and the thing still got installed + launched.

      As the blog says, Google needs a swift kick in the groin.

    14. Re:Chrome is spyware! by loyukfai · · Score: 1

      I think it would be better if the installer asks whether you would like to install the update service. But like you said, calling it "evil" maybe a bit far-fetched. : )

      Better yet, integrate the update feature into the browser. Say check for updates at each program start, and maybe every 1 hour or so. It's no fun that every program on your PC has its own "updater" which automatically starts with your PC.

      Look forward to a Google Update uninstaller.

      P.S. Viewing Slashdot on Chrome is refreshing... Discussion 2 is such a mess under IE7.

    15. Re:Chrome is spyware! by ardle · · Score: 1

      Spybot S&D reported the system startup registry change while I was installing Chrome, didn't report it when I was uninstalling it and, sure enough, I found it in the place that the Windows registry said (and in my system process list).
      Here's an interesting thread about it.

    16. Re:Chrome is spyware! by ardle · · Score: 1

      +1 True, true...
      Don't be evil.

    17. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      It also remains after uninstall... DUN DUN DUN!

    18. Re:Chrome is spyware! by slaingod · · Score: 1

      There is no good reason for 'GoogleUpdate.exe' to

      a) Run 24/7 on my computer, even when Chrome or whatever other google software exists is not running
      b) NOT UNINSTALL WHEN I UNINSTALL CHROME. WTF? I have no other software from google on my machine, yet there is no way to uninstall this without resorting to deleting some files hidden in your \Users\\AppData\Local\Google\ folder (a hidden folder by default), and disabling it manually in Services and Tasks?

      Don't get me wrong: Apple also just pulled this same extreme Asshattery with their 'MobileMe' install on Vista just for trying to put iTunes on it. And Bonjour? Bon fucking voyage. With the MobileMe thing on Vista, you would have to search the web to find out that it is actually 'Apple Mobile Device Services' in the Uninstall list. And it doesn't even work when you click 'Uninstall'. You specifically have to go into 'Change' and then click the 'Remove' button.

      --
      http://blog.slaingod.com
    19. Re:Chrome is spyware! by The+End+Of+Days · · Score: 1

      Yay! Further watering down of the word evil! Good job, nerd.

    20. Re:Chrome is spyware! by ghmh · · Score: 1

      No - don't do this! Then your machine won't be part of the new zombie cloud, about to be launched as a new service called GoogleEvil (Beta) offering services to governments* and criminals alike.

      * Yes, I know this is probably redundant...

    21. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      Yea, because you don't want your software to keep itself up to date... It uses a blacklist of "Bad sites" to avoid. With that service disabled, you can freely browse sites that will maliciously infect your computer... Way to go Einstein!

      OMG a program I am using to view the internet is running another program to connect to the internet too! Just like it says in the EULA, that you agreed to... How tricky of them!

      All 0.001% of your system process that it consumes must be buggin you. But you have no issues with the hundreds of system processes that your other browsers launch and use and install without your every demanding edit control.

      Give me a break, it is not like it installed ad-block, which allows certain ads to pop-up, but blocks all competition ads... like fire-fox installs. If you want a text-browser, than stop downloading real browsers. Real browsers REQUIRE external components to function. No single browser can handle all the code alone. If it was one program, like MSIE and FF, than any sour data would crash the whole thing. Even the critical updates.

      So how are you enjoying your 386-tandy by the way?

    22. Re:Chrome is spyware! by Anonymous Coward · · Score: 0

      Install it and 'Google Update' is silently installed along with it with no apparent way of turning it off besides regedit/msconfig. So much for "Don't be Evil".

      Yeah, because installing an update service is "evil". Would you rather you have to actually look for updates? Since when is msconfig not apparent? It's not like you have to understand the registry command to uncheck a box.

  7. Google spying on you by edelholz · · Score: 5, Interesting

    Apparently, every installation of Chrome gets an unique id (sorry, German only) and, once you've signed into your Google account ONCE, the unique id gets connected with your account and you'll always be traceable back to your Google account, even if you're not logged in.

    That's a showstopper. But I'm hoping for a spy-free version to be out soon, the beauty of open source!

    1. Re:Google spying on you by flynns · · Score: 4, Funny

      So, uh, what happens if someone else logs into their google account, then?

      --
      'If you're flammable and have legs, you are never blocking a fire exit.'
    2. Re:Google spying on you by Sobrique · · Score: 5, Funny

      Well, I guess this'll make getting a job at Google interesting...

    3. Re:Google spying on you by spyrochaete · · Score: 5, Informative

      Matt Cutts denies that Google spies on your browsing and form submissions in this post on his blog.

    4. Re:Google spying on you by Anonymous Coward · · Score: 0

      whenever you type an URL, google is here to help you, hence your URL is sent to google.
      This is the mother of all big brother.

    5. Re:Google spying on you by edelholz · · Score: 5, Informative

      Read further on Google's privacy policy for Chrome.

      # When you type URLs or queries in the address bar, the letters you type are sent to Google so the Suggest feature can automatically recommend terms or URLs you may be looking for. If you choose to share usage statistics with Google and you accept a suggested query or URL, Google Chrome will send that information to Google as well. You can disable this feature as explained here.
      # If you navigate to a URL that does not exist, Google Chrome may send the URL to Google so we can help you find the URL you were looking for. You can disable this feature as explained here.
      # Google Chrome's SafeBrowsing feature periodically contacts Google's servers to download the most recent list of known phishing and malware sites. In addition, when you visit a site that we think could be a phishing or malware site, your browser will send Google a hashed, partial copy of the site's URL so that we can send more information about the risky URL. Google cannot determine the real URL you are visiting from this information. More information about how this works is here.
      # Your copy of Google Chrome includes one or more unique application numbers. These numbers and information about your installation of the browser (e.g., version number, language) will be sent to Google when you first install and use it and when Google Chrome automatically checks for updates. If you choose to send usage statistics and crash reports to Google, the browser will send us this information along with a unique application number as well. Crash reports can contain information from files, applications and services that were running at the time of a malfunction. We use crash reports to diagnose and try to fix any problems with the browser.

      So they send them the URLs I visit and there's an unique id. And I'm still to lazy to check out the source about how it's used...

    6. Re:Google spying on you by Simon+(S2) · · Score: 5, Interesting

      I posted this earlier today, but I feel I have to post this again, as it is really important people know what they get in to using this browser:

      In metrics_service.cc [chromium.org]
      it sends everything you do in the toolbar to
      static const char kMetricsURL[] =

              "https://toolbarqueries.google.com/firefox/metrics/collect";
      It collects everything and sends it to google servers, on startup and on shutdown.

      // Ongoing log typically
      // contain very detailed records of user activities (ex: opened tab, closed
      // tab, fetched URL, maximized window, etc.) In addition, just before an
      // ongoing log is closed out, a call is made to gather memory statistics. Those
      // memory statistics are deposited into a histogram, and the log finalization
      // code is then called. In the finalization, a call to a Histogram server
      // acquires a list of all local histograms that have been flagged for upload
      // to the UMA server.
      //
      // When the browser shuts down, there will typically be a fragment of an ongoing
      // log that has not yet been transmitted. At shutdown time, that fragment
      // is closed (including snapshotting histograms), and converted to text. Note
      // that memory stats are not gathered during shutdown, as gathering *might* be
      // too time consuming. The textual representation of the fragment of the
      // ongoing log is then stored persistently as a string in the PrefServices, for
      // potential transmission during a future run of the product.

      WHAT THE FUCK. Keep ff ftw.
      If your privacy means nothing to you just use Chrome.

      --
      I just don't trust anything that bleeds for five days and doesn't die.
    7. Re:Google spying on you by nine-times · · Score: 2, Insightful
      This makes it sound like maybe the unique ID is for troubleshooting purposes. If they see the same crash coming from the same ID on a regular basis, they might assume there's something wrong with that machine, but if they see the same crash from thousands of different IDs, then they know they have a bug.

      I'm not saying it can't be misused, but the existence of the ID doesn't necessarily mean that they're doing advanced tracking of your surfing habits.

    8. Re:Google spying on you by Anonymous Coward · · Score: 0

      Well, it must be alright then. Corporations never lie or change their mind.

    9. Re:Google spying on you by Sentry21 · · Score: 4, Insightful

      'Yeah, we force the Google Updater on you, we give your Chrome install a unique ID, and we associate that with your Google account so that *theoretically* we could track you anywhere you went, logged in or not, but we wouldn't do that! Honest! You'll just have to trust me on this one, and haven't we, at Google, earned your trust? Actually, looking through your recent e-mail conversations, IM conversations, blog posts, slashdot posts, and usenet posts, it seems as though you are becoming disillusioned with Google. We assure you that we will do everything within our power to change that, no matter how much you may resist.

      Good evening, and thank you for choosing Google, 'the choice that is no choice'.

    10. Re:Google spying on you by Beryllium+Sphere(tm) · · Score: 1

      >your browser will send Google a hashed, partial copy of the site's URL so that we can send more information about the risky URL. Google cannot determine the real URL

      They're at least oversimplifying there.

      At the very least they could store a watch list of hashes of particular URLs of interest, like say putinsucks.org. Someone with the resources of Google could store a hash of every commonly visited URL and compare it to the hash that Chrome sends to Google. I have no reason to believe they are doing that, or even that they'd be willing to, but something about the word "cannot" makes security people question any statement that contains it.

    11. Re:Google spying on you by Anonymous Coward · · Score: 0

      A link to a blog that quotes another blog, where some random guy speculates, that it might be technically feasible to link this unique ID to your Google account - a unique ID, that only gets transferred when checking for updates and once after installing. Unless Google secretly hid something in their OPEN SOURCE code.

      Come on, we all know, that Google is collecting loads of data, but this is as ridiculous as its source.

    12. Re:Google spying on you by spyrochaete · · Score: 1

      You really do hit the nail right on the head. Google has ample opportunity for evil but I don't think they've acted on it yet. It's up to us, the end users, to opt in to as many or as few Google services as we wish, including this web browser.

      I find it pretty interesting that they called upon the results of their user data mining to determine the top 1000 websites we browse, and tested Chrome's rendering on all of those sites. You must admit that this is a non-evil way to take advantage of those reams of data.

      Anyway, it's an open source browser (or will be soon) so I'm sure the community will fork and remix this software if anything shady is uncovered.

    13. Re:Google spying on you by Tangent128 · · Score: 1

      The only case where that says the URLs you send are sent are when you use the suggest feature/usage stats. Disable those, and all that is sent are the URLs that failed to reach anything.

    14. Re:Google spying on you by MattCutts · · Score: 1

      If you're interested, I did a blog post documenting the communication between Chrome and Google at http://www.mattcutts.com/blog/google-chrome-communication/ The short answer is that there's nothing sinister there, and Google doesn't get information on the urls you visit as you surf around the web.

    15. Re:Google spying on you by Anonymous Coward · · Score: 1, Informative

      Anonymous statistics.

      You can opt in/out by going to the Advanced Preferences in the Options window.

    16. Re:Google spying on you by Anonymous Coward · · Score: 1, Informative

      While you've just described what Chrome *can* do, this is not necessarily what it *does* do.

      This service is an opt-in service for sending use statistics and crash logs to Google. See: http://www.google.com/support/chrome/bin/answer.py?answer=96817&hl=en-US

      If you look at the page you linked to, you'll notice that it has a NoDetails mode (which appears to be the default), so that although it will send information that you've requested a URL or successfully loaded a page, it won't include any information about *which* URL.

      (Also, see http://www.mattcutts.com/blog/google-chrome-communication/ for discussion of other instances in which Chrome may dial home.)

    17. Re:Google spying on you by xant · · Score: 1

      It's open source, people. Just patch it out and move on with your lives. Someone will do it pretty soon here.

      --
      It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
  8. User Agent String by neoform · · Score: 1

    Google *really* needs to change their user agent string.

    Right now it says the words "Safari" in it. That's very annoying for me to be able to identify a given browser on my websites.

    --
    MABASPLOOM!
    1. Re:User Agent String by spyrochaete · · Score: 1

      Chrome uses the Webkit rendering engine, which is the same one used in Safari. I'm sure Chrome uses this user agent to instruct web sites as to which renderer to support, if applicable. The browser's been out for less than 24 hours so I doubt we'll see this user agent change any time soon.

    2. Re:User Agent String by Anonymous Coward · · Score: 1, Informative

      If you're that stupid, you're probably also looking at the word "Mozilla" and wondering why Netscape has like 99% of your user share when it died years ago.

      Fix your browser detect: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13

    3. Re:User Agent String by neoform · · Score: 1

      Thanks, now you can show me how then I am supposed to identify a safari browser?

      --
      MABASPLOOM!
    4. Re:User Agent String by bot24 · · Score: 1

      You don't--Chrome and Safari are the same from a web development viewpoint. Besides, you shouldn't be sending different content based on the user agent string unless you're sending special content to work around browser bugs.

    5. Re:User Agent String by Vectronic · · Score: 1

      If X.Contains("Safari") And Not X.Contains("Chrome") ...

    6. Re:User Agent String by neoform · · Score: 1

      I never said I was. This is purely for statistical purposes.

      --
      MABASPLOOM!
    7. Re:User Agent String by aristotle-dude · · Score: 1

      Thanks, now you can show me how then I am supposed to identify a safari browser?

      Dude, both are using the webkit engine. Code to standards and test on your browsers and you should be fine.

      --
      Jesus was a compassionate social conservative who called individuals to sin no more.
    8. Re:User Agent String by beelsebob · · Score: 1

      You mean that's annoying if you want to block specifically Safari? Why not get a life and serve the same pages to everyone.

    9. Re:User Agent String by PainKilleR-CE · · Score: 1

      Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.27 Safari/525.13"

      Let's see, "Safari" && !"Chrome" would probably do the trick. As a bonus you can separate them out and get the Chrome stats. Or you can pull out the Chrome results before the Safari results.

      Of course, I don't know the exact method or code you're using to check browser agents now, so telling you the exact modifications you need to make is impossible.

      --
      -PainKilleR-[CE]
    10. Re:User Agent String by teh+kurisu · · Score: 1

      This isn't unusual. Here is the user agent string for the browser that comes with the Nokia N95 mobile phone:

      Mozilla/5.0 (SymbianOS/9.2; U; Series60/3.1 NokiaN95_8GB/20.0.016; Profile/MIDP-2.0 Configuration/CLDC-1.1 ) AppleWebKit/413 (KHTML, like Gecko) Safari/413

    11. Re:User Agent String by neoform · · Score: 1

      not very useful since i use stripos() on the agent string.

      Now I will have to use REGEX's, which are far more cpu intensive.

      Thanks google.

      --
      MABASPLOOM!
    12. Re:User Agent String by Anonymous Coward · · Score: 0

      Safari uses the Webkit rendering engine, which is the same one used in Chrome. I'm sure Safari uses this user agent to instruct web sites as to which renderer to support, if applicable. The browser's been out for less than 24 months so I doubt we'll see this user agent change any time soon.

    13. Re:User Agent String by Tangent128 · · Score: 1

      No need- just a second if check:
      if(stripos("Safari") != false) {
      if(stripos("Chrome") != false) {
      ...
      } else
      ...
      }
      }

    14. Re:User Agent String by PainKilleR-CE · · Score: 1

      This doesn't negate using stripos(), since you could use
      stripos(string,"chrome") && stripos(string,"safari")

      for Chrome, while an Xor of the two would be Safari (since Chrome contains both).

      --
      -PainKilleR-[CE]
    15. Re:User Agent String by Tangent128 · · Score: 1

      er... left out the search string arguments there, but you get the idea.

    16. Re:User Agent String by Philip+Shaw · · Score: 1

      No you don't, using stripos() would still work, by using if((stripos($user_agent, "Safari") !== false) && (stripos($user_agent, "Chrome") === false) to test for Safari.

      If you couldn't think of that, how do you test for Gecko? Not meaning to be rude or flamey, but presumably you have some way of distinguishing it which already works, and I don't see why that could not be applied here.

      --
      "A fanatic is one who can't change his mind and won't change the subject."- Winston Churchill
  9. 28 hours old, already double that of Opera. by RandoX · · Score: 1

    Opera is currently sitting at 1.42%.

    By the way, any way to Adblock in Chrome? Didn't realize /. had so many ads.

    1. Re:28 hours old, already double that of Opera. by Kagura · · Score: 2, Funny

      No AdBlock is available yet, I'm afraid. Other people are equally surprised. :)

    2. Re:28 hours old, already double that of Opera. by NorQue · · Score: 1

      Slashdot has ads? *Checking with Opera* Currently shows a Microsoft Visual Studio ad here. O_o

    3. Re:28 hours old, already double that of Opera. by miscz · · Score: 2, Informative

      Chrome made me discover different methods of ad blocking. Windows "HOSTS" file with every ad server directed to 127.0.0.1 seems to work well. See here.

    4. Re:28 hours old, already double that of Opera. by TheLostSamurai · · Score: 1

      Ok, I posted this up thread a bit but I'm very confused. I'm currently browsing with chrome and I don't see any ads. Obviously there is no setting for this. My regular browser is FF3 with Ad Block Plus installed, but it is not running. I have never installed any other 3rd party ad blocking software. Why am I the only one not seeing ads on any site whatsoever?

      --
      I am Jack's complete lack of surprise.
    5. Re:28 hours old, already double that of Opera. by TheLostSamurai · · Score: 1

      Fuck me, 2 minutes after I posted this a company wide email was sent out by our NOC informing everyone about our proxy servers new ad blocking feature enabled in order to reduce bandwidth usage. What a strange coincidence that this feature coincided with my install of chrome.

      --
      I am Jack's complete lack of surprise.
    6. Re:28 hours old, already double that of Opera. by rdradar · · Score: 1

      I'm not. Google for something and you'll see on the right side why theres no adblock. :)

    7. Re:28 hours old, already double that of Opera. by ColdWetDog · · Score: 1

      Ahh, the morning WHOOSH. Fresh breezes everywhere....

      --
      Faster! Faster! Faster would be better!
  10. local anecdote by pohl · · Score: 5, Interesting

    In my office, there are several windows developers who were excited to try Chrome yesterday - one enthusiastically declaring that he was going to uninstall his other browser as soon as he got home. What struck me about this is that these are people who would never, in a million years, lift a finger to try Safari/Windows - yet here they are drooling over how snappy a WebKit-based browser is. The prospect of increased WebKit adoption makes me happy.

    --

    The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    1. Re:local anecdote by Lendrick · · Score: 4, Insightful

      For me, it's not about WebKit at all. Chrome has two features I've wanted for ages: One, separate tabs are separate processes, which means that alert windows and that kind of crap are all tab-modal instead of application-modal. That way one little alert window can't tie up five tabs. The other thing is the JavaScript execution speed, which is nice.

      That said, I'm not 100% sold on it. I like Firefox, and there are big JavaScript improvements coming down the pipe in the near future. Hopefully the tab feature will be picked up by Firefox in the near future as well, but we'll see... it may require a major rewrite.

    2. Re:local anecdote by Zoidbergo · · Score: 5, Interesting

      I would characterize Chrome as "Safari for Windows done right."

      There were massive mistakes Apple made (out of arrogance or incompetence, I'm not sure), when releasing Safari for Windows:

      - Apple style Font rendering. Having to switch your eyes between Safari's anti-aliasing and ClearType on a regular basis starts to hurt your eyes, one seems blurry in comparison to the other.
      - Safari didn't follow many of the standard windows app behaviors, another snafu. You can't stuff OS X app behaviors down the throats of Windows users, and vice versa.
      - It also had an incredibly slow startup time. (Although it would render extremely fast)

      Contrast this to Chrome, which renders text using ClearType and windows font rendering, behaves like a windows app, starts up really fast.

      It's not even like I'm bashing Apple for a bad port. iTunes for windows was ported really well, it follows (for the most part, except menus) the windows UI conventions and font rendering, so it feels more like a Windows app.

      (By the way, I'm primarily a Mac user and use Safari regularly on the Mac)

    3. Re:local anecdote by moderatorrater · · Score: 2, Informative

      What struck me about this is that these are people who would never, in a million years, lift a finger to try Safari/Windows - yet here they are drooling over how snappy a WebKit-based browser is.

      Because safari on windows is buggy as hell. Apple doesn't care about the windows implementation of Safari nearly as much as it cares about its itunes implementation, and itunes itself runs badly on windows.

      I'm not saying that this reflects poorly on apple or anything, of course their software's going to be better on a mac than on windows, but blaming them for not using apple's software seems a little overboard.

    4. Re:local anecdote by Anonymous Coward · · Score: 0

      What struck me about this is that these are people who would never, in a million years, lift a finger to try Safari/Windows - yet here they are drooling over how snappy a WebKit-based browser is.

      Maybe it's got something to do with the UI? Apple's software looks like shit on Windows, whereas Chrome matches the default theme in both XP and Vista.

    5. Re:local anecdote by pohl · · Score: 2, Informative

      Yes, I agree that the process separation is a great feature, and I look forward to the release of a version for MacOS X. Interestingly, this isn't what was making the sale here.

      And as for the Javascript performance, while V8 is getting awesome benchmarks, it's hard for a user to perceive the difference in normal usage - unless you're running something that animates drawing in a canvas, perhaps.

      In our case, we have an internal javascript-heavy application written in GWT that compiles down to 600KB of javascript in obfuscated mode. At least on the XP test box sitting beside my Mac, I couldn't tell the difference between Safari/Win and Chrome. The difference between those and IE is dramatic, of course. And comparing them to FF3 (without tracemonkey) was merely noticable, although not dramatic.

      That doesn't stop me from drooling over V8 when I run Sunspider, though. I love that the JavaScript runtime wars are heating up. I'd love to have headroom to do more.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    6. Re:local anecdote by larry+bagina · · Score: 1

      Chrome is closer to the win32 metal than safari, but it still seems to do a lot of stuff their own way.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    7. Re:local anecdote by Lendrick · · Score: 1

      Also, just a note... Don't get me wrong on this, I like Firefox, and ultimately I'm rooting for it to come out on top. It's just that, as far as I'm concerned, competition -- especially this sort, where someone is jumping in with some radical new innovations -- can only help. Also, Chrome will likely peel off some of IE's market share, thereby adding momentum to the standards-compliant web.

    8. Re:local anecdote by pohl · · Score: 1

      Well, the observation that I made was not that they would never use Safari/Win, but that they would never even try it. In my own experience with Safari/Win on my XP test machine, I've never encountered any bugs, so obviously everyone's mileage may vary. But my point is that Chrome could tap into a demographic who would normally dismiss Safari/Win without even giving it a fair shake.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    9. Re:local anecdote by mc900ftjesus · · Score: 1

      If Apple could write a program that runs on anything but OSX that might be a possibility. You assume they make good products for every platform, what they do is make a compatible, annoying, crash-prone version for Windows so they can say "well, it's works better on a Mac" but leave out the "because we put little to no effort into this port."

      Anyway, Safari for Windows is about as good as Quicktime for Windows, buggy, annoying autoupdate, and as stable as Windows ME.

    10. Re:local anecdote by pohl · · Score: 1

      ...and note that I'm certainly not blaming them or indicating that they were remiss in not having taken Safari/Win for a test drive. I'm merely intrigued that it appears that Chrome will likely expand WebKit uptake rather than eating into existing WebKit usage. Which is great news for people interested in quality implementations of web standards.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    11. Re:local anecdote by pohl · · Score: 1

      You assume they make good products for every platform,

      I'm sorry, but I don't see where I'm making that assumption at all. I think you're misreading me.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    12. Re:local anecdote by Qzukk · · Score: 1

      I installed Safari for Windows, it insisted on enforcing the Aqua look on everything (cue Mac fans insisting that this makes it look consistent... with OSX, it looks nothing like anything else on Windows).

      It is great to test sites through a webkit browser though, Safari and Chrome both catch typos and screwups that render "right" in both IE and Firefox in "strict" mode (just now fixed one caused by a missing </label> that both IE and Firefox apparently "assumed" was there).

      It would be nice if Safari obeyed !important background colors on input fields, I'd like to be able to visually indicate required fields so that an observant user can fill out the form correctly the first time, rather than requiring the user to submit the form to tell them they missed a spot (either through javascript and/or on the server).

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    13. Re:local anecdote by Aliencow · · Score: 1

      You know why I would never try Safari for Windows? Because Apple had it checked by default in an iTunes update. I don't care how good it could be.

    14. Re:local anecdote by Anonymous Coward · · Score: 0

      The modality of alert windows is unrelated to the process separation. IE and Firefox could tie alert windows to tabs now if they wanted to; they just never have.

    15. Re:local anecdote by vux984 · · Score: 1

      You know why I would never try Safari for Windows? Because Apple had it checked by default in an iTunes update. I don't care how good it could be.

      And openoffice was recently lumped in with a Java update, so I guess that software is now dead to you too?
      And don't hold your breath, but I suspect we'll see chrome lumped into an update for something shortly... google earth maybe?

    16. Re:local anecdote by TheRaven64 · · Score: 1

      I use Safari on the Mac, but the Windows port seems like something done entirely for Web / iPhone developers. It lets you test your pages for Safari compatibility, but it doesn't feel like something you'd actually want to use regularly. If this is the goal, then they made the right decision with the things you complain about - it should use Apple's font rendering, because this is how Mac users will see your pages. They seem to be pushing it at iTunes users, but I'm not convinced that the developers and the marketing people are talking to each other there.

      --
      I am TheRaven on Soylent News
    17. Re:local anecdote by Aliencow · · Score: 1

      Java's move with OO was asswipeish as well, but at least it got you the OpenOffice installer - it didn't go and actually install the thing. I'm sure Google will also try to bundle Chrome with something else one day or another, they're no better than anyone else out there. But until then, I will keep on being pissed at only Apple for pushing Safari in itunes, and for not letting you sync Firefox bookmarks to an iphone.

    18. Re:local anecdote by Anonymous Coward · · Score: 0

      its the name, "chrome"

    19. Re:local anecdote by Anonymous Coward · · Score: 1, Interesting

      Personally, I think most of Apple's decisions for Safari for Windows make perfect sense, when you realize the real purpose of the program:

      To allow Windows-only web developers to test pages for the iPhone.

      Because that's what I consider the main purpose, you can re-evaluate your mistakes: Font rendering has to match the iPhone, so developers can be sure things line up. App behaviors also need to match the platform they are emulating, so developers can see what they are working with.

      Startup time is probably a result of that: They have to load some large libraries (I assume) to do the above, and it's not all that bad a problem for a developer to remember to load once and not quit.

      So it's a good port, with a different audience than normally considered.

    20. Re:local anecdote by encoderer · · Score: 1

      I agree. But I'm not too impressed by all the logging that's being transmitted back to Google.

    21. Re:local anecdote by 2nd+Post! · · Score: 1

      Chrome doesn't follow the standard Windows app behaviors either. I would say the lack of a menu bar and blue window chrome make it less "Windows" than Safari.

      On the other hand, Chrome does start up faster and Safari does use it's own font rendering path.

    22. Re:local anecdote by Anonymous Coward · · Score: 0

      I'm not sure why you are surprised. Apple consistently makes TERRIBLE windows software.

    23. Re:local anecdote by Blakey+Rat · · Score: 1

      - Safari didn't follow many of the standard windows app behaviors, another snafu. You can't stuff OS X app behaviors down the throats of Windows users, and vice versa.

      Chrome doesn't either, BTW.

      * It doesn't respond to any of the normal contextual menu window actions, nor does it include the "icon" window management menu on the upper left (and yes, this is still present in Vista, just invisible).
      * It doesn't follow your Windows theme or colors at all (sure, it probably fits in in Vista, but it looks like ass in XP.)
      * It has major issues when used over Remote Desktop (I got really funky color rendering, like it was running in 256-color mode using the wrong palette or something.)
      * Drag&drop doesn't work correctly (dragged&dropped images are saved corrupted, but right-clicking one and choosing Save As saves them correctly.)
      * Scrolbar rendering fails on full-screen Flash pages.
      * When both scrollbars are visible, there's a strange mystery-square inbetween them-- it's not a resize widget, and when you double-click it it selects the content of the page. I have no clue what that's supposed to be.

      I haven't yet tried multi-monitor support, but I expect it to get that one wrong since virtually all quick-and-dirty ports do.

      Also, they somehow managed to make window resizes a lot more flicker-y and annoying than even default Windows XP resizes, I have no idea how they managed that one... it's almost as if they're going out of their way to make their application look amateurish.

      I mean, I know it's beta, but it's *really* beta as far as I'm concerned. I'm amazed at how many of the basics they got wrong; does anybody at Google even use Windows? I know it's a beta, but getting basic window management tasks wrong, tasks that would work BY DEFAULT if they weren't using some POS cross-platform UI library, is simple inexcusable even for a beta.

      iTunes for windows was ported really well, it follows (for the most part, except menus)

      Which iTunes are you using? iTunes is a bloated, crashing hog on Windows. Back when I used OS X, I'd tell people iTunes was great and they'd always tell me that iTunes was a bloated, crashing hog-- I never believed them until I tried it for myself, and they're right. Simple tasks like changing an ID3 tag on an MP4 movie can take several minutes, and while iTunes is chugging away there's no UI to indicate that it's completely frozen. And God-forbid your iTunes library reside on a network drive, that adds whole new layers of slow-ass suck.

      Compare iTunes with the Zune software, for example, and you'll find the Zune software is far superior in virtually every way. It plays MP4s smoother, handles network drives better (at least in the current version, the initial release was kind of bad at it), it sorts and searches quicker. The UI's a bit annoying, but it's far above and beyond iTunes performance-wise.

      Apple sucks ass at writing Windows software. So does Google, if Chrome's their best example.

    24. Re:local anecdote by Dixie_Flatline · · Score: 0

      I concur. I hate the Windows version of Safari, but it's my primary browser at home (especially with Safari Stand, and glims installed).

      I'm largely switching to Chrome, with Opera as my more recreational browser. (I keep my work and recreation browsing separate.)

    25. Re:local anecdote by sqrt(2) · · Score: 1

      Really? You think iTunes was well ported? Let's forget for a second the three (last time I checked) processes it creates and sets to run at startup even if you're not using iTunes, the actual program has the slowest UI I've ever seen and it just looks out of place in XP or Vista. It routinely locks up my computer when performing tasks, and every few weeks I get nagged to install safari--and I'm forced to UNCHECK the box.

      Apple is worse than either MS or google IMO. Chrome installs googleupdater but at least that's just one tiny process that barely ever does anything.

      --
      If you build it, nerds will come. Soylentnews.org
    26. Re:local anecdote by shutdown+-p+now · · Score: 1

      I tried Safari. Its text rendering sucks, sorry. When on Windows, you use ClearType for font smoothing, and I don't care if your scheme is better or more "correct" or whatever. You just do things the way users expect. Safari didn't, so I didn't bother with it.

    27. Re:local anecdote by Anonymous Coward · · Score: 0

      I have to disagree about the iTunes port. iTunes for windows is awful. I have 2 computers (WinXP SP3) with iTunes on it (mine and my wife's) and both will for no reason whatsoever start using 100% CPU usage and become non responsive. This isn't triggered by listening to music or putting the iPhone in the cradle. We just like to leave iTunes minimized for quick access.

    28. Re:local anecdote by IntlHarvester · · Score: 1

      Well, the observation that I made was not that they would never use Safari/Win, but that they would never even try it.

      Apple foisted this on iTunes users but never bothered to explain "What's a Safari?". I bet most people don't even know it's a web browser or why they should click on it.

      In my own experience with Safari/Win on my XP test machine, I've never encountered any bugs, so obviously everyone's mileage may vary.

      I've been using Safari/Windows as a fulltime browser on-and-off, and it leaks tons of memory and crashes semi-frequently.

      However it does the same thing on OS X, so if you're comfortable with that experience you might not notice that it's not up to snuff with IE and Firefox in the stability department.

      --
      Business. Numbers. Money. People. Computer World.
    29. Re:local anecdote by Jackie_Chan_Fan · · Score: 1

      Safari runs slower than Chrome in 64bit Vista on my quadcore machine. Firefox3 also ran gmail better than Chrome.

      Safari is complete shit. As far as i'm concerned, Apple cant program anything properly. The iPhone OS is a disaster right now (see Apple logo of death), itunes has been a complete peice of shit ever since it first became itunes, and Safari continues the trend.

      Ok maybe its my biased PC outlook, but if they cant get stuff running on windows, they're pathetic.

      Back to Chrome... its pretty, and it runs better than Safari (scrolls smoother), but it had some problems. One problem i noted is... Go to youtube.com in the search box on youtube, enter a phrase like "gone home", now click your mouse pointer between gone and home... and drag to the left to highlight the word "gone". If you drag it all the way to the left, past the edge of the search box... the word "home" gets selected.

      I found that very anoying. Firefox does not do this.

      I cant imagine Google has any interest in allowing people to block ads through extensions. Hell it may be the ultimate reason why Chrome exists and Google has moved away from mozilla. I mean Firefox is fine as is... It even has color management (which is off by default... WHY ? I have no idea)

      Chrome's not ready... obviously... its a beta. :) I dont think it will really take off much. Its too simple, doesnt perform as well as firefox, and lacks the customization that ultimately leads to adblocking.

    30. Re:local anecdote by Anonymous Coward · · Score: 0

      Oh c'mon. I played with Chrome last night and was quite unimpressed by it. In fact, I kept comparing it to Safari. Out of the two I find Safari far more usable. The UI in Chrome is trash, utter stinking trash. It reminds me of the featureless wasteland that is Google Talk. People are only excited about Chrome because it's from Google. So what?

      Also.. Big deal that its java-script engine is faster. I block all scripting anyway!

      Not to mention that Google is going to collect all sorts of wonderful data about your browsing habits. In fact, after reading the EULA for Chrome, I didn't even want it on a real computer, so I installed it in a virtual machine.

      I just don't get why there's all this hype about a sub-standard product. Google could start selling fecal matter and people would want it! They're like the Apple of the Internet.

    31. Re:local anecdote by Anonymous Coward · · Score: 0

      Message boxes are modal by default. However, if the tabs run in separate processe they won't affect each other, again only by default.

    32. Re:local anecdote by abundance · · Score: 1

      Apple style Font rendering.

      Well, quite the opposite for me, that's the very only reason I occasionally fire up Safari on Windows - to see typography done right =D

      I agree with you on the rest, tough, Safari just feels ankward on Windows, even if it's difficult to pinpoint why.

      When you think about it, its degree of deviation from standard Windows look and feel is not that bigger than Firefox's, Opera's and Chrome's ones. And anyway the windows apps UIs are so balcanized that's difficult to talk about standards.
      Yet Safari feels more alien than them.

      Anyway, the main point about Safari's failure and Chrome's success, IMHO, is this: Safari wanted to be the sleek and simple option when compared to the swiss knife approach of "mothership" browsers like Firefox and Opera.
      But to succeed, to outweight the loss in customization and extensibility options, you have to reach the maximum possible simplicity.
      Chrome achieves this, when you launch it the advantage of its liteness is self-evident.
      Safari doesn't, it just looks like a Firefox with less choices.

    33. Re:local anecdote by pohl · · Score: 1

      However it does the same thing on OS X, so if you're comfortable with that experience you might not notice that it's not up to snuff with IE and Firefox in the stability department.

      Right, because - as every software engineer knows - all people encounter all bugs equally, and all bugs are trivially reproducible.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    34. Re:local anecdote by earlymon · · Score: 1

      Not trolling and not curious for curiosity's sake.

      I'm very interested in knowing what rev of OS X, what hardware, and what rev of Safari is giving you crash problems on a Mac.

      Kindly elaborate as your time permits, TIA.

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    35. Re:local anecdote by earlymon · · Score: 1

      Right, because - as every software engineer knows - all people encounter all bugs equally, and all bugs are trivially reproducible.

      And my favorite - all people report all bugs encountered, never once assuming that the errant behavior must be known a priori to the evil SE.

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    36. Re:local anecdote by IntlHarvester · · Score: 1

      I've sent about 25 Safari/Win crash reports to Microsoft. Presumably Apple is picking these up.

      And the steps to reproduce are pretty simple. "Use YouTube a lot".

      --
      Business. Numbers. Money. People. Computer World.
    37. Re:local anecdote by IntlHarvester · · Score: 1

      OS X 10.4 with all patches. You can find numerous other similar reports on various Mac forums around the web.

      --
      Business. Numbers. Money. People. Computer World.
    38. Re:local anecdote by earlymon · · Score: 1

      Boookay, many thanks. I've 5 Macs in the house, ranging from a G3 through a Core 2 Duo, all running Tiger or Leopard. For me, the errant crash problem disappeared with Tiger, and I'm evidently distributing bad advice. I'll check around further - thanks again.

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    39. Re:local anecdote by earlymon · · Score: 1

      Going out on a limb here - I think pohl's and my comments stand from general experience and aren't intended as personal attacks.

      In my non-slashdot, non-work time, I live a lot of hours on YouTube. My mileage varies, as I avoid using Windows for any web-surfing unless a site absolutely requires me to, and I absolutely need to go to that site. Safari/Tiger/YouTube is just not a problem for me. Our difference in mileage underscores Pohl's point.

      You raise an interesting question about crash reports sent to Microsoft - perhaps several. I stopped doing that some years ago when I couldn't find any documentation on what the process is for Microsoft's use of that info - unless it was a Word or Powerpoint or Excel crash; then I could see Microsoft having some use of the info.

      However, while I cringe at sounding like a whack-job conspiracy theorist, given that Microsoft and Apple are erstwhile competitors, I wonder if Apple is picking those reports up, or if they're just becoming grist for the MS mill.

      Obviously there are a lot of factors in fixing bugs, and the obvious factors may be corporate will or easily-blamed programmer quality. But believe it or not, nothing frustrates software engineers trying to fix bugs as much as an inability to reproduce widely known bugs or an inability to find cause once the bugs are reproduced - or to find cause once a bug is reproduced, but discovering that it is a design flaw and not an implementation flaw. Implementation fixes tend to have positive side-effects. Design fixes are almost guaranteed to have negative side-effects unless very carefully - read: usually very expensively - tackled.

      Corporations are all about butt-covering, so Joe Consumer is basically screwed trying to report, track or understand the fix cycle of any bug.

      But I won't say open source is one iota better, due to all sorts of egos. Here's an anecdote for you. Years ago, a new Mozilla release came out and for me it was an incredible step backwards from all previous releases. Things were actually disappearing from the UI. Thinking it was high time that I contributed back, I lurked around Mozilla devel area, then wrote in that I was interesting in helping, noticed this bad behavior, commented that I knew that this must be a known problem due to its obviousness and asked where to start.

      The reply that I received - in multiple copies - was that I was a fucking moron, that I wasn't starting at the right place, and that I had to prove that I could follow procedure (exactly part of what I was asking about) for "quite some time" to become vetted to the point of having my bug reports believed. I didn't respond further, as they probably didn't want to know that I was at the time the system test manager for the largest software project in the US Department of Energy, had launched the first web server ever at one of the National Labs, and had been distributing Mozilla ever since receiving its original source and modding it as needed to run on our DEC Ultrix systems. (Hell, for all I can remember, I might have gotten it by gopher. (OK, prolly not, but I hope I make the point.))

      My friend, I don't know about you, but after trying in vain to communicate defects to Apple, Microsoft and the Mozilla gang, I will never again go out of my way to try to invite corporate condescension or juvenile flaming. My only solution to browser defects (or any open source defects) is study the source code where available, try to ascertain a fix, and privately email it to whatever author is presented in the source, with a friendly note like, "Sorry if I'm off base, but I've noticed... and I was just wondering if this might...."

      I've since worked in the private sector for over a decade - maybe a dozen years. And if I've heard this once from customers, I've heard it a dozen times - "Tell me why it's my job to tell you that your software has a bug."

      That you've sent any crash reports to anyone puts you in the minority. That you've done it about 25 times makes you a 3 sigma case.

      But your Safari crashing and mine not - which is the norm, which is the outlyer? How would we know? How can the programmers? As Dr. Demming was fond of saying, "How could they know?"

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    40. Re:local anecdote by diego.viola · · Score: 1

      Yeah. Chrome features FTW. I like Firefox too, but WebKit, separate tabs per process, and faster JavaScript engine are very nice features that makes Firefox looks outdated. I hope they catch up.

    41. Re:local anecdote by IntlHarvester · · Score: 1

      "Tell me why it's my job to tell you that your software has a bug."

      Which is more or less my take, even expending the enormous effort to click the "send report" button when the browser went down.

      I was somewhat dissatisfied with Firefox for various reasons so I gave Safari/Win an honest test-drive and found it lacking. Its quite possible that my surfing habits are abnormal or that there's something site-specific going on here, despite some collaborating reports. However, with such a wealth of browser options, I'm not going to concern myself too much over it.

      --
      Business. Numbers. Money. People. Computer World.
    42. Re:local anecdote by earlymon · · Score: 1

      Having now read your journal entries, I see how everything you post makes perfect sense.

      --
      Pathological kinda promises Path + Logical - but instead, you get stuck with pathetic.
    43. Re:local anecdote by IntlHarvester · · Score: 1

      Yep, my posts are pretty great.

      --
      Business. Numbers. Money. People. Computer World.
  11. Yuck by Bazman · · Score: 5, Insightful

    I'll start using Chrome the instant they have a plugin that blocks annoying flashing multi-colour favicons.

    [for those who haven't read the links, just go to the second so-called 'review' link, which is really a review of reviews...]

    1. Re:Yuck by Goaway · · Score: 1

      That one's a feature - it's warning you of utterly useless sites.

    2. Re:Yuck by Bazman · · Score: 1

      Too true. It's supposed to be a review of Google Chrome and when you get near the end it says "I have yet to download Google's Chrome browser.".

      Animated Favicons == Today's BLINK tag.

      Brillant.

    3. Re:Yuck by clintp · · Score: 1

      I saw the blinking favicon, and closed the tab unopened and unread.

      Whatever was there wasn't worth the eyestrain.

      --
      Get off my lawn.
    4. Re:Yuck by magus_melchior · · Score: 1

      annoying flashing multi-colour favicons.

      I think you've described where you surf in your free time aptly.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    5. Re:Yuck by js_sebastian · · Score: 1

      I'll start using Chrome the instant they have a plugin that blocks annoying flashing multi-colour favicons.

      [for those who haven't read the links, just go to the second so-called 'review' link, which is really a review of reviews...]

      Same here.. I was about to RTFA, but it was flashing so annoyingly I had to close the tab.

  12. Many exciting bells and whistles by ThePhilips · · Score: 0

    Another browser? Again wasting time finding all the options to turn off all the new "exciting" "bells and whistles"??

    I'd say rather "NO." FireFox 3 is already dumb down enough and mimics IE in many aspects. Third "user-friendly" browser, which brings about ZERO value to browsing, is bit too much for me to swallow.

    --
    All hope abandon ye who enter here.
    1. Re:Many exciting bells and whistles by bogie · · Score: 1, Insightful

      Let me guess? Opera user right?

      Seriously take 5 minutes to read about what they did under the hood. It's interesting and possible very helpful for many web users who want a very fast and safe browser. For me it is probably a bit too limiting compared to Firefox but Google Chrome still has some merit no matter how you measure value.

      --
      If you wanna get rich, you know that payback is a bitch
    2. Re:Many exciting bells and whistles by AP31R0N · · Score: 1

      i don't want another browser to learn (and relearn after updates). i already have to deal with 2 (IE for sites that don't play nice, and FF as my preferred). i'd rather that google do more to integrate with FF. Or for FF to do more in the way of integrating all the google stuff i use (or better yet, replace them).

      i find myself conflicted with open source ideals. i want free (in both senses), but i don't want redundant choices (flavors of the same thing) or learning curve (bookmarks vs. favorites, search vs. finder). i want to go to a machine and know how to use it because it's just like my machine at home/work. Same OS, same browser, same office apps, same selection in hard/software.

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    3. Re:Many exciting bells and whistles by BrokenHalo · · Score: 1

      and possible very helpful for many web users who want a very fast and safe browser.

      I'll give you fast, since I haven't tried it (because I can't), but your definition of "safe" might depend on the thickness of your tin-foil hat.

      I have always gone to quite a lot of trouble to minimise tracking of my movements (I feel no personal requirement to contribute to marketing statistics), so I don't let my browser keep persistent cookies. It beggars belief that Google has somehow neglected to incorporate the best tracking routines they can design into their own browser. That alone seems a good reason to give Chrome a wide berth.

    4. Re:Many exciting bells and whistles by slim · · Score: 1

      I already have to deal with 2 (IE for sites that don't play nice, and FF as my preferred).

      What, you haven't installed IETab?.

      (I'm really liking Chrome, but I'm longing for the day IETab and GreaseMonkey get ported to it).

    5. Re:Many exciting bells and whistles by AP31R0N · · Score: 1

      When i deal with other people(mostly at work), and certain test functions, IE tab won't cut it. :(

      --
      Utilizing the synergization of benchmark e-solutions to pre-workaround action items!
    6. Re:Many exciting bells and whistles by D+Ninja · · Score: 1

      Why use IE at all? Try the Firefox plugin, IE Tab. Works great. (There is one site that I have run across that doesn't play nice with it, and I have to use Internet Explorer in that case. Other than that, it works wonderfully.)

  13. gr by legoman666 · · Score: 1

    Just downloaded and installed it. First things first: Need AdBlock Plus. I will never switch away from Firefox 3 unless the alternative has an ad blocker.

    Also, the scroll wheel function doesn't appear to function properly. When scrolling down, it moves a page length at a time. Scrolling up doesn't work at all.

    Other than that, appears to be good so far...

    1. Re:gr by Vexor · · Score: 1

      I just downloaded and am using the browser now. No problems at all with the scrolling. It feels a bit foreign. A few things are in nontraditional places, namely the bookmarks. So far it's pretty fast.

      --
      ~Vexed and loving it!
    2. Re:gr by Anonymous Coward · · Score: 0

      I will never switch away from Firefox 3 unless the alternative has an ad blocker.

      You can run an ad blocking proxy. There are some small light ones that are easy to use. I'd recommend what I run, but it's hasn't been supported in many years.

  14. What a completely pointless review by Ed+Avis · · Score: 1

    What exactly is the need to review a program which you can download and try free of charge? Only if there were some special insight the reviewer could provide that you wouldn't notice with a casual test drive: for example, some notes about security. But that is sadly not the case here.

    Indeed, the middle 'reviewer' hasn't even tried running the browser!

    I have yet to download Google's Chrome browser. As I said in my previous post, I'll adopt a wait and see stand on this after my experience with Firefox 3. I even wrote that I may try the product a month after its launch to make sure some of the bugs have been fixed. But after reading mostly favorable reviews, something tell me that I will abandon that stand sooner than planned. How about you, have you downloaded the Google Chrome web browser?

    --
    -- Ed Avis ed@membled.com
    1. Re:What a completely pointless review by Anonymous Coward · · Score: 0

      What exactly is the need to review a program which you can download and try free of charge?

      I don't use Windows.

    2. Re:What a completely pointless review by Ed+Avis · · Score: 1

      I don't use Windows.

      In which case a review of a Windows-only program is surely not that interesting to you?

      --
      -- Ed Avis ed@membled.com
    3. Re:What a completely pointless review by mcvos · · Score: 1

      What exactly is the need to review a program which you can download and try free of charge?

      No charge doesn't mean there's no cost. It costs time and bandwidth to try it out for yourself.

      Besides, more reviews means more exposure. If there are lots of very positive reviews, mainstream media are more likely to pick it up, and non-geeks might become aware of the new browser. You know, all those people who've never heard of Firefox or Opera.

    4. Re:What a completely pointless review by Anonymous Coward · · Score: 0

      In which case a review of a Windows-only program is surely not that interesting to you?

      a) Google say Mac and Linux versions are on their way.
      b) It might be possible to run it under Wine.
      c) Intellectual curiosity.

    5. Re:What a completely pointless review by loutr · · Score: 1

      No, but a review of a "Windows-only but to be released on linux & macosx" program is interesting to me.

    6. Re:What a completely pointless review by Mr+Z · · Score: 1

      Well, if a version for your not-Windows-platform-of-choice is On The Way, getting an advance preview might be interesting to find out whether it's worth waiting for. I, for one, am interested in how well it works so I know whether to rush out and download the Linux version when it's available.

      From the sounds of it, it's got some interesting advantages, but I probably won't rush out and download it when a Linux version becomes available. Ad blocking, for instance, is the big hurdle for me.

  15. Re:just curiousity by Kagura · · Score: 3, Funny

    Google Chrome: Day 2, article number four. :)

  16. Can't beat slashdot for DDoS by Anonymous Coward · · Score: 0

    According to alexy2k, Error establishing a database connection

  17. Things I like, Things I don't by Zerth · · Score: 4, Interesting

    The inspect element tool is awesome, lets you see the tree and go to any element you can right click on.

    Killable tabs, I open tons of new tabs/windows in any browser I use and I hate it when one crashes and takes out a dozen pages I had open earlier to read later and then have to grep and guess through my history. This makes my day

    When you search, it puts little marks on the scroll bar where results are. That's neat.

    The tweaked tab system is great. Create new windows from tabs, drag tabs between windows, consolidate windows into tabs.

    On the other hand

    I really miss scroll-click and smooth scrolling. But it isn't the end of the world.

    While I like having tabs on top, having the File/options/etc WIMP standards under that little button to the right of the address bar is kinda weird.

    It's beta. It's very beta. Somewhere above "everybody else's beta" and but slightly below the usual "Google beta" quality.

    I turned the awesome bar off.

    But I still want it to do math for me.

    1. Re:Things I like, Things I don't by pmontra · · Score: 1

      The inspect element tool is awesome, lets you see the tree and go to any element you can right click on.

      You're probably not familiar with the Firebug add on for Firefox. Firebug has been doing exactly the same thing for about the past two years and it's the reason why so many web developers switched to Firefox.

      However I agree with the rest of your analysis with the exception of the awesome bar which combines the traditional search and url input boxes. It saves space and mouse travel and it works fine.

      There are some bugs being discovered that Google and the developers of JavaScript libraries will fix and it will be ready for prime time after that. Said so, I won't use it as my primary browser until an Adblock plugin will be available.

    2. Re:Things I like, Things I don't by larry+bagina · · Score: 1

      how do you turn the awesome bar off? What I hate most about opera, chrome, (and IE) is that it tries to do a search for everything in the address bar.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    3. Re:Things I like, Things I don't by Allicorn · · Score: 1

      The inspect element tool

      Web Developer, Firebug, any number of other plugins for FF already do this and more so thats not a significant selling point for me.

      I open tons of new tabs/windows in any browser I use and I hate it when one crashes and takes out a dozen pages

      Fine, but really the browser shouldn't crash often enough for this to mean anything at all. Can't recall the last time I crashed FF, so hey.

      When you search, it puts little marks on the scroll bar where results are. That's neat.

      Granted, thats cute. And the position of the find-in-page control is better than the stupid bottom bar in FF. I still prefer (and use plugins to have) the find-in-page controls in a floating dialog though.

      Create new windows from tabs, drag tabs between windows, consolidate windows into tabs.

      Firefox already does this too so this is nothing new.

      I really miss scroll-click and smooth scrolling

      What bothers me more is that the mousewheel only scrolls the page down - up doesn't work. WinXP, Microsoft Intellimouse - couldn't be a much more generic setup and yet scrolling only goes in one direction. Clearly a bug that'll be fixed but I'dve thought a rather too obvious to make it into this release.

      having the File/options/etc WIMP standards under that little button to the right of the address bar is kinda weird

      Thats putting it very politely. Why destroy very long-established interface concepts like this? What was so bad about having a menu bar? What do I gain from this that makes up for no longer being able to access menu functions by keyboard? (ALT->key->cursors and such). Stupid idea - a step backwards in interface design.

      Relatedly - no bookmarks menu - unless I have an entire waste-of-space toolbar turned on just to get that single button which - again - I can't initiate cursor navigation on by a keypress.

      Is there any "bookmarks organizer" at all? Can't find it.

      I also object to any program which overrides whatever visual theme I have selected in the OS. Blue chrome with Vista-esque dressing - thats your only choice apparently.

      Auto-run updaters should only be added for critical components like AV. Plus, critical or not - its polite to at least ask during install!

      Removing the status bar does indeed free up some viewport real estate. However, popping the thing up whenever the mouse crosses an anchor creates an annoying distraction. Daft.

      As many others have pointed out, no adblock, dubious EULA elements, a unique ID that could bear further explanation and so on and so forth.

      Alli

      --
      OMG!!! Ponies!!!
    4. Re:Things I like, Things I don't by Anonymous Coward · · Score: 0

      yeah inspect tool is awesome! It's almost like they got it from webkit...ohhh....

    5. Re:Things I like, Things I don't by Zerth · · Score: 1

      Web Developer, Firebug, any number of other plugins for FF already do this and more so thats not a significant selling point for me.

      Ah, I haven't done web development over 5 years. I just happened to notice it on the rightclick menu.

      What bothers me more is that the mousewheel only scrolls the page down - up doesn't work. WinXP, Microsoft Intellimouse - couldn't be a much more generic setup and yet scrolling only goes in one direction. Clearly a bug that'll be fixed but I'dve thought a rather too obvious to make it into this release.

      Really? I've a logitech trackball and it's wheel works just fine...

      Relatedly - no bookmarks menu - unless I have an entire waste-of-space toolbar turned on just to get that single button which - again - I can't initiate cursor navigation on by a keypress.

      Is there any "bookmarks organizer" at all? Can't find it.

      The bookmark bar also shows on the top of every blank tab, I guess they expect you to want to open bookmarks in new tabs.

      While you can edit/organize with the little folder dropdown in the upper righthand corner, I think after you get enough bookmarks that the drop down needs scroll bars, it'll suck.

    6. Re:Things I like, Things I don't by Zerth · · Score: 1

      To turn of the searching-autocomplete function, right click on the bar, pick edit search engines, uncheck "use a suggestion service".

      It'll still match your history, but that's local and can be cleared.

    7. Re:Things I like, Things I don't by Anonymous Coward · · Score: 0

      You can drag tabs between windows in FF3 (not sure about the earlier versions).

    8. Re:Things I like, Things I don't by gbjbaanb · · Score: 1

      having the File/options/etc WIMP standards under that little button to the right of the address bar is kinda weird

      Thats putting it very politely. Why destroy very long-established interface concepts like this? What was so bad about having a menu bar? What do I gain from this that makes up for no longer being able to access menu functions by keyboard? (ALT->key->cursors and such). Stupid idea - a step backwards in interface design.

      That's the way IE7 does it. I always felt they did it that way just to be different. I think it sucks too as menu-driven interfaces are very standard and work well. Personally, I'm just glad they didn;t put it on a 'config' page full of 'control panel' style icons.

      However, all in all, its not bad. I tried it, liked it, won't use it day-to-day. I'm hoping FF will pinch a load of code from it, and it'll pinch a load of code from FF in subsequent releases.

    9. Re:Things I like, Things I don't by SanityInAnarchy · · Score: 1

      Fine, but really the browser shouldn't crash often enough for this to mean anything at all. Can't recall the last time I crashed FF, so hey.

      It shouldn't happen, but it does. Firefox 3 has been rock solid for me, yet I've seen it crash frequently for others. Konqueror is rock solid for others, but crashes frequently for me, especially when typing Slashdot comments (taking my entire comment with it).

      And it's not just the process-per-tab -- it's also splitting the plugin out of the rendering process, so that a plugin crash won't crash your tab. Flash crashes all the time for me, on Linux -- fortunately, it's inside nspluginwrapper, so not in the same process, so my browser's still alive. Unfortunately (or fortunately, as the case may be) it means I have no Flash at all until I restart my browser.

      Relatedly - no bookmarks menu

      I would imagine that they intend the address bar to take its place -- but I haven't tried it, so I don't know.

      Auto-run updaters should only be added for critical components like AV.

      For what it's worth, your browser is at least as critical as AV -- moreso, because if you've got a secure browser, that's one less reason you need AV at all.

      And as others have pointed out, its open source. I'm curious to see what license it's under, because frankly, after reading the comic, I can't wait for some of the stuff under the hood -- process-per-tab, JS speed, rock-solid Webkit, and actual tools to monitor performance (top only shows me which browser is using 100% CPU, not which tab).

      But the privacy stuff bugs me a bit, and the lack of extensions (and Linux support) bugs me a lot. So I'll use Konqueror and Firefox, and I'll wait.

      --
      Don't thank God, thank a doctor!
    10. Re:Things I like, Things I don't by Ma8thew · · Score: 1

      The Inspecter is actually part of Web Kit, and it looks like Google haven't bothered to do anything with it yet, it doesn't seem to render itself properly in some places.

    11. Re:Things I like, Things I don't by Blakey+Rat · · Score: 1

      The inspect element tool is awesome, lets you see the tree and go to any element you can right click on.

      IE Developer Toolbar does that in IE, and Firebug does that in Firefox. Nothing new there, you've just never bothered to install a browser plug-in that does it before. :)

      The tweaked tab system is great. Create new windows from tabs, drag tabs between windows, consolidate windows into tabs.

      All features from BeOS' original tabbed window implementation. I agree it's handy, but it's also simply sad that other applications ripping-off the tabbed windows from BeOS get it so damned wrong.

    12. Re:Things I like, Things I don't by Blakey+Rat · · Score: 1

      No, it's different. Subtle, but different.

      In IE, the menus are outside of the tab. In Chrome, the menus are inside of the tab. (On Firefox, they're all outside of the tabs.)

      The most correct solution would be to put the menus that apply only to the current tab inside of it, and the menus that apply to the entire browser outside of it. Both browsers fail at that, but err in different directions.

    13. Re:Things I like, Things I don't by Allicorn · · Score: 1

      Auto-run updaters should only be added for critical components like AV.

      For what it's worth, your browser is at least as critical as AV -- moreso, because if you've got a secure browser, that's one less reason you need AV at all.

      Fair comment. My point was really that AV needs to be up-to-date immediately I start my box, whereas for the browser (that I might not even use in any given session) surely its acceptable to have it update on launch (a la FF) rather than having to hook an extra updater in to my - already over-extended - list of things that launch at boot time?

      Plus, the not asking permission thing - bad form - smells like Quicktime ;-)

      Alli

      --
      OMG!!! Ponies!!!
    14. Re:Things I like, Things I don't by FuturePastNow · · Score: 1

      I don't have any trouble scrolling up or down with the mousewheel (Logitech cordless mouse), but I cannot scroll up using the right-side scroll area of the laptop trackpad. Must be something with the generic Windows drivers.

      --
      Give a man fire, and you warm him for the night. Set a man on fire, and you warm him for the rest of his life.
    15. Re:Things I like, Things I don't by Anonymous Coward · · Score: 0

      The fact that you cannot have bookmarks imported in a useful way from my other browsers was reall annoying.

      When opening a new page from my bookmarks, I would like it to use a new tab (like in Maxthon).

      mouse shortcuts are a must feature for me at this point.

      My broadband connection and maxthon on SP2 XP runs plenty fast. I do not see where improved Javascripting speed is meeningful to my browsing experience.

      MLB.com does not work correctly on Chrome. I am a Texas Ranger fan so I need to go to MLB.com to find anything out about them, they get no press anywhere else.

      Passwords are something I have grown to rely on Maxthon for storing and it does a brilliant job of filling them in for me. Chrome has no way to do this yet.

      I know... OS... it will come, but not today so... for now and probably the next months or year I am quite happy with Maxthon.

    16. Re:Things I like, Things I don't by magus_melchior · · Score: 1

      I hate it when one crashes and takes out a dozen pages I had open earlier to read later and then have to grep and guess through my history.
      Firefox and Opera (and IE7, maybe?) save their sessions and tab orders/window contents on-the-fly in case a crash takes down the browser. Though if you open everything in a tab and can't remember which ones you've read...

      Might wanna plan your tab/window opening a bit there. :)

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    17. Re:Things I like, Things I don't by SanityInAnarchy · · Score: 1

      Valid points.

      This issue doesn't touch me nearly as much -- I'm on Linux, and easily 99% of the software I use updates through a central package management system. Which means only one update program to run, or only one check made on boot -- far less duplication and bloat just for the updaters.

      But then, Ubuntu didn't ask me to start checking for updates, it only asks me when it wants to install them.

      --
      Don't thank God, thank a doctor!
  18. I was impressed, but not switching by halivar · · Score: 3, Interesting

    The UI is intuitive, minimal, and eye-pleasing. It rendered almost all of my favorite web-sites perfectly (including some with CSS that previously only rendered in Firefox).

    Not switching, though. AdBlock Plus is a must-have.

    1. Re:I was impressed, but not switching by ExternalDingus · · Score: 1

      I was impressed but not switching as well. I use Opera and there are some features it has I just don't want to live without. If they could incoperate those I'd be on Google Chrome. The feautres I like most from Opera.. 1. "copy to note" feature. Allows you to right click and copy highlighted text to notes within the browser and they are orgnaized pretty well. It isn't perfect but I use it all the time. 2. "Save sessions" allows you to quickly save all the bookmarks open and name that session. 3. When opening, after closed, allows you to open to the session where you left off. 4. I also didn't like the look of it. Too monochromatic. Kind of disorienting.

    2. Re:I was impressed, but not switching by Pulzar · · Score: 1

      It's damn fast, I love that. I can't completely switch until some of the basic plug-ins start appearing, but I'm willing to give it a good shot because I haven't seen a browser this fast... ever. (Maybe IE3, which appeared super fast compared to the late Netscape... when it didn't crash)

      It's co-existing with Firefox right now. Chrome work, Firefox at home. Let's see who wins... :)

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    3. Re:I was impressed, but not switching by Anonymous Coward · · Score: 0

      I just think this is too much. We always talk about the government not monitoring us, but here comes the "Do No Evil" corporation that is going to have your apps, your data, your activity, your advertising and gosh everything else. This "thing" will be an YOUR operating system in time, and you will not be able to use a computer (application) without first getting permission from Googlesphere Control.

      Open Source.

      Don't get fooled by this Jedi mind trick.

      It's a red flag when a comic strip has to be used to explain things to you. No different than the psy-ops flyers dropped from planes onto an unsuspecting population.

    4. Re:I was impressed, but not switching by ExternalDingus · · Score: 1

      You wouldn't happen to be an executive for Firefox, would you?

    5. Re:I was impressed, but not switching by ExternalDingus · · Score: 1

      I thought it was eye pleasing mostly because of it's simplicity.. but the tabs being monochromatic seemed like it would be difficult to tell what tab was where if you had a lot of tabs open..

  19. Reviews suck by Phylarr · · Score: 5, Informative

    One reviewer hadn't even installed the browser yet. Seriously.

    I installed Google's browser. It sucked. Didn't ask where I wanted to install it. No adblocker (and probably never will be). Very limited configuration options. Couldn't handle my font colors. Set GoogleUpdate.exe to run every time my computer starts. Took me to a "why are you uninstalling it" web form when I went to uninstall it, and the web form didn't work. Ass sucking from start to finish. Classic Google.

    --
    "Choosing to refrain from producing another person demonstrates a profound love for all life" [vhemt.org]
    1. Re:Reviews suck by D+Ninja · · Score: 1

      Ass sucking from start to finish. Classic Google.

      Alright...so you didn't like Chrome. That's fair. It does have some of those problems that you discussed. (Although, when plugins are added, Adblock will most definitely be making an appearance.) A few of your complaints are also related to the fact that this is a beta web browser. Firefox had many of the same issues back when it was Phoenix.

      Anyway, your last comment is just +1 Flamebait/Troll, etc. Google (generally) makes good products. Yes, they aren't perfect, but nobody is. And, this is why they release their stuff as beta in the first place. By doing that, they're saying - "We're not entirely happy with this tool yet and we're still working on it and want feedback from our users."

    2. Re:Reviews suck by _xeno_ · · Score: 2, Informative

      Didn't ask where I wanted to install it.

      You'll never guess where it did install it, either.

      In Program Files? Of course not. It installs into your profile. Thankfully your local profile, so if you're actually using roaming profiles you won't be transferring the entire browser back and forth.

      I suppose that's good news if you want to be able to install it locally, but I'd like to have been given the option of at least choosing between "just me" and "all users."

      On that note, Google Update is hidden away in the same location, so if you want to uninstall it, you'll need to go there, since it doesn't uninstall with Google Chrome and doesn't contain an uninstaller.

      Under XP that's something like C:\Documents and Settings\%User%\Local Settings\Application Data; under Vista it's something different. XP at least doesn't appear to set an environment variable pointing to the local application data directory, but you can easily get the path using SHGetFolderPath(NULL, CSIDL_LOCAL_APPDATA, NULL, 0, szPath)...

      --
      You are in a maze of twisty little relative jumps, all alike.
    3. Re:Reviews suck by SanityInAnarchy · · Score: 1

      No adblocker (and probably never will be).

      Open source, so if people actually like the app, it's inevitable that there will be.

      --
      Don't thank God, thank a doctor!
    4. Re:Reviews suck by bestinshow · · Score: 1

      Shame you didn't actually use it, eh?

      Plug-ins will come, use a proxying ad-blocker that works for all your browsers instead of configuring per-browser, etc. Configuration options do need work however. Install location needs work. It's a Beta, they'll sort it out eventually.

    5. Re:Reviews suck by Anonymous Coward · · Score: 0

      what about %APPDATA%?

    6. Re:Reviews suck by _xeno_ · · Score: 1

      That's the roaming application directory, versus the local application data directory. They're different, although the difference only matters if you're using roaming profiles.

      On XP it's in the %UserProfile% directory called "Local Settings". I can't remember where it is in Vista because they've completely rearranged the profile directory. (On the upside, the profile directory is now much more like $HOME.)

      But there's no corresponding %LOCALAPPDATA% (at least on my machine) and, since they're hidden by default, trying to describe where they are is somewhat annoying...

      --
      You are in a maze of twisty little relative jumps, all alike.
    7. Re:Reviews suck by magus_melchior · · Score: 1

      ... said the guy posting his own review. By your reasoning, your evaluation of Chrome and Google likewise sucks. :)

      I think I'll go make me a skyscraper-climber a la Adam Savage. That's the kind of suckage we all need.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    8. Re:Reviews suck by lennier · · Score: 1

      "In Program Files? Of course not. It installs into your profile. Thankfully your local profile, so if you're actually using roaming profiles you won't be transferring the entire browser back and forth."

      Ahahahahaha!

      That would be why it Fails on our Novell Netware network.

      Anything installed into the local profile gets erased on reboot for us and recreated at next reboot. That's a Novell quirk, but it assumes quite rightly that if you roam, *all* your user data is on the network and the only local stuff is temporary working cache, not application bits. The last app that failed this bad was Palm Desktop, and is why we no longer authorise Palms for purchase.

      Nice going, Google.

      Seriously, that local profile thing is insane. It's like Microsoft has completely ignored the existence of roaming users and assumes everyone now has their own personal laptop. If I install a program to a workstation, I want it on that workstation for all roaming users, because it's a *program* and it's got all sorts of dependencies on the local system, but it darn well ought to be able to create default user settings when it sees a new user. If I have some personal data, I want it in my roaming profile wherever I am.

      THERE IS NO CONCEIVABLE SANE CIRCUMSTANCE where I would want a piece of corporate software infrastructure which is ONLY runnable for 'one user on one workstation'. Not on a managed network. Anyone who uses that insane place to put a whole *application* just completely fails at Windows application development (and operating system design).

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
  20. I want cookies turned off with an exceptions list by Fastfwd · · Score: 1

    This is why I'm staying with firefox for now. But faster page load and isolated threads for JAVA/javascript content really would be nice to have.

  21. No Adblock? No Chrome for me. by Sparky9292 · · Score: 0, Redundant

    When Adblock is released for chrome, I will use it. It's funny how a 3rd party extension has become the killer app for browsing.

  22. do not pass go. do not collect $200 by the_B0fh · · Score: 4, Insightful

    Does it matter how good or bad it is, when you type in:

    about:plugins

    and the first thing you see is:

    ActiveX Plug-in
    File name: activex-shim
    ActiveX Plug-in provides a shim to support ActiveX controls

  23. How do they do it? by wvmarle · · Score: 2, Interesting

    What makes me wonder is how Google manages to put out a browser, that's seemingly so complete. It's not an easy job: Firefox has been in development for about a decade now, after the open-sourcing of Netscape.

    Did they use large chunks of other open-source browsers? If so, which ones? And considering page rendering speed, it is highly optimised. Or lots of features other browsers have are missing.

    And how do they manage to get JavaScript work so lightning fast? Looking at the graphs, FF is two, three times as fast as IE, but both are nothing compared to Chrome. Did they write it from scratch, or highly optimised an existing JavaScript implementation? Both options sound pretty impressive to me. It can't be easy to get so quick JavaScript execution - why else can't FF and IE not get anything near this speed.

    I can't test the browser myself unfortunately; my desktops run Linux and this laptop is OS/X. It sounds like a pretty impressive job what they did.

    Anyone has any ACID/2/3 test results in Chrome? That would be really interesting.

    1. Re:How do they do it? by pohl · · Score: 5, Informative

      Did they use large chunks of other open-source browsers? If so, which ones?

      Yes, they chose the WebKit rendering engine, which is the same one you find in browsers like Konqueror, Safari, and Google's own Android platform.

      --

      The "cue the foo posts in 3, 2, 1..." posts will commence with no subsequent foo posts in 3, 2, 1...

    2. Re:How do they do it? by boteeka · · Score: 1

      They used WebKit as a browser engine (also used by Safari, Galeon and Konqueror). They created a new JavaScript engine from scratch, called V8. It has lots of optimizations from which the most important is that it compiles once to machine code and doesn't use introspection after compile, and the second one is that although JavaScript isn't a class based OO language, Chrome classifies it in the background this way accounting for a great deal of performance boost. But I'm not an expert on this,you'd better look for yourself.

    3. Re:How do they do it? by Zerth · · Score: 1

      Two things make jscript faster

      1: new v8 jscript engine is tweaked for complex interactive non-presentational script actions. This is kind of cheating, since other jscript engines just aren't tweaked, they could probably get some performance gains here if anyone had cared before.

      2: it compiles the jscript instead of using an interpreter, so you've got the same order of magnitude gains between any interpreted vs compiled system.

    4. Re:How do they do it? by ducomputergeek · · Score: 1

      They started with Webkit, created by Apple for Safari which was forked from KHTML a number of years ago now. So they started with the same basic rendering engine that powers Safari and extended from there. And it should be Acid compliant as Safari/Webkit was the first to reach ACID 3 compliance.

      I use Safari on most days, FF if I'm forced to be on a windows box. No OSX support yet so I won't be using it. But again, Chrome is a browser designed to make web-apps better so they can put more of their ads in front of your eyeballs. Google has shifted from a search-engine to the new double click. If the core engine is that much better, look to see said features in Safari 4, only minus the phone homes and the ability to use Safari AdBlock.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    5. Re:How do they do it? by Chyeld · · Score: 1

      The rendering engine is based on Webkit, which is the same engine Safari (Apple's dog in this 'fight') uses, which was based on the KHTML engine built by the KDE group for their browser, Konqueror. KHTML was orginally based on khtmlw, which was the previous HTML library for KDE.

      In other words, yes, they built their's on the shoulders of others.

      The JavaScript engine is custom built code called V8, designed by a Google team in Denmark.

    6. Re:How do they do it? by MyOtherUIDIsLower · · Score: 1, Informative
      They wrote their V8 engine from scratch, so they were able to come up with this features:
      • Compile javascript to native code to boost performance
      • Incremental garbage collection
      • Group similar objects and create hidden classes, to improve method and member access speed

      You can learn a lot more about the technology used here on Google Books.

      --
      My other UID is lower than this one.
    7. Re:How do they do it? by pmontra · · Score: 1

      Adding to the other replies, the copyright statement at the beginning of the source files refers to the 2006-2008 period so Google have been developing it for about two years. They didn't start coding it this summer.

      ACID 3: 78/100

    8. Re:How do they do it? by mcvos · · Score: 1

      Did they use large chunks of other open-source browsers? If so, which ones?

      Yes. Webkit mostly, and bits from Firefox apparently. Check their site for more info.

      And how do they manage to get JavaScript work so lightning fast?

      They're Google. They're javascript experts. Javascript is what they do. And they know what they need to make it better.

      But if you want to know more, check out their source code.

    9. Re:How do they do it? by Anonymous Coward · · Score: 0

      For you question on the acid test, on acid 3, chrome gets a 78/100 to Firefox 3's 70/100, both of which do not run smooth like it is supposed to, though FF does get to its fail result a little more smoothly.

      Both Firefox and Chrome generate the Acid 2 tests perfectly.

    10. Re:How do they do it? by brunascle · · Score: 1

      Galeon uses Gecko, not WebKit.

    11. Re:How do they do it? by Tumbleweed · · Score: 1

      Did they use large chunks of other open-source browsers? If so, which ones? And considering page rendering speed, it is highly optimised. Or lots of features other browsers have are missing.

      And how do they manage to get JavaScript work so lightning fast?

      Your questions were answered, in depth, by their extensive introductory 'comic book'.

      The HTML/CSS renderer is Apple's WebKit, based on KHTML.

      The javascript vm is supplied by a third-party in Denmark. It's fast because it's doing what FF 3.1's upcoming 'tracemonkey' js engine does - it now has a JIT compiler, rather like Java.

      FYI - the benchmarks I've seen with Chrome beating FF 3.1 at js tests aren't testing with FF 3.1 with tracemonkey, so I'm looking forward to those comparisons. :)

    12. Re:How do they do it? by kapouer · · Score: 1

      Hello, ACID3 test not passed by google chrome.
      Which is not normal, considered epiphany-webkit (and midori) on debian/ubuntu are passing successfully this test.
      To my knowledge these webkit browsers are the only two scoring 100 at acid3.

    13. Re:How do they do it? by JackassJedi · · Score: 1

      # Passes the Acid 2 test.
      # Chrome gets a score of 78 on the Acid 3 test, which is higher than FireFox 3 at 57, Safari at 72, and Opera at 45.


      http://www.seifi.org/javascript/google-chrome-first-impressions.html

      --
      Power corrupts the few, while weakness corrupts the many.
    14. Re:How do they do it? by SanityInAnarchy · · Score: 1

      Nitpicking, but "jscript" is actually not short for JavaScript. It's Microsoft's JavaScript implementation -- they didn't have the necessary trademark agreements, so they couldn't call it JavaScript, so they called it JScript and made it almost entirely compatible.

      From what I can tell, this browser does actually use the term "JavaScript".

      If you really want to get pedantic, it's actually EcmaScript.

      --
      Don't thank God, thank a doctor!
    15. Re:How do they do it? by PainKilleR-CE · · Score: 1

      JavaScript may not be used as a class-based OO language very often, but it has many of the features of OO languages and can be used as such.

      --
      -PainKilleR-[CE]
    16. Re:How do they do it? by PainKilleR-CE · · Score: 1

      ECMAScript is the standard version. JavaScript was the original made by Netscape (after being named LiveScript or Mocha), and v1.5+ of JavaScript is compliant with ECMA v3. JScript is the Microsoft implementation in IE, and v5.5+ is compliant with ECMA v3.

      To the best of my knowledge, Opera is the only browser that calls its scripting dialect ECMAScript. ECMA v3 is turning 9 years old in December.

      --
      -PainKilleR-[CE]
    17. Re:How do they do it? by Schadrach · · Score: 1

      It does Acid2, gives mixed results on Acid3 for me (has come out 53, 76, 77, 78, and 79 on various runs -- sometimes the red background cat image appears, usually all but the last box is in greyscale, and LINKTEST FAILED always appears at the bottom in red).

    18. Re:How do they do it? by brentonboy · · Score: 1

      Also Mozilla.

    19. Re:How do they do it? by Hughesco · · Score: 1

      Passed Acid 2 test. Failed Acid 3 - 79/100; Firefox 3 also failed with a 71/100; IE7 fails, the score is unreadable!

    20. Re:How do they do it? by frission · · Score: 1

      However, they must be using a much older version of Webkit. Chrome does NOT pass the ACID test 3, even though the latest Safari does. Also, Chrome still has the carpet bomb "bug" that Apple was criticized for (auto-downloads). http://acid3.acidtests.org/

    21. Re:How do they do it? by frission · · Score: 1

      I forgot to mention that by "latest" I meant the Safari 4 Dev preview. I don't know if 3.x passes ACID 3 or not. But both Chrome and Safari 4 are in "preview" so, I still think it's a fair comparison.

    22. Re:How do they do it? by boteeka · · Score: 1

      I thought I remember correctly - but I could be mistaken - that Galeon would change its rendering engine to WebKit (or was it GTKhtml?). Maybe you're right.

    23. Re:How do they do it? by brunascle · · Score: 1

      you're probably thinking of Epiphany, a fork of Galeon. They're apparently switching to WebKit.

    24. Re:How do they do it? by LiquidFire_HK · · Score: 1

      If you're referring to the Mozilla Suite, then no, that uses Gecko of course.

    25. Re:How do they do it? by brentonboy · · Score: 1

      I meant that they used chunks of Mozilla, not that WebKit is found in browsers like Mozilla.

    26. Re:How do they do it? by LiquidFire_HK · · Score: 1

      Oh, I misunderstood you. My apologies.

    27. Re:How do they do it? by brentonboy · · Score: 1

      this has been an astoundingly polite and civil misunderstanding. what has the internet come to? :D

  24. Chrome's source by Anonymous Coward · · Score: 4, Informative

    I will shamelessly copy&paste my comment from the other Chrome news today:

    I suggest you use the OpenSource version of Chrome , which is BSD licensed and has no EULA you need to agree to.

    Builds:
    http://build.chromium.org/buildbot/snapshots/

    Info:
    http://www.chromium.org

    It's time to start hacking away at this ;-)

    1. Re:Chrome's source by Joe+Snipe · · Score: 1

      by Anonymous Coward on 09-03-08 08:43 AM
      I will shamelessly copy&paste my comment from the other Chrome news today

      I don't think you understand the word shamelessly.

      --
      Sometimes, life itself is sarcasm...
  25. Re:just curiousity by colmore · · Score: 2, Insightful

    Come on, web browsers are among the biggest pieces of software going, and Google is a major player. This is big news. There've been three browsers (and Opera!) for a long time now.

    This is news.

    --
    In Capitalist America, bank robs you!
  26. Noticably the fastest browser. by tjstork · · Score: 3, Insightful

    I'm using Chrome right now and I find it to be easily the fastest browser I've ever used. Slashdot's Javascript is slow on my machine but that compiler Chrome has seems to make even this plodding page load up almost instantly.

    Suddenly, the thought of Google challenging MS-Office with JavaScript makes a great deal of sense.

    --
    This is my sig.
    1. Re:Noticably the fastest browser. by dannannan · · Score: 4, Interesting

      Not just Office -- it's the whole desktop environment. Chrome is Google's way of telling everyone that the web really is ready for primetime app development. The roadblocks of the past, like poor performance, second class UI, hacky little scripts taping everything together, etc. are not fundamental limitations imposed by the web; they were shortcomings of the legacy web browsers.

      Google is trying to get good, self-respecting developers to target the web with their apps, even for traditionally "local" apps.

      Look at some of the mainstays of the traditional local app platform. Chrome's approach to tabbed browsing is one step away from replacing the Windows Taskbar. Your app gets listed in the Chrome Task Manager, too. A lot like Windows Task Manager, eh? Except it's more useful. Even the hotkey to open is simpler. SHIFT+ESC instead of CTRL+SHIFT+ESC.

    2. Re:Noticably the fastest browser. by deanston · · Score: 1

      I'm not surprised. It's based on WebKit, and up to now Safari has been the best browser for rendering Slashdot at least on my machines compared to even FF and Opera.

      I'm curious - Chrome feels fast. Probably because each tab is an individual process, like individual IE windows. You can count them in the Windows Task Manager. I know even while the PC should be idle it's cranking (loudly) with Google background processes (indexing and what not), and when I tried to do something in other windows the PC response was SLOW. Has anyone tried to open dozens or more tabs? Hundreds of tabs? What does that do to your PC?

  27. I'm using it now by Anonymous Coward · · Score: 0

    Well, I'm using it now to test it out. So far, Slashdot works.

    That's pretty disappointing, but I guess I'll still give it another chance.

  28. blinking favicon? by ftobin · · Score: 3, Informative

    Is it just me, or does the second review at http://www.monacome.com/2008/08/download-google-chrome-browser-review.html have a ridiculously annoying animated favicon? I'm searching Google now for a way to disable this distracting device. I am definitely not going to read the article with such an annoyance about.

    1. Re:blinking favicon? by raynet · · Score: 1

      It must be just you, I see only a green box, no animation on my Opera 9.51 on Mac.

      --
      - Raynet --> .
    2. Re:blinking favicon? by Anonymous Coward · · Score: 0

      Yeah, it's blinking in all the rainbow colours, but it's somehow easy to ignore. (Also, it's the review site, where the person hasn't actually tried the program yet.)

    3. Re:blinking favicon? by Blimey85 · · Score: 1

      That favicon is brutal. Someone, whoever made that, needs to be taken out back and beaten... severely. That's just not right!

      --
      How is it that one careless match can start a forest fire, but it takes a whole box to start a campfire?
    4. Re:blinking favicon? by j.sanchez1 · · Score: 1

      Add "*/favicon.gif" to your Adblock filter list and it'll go away.

      --
      Speedy thing goes in; speedy thing comes out.
    5. Re:blinking favicon? by ToastBusters · · Score: 1

      I didn't bother, it seemed to me an indication that the website is not worth reading.

    6. Re:blinking favicon? by kat_skan · · Score: 1

      I'm searching Google now for a way to disable this distracting device

      You can't. It doesn't even respect image.animation_mode. The bug for it is nearly seven years old.

    7. Re:blinking favicon? by zobier · · Score: 1

      No it's not just you, Albert is a dickhead for having that favicon on his blog.
      I certainly didn't hang around to read the "monologues of a fuckless lamer".

      --
      Me lost me cookie at the disco.
    8. Re:blinking favicon? by magus_melchior · · Score: 1

      Is it just me, or does the second review at http://www.monacome.com/2008/08/download-google-chrome-browser-review.html have a ridiculously annoying animated favicon?

      Either it's Chrome, or their webmaster got a lot of complaints. I see a green square, #00FF00 if I'm not mistaken. Of course, that's a standard overlay colorfor video and animation (or something like that-- when a video overlay fails to render correctly, I get that color).

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    9. Re:blinking favicon? by Anonymous Coward · · Score: 0

      Is it just me, or does the second review at http://www.monacome.com/2008/08/download-google-chrome-browser-review.html have a ridiculously annoying animated favicon? I'm searching Google now for a way to disable this distracting device. I am definitely not going to read the article with such an annoyance about.

      UGH!!! Annoying is a polite way of describing that ICON... It's for sites like that, that I make extensive use of my HOSTS file.

      offendingsite.com 127.0.0.1

  29. Not for me... by aardwolf64 · · Score: 1

    I thought it might be nice to check it out, but I wasn't expecting very much from a beta browser. Unfortunately, after several reboots/reinstalls, I have yet to get it working. After two Application Errors on startup, I get a sad folder that says:
    "Aw, Snap! Something went wrong while displaying this webpage. To continue, press Reload or go to another page."

    Thanks for the effort, but let me know when they release a browser that actually will install. I think I'll stick with Firefox 3, thank you very much.

  30. excellent by joss · · Score: 1

    I started using it today, it's excellent.. good background info at http://www.google.com/googlebooks/chrome/ I use triple monitors and ability to drag a tab out is something I have wanted a long time. Also, using separate processes for different tabs is so obviously the correct approach, if FF codebase wasnt such a pig to work with someone would have made this change already.

    --
    http://rareformnewmedia.com/
  31. Unclear privacy by AtomicJake · · Score: 2, Interesting

    The Google EULA that I clicked through was the Google services EULA (at least I think so) -- and as such not really acceptable.

    Apparently Google published some clarifications, but still there are open questions:

    • why is there a unique number with each installation and when is it send to Google? Can I disable sending it to Google?
    • I can opt out from many services that use a constant feedback to Google (such as Google Suggest; Malware sites; etc.), but is it then guaranteed that Chrome does no longer send details to Google?
    • is there an option "do not send anything to Google" that is not equal to the incognito mode?

    So, in summary: It's a good browser to use Google applications; but for the moment not apt to access anything outside the Google universum.

  32. DO NOT READ 3rd link by FiloEleven · · Score: 5, Informative

    It's not malicious or anything, it's just very, very poor writing and will make you angry.

    1. Re:DO NOT READ 3rd link by Arc+the+Daft · · Score: 1

      You new here? We don't *ever* RTFA

    2. Re:DO NOT READ 3rd link by D+Ninja · · Score: 3, Funny

      There was an article?

    3. Re:DO NOT READ 3rd link by Trojan35 · · Score: 1

      Pros:
      Fast.
      Lower footprint than FF
      Tabs dont crash each other.
      Clean layout.

      Cons:
      Pretty bare-bones.
      No bookmark Sync (showstopper for me)
      Breaks on many pages with flash that safari doesn't
      No adblocker in default install
      Really, really difficult to manage bookmarks.

    4. Re:DO NOT READ 3rd link by zobier · · Score: 1

      And the 2nd link has the most annoying favicon ever and the first is 404.
      LOL, that'll teach me for reading the fucking article.

      --
      Me lost me cookie at the disco.
  33. Is there anything it can't do? by David+Gerard · · Score: 1

    Google's new browser will give you their web and email services, photo processing, mapping, office applications that will run in said browser and will make you a cup of tea. This is all paid for by personally-directed text ads in your tea leaves, based on analysing a DNA sample taken when you sip the tea and sending your genetic code back to Google for future targeting.

    --
    http://rocknerd.co.uk
  34. Google knows marketing by Junior+J.+Junior+III · · Score: 1

    Google's marketing on this has been absolutely great.

    First they got my attention and made me aware that they're working on something. This worked because they're Google and I'm already paying attention to them because of their prominence and track record.

    Then they provided me with an engaging explanation for the rationale behind developing yet another web browser. I didn't care at first, because I'm pretty sold on Mozilla. But I was curious to know why Google felt like a new browser was worth the effort to develop, so I read the comic, and the more I read about what they're doing with Chrome, the more I saw the good in the project.

    For the moment, I'm still using Mozilla for my primary browser, and until Chrome becomes a little more feature-complete I'll continue to do so. Once Chrome implements support for Browser extensions similar to what Mozilla has, and a few of the essential Moz add-ons have been ported, I'm pretty much sold. At the moment, Mozilla's configurability and customizations are what wins with me. But for as immature as Chrome is, it's already very impressive, and I understand (and like) where Google's going with it.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  35. Conflict of interest by Arc+the+Daft · · Score: 1
    Did google get tired of all the noscript/adblock users not allowing googleanalytics.com or any other ad/tracking site?

    Will google ever actively support noscript/adblock for *their* browser?

    Personally, I like the interface and it has alot going for it. Too bad I can't use it the way I want to, with whitelist-only scripts and no ads. Not holding my breath for that functionality, either.

  36. Don't forget the extensions! by Bragador · · Score: 1

    Also, we already have tons of extensions for firefox. I wouldn't imagine myself surfin the web without "customizegoogle" since I hate ads in gmail and in my google searches. :(

    1. Re:Don't forget the extensions! by Anonymous Coward · · Score: 0

      Are you kidding me? Google's search engine ads are just about as good as you can get with ads. I'd suggest you pay for gmail via their google apps or just find another provider. How do you think they can provide you with an excellent search engine and email. Stop being such a leech.

  37. Re:Firefox Fanboys Are Shitting Themselves by David+Gerard · · Score: 5, Funny

    "We are so, so happy with Google Chrome," mumbled Mozilla CEO John Lilly through gritted teeth. "That most of our income is from Google has no bearing on me making this statement."

    --
    http://rocknerd.co.uk
  38. Re:Opera by ExternalDingus · · Score: 1

    right.. because we know the mojority is usually right.. NOT In fact, it's usually the opposite.

  39. Linux support by Anonymous Coward · · Score: 0

    I'm sure that if Google decide to release chrome for Linux they will see a HUGE browser share increase...of at least 0.001% :-)

  40. It's just the evolution of corps. by BitterOldGUy · · Score: 2, Insightful

    They dropped that whole 'Dont be Evil' thing long ago. They're just as bad as most other large companies, worse in a lot of ways.

    They have no respect for people's privacy. They act nice and try to look good but when theres a profit to be made they'll happily screw everyone for another big company or government.

    A company starts out with ideals. They may want to change the World or give consumers an option. And in the beginning, they may be really really successful. But then as time goes on and they get bigger, they're no longer able to continue at their old growth rates - it's just not possible. The stakeholders ( usually Wall Street and the VCs) still want the huge growth that they or the previous shareholders saw when the company was young. So, little by little, the company starts to compromise its founding ideals. They may even get new management in to aid in that transition.

    In a buttshell, a publicly owned corporation has no choice to become evil.

    1. Re:It's just the evolution of corps. by IntlHarvester · · Score: 1

      Nobody really cares except juveniles that have a simplistic Good versus Evil worldview that they picked up from their trashy Sci-Fi and Fantasy movies.

      "Don't be evil" was never anything more than viral marketing.

      --
      Business. Numbers. Money. People. Computer World.
  41. Not just for Windows by Hierophant7 · · Score: 1

    I would just like to point out that Google didn't "[decide] to release Chrome only for Windows," but just released it on Windows first. Just like every other application they've ever put out.

  42. Re:28 hours old.. Adblock - try bfilter by Terrasque · · Score: 1

    Try BFfilter.

    From the page:

    BFilter is a filtering web proxy. It was originally intended for removing banner ads only, but since then its capabilities have been greatly extended. Unlike most of the similar tools, it doesn't rely on blacklists (although it does support them). The problem with blacklists is that advertisers are always one step ahead. You see an ad slip through, you update your blacklist, and in case it didn't help, you add a new entry yourself. Once I got tired of that, I decided to write a proxy that would detect ads heuristically, much like modern anti-virus software manages to detect many viruses unknown to it.

    It works well on most sites, but it can fuck up some sites, and some require custom tweaks. All in all, a decent alternative to browser adblock plugins.

    --
    It's The Golden Rule: "He who has the gold makes the rules."
  43. Traffic stats for two first days misleading by rsmeds · · Score: 1

    I dare say that neither 3% or even 1% gives a realistic picture of how many people are using Chrome as their main browser. The recent surge of Chrome traffic is obviously just an effect of lots of people excitedly downloading the browser and surfing around with it for a while to try it out during the first few days after release. Enough geeks playing test driving a new toy is apparently enough to skew the statistic like this.

    Two days is a terribly small sample for use in any web usage statistic. Give it two months or so and Google is luckly if Chrome has 0.5% of web traffic.

  44. Re:Fix the Search Engine First by Hierophant7 · · Score: 2

    what? have you ever tried putting quotes around what you want to "exactly" search for? cuz i'm pretty sure that works.

    As for why you should look at it, it's a multi-processed browser, so when one web page causes a crash, the rest of your tabs are unaffected. Also, it uses Apple's WebKit, making for possibly the fastest browser in existence for Windows.

  45. Google update service installed without choice by kriston · · Score: 4, Informative

    The Goodle update service program is installed without the choice to avoid running it.
    It is a regular background process started from HKCU\\Software\Microsoft\Windows\CurrentVersion\Run.
    The files are installed to %HOMEPATH%\Local Settings\Application Data\Google\Update.

    By any sensible definition, applications that "phone home" are spyware when they cannot be opted out upon installation.
    Google Earth's downloader asks you if you want to install it, but Chrome's downloader just goes ahead and sideloads it without asking. Worse, it's not easy to remove, since you have to edit your registry or use a registry "autorun" hacking tool to remove this "phone home" application.

    I don't understand Google's motivation for installing this without prompting the user or providing a removal option.

    --

    Kriston

    1. Re:Google update service installed without choice by mypalmike · · Score: 1

      I don't understand Google's motivation for installing this without prompting the user or providing a removal option.

      Two words. "Beta."

      OK, "Beta version."

      --
      There are 0x40000000 types of people: those who understand 32-bit IEEE 754 floating point, and those who don't.
    2. Re:Google update service installed without choice by JackassJedi · · Score: 1

      IMO it *could* be just lameness or laziness on part of the installer team.

      In my view Google is just a really big bunch of geeks like anyone else, and they do *not* especially profile up just like any Tie-and-Suit company like Microsoft, so i think it could very well be they just slopped this one.

      --
      Power corrupts the few, while weakness corrupts the many.
    3. Re:Google update service installed without choice by Anonymous Coward · · Score: 0

      Just use msconfig - no extra tools needed.

    4. Re:Google update service installed without choice by magus_melchior · · Score: 1

      I don't understand Google's motivation for installing this without prompting the user or providing a removal option.

      Over-eagerness of getting Chrome to the public, before vetting everything that it's packaged in? This is easily explained by incompetence on the part of Google's staff, and every person who cries spyware assumes malice.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    5. Re:Google update service installed without choice by Anonymous Coward · · Score: 0

      It is part of the operation of the browser. Unlike a "Toolbar" which does not REQUIRE updates for security, since the security is in your browser.

      This is a browser, and ALL browsers have an auto-update feature, usually ON by default. You don't want to run on old versions forever. If you do, turn it off. But if you kill the service registry settings, you now have to reinstall it to get updates.

      The updater also gathers a blacklist of known malicious sites. These include those "Bad-Ads", which use pop-ups and sites that exploit your computer.

      "Spyware" is any program that "Gathers Personal Identifying Information", without knowledge. "Names, Credit cards, SSN"... and secretly collects them at a remote location. "Spyware" is NOT collecting how many times you crashed, or how much ram you used, or how busy your processor was. That is the info that YOU AGREED to send google. That is what helps make better updates.

      If you are afraid of people finding out about you, why are you posting in forums? Why are you on the net? Why do you have an ISP, and not just stealing someone-elses connection? Who the heck do you think wants to know about "You"?

      OMG they know what you are searching for... No.. they know that "A computer" is searching for "Something". You submit that info freely to ALL SEARCH ENGINES. If they want to know WHO searched for that info.. they could just ask your ISP who owns that access. (You gave your ISP that same right to tell them who you are.)

      Go ahead, use a hacking tool to hack your functioning program into a program that will expose you to the same hackers who provided you with that crock of BS. They need a back-door to get into your computer, and you just opened one. (Not to mention that you have probably been infected for years, if you hang-out on those sites. LOL... Brilliant. You go there for help, and they tell you a hundred ways they can gain access to your computer, while you freely hack away all your security features.)

  46. One click install???? by argent · · Score: 4, Interesting

    OK, I went to install Google Chrome, and the "download and install" button started running an external application without any prompts. Needless to say I immediately cancelled it and started digging through the source to see what the fox is going on.

    function installApp() {
        if (isOneClickEnabled() && _GU_isOneClickAvailable()) {
          installViaOneClick();
        } else if (isClickOnceEnabled() && _GU_isClickOnceAvailable()) {
          installViaClickOnce();
        } else {
          installViaDownload();
        }
    }

    I am sure that some Google software that I installed in the past has given google this capability, rather than this being some kind of trust relationship between Mozilla and Google. I'm even sure that at some point I clicked "OK" to some question that said it was OK for them to do X, Y, and Z, and that included this capability.

    Regardless...

    I don't think this kind of backdoor is even vaguely sane, no matter how "non evil" Google may be. If this capability exists, then the possibility exists for other folks who aren't so "non evil".

    This is something I'd expect from Microsoft.

    And if they could slip something like that past a fellow as paranoid as me, they sure didn't provide nearly enough disclosure.

    So...

    What's going on. Is this something in Google Gears? In some other Google tool? I guess I'll have to start dissecting my browser and figure out exactly what the hell they're doing.

    1. Re:One click install???? by prestomation · · Score: 1

      It had me download a small (~.5mb) installer which then preceded to download and install it. Possibly it is Google Gears, because I don't think I had it installed.

    2. Re:One click install???? by Anonymous Coward · · Score: 0

      I am sure that some Google software that I installed in the past has given google this capability, rather than this being some kind of trust relationship between Mozilla and Google. I'm even sure that at some point I clicked "OK" to some question that said it was OK for them to do X, Y, and Z, and that included this capability.

      I'm sorry, but what? You're complaining because some Google software that you're aware of, warned you of what it (c|w)ould do, you agreed to it, and then it did it? Maybe you should try actually looking at what you're doing next time, rather than wait till Google do something they told you about and then bitching about it?

      PS: Posted from Chrome, ironically the built in Chrome spelling checker has highlighted "Google" as incorrectly spelled...made me chuckle anyway.

      PPS: The captcha is imbecile, take from that what you will, parent poster ;-)

    3. Re:One click install???? by argent · · Score: 1

      I'm sorry, but what? You're complaining because some Google software that you're aware of, warned you of what it (c|w)ould do, you agreed to it, and then it did it?

      No.

      First, it doesn't matter what I did or did not agree to. What they actually implemented appears to be an even bigger backdoor than ActiveX as it currently exists. It is a dangerous privilege escalation for ANY web page, no matter where it's coming from, to initiate the installation of any software. It is unacceptable for that to happen

      Second, I do not mean "I recall, even vaguely, doing so", I mean "I am sure that Google has their asses covered". It took quite a bit of searching to find the program that I'd installed that included Google Update.

      Third, whatever put in their agreement would not have said "this application will allow Google to install new software on your computer without any action by you". The person who wrote the document may not even have been aware that the API they're using has this capability (which it does, the code I quoted would have worked just as well from OnLoad as from a click).

    4. Re:One click install???? by Anonymous Coward · · Score: 0

      It's Google Update, and it's evil! I tried to disable the google update firefox plugin (that's why an external software starts), but it was re-enabled after restarting firefox! So I did the following:

      * disabled the google update plugin in firefox
      * killed the googleupdate.exe process
      * stopped and disabled the google update service
      * removed the google update tasks from Scheduled Tasks... evil virus-like behavior, who would have thought of searching there? I googled for "uninstall google update"
      * uninstalled google toolbar for IE -- I don't use IE anyway

    5. Re:One click install???? by Anonymous Coward · · Score: 1, Informative

      Regedit -> F3 "MozillaPlugins" -> HKEY_CURRENT_USER\Software\MozillaPlugins or HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins

      So-called "google update" will secretly insert an one-click installation addon into firefox, which is neither viewable within addon menu, nor located in default plugin folder.

      remove these entries, stop+remove google update service, remove google update from both \program files\google\ and \username\Local Settings\Application Data\Google\ (also the default path for Chrome). Chrome(or other google desktop app) can run without them.

    6. Re:One click install???? by Anonymous Coward · · Score: 0

      I'm pretty sure Google Updater is doing this.

    7. Re:One click install???? by enoz · · Score: 1

      It didn't do that the first time I tried, but after installing Chrome it works exactly as you say. Scary indeed.

      Perhaps you have installed Google Desktop or some other software app. Those apps add hooks into your browser and can do things like alter pages you view on-the-fly (such as altering the Google homepage).

    8. Re:One click install???? by Anonymous Coward · · Score: 0

      No, that is something in YOUR BROWSER...

      Google has certificates of trust, and has "Validated EXE files". Part of YOUR security settings, is to allow a "CLICK" as confirmation to a download.

      You can tell your browser not to allow downloading from "Certified" and "Validated"... but than you will not get any updates, or even be prompted for any of those programs that "Expect" that since they paid for the "Certification" and "Validation"... and you select NOT to allow... they assume you don't want it, and never prompt. (You would be on a work computer, and the popups would not work anyways. Those are not normal user settings, where permissions exist.)

      You are correct, at some point, you accepted Google-Certificate, Or it came as a ROOT certificate of "Trusted", and the "Validated" part is handled by the trust company with the decryption seed key.

      Unless a hacker has a couple thousand to waste on a certificate, and validation, and doesn't mind loosing it once he is caught from the first install... than you will never have to worry about the content you agreed to download, by "Clicking", as required. (You can not just visit a page, or link, and it starts. That would be out of the agreement for the validation.)

  47. Better come out with a Linux port by tjstork · · Score: 2, Funny

    Google Chrome is so good, it may actually make me delete my Linux partition to load up Vista. If the standard notion of a client u/i was alive before, it is surely dead now. Chrome is a game changer and this release of a web browser may well exceed the impact of the original Netscape...

    It's remarkable, how fast it is.

    --
    This is my sig.
  48. Use privoxy to block ads... by iamstuffed · · Score: 4, Informative

    Privoxy is your friend. It allows you to block ads using a local proxy, so it'll work with any browser. It isn't as easy to setup as Adblock, but it still works effectively.

  49. Rendering speed issues? by nbiddy · · Score: 1

    I've been using chrome for a day now, and I must say I'm very impressed, particularly with the ability to see the resource usage. This was immediately useful for me, as cpu-hogging flash applets have always been a pain to find and kill.

    The one thing that's bugging me is that the rendering speed seems too be quite a bit worse than FF3. I can see this on sites like espn.com with their drop-down menus -- the menu item highlighting lags a little bit behind the mouse. It's kind of annoying, especially under heavy cpu load or laptop cpu-throttling mode. Has anyone else seen this?

    The javascript performance appears to be great, but blasting bitmaps to the screen quickly is important, too.

  50. Outstanding figures! by Vexorian · · Score: 2, Insightful

    Really, who is shocked that people decided to try it after so many hype?, I'd say that the first week's stats are not going to be really that relevant, launch day really is just that...

    --

    Copyright infringement is "piracy" in the same way DRM is "consumer rape"
    1. Re:Outstanding figures! by Beorytis · · Score: 1

      Yeah... I tried it for a few hours yesterday, just long enough to be truly irritated by the way you access multiple search engines. You actually have to type the name of the engine, then select (with the mouse-- no keyboard shortcut) the "Search *** for" item, then type your search query. Everything else was cool except for that, but it was a dealbreaker for me, so I won't be in the stats today or tomorrow.

    2. Re:Outstanding figures! by Anonymous Coward · · Score: 0

      when you go on google.com theres a link offering you to test it as well.. being one of the top "homepage" site of everybody, of course, everyone knows about this chrome stuff and many try it anyway.
      Imagine you put firefox or opera as a link here, usage would boost like crazy.

    3. Re:Outstanding figures! by Anonymous Coward · · Score: 0

      I'll be using it. Old machine - 1Ghz Athlon XP running w_XP SP2 with 256Mb ram.

      It's so much faster than FF3 it's crazy. I'm not getting any of the annoying lockups I get on FF when flash is running, no disk thrashing, nothing.

      I haven't had a tab crash yet, but on FF it forces the whole thing down (happens often on newgrounds, for instance). I've tried terminating a process for chrome and all that happens is the tab you killed disappears, with no impact on the others. Oh, and it doesn't bitch if you start a new instance before the old one's gone from task manager.

      I don't know about newer machines, but if you try it on an older machine like this one it's a new lease of life. And that's a huge thing when you realise just how many old machines are still running out there.

      Put an XP2 build with this on a low-power shuttle, lock it down, and you've got a secure box for browsing that uses a fraction of the power a full sized desktop does - and will probably feel more responsive for it to. :)

  51. chrome crashed on me. the whole browser by yincrash · · Score: 1

    I had a couple of tabs open. One website in particular had some stuff that google thought was malicious, so it would keep asking me to go to the previous page which i would, then i would navigate to some other pages and it would happen again. after a couple of times, it took the whole browser down and gave me a popup that made it sound really surprised that it crashed. also. the acrobat reader plugin made it hang the entire browser.

  52. The jewel in this software is V8 by kriston · · Score: 5, Insightful

    The user interface is limitted and the options available for customization are practically nonexistent based on a somewhat single-sided view from Goodger that browsers should not be customizable.
    The real value of Chrome is V8, the JavaScript engine, and the smart, asynchronous management of native-code JavaScript objects on the client (without re-parsing them over and over).

    V8 will be released to the open source community and hopefully will be the standard JavaScript engine for Firefox which actually has a useful user interface.

    I can't really speak of Gears, though, but I think the real value of this release is V8.

    --

    Kriston

    1. Re:The jewel in this software is V8 by Tumbleweed · · Score: 1

      I'm not sure about that. I think the real jewel is the sandboxed tab infrastructure. FF's tracemonkey js VM will (probably) be as fast or faster than V8, though I don't know enough technical details to compare the two in any other way.

      The sandboxed tab infrastructure, though, that benefits every single thing you do with a browser, js or no. It'll be interesting to see what browser projects spring up out of this. Someone could take this, add XUL to it and whichever js VM they prefer, and have a nice sandboxed browser that could use some FF extensions. *That* would be quite interesting, though obviously an enormous amount of work.

    2. Re:The jewel in this software is V8 by 0232793 · · Score: 3, Informative

      Hopefully Firefox will not use V8 given that TraceMonkey in the upcoming Firefox 3.1 is faster - http://weblogs.mozillazine.org/roadmap/archives/2008/09/tracemonkey_update.html

    3. Re:The jewel in this software is V8 by Nathanbp · · Score: 2, Interesting

      I'm not sure about that. I think the real jewel is the sandboxed tab infrastructure. FF's tracemonkey js VM will (probably) be as fast or faster than V8, though I don't know enough technical details to compare the two in any other way.

      Actually, here's a comparison of Chrome's Javascript speed with Firefox 3.1 and Safari 3.1 (both with their new Javascript engines), and Chrome goes roughly twice as fast as either of them.

    4. Re:The jewel in this software is V8 by Tumbleweed · · Score: 1

      One of the comments on that page seems to indicate the tracemonkey JIT might not have been enabled. We'll see.

    5. Re:The jewel in this software is V8 by kmo · · Score: 1
      ...hopefully will be the standard JavaScript engine for Firefox...

      Firefox has their own improved javascript engine in the works.

    6. Re:The jewel in this software is V8 by abundance · · Score: 1

      To me it's more separate processes and sandboxing for each tab.

      V8 performance is awesome, but I guess that Apple's squirrelfish and Mozilla's tracemonkey efforts will level up this field quite soon.

      While the benefits of Chrome's "multitasking" tabs and security model will be harder to be injected in their older code base.

    7. Re:The jewel in this software is V8 by kriston · · Score: 1

      I was totally unaware of tracemonkey and squirrelfish. Thanks for the pointers!
      Apache still thinks the multi-process approach works, but I come from a multi-threaded background--talk about high-risk computing!
      I'm not sure the web needs this, but there are too many bad players that make the multi-process approach necessary.
      I'm very anxious to learn how they are going to solve the plugin and Java problems.

      --

      Kriston

    8. Re:The jewel in this software is V8 by zobier · · Score: 1

      God I love competition.

      --
      Me lost me cookie at the disco.
    9. Re:The jewel in this software is V8 by magus_melchior · · Score: 1

      If you take their comic at face value, that was their intent all along-- spur innovation through more competition.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
  53. /.ed... by XmasterX · · Score: 1

    ...the first review already are.

  54. Re:just curiousity by BrokenHalo · · Score: 1

    There've been three browsers (and Opera!) for a long time now.

    Let me see, that must be Firefox, Safari, Opera, and what? Oh, Konqueror, of course! ;-)

  55. Nothing ventured... by klocwerk · · Score: 1

    You don't sound like a fanboi, you sound like someone without an open mind.
    "FF is perfect, nothing could be better therefore I won't try it."

    Give it a try, it doesn't have cooties. At worst you don't like it and you close it right after opening it, having wasted less time than you did by writing the above insightful commentary.

    FF will still be there sitting right next to it on the start bar (or in your VM).

    --

    "You worthless post!"
    -Shakespeare, 2 Gentlemen of Verona, 1. 1. 147
    1. Re:Nothing ventured... by ardle · · Score: 1

      I was going to say to zappepcs that his assessment was correct and that he shouldn't bother.
      Then I decided uninstall it myself first.
      Uninstaller asked me if it was something they said.
      Uninstaller opened a feedback page in IE.
      Uninstaller did not uninstall "Google Update" (Spybot S&D had notified me of a system startup registry change relating to this).
      I used Spybot S&D to find the startup item in my Windows Registry. I found that Google Update was located at "C:\Documents and Settings\[ME]\Local Settings\Application Data\Google\Update\GoogleUpdate.exe". The registry entry is at "HKEY_CURRENT_USER/Software/Microsoft/Run" and Google Update is invoked with flag "/c" (whatever that means).
      This is reading like an ad for Spybot S&D! It did its job, tho. I'm not saying that Google Update is spyware but I don't need it any more.

    2. Re:Nothing ventured... by ardle · · Score: 1

      Thread about removing Google Update here.

    3. Re:Nothing ventured... by ardle · · Score: 1

      And now, 30 minutes later, something has removed the registry entry (I hadn't done it myelf yet).
      Strange.
      Maybe Google Update uses Google Update to uninstall itself? Program file has been deleted, too. They shoulda said something, tho.

  56. Needs by kurtis25 · · Score: 1

    Needs Adblock Plus. But I feel Google won't add that on there own since it would either cut there revenue stream or block all competitor ads. It's a smooth and often fast ride that takes browsing back to the basics. It will be interesting to see how long it takes before it works with all the self branded plugins that are annoying (yes I'm looking at you CNN).

  57. My impressions after a few hours by _KiTA_ · · Score: 1

    12:32 am - Google Chrome Impressions
    - Feels very very clean.
    - Does not import successfully from Firefox 3, epic fail
    - Does not import from Netscape formatted HTML bookmark file -- failsafe from above.
    - Does not support ctrl-S to save, wtf.
    - Does not support middle-click-auto-scroll -- I don't use it but Sarksus in the PA forum IRC room was unhappy about it.

    It's nice but it needs to be able to properly import from Firefox 3, HTML files, and support standard-ish key commands. I am not sure I could drop Firefox for it (although I get the impression it's based on firefox's codebase, I donno why) but it's definately worth looking at. With Google backing it it could dent IE's marketbase.

    The new tab thing that shows thumbnails of your most visited sites is very nice. The Incognito feature is brilliant.

  58. Extensions by gmuslera · · Score: 1

    Giving that it is targetting security with the architecture, we will ever see extensions for it, a la firefox?

    Some extensions could be just cosmetic, or have no sense in this new browser, or not having them could be a minor annoyances. Some could be made into the core distribution somewhat (greasemonkey?) if is essential enough, but the model of free development of addons could be the difference between success or not.

  59. Re:Fix the Search Engine First by Anonymous Coward · · Score: 0

    What? What is "exact search funtionality", why would you need it, and who does offer it?

    Bash Google by all means but try and make sense.

    (Also try "quoting" your Google query.)

  60. Look up "Beta" by klocwerk · · Score: 1

    No, seriously.
    Go re-examine the definition of beta software, and never try one again if you only want polished apps.
    I'll be over here cutting myself on the bleeding edge as usual.

    --

    "You worthless post!"
    -Shakespeare, 2 Gentlemen of Verona, 1. 1. 147
    1. Re:Look up "Beta" by Phylarr · · Score: 1

      Did you see me complain that it crashed a lot? Betas are supposed to be feature-complete. If Chrome is feature-complete, then it sucks even worse than I first thought.

      I know what a Beta is. Do you know what crapware is?

      --
      "Choosing to refrain from producing another person demonstrates a profound love for all life" [vhemt.org]
    2. Re:Look up "Beta" by Anpheus · · Score: 1

      Do you know what trolling is? Because what is and is not a beta is entirely semantics, but whether or not you're a troll is far more obvious.

    3. Re:Look up "Beta" by enoz · · Score: 1

      But in the case of Google a product or service is released to the public as "BETA" and can stay that way for years. I think Google has misused the term "BETA" to the point that it no longer has meaning for users, they are contributing to the case of "perpetual beta". For example look at how many people now rely on GMail for communication, and yes, GMail is still "BETA".

      Have a look at all the Google services available. I did a quick grok and more than half are still listed as "BETA".

      Infact, give or take a few, these are the only services listed there that are not marked as "BETA":

      Desktop
      Directory
      Image Search
      Maps
      News
      Notebook
      Toolbar
      University Search
      Code
      Groups
      Picassa
      Youtube

    4. Re:Look up "Beta" by pdusen · · Score: 1

      Have you looked at ANY software in the last, say, 10 years? Beta means "incomplete". The specifics of what about it is incomplete is different from company to company, programmer to programmer.

  61. Eh.... by Now.Imperfect · · Score: 1

    Running it on my cracked version of XP, everything is in thai... I'd use it if i knew wtf I was trying to do!

  62. Using Chrome by Saint+Stephen · · Score: 1

    I kind of like the usability features of Chrome. No menubar, tabs on top -- all OK. The omnibox = OK to me. It crashed once. It's definitely not stable, but god knows I don't think google has a world-killer here. It's just a freaking browser :-)

  63. Re:Fix the Search Engine First by Anonymous Coward · · Score: 0

    *yawn* Another post on slashdot. What special insight does he have that we can't live without? Or to say that another way. Why should I bother reading it?

    This guy didn't even read about the features the browser has. He has no clue. Let me repeat that. He has no clue.

    His post peaked 2 minutes ago. In another 7 or so it'll be modded down just like any other uninformed knee-jerk reaction.

  64. Is anybody else having problems installing? by Fished · · Score: 1

    I've now tried on two separate windows boxes, innumerable different ways, and in both cases the installer simply dies and does nothing. Anybody else had this experience? Any suggestions?

    --
    "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
    1. Re:Is anybody else having problems installing? by Fished · · Score: 1

      To answer my own question... it turns out that the installer you can download from http://gears.google.com/chrome DOES NOT WORK. Go to http://www.google.com/chrome instead.

      --
      "He who would learn astronomy, and other recondite arts, let him go elsewhere. " -- John Calvin, commenting on Genesis 1
  65. Install behind firewall by know_op · · Score: 2, Interesting

    We are trying to install it at our school, but it seems like the setup file keeps crashing. I'm betting that setup is trying to pull from a site that is blocked by our school's A-site. Is it possible to get a full package download yet, or do you have to use their setup file? Of course, we these just might be early problems that will get worked out. If not, how can you expect educational institutions to push this browser out in our labs?

    1. Re:Install behind firewall by dash2 · · Score: 1

      Er, why are you imposing first day beta software on your students? Because you can?

    2. Re:Install behind firewall by Vectronic · · Score: 1

      If HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run is read-only/restricted... that could be why it's crashing too...

    3. Re:Install behind firewall by Vectronic · · Score: 1

      err, "Current User" rather, not Local Machine...

    4. Re:Install behind firewall by know_op · · Score: 1

      no, i just checked. I'll try downloading when I get home to see if it is a computer configuration problem. i'll post later if anyone wants to see.

    5. Re:Install behind firewall by know_op · · Score: 1

      yes, i got chrome to install at home. It is definitely the school filter. Therefore, this might be something google wants to consider. if they are planning on deploying their software this way, they should consider the host site that the setup program uses. Or at least put a meaningful error message that says that the site can't be contacted.

    6. Re:Install behind firewall by Vectronic · · Score: 1

      I havent found a "legitimate" Offline installer, but if you are willing to risk it...

      A quick Google search will get you there...

      Although Google is "online" they deal with basically only the internet, it sort of makes sense for them to do it all online, when/if they get into Linux that will be something they can't do if they want distributions to include their browser.

  66. First Crash... by KurtisKiesel · · Score: 1

    Well since I assume all my browsing would go into some database I have been running it for some dumb stuff. Checked all my web-pages I run and then I checked out some common google apps like gmail and gmaps. I found it worked very streamlined. Then I navigated to Pandora... I was wow'ed that the flash worked native, but maybe because I have so much Adobe/Macromedia installed on this XPsp3 box it just found it on intall. Well after several hours of listening to music on pandora I hunted Chrome down in the background and right clicked on the tab and.... CRASH. So I guess it is not 100% bug free. 100% not ad free, unless they make it so Mozilla Extensions are compatible, or open extension dev/sdk I don't think enough of us techies will endorse it. I endorse FF because I can install adblockers on all my work/family browsers. I now install FF3 because everyone I know doesn't like how slow IE7 is, I hear IE8 is worse so why should I install IE7 or IE8b2 on my wife's 4 year old lappy? Never going to happen, but FF3 is smaller better faster on her lappy. Chrome might be worth recommending to her if the TOS says that Google doesn't own your URL history.

  67. Ars review great as usual by Anonymous Coward · · Score: 0

    As usual the Ars Technica review shines compared to the others.

  68. Feedback by thedeadswiss · · Score: 1

    This may have been posted already, but I can't find it. There's a feedback form if anyone wants to point out how wrong their EULA is: http://www.google.com/support/chrome/bin/request.py?contact_type=feedback Go and give them a good kicking.

  69. Incognito mode actually isn't really so... by bagofbeans · · Score: 0, Troll

    See http://www.google.com/chrome/intl/en-US/privacy.html

    Incognito mode just ensures the history of that particular browse isn't stored on your computer. Google still has your browsing history nicely tracked, stored on their computer, available for subpoena etc.

    Since Google's business is traffic analysis, and since browsing history provides far more detailed an insight into a person than search history alone, then of course Google will keep it. Consequence 1 will be that Google gets a large ramp up in subpoeanas for individuals' tracked data than before, because Consequence 2 is that many people think that their Incognito surfing is volatile. I doubt that much that has ever passed through Google or that ever will is volatile...

    1. Re:Incognito mode actually isn't really so... by E+IS+mC(Square) · · Score: 5, Interesting

      Google still has your browsing history nicely tracked, stored on their computer, available for subpoena etc.

      Do they say that in that link you provided? In fact, the link says something opposite. And they make it pretty clear what is sent to Google, when and how to disable it.

      If you want to continue with FUD, that's fine by me, but you can help yourself by not weakening your own arguments.

    2. Re:Incognito mode actually isn't really so... by thatseattleguy · · Score: 4, Informative

      I call shenanigans on the parent posting. This is FUD, and mis-informed FUD at that. There's no evidence that Chrome sends anything but the *hash* of the site you type in the address bar, and does not send your browsing history anywhere at all - whether in incognito mode or not.

      See Lauren Weinstein's Privacy Forum posting here and here. Quotes:

      Yesterday I posted some thoughts on the privacy policy associated with Google's new "Chrome" Web browser, and gave the open-source product -- which has a great deal of potential -- an overall thumbs-up based on current information...

      and

      I'm afraid that I'm much more concerned about the privacy policy for Microsoft's new "Internet Explorer 8" browser (which of course is not open source). While overall functionality and touted privacy improvements appear to be similar in many ways to Chrome, some of the specific privacy-related decisions in IE8 are very different from Chrome -- and not necessarily in a good way. One in particular is significantly alarming...

      This guy does privacy issues and privacy policy for a living. I've been reading his analysis for years, and I give his opinions great weight.

    3. Re:Incognito mode actually isn't really so... by arth1 · · Score: 1

      There's no evidence that Chrome sends anything but the *hash* of the site you type in the address bar

      And neither the undisputed master of large storage nor the government would have rainbow tables? Can I live in your world, please?

      I'd be very surprised if their crawlers didn't also store the hash with the crawled URL.
      SELECT uri FROM urls WHERE hash="$hash";

    4. Re:Incognito mode actually isn't really so... by Surt · · Score: 1

      You don't think google has the hash of every site in their index? Reverse lookups aren't hard in that condition.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
    5. Re:Incognito mode actually isn't really so... by RiotingPacifist · · Score: 2, Interesting

      FUD FUD FUD. please show the line of code that calls home when you browse a page that isnt Google (or has Google analytics)

      --
      IranAir Flight 655 never forget!
    6. Re:Incognito mode actually isn't really so... by Anonymous Coward · · Score: 0

      Also, it doesn't send every page you visit, but instead downloads a hash list of potentially unsafe sites (how they keep that list from being obscenely huge, and without saturating the hash table is beyond me)

    7. Re:Incognito mode actually isn't really so... by DRobson · · Score: 1

      There's no evidence that Chrome sends anything but the *hash* of the site you type in the address bar, and does not send your browsing history anywhere at all - whether in incognito mode or not.

      So you're telling me that Google, of all people, do not have the resources to compute the hash of each URL as they crawl the web? And create an efficient lookup against those hashes... Interesting...

      That said, from what I've been told the mechanism is that a list of hashes of bad URLs are downloaded every 30 min which are then checked from within your own computer.

  70. Anyone else noticed the white? by Perky_Goth · · Score: 1

    I don't know if anyone noticed this, but I found something weird yesterday while trying the browser. I was using it and found it weird that my eyes were getting too tired. I had a suspicion, so I popped up explorer right next to it and found the issue... The other browsers purposely dim the white to protect the eyes when reading black on white, but chrome does not.

    Just found it interesting.

  71. Re:Great, just when we'd almost standardised.... by mcvos · · Score: 2, Interesting

    Are any of these browsers going to be taken up by corporations?

    Firefox already is. Chrome probably needs some time.

    Is this all happening because some folks can't quite accept that MS won this war 10 years ago?

    You mean in the sense that Germany had won WW2 in 1941? MS has a big share, but that doesn't mean all progress suddenly stops.

    Well, progress did stop for MS, but fortunately Firefox gaining market share got MS to finally update their browser to something better than that piece of crap that IE6 was.

  72. My poor eyes. by clone53421 · · Score: 2, Interesting

    The mildseite site, http://www.monacome.com/2008/08/download-google-chrome-browser-review.html (which I'm intentionally not hyperlinking), is the most god-awful thing I've seen since MySpace.

    To spare you the experience, I'll just say that the tab icon is an animated GIF that does nothing but blink through the colours of the rainbow. Oh, and "My SideBar: Ads, Search Bar and Widgets" takes up half the screen and contains more animated GIFs. The BLINK tag seems to have been used as well (unless that's another animated GIF).

    --
    Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
  73. Huh? by DenaliPrime · · Score: 1

    The review by mildsiete said they hadn't even downloaded it yet and were going to wait and see. How can that be a review, if they haven't used it yet?

    --
    I! Tego Arcana Dei.
  74. People don't get it by Itchyeyes · · Score: 4, Interesting

    In the past 24 hours since Chrome launched, the thing that I've found most interesting has been the range of reaction from people around the Web. In a nutshell the reaction can be pretty evenly divided between people who "get it" and people who don't. If you think that Google's purpose for Chrome has anything to do with improving UI or grabbing browser market share then you're in the camp that doesn't get it.

    Chrome is more or less a reference design for other browser developers, hence the reason Google is putting so much emphasis on it being open source. There's no money in it for Google to be giving out browsers. What Google is interested in is increasing the capability of the average browser in order to allow them to serve up more robust web-based content for more revenue.

    1. Re:People don't get it by Dan667 · · Score: 1

      That is an interesting take on it. I don't think I would ever use Chrome as I like that Firefox is some what business agnostic. If Chrome pushes development of the browsers great, but I fear what Google might put in it (and also the reason I don't use IE, well that and security)

    2. Re:People don't get it by solferino · · Score: 1

      What Google is interested in is increasing the capability of the average browser in order to allow them to serve up more robust web-based content for more revenue.

      I agree, and the use of the BSD style license twigged me to this. They want to make their code maximally palatable for other projects. MS, as we have seen in the past, has no problems with integrating BSD style licensed code.

    3. Re:People don't get it by Anonymous Coward · · Score: 0

      "There's no money in it for Google to be giving out browsers."

      lol

      In less than a year this post will sound completely ridiculous. This is a product.

  75. User-Agent String for Chrome by ilovesymbian · · Score: 1

    This is the User-Agent String for Chrome.

    Nice browser, fast, but no java, I'm already on chrome.

  76. General impressions by shutdown+-p+now · · Score: 5, Informative

    Overall, very impressive. I'm no Google fanboy, and I disliked their desktop apps previously, but this one looks like it was designed by good UI usability experts. The overall philosophy seems to be close to GNOME in that few things are configurable, but the rest tends to seamlessly work "the right way" (and that coming from a user of Opera, which has hundreds of configuration options, is saying something). Toolbar icon theme is instant classic - very clear and without flashy colors, looking much better than either IE, Firefox or Opera. Some inconspicuous animation effects when opening/closing/dragging around tabs make it very clear what's going on. By the way, have you noticed that the loading indicator on the tab turns counter-clockwise when HTTP request is being sent, and clockwise when HTTP reply is being received, and that its rotation speed indicates up/download speed? Also note the tooltip-like popup at the bottom of the window with full URL when you hover mouse over a link.

    Some stuff is less obvious. For example, there are tab groups, even though they're not color-coded as in IE8. To observe them, open 4 tabs from 2 different domains - say, first 2 for kernel.org, the other 2 for slashdot.org. Then try middle-clicking links in the 1st and the 3rd tabs. You'll see that newly created tabs go at the end of the respective tab groups (and not at the end of the tab bar, or immediately after the current tab). This seems to be based on the full domain name of the site though, and not on user interaction like in IE8 (which groups together all tabs opened from within the same "parent" tab), which is mildly annoying on /. which varies domains - so tech.slashdot.org won't group with games.slashdot.org, for example.

    Interstingly enough, UI looks better on Vista rather than XP. On Vista Aero, the tab bar itself is glass-translucent underneath (like IE7's tool/address bar), and when maximized, the tabs are interposed right on top of the window title bar, saving screen space. On XP, it emulates Vista's large window decorations to achieve the same effect, but obviously no translucency, which rather spoils the effect. Overall, it looks somewhat out of place on an XP desktop (particularly if you have Windows theme set to Classic, or indeed anything other than the bluish Luna), but fits right in on Vista.

    Speed: very impressive. Rendering is very fast. No UI slowdown I can notice under any circumstances. I guess we'll see JS benchmarks soon enough.

    That said, it's not without issues. For starters, where's my smooth scrolling? And why is scroll-on-middle-click, which has been available in every single browser since at least IE4 (maybe earlier, I just can't remember now), is gone?

    1. Re:General impressions by Anonymous Coward · · Score: 0

      Faaanboyyyy

    2. Re:General impressions by magus_melchior · · Score: 1

      For starters, where's my smooth scrolling?

      Sacrificed for speed, I think. Sure, you're probably used to IE4-6 smooth scrolling, but it's slow on loaded machines, and painful over a remote connection. Also, it steals focus for the time that it's scrolling, reducing responsiveness. Some people (myself included) can't stand that.

      As for scroll-on-middle click, well, Google hasn't decided what to do with that key. Most people just use the scroll wheel or Page up/down.

      --
      "We are Microsoft. You shall be assimilated. Competition is futile."
    3. Re:General impressions by shutdown+-p+now · · Score: 1

      Sacrificed for speed, I think. Sure, you're probably used to IE4-6 smooth scrolling, but it's slow on loaded machines, and painful over a remote connection. Also, it steals focus for the time that it's scrolling, reducing responsiveness. Some people (myself included) can't stand that.

      No, I'm used to Opera smooth scrolling, which suffers from none of the problems you mention (well, except slowness over remote connection), but is smooth. I don't recall Firefox being slow when smooth-scrolling either. It's just IE that had always had problems with it (and still does, judging by IE8b2).

  77. chrome://browser/content/browser.xul by chaboud · · Score: 1

    Is anyone else annoyed that the name "Chrome" is the same word as the internal urls used in Firefox?

    chrome://browser/content/places/places.xul

    chrome://mozapps/content/extensions/extensions.xul

    etc. (obviously, these only work in Firefox)

    It would be forgivable for tech people to not know this, but it's not forgivable for browser people to not know this. I'm sure that they knew it and just went ahead and did it anyway. I also hate that the find behavior is more like Safari than Firefox or Opera, but that's personal taste.

    I have to believe that there's just a bit of arrogance in the naming. Hanlon's razor can only go so far...

    1. Re:chrome://browser/content/browser.xul by prestomation · · Score: 1

      Just curious, what do you get out of FF/Opera's find behavior that you don't get out of Chrome/Safaris' "fancier" find's?

    2. Re:chrome://browser/content/browser.xul by TLLOTS · · Score: 1
    3. Re:chrome://browser/content/browser.xul by chaboud · · Score: 1

      Follow a link from a find (using the keyboard). This can be remedied with a bookmarklet trick in Safari, but not in Chrome.

      Try it. Type-ahead find + enter to follow a link is just plain golden for browsing quickly from the keyboard. Safari for windows blows this so badly that, in certain circumstances, focus can't be returned to the find text box and esc won't dismiss it. This doesn't blow up so badly in OS X.

      Mouse or die, apparently.

  78. URGENT request to the herd!!!! by Anonymous Coward · · Score: 0

    Collective mind, please help me: I can't keep up!! Do we like Google or hate them today!?!? Must ... maintain... perspective... Ggggaaaahhhhhh!!!!!!!

    1. Re:URGENT request to the herd!!!! by Anonymous Coward · · Score: 0

      If you bought at $100-200, you love Google. If not, you probably hate yourself^Wthem.

  79. But what really matters: by Proud+Virgin · · Score: 1

    How does it handle infoslash and GNAA last measure? Is anyone here brave enough to visit them with Chrome and share the experience?

  80. Tried Chrome, going back to Firefox by GameboyRMH · · Score: 2, Informative

    Things about Chrome that rock:

    - Blinding speed! WHOA NELLY!
    - Tab drag n' drop
    - Task manager, memory usage page
    - Download manager page
    - Incognito windows

    Things about Chrome that suck:

    - No tab select dropdown button! MAJOR FAILURE!
    - Text boxes are kind of buggy
    - No way to disable java(script) or image loading
    - No customization whatsoever over the Omnibar or New Tab Page.
    - No separate settings for Incognito windows (such as disabling auto image loading for them)

    Also it's a bit of a memory hog, but I could forgive this for the advantages in stability and security...except I tried to access an FTP site (the UI for this is very primitive, similar to IE) and THE WHOLE THING CRASHED. How's that for process separation.

    Looks like it has a lot of potential but it needs more time in the oven. I'm back to Firefox 3 for now.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:Tried Chrome, going back to Firefox by mariushm · · Score: 2, Interesting

      Yeah, it still has problems...

      And regarding a tab not being able to crash the whole application... here's a page that will nuke your Google Chrome browser:

      http://www.definethis.org/temp/chrome/index.html

      It's nothing malicious, and doesn't do squat in Firefox, only Chrome has this issue (maybe some url handling issue)

    2. Re:Tried Chrome, going back to Firefox by Anonymous Coward · · Score: 0

      all that does for me is change the tab to about:blank after 5 seconds

    3. Re:Tried Chrome, going back to Firefox by mariushm · · Score: 1

      It works for me.

      Type manually in the browser about:% and you'll see.

    4. Re:Tried Chrome, going back to Firefox by The-Bus · · Score: 1

      I wonder if Chrome auto-updated. That site doesn't crash mine (Chrome 0.2.149.27 on XP).

      --

      Small potatoes make the steak look bigger.

    5. Re:Tried Chrome, going back to Firefox by Anonymous Coward · · Score: 0

      Erm, it says "Google Chrome will crash in 5 seconds", then the page goes blank and nothing happens :P

    6. Re:Tried Chrome, going back to Firefox by Simon+Brooke · · Score: 1

      Looks like it has a lot of potential but it needs more time in the oven. I'm back to Firefox 3 for now.

      If it doesn't get used (and thus tested) it won't stabilise fast. If you think Firefox is good enough, then of course that isn't particularly your concern. I think it's worth having another good open source browser in the mix for the good of the breed.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
  81. What usability features? by Digital_Quartz · · Score: 1

    Chrome looks nothing like any other Windows app. All the familiar metaphors and mechanisms people are used to using in their other applications are missing in action, which makes interacting with Chrome a very unintuitive process.

    The "menu bar" is still there, it's just inexplicably found in a "drop-down icon" in the upper right corner.

    There's no application icon in the upper left corner. Since I usually close my applications by double clicking this icon, I find it's absence really annoying.

    The first thing I had to do in Chrome was fix up my proxy settings. So, "Tools->Options".... uuhh... Where's the menu bar? Oh, there's a little wrench icon in the upper right? Maybe there? Here we go. "Options". Now proxy settings will likely be "Under the Hood". There's a button marked "Change Proxy Settings". When I click on it, I get taken to the Windows "Internet Properties/Connections" page... What does this have to do with proxy settings? Obviously I don't want the "Setup an internet connection" button. The "Dial-up and VPN" window is probably not useful. Try "LAN Settings..." Ok, this is starting to look like proxy stuff. Seems my "Proxy Server" is set incorrectly (I didn't even know Windows had this page. All the windows apps I use have proxy settings configured manually.)

    Now, I'm a professional software developer, so navigating my way down through that wasn't too bad. I was left feeling a little lost for a few moments, but I got there in the end. Imagine someone less familiar with computers trying to pull this off.

    Ok, task 2. I want to bookmark a site. Bookmarks->Add Bookmark? No... There's a little "star" icon next to the URL bar. They introduced a star in Firefox, so lets try that. Ok, I've bookmarked my page. Now I go to another page... Lala... Now I want to go back to my bookmark... Ok... Let's try the little "Page" icon in the upper right... No, nothing about bookmarks. New tab shows me a bookmarks bar across the top, but what if I want to get to a bookmark from another page? I'm not going to open a tab every time I want a bookmark. Little wrench? Ahh... "Always show bookmarks bar".

    Again, confusion and hunting to make it do what I want it to do. These are not the hallmarks of good usability.

    Pretty and unique interfaces are cool, but they are almost always a bad idea, from a usability perspective. (And, usually from an accessibility perspective too).

    1. Re:What usability features? by SparkEE · · Score: 2, Insightful

      Even Microsoft gave up on the "familiar metaphors and mechanisms" when they introduced the ribbon in Office 2007, so I wouldn't fault Google for tossing it.

      In fact, maybe it's really on purpose. With Google's vision of internet applications, there's no need to match other windows apps, as the browser would be the only application running. Inside that browser, there will be tabs with internet applications, few of which would mimic windows conventions.

  82. First DoS vulnerability detected already by I)_MaLaClYpSe_(I · · Score: 1, Interesting
    Google Chrome Browser URL Handler Crash

    SUMMARY

    An issue exists in how chrome behaves with undefined-handlers in chrome.dll version 0.2.149.27. A crash can result without user interaction. When a user is made to visit a malicious link, which has an undefined handler followed by a 'special' character, the chrome crashes with a Google Chrome message window "Whoa! Google Chrome has crashed. Restart now?". It crashes on "int 3" at 0x01002FF3 as an exception/trap, followed by "POP EBP" instruction when pointed out by the EIP register at 0x01002FF4.

    DETAILS

    Vulnerable Systems: * Google Chrome Browser version 0.2.149.27

    ADDITIONAL INFORMATION The information has been provided by Rishi Narang. The original article can be found at: http://evilfingers.com/advisory/google_chrome_poc.php

    1. Re:First DoS vulnerability detected already by shutdown+-p+now · · Score: 1
      Open source means that thousands of eyes will be looking at your code to find bugs!..

      ... well, that is, if you're Google.

  83. No standard window behavior for Chrome either. by guidryp · · Score: 1

    The first thing I did with chrome was to open it and FF and tell windows to tile vertically.

    Guess What. Chrome doesn't tile. It's presence doesn't even seem to be recognized.

    1. Re:No standard window behavior for Chrome either. by moosesocks · · Score: 1

      Sounds like a bug. Given that it's a first beta, I'd file a report.

      --
      -- If you try to fail and succeed, which have you done? - Uli's moose
    2. Re:No standard window behavior for Chrome either. by Tangent128 · · Score: 1

      Works for me...

    3. Re:No standard window behavior for Chrome either. by guidryp · · Score: 1

      "Works for me..."

      Does it work on WinXP or Vista? I have tried on two computers with completely different configurations. The only common element was Windows XP.

      Click on windows bar at the bottom and select tile windows vertically/horizontally or cascade. None of these has any effect on Chrome on either machine.

      I have to assume you are thinking of something else or are not using XP.

    4. Re:No standard window behavior for Chrome either. by Tangent128 · · Score: 1

      Yeah, I'm using Vista. Cascading and tiling both work; I'm guessing it has something to do with different window APIs being used on each OS. (On Vista, the space around the tabs has the same glassy look as Explorer.)

  84. What I Miss the most by nicolasmendo · · Score: 1

    I use Opera, and after trying Chrome I can say that in general I like it a lot, but I really really miss

    mouse gestures
    bit torrent integration

    I would make the switch if chrome had those

  85. THERE IS A HOME Button by cyclocommuter · · Score: 4, Informative

    You just have to enable it... It's under Options > Basic Tab > Home Page > Check show home page on toolbar option.

  86. Re:Fix the Search Engine First by harl · · Score: 1

    what? have you ever tried putting quotes around what you want to "exactly" search for? cuz i'm pretty sure that works.

    You are wrong. Quotes ignores special characters and case. I want exact not close to exact.

    --
    I find being offended by me offensive.
  87. Reason for such high browser share by spammb · · Score: 1

    The reason Chrome has hit 3% browser share is probably because of their automated testing efforts. From the comic at http://www.google.com/googlebooks/chrome/

    "Google Chrome is a massive, complicated product that will need to load billions of different web pages, so TESTING is critical. Fortunately, here at Google we have an equally massive infrastructure for crawling web pages. within 20-30 minutes of each new browser build, we can test it on tens of thousands of different web pages. Each week, "Chrome bot" tests millions of pages, giving our developers early results they'd otherwise have to wait until external beta for."

    They probably are not using a unique user-agent string when testing which results in this seemingly high adoption rate.

  88. there's a Home button, allright.. by newr00tic · · Score: 0

    There is a Home button, though.

    Check under General Settings, select 'show home button.'

    (Your beta might be another version than mine, though.)

    --
    A horse can't be sick, you know, even if he wants to.
  89. I have nothing to contribute to this discussion by exp(pi*sqrt(163)) · · Score: 4, Funny
    But that's not going to stop me posting to slashdot because I'm part of the *me* generation and I think my opinions need to be heard by everyone.

    Anyway, I don't know anything about Chrome. Apparently, whatever it is, there isn't a version for my platform, so I'm not going to download it. I know that's just a fact about me, but you all need to hear it. I'm not going to download it, I say. And because the whole universe is based on my experience I can categorically say that this means that Chrome has lost the browser war. So obviously Google have screwed up their strategy royally because if I don't want to download Chrome, why would anyone else?

    Apparently it doesn't have adblock. I don't know what adblock is, but from reading the other comments it's obviously the most important part of a browser. How could Google leave it out?

    Anyway, I've said my piece. Google are a doomed company. In fact, here's a graph to prove it:

    | /
    | ___/
    |/
    +------

    You can't argue with statistics!

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    1. Re:I have nothing to contribute to this discussion by maxume · · Score: 1

      Often, the goal of satire is to be funny.

      --
      Nerd rage is the funniest rage.
    2. Re:I have nothing to contribute to this discussion by exp(pi*sqrt(163)) · · Score: 1

      So it's my job to entertain you now?

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    3. Re:I have nothing to contribute to this discussion by maxume · · Score: 1

      Not at all. I assumed that your post had some overall goal (otherwise, why?) and satire seemed most probable. I apologize for assuming that your post had any point whatsoever.

      --
      Nerd rage is the funniest rage.
    4. Re:I have nothing to contribute to this discussion by exp(pi*sqrt(163)) · · Score: 1, Funny

      For God's sake people. The guy's absolutely right. Mod me back down!

      --
      Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    5. Re:I have nothing to contribute to this discussion by Anonymous Coward · · Score: 0

      This post is perfect for anything new that comes out. Makes for some great MadLibs!!

      But that's not going to stop me posting to slashdot because I'm part of the *me* generation and I think my opinions need to be heard by everyone.

      Anyway, I don't know anything about ( ). Apparently, whatever it is, there isn't a ( ) for my ( ), so I'm not going to ( ) it. I know that's just a fact about me, but you all need to hear it. I'm not going to ( ) it, I say. And because the whole universe is based on my experience I can categorically say that this means that ( ) has lost the ( ) war. So obviously ( ) have screwed up their strategy royally because if I don't want to ( ) ( ), why would anyone else?

      Apparently it doesn't have ( ). I don't know what ( ) is, but from reading the other comments it's obviously the most important part of a ( ). How could ( ) leave it out?

      Anyway, I've said my piece. ( ) are a doomed company. In fact, here's a graph to prove it:

      | /

      | ___/

      |/

      +------

      You can't argue with statistics!

      Awesome!! Except the graph sucks...

  90. Why should I try Chrome? by master_p · · Score: 1

    Firefox covers all my needs. Is there a reason to try Chrome?

    1. Re:Why should I try Chrome? by Anonymous Coward · · Score: 0

      Diapers also covered your needs. What made you try pants?

    2. Re:Why should I try Chrome? by master_p · · Score: 1

      Diapers stopped covering my needs a long time ago, unlike Firefox.

  91. NO JAVA SUPPORT by Anonymous Coward · · Score: 0

    I can't run applications that need Java. For example, LogMeIn.

    I can handle missing out on ActiveX, but come on now...my 3 year old phone runs Java apps!

  92. Safari ua strings: by newr00tic · · Score: 0

    Here's a list of them:

    Safari ua strings.

    ..And more still.

    --
    A horse can't be sick, you know, even if he wants to.
  93. WINE by Anonymous Coward · · Score: 0

    I'm not a Windows fan but I have tons of apps I need to work with that require Windows so I can't test it myself. Has anyone tried to see if it works on Linux under WINE? I see everybody bitching about it but I don't see any posts regarding this.

  94. Google Chrome is so fast by Googlechrome · · Score: 1

    Google really seems to score with their new browser. I like it a lot, it's so fast and doesn't seem to crash so far unlike explorer. Found some more info on http://www.google-chrome.com/

  95. Nevermind by jav1231 · · Score: 1

    So far I'm not impressed and I haven't even installed it. I clicked on the download and saved the installer. However, the installer simply goes out to download the actual browser. This process slammed my CPU so I assume this must be a pretty big package? If the price of speed is bloat I'm not sure I want it.

  96. Nice Tech demo. Features in a real browser when? by guidryp · · Score: 1

    By todays standards, Chrome just can't compete as a browser. It lacks configuration ability,features, add-ons.

    The two nice things I see in the tech demo are:

    V8 - the fast javascript engine, and per process tabs. That is all.

    I place my bet on seeing those in real browsers, before seeing this beta fleshed out to become a real workable browser.

    I did my own testing and instead of running javascript benchmarks. I just visited the same set of my web favorites with Chrome/Opera/FF.

    Once or twice I might have noticed the tiniest speed difference. I am talking perhaps 1/10th of a second. Where are people seeing the big speedups? Are they just running benchmarks? BTW Chrome always used the most memory.

    I don't get the hype over an infinitesimal real world speed increase on a feature-less browser.

    The two nice features might be a big deal if I felt FF was slow or unstable. Neither of which is true. I use it at home (Kubuntu/winXP) and at work (some old red hat release). It is rock stable at home, flaky at work, but I don't blame the browser, I blame our useless IT department for the crappy RedHat release from years ago. I'll take those features when they are free, but I am not giving up any functionality for it.

    As far as usage stats. Wait a month until eveyone is done trying it. I know mine is getting deleted later today. Tech demos peak fast when the novelty wears off.

     

  97. fools will use it by Anonymous Coward · · Score: 0

    and google staff

  98. Chrome EULA is evil by midtoad · · Score: 0, Troll

    Google's EULA for Chrome takes away all your rights for any content you post with the browser. Here are the relevant sections from the EULA:

    11. Content license from you

    11.1 You retain copyright and any other rights you already hold in Content which you submit, post or display on or through, the Services. By submitting, posting or displaying the content you give Google a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content which you submit, post or display on or through, the Services. This license is for the sole purpose of enabling Google to display, distribute and promote the Services and may be revoked for certain Services as defined in the Additional Terms of those Services.

    11.2 You agree that this license includes a right for Google to make such Content available to other companies, organizations or individuals with whom Google has relationships for the provision of syndicated services, and to use such Content in connection with the provision of those services.

    11.3 You understand that Google, in performing the required technical steps to provide the Services to our users, may (a) transmit or distribute your Content over various public networks and in various media; and (b) make such changes to your Content as are necessary to conform and adapt that Content to the technical requirements of connecting networks, devices, services or media. You agree that this license shall permit Google to take these actions.

    11.4 You confirm and warrant to Google that you have all the rights, power and authority necessary to grant the above license.

    --
    - midtoad
    Umwelt schützen, Fahrrad benützen
    1. Re:Chrome EULA is evil by maxume · · Score: 2, Informative

      If you carefully read 11.1 (that you posted), you will see that your rights are not taken away. The relevant portion is "You retain copyright and any other rights you hold in Content which you submit, post or display on or through, the Services". The EULA is limited to essentially giving Google the same rights (but that grant does not change the originator's rights).

      If I am understanding correctly, you are also over interpreting the content that these sections apply to; as far as I can tell, it applies to content that the browser submits to Google services (many of Google's services contain similar terminology; presumably, the browser makes use of those services in ways that may not be obvious to the average user, so the EULA for the browser contains ass-covery).

      --
      Nerd rage is the funniest rage.
    2. Re:Chrome EULA is evil by midtoad · · Score: 0

      So, if I'm mistaken, then why has there been a huge outcry on this issue, and why has Google amended its EULA and admitted they made a mistake? See http://www.electronista.com/articles/08/09/04/chrome.eula.security/

      --
      - midtoad
      Umwelt schützen, Fahrrad benützen
    3. Re:Chrome EULA is evil by maxume · · Score: 1

      I think the outcry is because people have difficulty reading.

      It looks like I was also wrong and the terms were included in the EULA simply because someone was lazy; they removed the terms because they don't need to be there and it was good PR (given the silly outcry).

      --
      Nerd rage is the funniest rage.
  99. Is /. deleting posts? by Anonymous Coward · · Score: 0

    What happened to the dozen or so +5 posts on Chrome's spyware(gathering usage information and sending it to a google server)?

  100. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    So, it should refuse to support that at all?

    Are you using Firefox? It has some support as well.

    --
    Don't thank God, thank a doctor!
  101. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  102. Re:Firefox Fanboys Are Shitting Themselves by Random+BedHead+Ed · · Score: 1

    He has no reason to be worried. Chrome is gunning for the anti-standards browser - the one that was designed to prevent the web from becoming a development platform independent of the user agent's host operating system. Most people who develop for the web use "IE" as a curse word, but businesses like Google are reliant upon that browser to deliver their services, making IE a weak point in their business model. Microsoft has good reasons to break standards as long as they control most of the market for user agents. The more Microsoft's browser sinks in market share, the more they have to adopt standards.

    Mozilla isn't like that: Firefox is pretty much in step with Chrome on where the future of the web lies. Both browsers are trying to push a network development platform like the one many foresaw in the mid-90s before IE brought stagnation. Now the whole ecosystem is larger and more diverse, particularly since yesterday's Chrome launch, making IE-only development just slightly more difficult to justify and pushing Microsoft further into the standards hell that terrified Bill Gates and company when they finally grokked it in 1995.

  103. More like Day 0 by 5n3ak3rp1mp · · Score: 1

    At least until they release a Mac version! It uses WebKit underneath (except perhaps for the javascript engine) and includes "Safari" as part of the user agent. The irony...

  104. Quit bitching about lack of AdBlock! by g253 · · Score: 1

    Obviously Google could hardly implement ad-blocking as a core feature, as they're in the business of selling ads.

    But this thing is open source, so just be patient. It might take a while before we see extensions as such being implemented, but you can be sure someone will come up with a modified version that blocks ads in no time.

    (and incidentally, also quit whining about other minor details : it's version 0.2 beta, ffs! I remember using FF 0.8, it was very cool but also had all sorts of weird glitches)

  105. Google Update Service... backdoor? by argent · · Score: 2, Informative

    OK, it's using a firefox extension called "Google Update", which is installed by a number of Google applications, and (as demonstrated) it's possible for Google to use it to automatically install software on your computer. Disabling it in Firefox keeps it from running and should hopefully prevent some other Google App from installing it again.

    This seems to be the same kind of "trust me" backdoor as the Firefox XPI installer and ActiveX, but unlike ActiveX it's cross-browser (and probably cross-platform), and unlike XPI it DOESN'T require you to explicitly whitelist each site and approve each install. Calling it an updater sort of implies that it is a relatively secure service, like other update services, that only pulls down and updates software that you have explicitly installed. But if it has a mechanism for a web site to explicitly request that a new component be downloaded and installed it's anything but secure.

    Googling for it on "site:google.com" has been less than useful. I've got several hits from people in Google's user groups asking what it is and how to remove it, but there doesn't seem to be any documentation on Google's website for its API and security model.

  106. annoying updater by TheSHAD0W · · Score: 1

    Let me know how long it takes you to get rid of Google Update. When I uninstalled Chrome, it stayed with me. Took me a few minutes to eradicate it.

  107. yes google Chrome does track you by Anonymous Coward · · Score: 0

    I ran a sniffer to watch the traffic that chromehad it sent information to google everytime I went to a website.

    I don't want to be part of the Chrome "bot" as google puts it

  108. MOD PARENT UP by Anonymous Coward · · Score: 0

    I couldn't figure out why it kept coming up at startup even after I disabled the service and deleted the registry run entry.

    I don't think, in all my years of using Windows, that I've ever had an application use the task scheduler before. It's a whole new kind of spyware evil.

  109. All your content are belong to Google by Anonymous Coward · · Score: 0

    http://tapthehive.com/discuss/This_Post_Not_Made_In_Chrome_Google_s_EULA_Sucks

    This is the one reason I uninstalled Chrome. Slick browser but I don't like anyone trying to gain a Perpetual and irrevocable royalty-free ownership of any content I submit, post or view through Chrome.

  110. Fx JS engine already being rewritten by Sits · · Score: 1

    The current Firefox 3 Javascript engine is Spidermonkey. There is already work happening apace to use the Adobe donated Tamarin Actionscript VM within the next Firefox Javascript engine which will bring features like JIT compilation to the table.

    I'm afraid this proliferation of Javascript engines is going to continue unless one becomes available with no strings attached that bests all others in all areas on all platforms. Perhaps that is Google's ultimate goal (if they force such an engine into existence everything else will have to think hard about not adopting it)?

  111. It's no match by dvh.tosomja · · Score: 0

    In pokebal vs. chrome fight, chrome nevar win, cause it catch only nerds

  112. Does Google Want Chrome to Win the Browser Wars? by qazwart · · Score: 3, Informative

    This is all a side issue. Google has promised to back FireFox until 2011. Google Chrome isn't a browser, but a template on how FireFox, Safari, and other browsers should behave. What Google wants:

    * More multi-threading in the browser. Browsers shouldn't freeze up.
    * More multi-process tasking. Browsers shouldn't crash because of a bad webpage
    * Faster JavaScript: How much do you want to bet that V8 will quickly become part of WebKit.
    * Standardized Rendering Engine: This will put pressure on FireFox and Opera to switch to the WebKit engine, or at least make sure their browsers are 100% compatible. Thus, standardizing desktop and mobile device browsers on WebKit.

    It's not so much that Chrome is Google's candidate in the browser wars as much as a template other browsers should strive for. I love the fast JavaScript engine and the multi-processing approach to webpage rendering. You'll start seeing that adapted by the other browsers in the next year. I also like some of the security features like the complete sandbox approach. Google's idea is that your browser will become infected, and the browser should prevent the infection from spreading.

  113. All your content belongs to Google? by bjelkeman · · Score: 1

    11.1 You retain copyright and any other rights you already hold in Content which you submit, post or display on or through, the Services. By submitting, posting or displaying the content you give Google a perpetual, irrevocable, worldwide, royalty-free, and non-exclusive license to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content which you submit, post or display on or through, the Services. This license is for the sole purpose of enabling Google to display, distribute and promote the Services and may be revoked for certain Services as defined in the Additional Terms of those Services.

    What is it about software companies and lawyers? How can anyone think that a license agreement like this is going to be acceptable? The Register has an article about it.

    --
    Akvo.org - the open source for water and sanitation
  114. dumb thing by Anonymous Coward · · Score: 0

    I can't even download the stupid thing - error on page with their javascript.

  115. The curiosity factor by AnalPerfume · · Score: 1

    The share Chrome has achieved in such a short time is remarkable but it's largely the curiosity factor. People are downloading and trying it, the real question is how many chumps will be convinced that all Google's data mining and ad serving is a worthwhile trade off and switch to Chrome as their main browser. Personally it won't get within a million miles of my PC as a Google product, I'll wait for an open source fork with all the crap cut out before I try it; even then I'm perfectly happy with Firefox and it's extensions that it'll likely be just the curiosity factor.

    People who know of the data mining and have gotten used to mostly advert free surfing won't touch Chrome as a main browser, even if they are playing with it right now.

    I'm wondering now if this is Google's equivalent of an official OS. Many assumed they'd do their own Linux distro but that's possibly more wishful thinking than anything else. All of their services are web based, so making a single piece of software people can run on their own (Windows) platform with all their services tied in and designed for it is sorta like a virtual OS, in the form of a browser. If they can get people convinced that the only piece of software they need to use is Chrome they win.

    Dunno what to make of Google when it comes to Linux. Their server farms are all Linux, without Linux they'd never be where they are now. They do summer of code projects to help Linux and FOSS software projects, yet at times where it could really help add authenticity in the minds of Joe Shmoe they don't do a proper Linux client for their software and rely on a half ass'd Wine ported Windows version.

  116. I'm using it now by istartedi · · Score: 1

    Reading /., I don't even notice I'm using a different browser except for the slightly different look at the top. It has a few annoying quirks, like suggesting search terms when I type a URL instead of just suggesting previous URLs. It appears to have a nice little spell-checker enabled by default as I type this. I was going to say that it makes no difference and isn't worth the space on my drive, but now I might decide to keep it just for that little built-in spell check feature.

    As for ad-block, I went with the "nuclear option" a while ago: I use a HOSTS file. It kills a lot of the non-annoying ads that don't pop up, pop under, or make noise. This is unfortunate, because I really hate to hurt legit advertisers who are placing non-intrusive ads. The other guys drove me to it though, and I don't shed any tears over the collateral damage.

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  117. Good for running web 2.0 apps... by RocketScientist · · Score: 1

    But it gets a solid pass for the rest of my browsing. Why? No ad blocker pro. No flash blocker. Until those happen, Chrome has dancy happy shit running all over my screen, automatically playing flash movies, and all the shit that I don't like.

  118. Running chrome on FreeBSD (and linux) under wine. by chrisarn · · Score: 1

    Hi, i have started to experiment with runnning chrome under FreeBSD using wine (So this applies to linux to) and have got quite far. Now viewing www.slashdot.org in chrome under FreeBSD survives the first redirect and starts to render. But then it crashes. I'm going to dig a bit further, but for now you can see a screenshot of slashdot rendered in chrome on FreeBSD here: http://www.arnold.se/chris/

  119. Easy Uninstall of Google Updater by unfasten · · Score: 2, Informative
    I don't know if this holds true with the updater Chrome installs (though I assume it's the same as the one from the Google Pack), but their site lists 3 ways to uninstall the Updater without going into the registry:

    Uninstall from the Start Menu
    Click the Start menu on your computer taskbar.
    Select Programs
    Select Google Updater.
    Select Uninstall Google Updater.
    Restart your computer after you uninstall.

    Uninstall from the Control Panel
    Click the Start menu on your computer taskbar.
    Select Control Panel.
    Double-click Add or Remove Programs (on XP) or Programs and Features (on Vista).
    Select Google Updater in the list of programs.
    Click Remove.
    Restart your computer after you uninstall.

    Uninstall from the command line
    Click the Start menu on your computer taskbar.
    Select Run.
    Enter cmd to open a command prompt.
    Type cd C:\Program Files\Google\Google Updater to change directories.
    Type GoogleUpdater.exe -uninstall to uninstall.
    Restart your computer after you uninstall.

    Note: I haven't tried this as I haven't installed anything from Google.

  120. Beware - first exploit already out by oakleeman · · Score: 1

    http://www.milw0rm.com/exploits/6355 Google's new Web browser (Chrome) allows files (e.g., executables) to be automatically downloaded to the user's computer without any user prompt.

  121. 64-bit support is bad by hknust · · Score: 0

    Chrome has crashed several time on Windows 2003 x64 already. Just clicking on Options crashes the browser. Watched the videos on the Chrome site and tried the new features. When I tried to Bookmark the page, the browser crashed again. Having individual threads per tab does not help since the process crashes so all tabs and windows go.

    The speed is decent but it's a long ways from a reliable everyday browser.

  122. so what? by pdschmid · · Score: 1

    Am I the only one who is put off by this whole chrome hype? Would we have the same hype if Microsoft, Mozilla, Apple, etc had released the same browser? I admit, I downloaded it. I opened it once to look at the comic explaining the technology. Neat stuff, but this incomplete product is hardly a replacement for FF3. I am much more interested in Mozilla looking into the sandboxing/process spawning for each tab (even though with 20-40 tabs open regularly, I wonder how much overhead that would create). And in terms of this browser potentially being faster? By the time they have implemented all the standard features of a modern browser, it'll be even. Why is everyone so eager to *switch* to this browser even though it's just one more of Google's unfinished, perpetual beta products?

  123. Microsoft Vs Other Browsers by Austin+Milbarge · · Score: 1

    As a developer, the one thing Microsoft seems to have done right in the past when it comes to their office and web software was to develop those applications from the ground up to be automated. When I say automated I mean that I can embed Word, Excel or IE in my C++, VB or C# application to enhance it.

    This is no small feature, because I've seen tons of software out there that rely on embedding or controlling a web browser. This is something Firefox and all the other browser makers didn't think about when they created their software. If Google is smart they will make their browser automation friendly, whether that means ActiveX, .Net or some other API with which to control their browser.

  124. Don't hold your breath for a Linux client by AnalPerfume · · Score: 1

    Most Linux users use Firefox, as it's a non GTK+ / QT native. Most of these Firefox users are power users who will tweak their Firefox to what they want. Most of them will have AdBlock Plus and NoScripts at the very least.

    In other words, Linux users tend to be wise to Google's model and block out their grubby fingers. Why would Google put any time and effort into releasing a Linux native client when most wouldn't use it without it being modified to give these same functions anyway?

    Like everything else Google do, it's all about data mining; if it's going to be blocked by most, why bother?

  125. Is there a non-admin install? by smittyoneeach · · Score: 1

    I hate running XP in the first place, and running as administrator for a web browser seems the height of silly.
    Maybe I'm in a minority here, but I hope there are some installer improvements to follow.

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  126. I thought it was utter bollocks. by rantingkitten · · Score: 1

    I installed it on my Vista machine at home yesterday. Chrome managed to annoy me in nearly everything it did, from the very beginning, where it didn't ask me where I wanted to install it, and silently installed some Google update garbage I didn't want -- something a less knowledgable user would probably not even notice.

    So I fire it up. First thing I notice is I can't set a homepage. Instead, it brings me to this rancid "Most Visited Pages" crapfest. Guys, I don't want that. I see no obvious way of turning it off. And I really don't want that every time I pop open a new tab. I'm quite capable of deciding for myself why I opened a new tab, thankyouverymuch -- I don't need the bloody suggestions.

    As for that, I don't necessarily want anyone who uses my computer to see my Most Visited Pages every time they use the browser. I have nothing to hide, really, but that doesn't mean it's anyone else's business. This should not be default behavior.

    The "Omnibar" is as miserable a failure as Firefox's Asswipe Bar or whatever they're calling it. Again, software that tries to suggest, correct, or assume anything about what I'm doing is just plain wrong. I understand that some people might want "features" like that, and that's fine -- let them turn it on. I shouldn't have to turn off little annoying bells and whistles. They should be off by default.

    Specifically, what I find so horrible about the Omnicrap is how mind-bogglingly useless it is, while being extremely distracting. I typed the letter "S". The only site I'd visited up until that point was slashdot, so Chrome brought up Slashdot as a suggestion. It also brought up Southwest Airlines, and offered to run a Google search for "Sears". Yes, you idiots, those are clearly what I want to do since I typed the letter "S". It did something equally asinine when I typed "w", perhaps the most common letter in URL history -- brought up a bunch of meaningless suggestions for pages I'd never even heard of, much less visited, none of which had anything to do with anything. One was some resort hotel website in Arizona, and the others were also out of left field.

    Software that tries to assume what I'm going to do before I've done it is, in my view, fundamentally broken.

    I don't care that I can turn it off. I don't care if it "learns" over time. It breaks the conventional way browsers have behaved since antiquity, and while there's a time to break convention, there are also times when doing so makes things stupid and annoying. This is the latter.

    Next I went to click a link. On hovering, Chrome animates this retarded, distracting little text box at the bottom of the app, showing the URL to the link. Whoever came up with that bit of idiocy needs to boil in an acid vat. Nothing should ever blink, pop up, or otherwise animate to distract me. The way every other browser behaves is to have a dedicated status bar at the bottom, and put information there, which is fine. Since it's always there it's easy to ignore, much like the sensation your shoes make against your feet, which you don't notice. But you'd start to notice if every time you took a step, your shoes emitted a loud beep. And you'd get annoyed very quickly.

    Besides all that, it's hideously ugly, and looks more at home on Windows 95 than XP or Vista.

    I don't really care about process-per-tab or faster Javascript. None of that matters when the browser as a whole is an irritating pile of dung. I will uninstall it when I get home tonight, and never use it again. Firefox works fine, and I see no reason to bother test-driving a rusted-out station wagon because some people say it might one day be sort of as good as the Lambourghini I'm currently driving.

    --
    mirrorshades radio -- darkwave, industrial, futurepop, ebm.
    1. Re:I thought it was utter bollocks. by imsabbel · · Score: 1

      Well, reading about your problems makes be glad i am not you. Would suck to be deficient.

      (goes back to his well-trained awesomebar)

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  127. Firefox vs. Chrome by sufijazz · · Score: 1

    Firefox vs. Chrome comparison The article is a wiki so it will improve over time, but it's in decent shape right now. ~Posted with Firefox

    --
    2+2=5 for very large values of 2.
  128. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  129. We're still not there yet though. by brunes69 · · Score: 1

    Speaking as a web developer, nowadays it is actually the other way around. You usually have to code hacks for IE6 and IE7 and let all other standards-based browsers figure themselves out.

    There are, however, specific things that Webkit does different, and testing for "KHTML" in the UA string is pretty much the only way to fix them.

    Don't complan to the web developers, complain to the W3C and the browser makers, who won't finalize standards to implement things like "opacity" in a standard format (in Mozilla it is "-moz-opacity", in KHTML/webkit it is "-khtml-opacity", in W3C CSS3 it is "opacity", in IE you have to do a DX transformation - see http://css-tricks.com/css-transparency-settings-for-all-broswers/ for an example of the retardedness).

    In CSS you can just apply all the classes but if you have to dynamically manipulate the stuff in Javascript you have to know it's correct name to modify it properly.

    This is just one example of many.

    1. Re:We're still not there yet though. by Sentry21 · · Score: 1

      In CSS3, it's 'opacity'. WebKit and Gecko refuse to implement 'opacity' because it's not standardized yet - I've heard developers say that once CSS3 is finalized, all the '-khtml-' functionality that implements stuff in the CSS3 spec will be 'pushed live', as it were.

      As to the W3C, they want to get the spec right the first time, so they're taking their time - since missing features in HTML was what caused this preposterous 'embrace and extend' war between Netscape and IE in the first place.

      For Gecko and WebKit, they're actually doing the 'right thing'. For IE... I dunno, if they're going to fuck up everything else, why not go for the gold?

    2. Re:We're still not there yet though. by brunes69 · · Score: 1

      I am all for "taking their time", but CSS3 has been a draft spec for over 10 years now. It is beyond ridiculous that it has not been finalized.

  130. Image scaling by PhotoGuy · · Score: 1

    I mentioned this in another thread, this is a more relevant one. I'm excited and ready to switch, but...:

    Sigh...

    I used to use Opera heavily (still do on occasion). When I zoom in/zoom out, it zooms the whole page, including images, as expected. Very handy, and easy to scale pages for appropriate viewing on a given device, browser windows, etc..

    That was always a big beef of mine with Firefox, it never did it. But FireFox 3 added image scaling, whoohooo!

    Now Chrome comes along. I love the process separation, Task manager, JavaScript speed. I'm ready to convert. But there's no scaling of images, just a lame-ass IE-ish text-size scaling.

    Come on, it's 2008, it's not *that* hard to display an image scaled down (or up). In fact, the API calls you're using will likely do that for you. (And even if they didn't, there's probably a couple of thousand of open source libraries to do it for you; and coding image scaling yourself is fairly trivial...) I just don't get why browser manufacturers leave this out so frequently...

    Pleeeeaaasse, Google, add this feature, and I'll convert.

    --
    Love many, trust a few, do harm to none.
  131. Google Sign On by iSlappy · · Score: 1

    I have not performed extensive troubleshooting, but on my work network I can not see the Google sign in screen. It comes up as a blank page. So, ironically, in order for me to use any Google Apps at work, I have to use Firefox. =/

  132. Not impressed by Anonymous Coward · · Score: 0

    From what I can tell, Chrome is nothing more than a fork of the Windows Firefox project that picks up WebKit. Wow, how innovative. This is nothing more than another example of Google being late to the party, only this time, they showed up with even less than when they delivered Android... oh wait, I forgot, we are still waiting for an Android platform to be released...

  133. The ultimate "Ad Block".. by Pixel+Rider · · Score: 1

    Ads...what ads??? I am using Links and I dont get those. Who says you need plug ins to get only the information you want from a site.

    1. Re:The ultimate "Ad Block".. by brentonboy · · Score: 1

      you mean lynx?

    2. Re:The ultimate "Ad Block".. by biryokumaru · · Score: 1

      I'm fairly certain the OP actually did mean links.

      --
      When you're afraid to download music illegally in your own home, then the terrorists have won!
    3. Re:The ultimate "Ad Block".. by Anonymous Coward · · Score: 0

      No, probably links, another text browser. You should try it, not too shabby.

  134. Re:Firefox Fanboys Are Shitting Themselves by Anonymous Coward · · Score: 0

    So far the EULA BS is the only thing they've managed to come up with other than a whole lot of blabbering and crying.

    Um... no extensions.

    Actually, I don't think Chrome is at the level where I'd use it everyday yet, but it will be interesting to see how it evolves.

    I also think that Firefox will be able to benefit from the open source Chromium project, so we'll get to see how Firefox evolves as well.

    Basically, I think the fear that Firefox is just going to go away is unfounded - although there are plenty of things in Chrome that Firefox doesn't do (yet), there are also things that Firefox does that Chrome doesn't do (yet).

    Since I really get the impression that Chrome isn't likely to make it easy to develop and add in extensions anytime soon (I hear a lot about plugins, but those aren't the same, and extensions would muddy up the interface), and I don't think that Firefox is ready for the kinds of separation of processes that Chrome is talking about, I think they'll each have their own niche for quite a while.

  135. No Adblock? by Rikiji7 · · Score: 1

    We can't live without adblock or noscript, i agree. Oh man, Chrome is opensource. Let's hack an adblock feature into it!

    --
    slashwhat?
  136. Chrome by nEoN+nOoDlE · · Score: 1

    I've been using Chrome and I'm both happy and disappointed. It's an awesome browser, very fast, very responsive, has great features and the tabs are amazing and work exactly how I wish Firefox did. But why the hell does it have a problem playing flash video? Isn't this one of the first things people would try to do on it? Flash video either freezes a few frames into the video, or if it plays it doesn't play with sound. Even YOUTUBE, a GOOGLE owned company doesn't work with Chrome.

    Otherwise, it's been awesome.

    --
    Don't trust a bull's horn, a doberman's tooth, a runaway horse or me.
  137. Google Chrome is all great but... by mikiN · · Score: 1

    ...does it run Linux?

    Well, find out here.

    ta

    da

    da ...PENGUIN!

    Oh, that worked and your browser isn't Google Chrome?
    Guess that means your browser runs Linux, too :-)

    --
    The Hacker's Guide To The Kernel: Don't panic()!
  138. Google's privacy policies are the worst on Earth. by Anonymous Coward · · Score: 0

    Out of every company on the planet today, Google has the worst privacy record.

    I think I'll pass on trying any Google browser. Thanks but no thanks.

  139. Really Terrible Memory Usage by Anonymous Coward · · Score: 0

    Tabs (loaded fully):
    http://forum.videohelp.com/
    slashdot.org
    http://io9.com/
    cnn.com

    Memory Usage:
    IE7 with 3 custom toolbar buttons: 79,400k
    Firefox 3.0 with a number (10-15) of enhancements: 83,900k
    Firefox 3.0 with no enhancements: 65,000k
    Chrome: 115,000k

    WTF!

  140. The gears connection by byteonic · · Score: 1

    Surprising that many are missing the gears connection. I've blogged about the impact of Chrome on the enterprise and web 2.0 here: http://www.byteonic.com/

  141. The Chrome logo is very reminiscent of... by Quimbly · · Score: 1

    ...Simon, the kid's electronic memory game toy from the 80's, is it not? Of course, there's only three colors, rather than four (perhaps representing the three most used browsers: IE, FF, Safari?), so as to not step on any toes. Perhaps Google is trying to make a statement regarding having other browsers trying to follow their lead?

  142. Google Chrome Installer Fails by Anonymous Coward · · Score: 0

    Error code = 0 x 80072efd

  143. Feedback by scarolan · · Score: 1

    * Nice and fast, especially with Google applications.

    * Many links on Facebook do not work at all.

    * Requires the latest, greatest bleeding edge Java plugin to work with Java-enabled sites.

    * Warnings for https sites without proper certificates are done well. One click to get through to the site, rather than the convoluted 4 step process Firefox 3 forces you through.

  144. Especially the addblock is great! by Snaller · · Score: 1

    Oh wait, wrong browser - sorry.

    --
    If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  145. per tab processes by Anonymous Coward · · Score: 0

    so this thing creates a new process for every of the 50+ (images, not age!) pronimage i load in a tab?

  146. Mandatory Questions by Anonymous Coward · · Score: 0

    1. Where's the download link?

    2. Will it run under Linux with WINE?

  147. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    Since I believe ActiveX to have shitty security, why would I be using that or want to use that?

    And yes, it should refuse to support it. After all, it's not going to support it on linux and osx. Why should it cripple itself on windows?

  148. Re:Does Google Want Chrome to Win the Browser Wars by Kinjin · · Score: 1

    Not sure how they will accomplish that without the kiddies.
    "2.3 You may not use the Services and may not accept the Terms if (a) you are not of legal age to form a binding contract with Google, or (b) you are a person barred from receiving the Services under the laws of the United States or other countries including the country in which you are resident or from which you use the Services"

  149. All it takes for me to stick with Firefox... by Anonymous Coward · · Score: 0

    Having to hit Ctrl+F to search. I've come to rely on the vi-like forwardslash behavior that I can't function if it doesn't work!

  150. Google wins either way by Anonymous Coward · · Score: 0

    Most folks are not techies and extremely reluctant to mess around with what works, they would rather just amble along. A bit of laziness, indifference, fear of change or all

    Those who are not use Firefox and will definitely be trying chrome, whether chrome wins them over depends on many things, however most will be impressed with what they see. Its a very good effort for a first shot. The minimalist look works and everyone likes fast and efficient.

    However like all Firefox users its not the browser itself but the extensions I use that makes an immediate shift difficult. In my case noscript, delicious, Ubiquity - the fantastic new extension for Firefox, and Google notebook.

    Google has not bundled everything and that's being savvy because they can easily be accused of anti-competitive behavior so all their serves are separate. However you can get the Google bookmarklet and drag it to your chrome bookmark bar, the delicious bookmarklet works too, so the delicious online bookmarking problems is taken care of. Also because the Omnibar is smart and 'learns' you can duplicate Ubiquity search functionality for specific site search like flckr, youtube, images.google, wikipedia and many other sites. So that's good.

    The things is whatever browser you use they win so there is not great need that chrome has to succeed. We all consume Google services.

  151. Marc Lucovsky in Chrome Team ? by Anonymous Coward · · Score: 0

    Guess Marc is working on optimizing Chrome.

  152. Elena Pinay by elenapinay · · Score: 1

    I think Google Chrome is a faster than firefox. Just a comment on the logo though. Is that a pokemon or a twisted microsoft logo? http://www.pinaycelebrityonline.com

  153. Why does nobody care about proper zoom? by __aailob1448 · · Score: 1

    I really hope Google takes a page from opera's delicious full page, proportional zoom.

    Chrome has the same old crappy zooming feature other browsers have and it sucks. People with large monitors/large resolution and people with eyesight problems NEED good zoom like the one available on Opera.

    I won't hold my breath though. I suggested to the Gmail team that they allow the user to list more than 100 emails on a page and more than 20 emails when performing a search and I'm still waiting 2 or 3 years later.

    1. Re:Why does nobody care about proper zoom? by ExternalDingus · · Score: 1

      Finally.. someone who understands the wonders of Opera.

      I love the "copy to note" function -- notes. And "sessions".

      The only only feature Opera doesn't have is browser folders that you can put in the toolbar. At least I don't think it has that.

  154. Sandboxed tabs ... by Anonymous Coward · · Score: 0

    ... are nice in theory, but typing

    about:%

    in one browser tab crashes the whole browser. You can restart it, but it doesn't recover the tabs for you.

    It also is a pity that there isn't a working Linux or Mac build for the moment, and the developer faqs state "months, not days" to wait for it...

  155. Can Chrome compete with firefox or IE? by daype · · Score: 1

    Can Chrome compete with Firefox or IE?

  156. not web developers, they are IE-developers by pbhj · · Score: 3, Insightful

    Because web developers are often complete idiots who believe that people using non-IE browsers are edge cases who need to upgrade to 'modern standards' like IE 7, rather than broken, 'non-standards-compliant' browsers like Safari or Firefox.

    If there were a way to punch web developers in the face through some kind of browser extension, I think these people would learn a lot faster.

    Those people are not web developers, they are IE-developers.

    1. Re:not web developers, they are IE-developers by Sentry21 · · Score: 1

      *I* know that, and *you* know that, but their business cards and websites say otherwise. Unfortunately, for Joe Average that uses IE, they'll never know the difference.

      Even my parents' business site which looked 'fine' (read: the way it was supposed to) in IE looked so horrendously, unforgivably bad in any other browser that I couldn't believe she was even in business. Granted, this was years ago, before Mozilla and Firefox came around, but still, she was doing the simplest things in the stupidest ways, and I couldn't think of any reason not to do it 'the right way', other than she was just clueless.

      Yet, my parents didn't know, so...

  157. False Sense of Security by QuoteMstr · · Score: 1

    Repeat after me: page file

    In a modern operating system with a unified buffer cache, memory is just a cache for disk. The converse also applies: disk is a spillover store for memory.

    In a modern operating system, without memory locking, there is no guarantee a given page will not be written to disk.

    Memory locking usually requires root privileges; I somehow doubt that Chrome and Safari are running with them.

    1. Re:False Sense of Security by quazee · · Score: 1

      On Vista, you can enable page file encryption (the key is random on each boot, and is never stored on disk):
      fsutil behavior set encryptpagingfile 1

      I am sure there is a way to do this on Linux too.

      --
      throw new SuccessException("Sig read successfully");
  158. Just missing some comfort features by Conficio · · Score: 1

    Great ideas in this browser, and I love the process separation (multi core runs great), stability and speed for Java Script.

    But, I'm missing many features from Firefox that make live easier:
    * Form memory
    * Extensions
    * Scriptability of the UI
    * AdBlock
    * Java Plugin

    --
    Busy helping non technical users of OpenOffice.org - http://plan-b-for-openoffice.org/
  159. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  160. The perfect Slashdot article. by Valdrax · · Score: 4, Funny

    Oh, and I forgot to ask - why has Taco linked to a "review" by someone who openly admits to not having even downloaded the product!?

    What's wrong with that?

    Nothing's more intellectually consistent on Slashdot than an editor posting a link to an article they didn't read for viewers of the site who have no intention of reading it about a product that the reviewer didn't even look at.

    The fact that 2 of 3 links are dead and the other hangs up my browswer only puts the cherry on top!

    --
    If it's for-profit but free, you're not the customer -- you're the product (e.g., the Slashdot Beta's "audience").
  161. Couple of points.... by ZERO1ZERO · · Score: 1
    Been using it since it came out.

    The privacy stuff in the posts above in concerning me slightly until I find out more about it.

    However, in using it I have found:

    hit detection on tabs near close button it pretty weird. If I click to the right it chooses the next tab, even if the hotspot of the pointer is on the tab I want to close.

    no right click -> right click for open right click on link menu, in Opera, I can right click a link and then with the right button click the menu that pops up to open in new tab. Can't do this in Chrome. I do this because my laptop has no middle button and dancing left-to-right-to-left-to-right on the buttons to open say a list of links is a PITA.

    Resizable form boxes, e.g. ebay ask a seller, and this form right here, Pretty neat, haven't seen it before not sure if it is Chrome/webkit specific.

  162. Chome is NOT for today's web apps by ChrisA90278 · · Score: 1

    Why Chrome? If you are only viewing today's web pages then today's browsers are "good enough". But what Google hopes is that in the future you will be runing Google's on-line office suite, Google Maps and Google Mail. With Chrome all of these Google apps will run in their own tab, in their own thread and on one of the four or eight cores in your CPU.

    Google knows full well that it takes many years to develope a mature web browser. This is their first step.

    Today people don't run three or six different javascript aps all open at once. But Google, with Chrome hopes to change that.

    This is related to the reason some people say "I don't need an 8 core machine". Of course that is true because you are running software that does not need 8 cores. But in 10 years your software will do different tasks. Maybe you will control the computer with hanf movments in front of a stereo 3D web cam while another camera watches where your eyes are looking, so as to update that part of the screen first. Same with browsers. Google is thinking ahead five to ten years.

  163. Chrome is sending visited URLs to Google by Anonymous Coward · · Score: 0

    Hey guys, wake up. This is a GOOGLE browser. Chrome is sending every URL that you visit to the Google servers.

    http://www.google.com/chrome/intl/en/privacy.html?hl=en

    They say they need the information so they can give you better suggestions for other websites that might interest you. Right. Thank you Google.
    And a company that is so big in advertisement surely has an interest in bringing its own browser on the market as this is the window where all the necessary information has to pass through.

    Guys. Think a bit before you are getting all excited about this superfast shiny new browser.

    1. Re:Chrome is sending visited URLs to Google by yoasif · · Score: 1

      You can turn this behavior off.

  164. Perhaps they've used other Apple software on Win by Chuck+Chunder · · Score: 1

    What struck me about this is that these are people who would never, in a million years, lift a finger to try Safari/Windows

    Perhaps they, like me, have experienced enough Apple software on Windows to put them off trying.

    I've only really used Quicktime and Itunes and while they are functional there's something that makes them clunky on a Windows desktop and I definitely don't want "clunky" on my browser. It tends to be gratuitously different.

    Chrome is "different" too, but it seems to be different in a minimalist way, keeping out of the way and letting me browse.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  165. Mozilla? by EvlG · · Score: 1

    Why does every browser have Mozilla in the User Agent string?

  166. +5 Old Skool by Anonymous Coward · · Score: 0

    Modded up for trifecta of Informative, 4 digit /. UID *and* use of "flag day" in the USENET Great Renaming context.

  167. So many Windows users here? by Anonymous Coward · · Score: 0

    I thought /. was read by people using Linux, alas I am wrong(724 times proven wrong - till now).
    I heart FF :)

  168. Sorry, Google. You are barking up the wrong tree by Anonymous Coward · · Score: 0

    Tested it and uninstalled it. Nothing excited at all.

    It is a definitely indicator that Google already stepped into its middle-age stage and lost its vision and passion as pioneer in innovation.

    Google is not supposed to waste talent and time to repeat others without any innovation. Those resources should be put into their core business to bring the search engine up to another level.

    Google search engine is good but far from perfect. We need semantic search, natural language search, image search, video search and more.

    As web developers, we actually hate new browser. It means we need extra work to make our web application compatible with new browser.

    Sorry, Google. You are barking up the wrong tree.

  169. Re:Great, just when we'd almost standardised.... by Tomsk70 · · Score: 0

    Firefox is taken up by Corporations? Haven't seen it at any sites yet (outside of the usual Chairman because-he-was-advised-by-his-son situation) - I always assumed this was because of the lack of Group Policy controls - does FF have those now?

    Progress won't stop, but it's the sort of progress that would have been nice when it mattered. I'm not an MS/ Windows fan in any way - you could say I make a living out of it not being perfect - but it's the same situation now as it was then; is it compatible? If you're doing websites that are FF-happy but IE-unfriendly (which there are lots of already), that's going to make you look super-cool at the expense of lost business...but the main problem here is *we're back to the incompatible browser fun*.

    IE6 was a piece of crap because IE6 was (and IE7 is) the 'primary target'. You can sidestep a lot of that simply by running IE 64bit. And as for features and design - well, MS do have a rep for stealing all the best bits...

    And how about this - if FF is so cool, why are the others (Apple, hell, Chrome) trying so hard to take a market share that's supposedly already won? Why are apple trying to trick me into installing Safari with their Quicktime Updater if it's so cool?

    I guess the point I'm making (thanks for the troll points, slashdot)is that Windows (and then IE) unified everything - seperating browsers out again? Hmmm, that'll run smoothly. In three years' time, I'll be having to diagnose the chairmans' laptop because he's got five browsers loaded for different sites...

  170. No RSS feeds? by TheSeer2 · · Score: 1

    No Google Chrome. Which is a pity because I get tabs->browser crashing in Firefox fairly often on Javascript heavy sites and it'd be nice to not have my entire browser go pop.

  171. Fantastic for porn by Anonymous Coward · · Score: 0

    I've been browsing with it tonight. I've multiple tabs opened using various multimedia plugins and I've never had such a smooth experience. On one occasion an instance of flash crashed - it didn't even take town the tab, I just press reload on the page and it recovered.

    I did get a Vista BSOD at one point though - not sure if that was related.

  172. Doesn't even run by meowsqueak · · Score: 1

    I might be recorded as part of that 3% (maybe) but it's irrelevant since I can't get the application to actually run. I'm in WindowsXP and activating the icon makes the mouse cursor change briefly, and then nothing... no errors, no dialogs, no Chrome.

  173. Re:Does Google Want Chrome to Win the Browser Wars by TLLOTS · · Score: 1

    * Faster JavaScript: How much do you want to bet that V8 will quickly become part of WebKit.

    SquirrelFish might object.

  174. Re:do not pass go. do not collect $200 by BraksDad · · Score: 1

    I could not use http://games.asobrain.com/ because it could not find the plugin. ???? I Think it is just Java. What is up with that?

    --
    Slowly waving my hand - "This is not the sig you are looking for."
  175. Re:Does Google Want Chrome to Win the Browser Wars by shermozle · · Score: 1

    Google Chrome isn't a browser, but a template on how FireFox, Safari, and other browsers should behave.

    I take it you haven't actually used Chrome then. This isn't some proof-of-concept or kite flying exercise. This is a seriously-polished candidate for day-to-day browsing.

    As soon as there's an ad blocker and an equivalent to FireBug, I'll be switching. It's that good, on launch day!

  176. Re:do not pass go. do not collect $200 by Anonymous Coward · · Score: 0

    It seems to just load up all the plugins from FF and IE that it can. There's one or two obscure ones in my list that are IE only, which suggests its emulating parts of IE somehow.

  177. Good security, bad open source by __aavonx8281 · · Score: 1

    Chrome does have some pretty good security features but their eula, especially section 10.2 seems to directly contradict their "open source" stance, saying: "You may not (and you may not permit anyone else to) copy, modify, create a derivative work of, reverse engineer, decompile or otherwise attempt to extract the source code of the Software or any part thereof, unless this is expressly permitted or required by law, or unless you have been specifically told that you may do so by Google, in writing"

  178. Shoot the Designers by bill_mcgonigle · · Score: 1

    Sadly this has no chance of happening.

    Right, because you have so-called 'web designers' who do all kinds of awful crap to get browsers to render their lame pages to single-pixel accuracy. They try to make HTML behave like PDF, and since that's inherently impossible they throw in browser-specific hacks to get close to it. If your browser doesn't identify their pages are a jumbled mess.

    Some of them have dumped the Web entirely and now deliver Flash over HTTP instead. Thank goodness (unless you're looking to buy a car!).
    2

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  179. Using it now by dinker · · Score: 0

    (1) No progress bar during downloads (2) No bookmarks button, don`t need a whole toolbar

  180. How to uninstall Chrome? by Anonymous Coward · · Score: 0

    How to uninstall Chrome? I'm not able to uninstall via Control panel or via start menu-> Chrome-> Uninstall!

  181. PS: The big issue is Google Updater security by argent · · Score: 1

    Yes, several people have noted that it's Google Updater.

    Now that we've established that, why does it have an API that allows a web page to request the unattended installation of software on your computer. That's an insane security risk, even if their security model is sound (after all, they are providing even less protection than ActiveX), and we don't know if the security model is good because neither the API nor the security model is documented.

    Oh, speaking of ActiveX, apparently Google Chrome includes a shim to allow ActiveX components to execute. That's two really bad ideas for the price of one.

  182. Safari for Windows was for devs by Anonymous Coward · · Score: 0

    Though it's possible Apple's focus has changed now, when Safari for windows was first released I always got the impression it was there for the purpose of making sure web apps will work on the iPhone/Mac Safari and they didn't expect to get much market share.
    (That will explain why it why it's so horribly OSXish on windows. I love mac apps but I hate mac apps on windows).

  183. easter egg by Brain+Damaged+Bogan · · Score: 1

    about:internets
    don't clog the tubes!

    --
    -- Sex is the antonym of pringles. Once you pop it's time to stop.
  184. Google Chrome HDD and CPU Usage by definate · · Score: 1

    Has anyone else noticed that every now and then Google Chrome sits there and churns, reading and writing heaps to the hard drive (not sure what files yet) and using about 20% CPU (AMD 64 3ghz, 4gb of RAM).

    This is the only reason I stopped using it.

    Once this issue is fixed, I think I'll use it again.

    --
    This is my footer. There are many like it, but this one is mine.
  185. Numbnutz? by Anonymous Coward · · Score: 0

    And using a vulnerable, outdated WebKit to build on was a numbnutz move

    Numbnutz? ... Oh, numnuh! N-U-M-N-U-H!

  186. Another review on Chrome by CaptCanuk · · Score: 1

    http://www.standandcount.com/the-fourth-musketeer/

    The above site has in-depth review after one day of use with Google Chrome.

    --
    ---- The geek shall inherit the Earth.
  187. This is the beginning of a revolution. by Anonymous Coward · · Score: 0

    I love this thing already. It's actually way faster than Firefox. Amazing. I'm sure it's not done yet though.

  188. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    Since I believe ActiveX to have shitty security, why would I be using that or want to use that?

    Since you wouldn't be using it, why do you care that it exists in the browser?

    And yes, it should refuse to support it. After all, it's not going to support it on linux and osx. Why should it cripple itself on windows?

    Again, this misguided assumption that by supporting something, it's magically crippled. I'd say Flash is far more crippling than ActiveX, for more reasons than one.

    But if you feel that strongly, wait a bit, or go fix it yourself -- the source is available.

    --
    Don't thank God, thank a doctor!
  189. No Home button here by js_sebastian · · Score: 1

    Honestly how often do you actually use the home button?

    I can't remember the last time I clicked it.

    Now you mention it, I noticed there is no Home button on my firefox browser. I wonder if I removed it myself or it wasn't there in the first place..

  190. announcing IE without being by Herve5 · · Score: 1

    This is very true, and other wise browsers (like iCab on macintosh, the one that invented ad filtering years before Mozilla/Firefox even were born) do this too. Which is among other one reason to believe the announced "browser share" figures are quite uncertain (at least, the number of "actual IE" must be lower)

    --
    Herve S.
  191. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    Since I believe ActiveX to have shitty security, why would I be using that or want to use that?

    Since you wouldn't be using it, why do you care that it exists in the browser?

    Are you being deliberately thick? If ActiveX is a security problem, having it in your browser makes your browser insecure.

  192. Privacy issue by Anonymous Coward · · Score: 0

    I have one huge issue with Google Chrome: it is this small thing called privacy.
    I installed it and immediately turned my firewall to full logging to have a look at the traffic. Very enlightening: with every site you visit, a connection is initiated with Google servers! This thing is ALL THE TIME connected to Google.

    If you don't believe me, check your own firewall!

    OK, they will probably tell you it is for anti-Phishing and anti-badsites verifications, but the only result is that ALL YOUr NAVIGATION is transmitted to a company whose main revenues come from information gathering.

    OK, Goodbye Chrome, already uninstalled

  193. Re:Great, just when we'd almost standardised.... by mcvos · · Score: 1

    Firefox is taken up by Corporations? Haven't seen it at any sites yet

    We have several large customers that want their website to work well in Firefox (which is just as well, because we prefer to test in Firefox), some of them have firefox on their desktop, and many corporate websites make use of the extra features that Firefox offers. My next employer, for example, makes a living building Firefox extensions for eBay, Amazon, and that sort of companies.

    There's definitely corporate interest in Firefox (although it's obviously not nearly as big as their interest in IE).

    Progress won't stop, but it's the sort of progress that would have been nice when it mattered.

    What do you mean? Has progress suddenly ceased to matter? I'm quite happy with the last 10 years of progress in browser technology.

    If you're doing websites that are FF-happy but IE-unfriendly (which there are lots of already), that's going to make you look super-cool at the expense of lost business...but the main problem here is *we're back to the incompatible browser fun*.

    We've never left the "incompatible browser fun".

    IE6 was a piece of crap because IE6 was (and IE7 is) the 'primary target'. You can sidestep a lot of that simply by running IE 64bit.

    I have no idea what you're trying to say here, but IE6 was a piece of crap because it was built in the "piece of crap"-age of web browsers, and hasn't been improved since. Other browsers have improved quite a lot in those 10 years, and that's why they're better.

    And as for features and design - well, MS do have a rep for stealing all the best bits...

    But for 10 years they didn't, and that's why they fell behind. The only reason why IE marketshare remained big is that most people get IE standard with their PC, and aren't even aware of alternatives. Very few people who are aware of other browsers choose IE over those other browsers.

    And how about this - if FF is so cool, why are the others (Apple, hell, Chrome) trying so hard to take a market share that's supposedly already won?

    Nothing has been won yet. Like I said, progress is continuing. This is the big benefit of competition in an open market. (Well, almost open; MS does have an unfair advantage with oblivious used knowing nothing beyond the blue 'e' on their desktop.)

    I guess the point I'm making (thanks for the troll points, slashdot)is that Windows (and then IE) unified everything - seperating browsers out again? Hmmm, that'll run smoothly.

    Are you implying that IE6 runs more smoothly than, say, Opera? The only advantage of a browser integrated with the rest of the OS is for malware pushers. For normal users, there's simply no need for that. There's a need for a practical, user friendly, standards-compliant browser that performs well and doesn't crash.

  194. Re:Fix the Search Engine First by harl · · Score: 1

    Exact search functionality is the ability to search for an exact term. This is impossible with Google.

    Why would I need it? Contrary to what Google thinks, I know what I'm searching for better than they do.

    The software I use is called Cache. The error messages are in the format [ERRORMESSAGE]. Searching for Cache with a capital C and the exact formatting of the error message is distinct and useful. Google strips the []s and ignores case. Any result that does not contain the []s is not one I want. I put them in for a reason.

    I don't care if you strip them out by default but give me a way to leave them in.

    --
    I find being offended by me offensive.
  195. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    If ActiveX is a security problem, having it in your browser makes your browser insecure.

    Is it impossible to disable?

    And it seems to me that ActiveX isn't itself a security problem -- it's how it's used, and it's people hitting 'OK' to everything. Do you actually read dialog boxes before reflexively clicking on them?

    It's possible I'm missing something...

    --
    Don't thank God, thank a doctor!
  196. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    Does not seem to be a way to disable currently.

    And yes ActiveX *IS* a security problem. There's no sandbox. If it is signed (and any stolen credit card can be used to "sign"/buy a cert - so where's that identity huh?), then any web page you go to can call an installed activex component.

    Hence, the activex things that HP/Compaq and so on installed, that later turned out to have buffer overflows - well, guess what, any malicious page can check for, and call those locally installed activex components, and buffer overflow them, and you're owned.

    In the past, it used to be that any signed activex will download automatically, unless you're browsing at the highest security level (oh yeah, even IE allows you to NOT let any activex run - why doesn't Chrome do that huh?) but I have no idea what Microsoft has done lately.

    www.digicrime.com has some dated, but still useful criticisms of activex and authenticode

    http://catless.ncl.ac.uk/php/risks/search.php?query=authenticode has Bob Atkinson saying really stupid things about Authenticode, and being slapped silly by anyone with anything more than a cursory interest in security. Microsoft basically said - we don't care about security - a broken screen saver has a higher priority than any security issues. And this is from the guy who is supposed to be in charged of designing a *SECURE SYSTEM*????????

    So, JUST SAY NO to ActiveX

  197. Re:Great, just when we'd almost standardised.... by Tomsk70 · · Score: 0

    We have several large customers that want their website to work well in Firefox (which is just as well, because we prefer to test in Firefox), some of them have firefox on their desktop, and many corporate websites make use of the extra features that Firefox offers. My next employer, for example, makes a living building Firefox extensions for eBay, Amazon, and that sort of companies.

    There's definitely corporate interest in Firefox (although it's obviously not nearly as big as their interest in IE).

    Yup - and I'll bet that's nearly all for targeting home users. Still, any company will pay developers a bit more to cover that 20% - but how about this - if you had to tell them that for some reason the pages/ site didn't work in either IE or FF on release day, which do you think they'd be most angry about?

    Half the issue with IE is that it has to be locked down - it's far too open by default. This is easy on a domain level, but too many users simply don't think that they have to bother. Also - does your company enforce training on the password list within FF? Again, far too many users have installed this and then looked shocked when I show them all their passwords, in English in three clicks (yes you can password-protect the list - I have yet to visit a machine where a user has actually done this).

    Progress won't stop, but it's the sort of progress that would have been nice when it mattered.

    What do you mean? Has progress suddenly ceased to matter? I'm quite happy with the last 10 years of progress in browser technology.

    I mean progress as in some actual competition for MS other than the likes of netscape suddenly deciding that everyone won't mind paying $30.

    If you're doing websites that are FF-happy but IE-unfriendly (which there are lots of already), that's going to make you look super-cool at the expense of lost business...but the main problem here is *we're back to the incompatible browser fun*.

    We've never left the "incompatible browser fun".

    Sure, but you must admit that while IE was the 90% majority share, that was what you developed for. Now whith each browser rival comes a new set of problems, and incompatibility between each.

    IE6 was a piece of crap because IE6 was (and IE7 is) the 'primary target'. You can sidestep a lot of that simply by running IE 64bit.

    I have no idea what you're trying to say here, but IE6 was a piece of crap because it was built in the "piece of crap"-age of web browsers, and hasn't been improved since. Other browsers have improved quite a lot in those 10 years, and that's why they're better.

    I was pointing out that IE was always going to be the highest-risk browser to use because it's the version that nearly all attacks are aimed at. Apple pretended for years that they were more secure - neglecting to mention that having a less than 5% share of the world market puts you on a pretty low risk factor in terms of what OS the nasties are going to attack. The cool part is, the same benefit translates over to IE 64-bit, and that's what the press isn't really cottoning onto yet - if you're browsing in 64-bit on a 64-bit OS, that's a huge amount of nasties you don't have to worry about - because they're almost all 32-bit (or designed to attack 32-bit dll's and the like). This will change as 64-bit becomes the norm, but for now, it's a easy step to take.

    And as for features and design - well, MS do have a rep for stealing all the best bits...

    But for 10 years they didn't, and that's why they fell behind. The only reason why IE marketshare remained big is that most people get IE standard with their PC, and aren't even aware of alternatives. Very few people who are aware of other browsers choose IE over those other browsers.

    Actually that's not true - on a corporate level (as you say elsewhere), and on a home level, you're only really talking about techs - most non-tech home users will stick to IE sim

  198. Install too quiet for sysadmin by lazysiber · · Score: 1

    Chrome sure installs quietly - doesn't require admin rights and didn't even invoke UAC on Vista, and that is for installing an app that will be used for web browsing, not a very good thing in my book. It installs into the user-owned directories with minor registry changes which begs the question - how secure is it against a worm that runs under the same user privileges? There is nothing limiting its potential interaction with the code or config files for Chrome. I am looking for more info on this, feel free to point me to any helpful links.

  199. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    There's no sandbox.

    Not a problem, if it never gets run.

    And how do you know? It seems they're trying to provide a sandbox for plugins, so I'd think they could manage something similar for ActiveX.

    If it is signed (and any stolen credit card can be used to "sign"/buy a cert - so where's that identity huh?), then any web page you go to can call an installed activex component.

    Sorry, but I don't buy it -- even MS-signed activex controls ask me first before they activate.

    Hence, the activex things that HP/Compaq and so on installed, that later turned out to have buffer overflows

    Which would imply a security hole in them, and not in ActiveX.

    oh yeah, even IE allows you to NOT let any activex run - why doesn't Chrome do that huh?

    Don't ask me, ask the developers. Better yet, add it yourself.

    So, I wouldn't write Chrome off just yet.

    --
    Don't thank God, thank a doctor!
  200. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    Which would imply a security hole in them, and not in ActiveX

    You need to educate yourself on Authenticode first before discussing whether ActiveX is insecure by design. I have already posted the links.

  201. RTFFollowups by argent · · Score: 1

    Google has certificates of trust, and has "Validated EXE files". Part of YOUR security settings, is to allow a "CLICK" as confirmation to a download.

    You can tell your browser not to allow downloading from "Certified" and "Validated"... but than you will not get any updates, or even be prompted for any of those programs that "Expect" that since they paid for the "Certification" and "Validation"... and you select NOT to allow... they assume you don't want it, and never prompt.

    First of all, Read The Fine Followups. Because it's not whatever you're talking about up above,it's something called the Google Update Service. And it can, in fact, download and install a program without clicking anything.

    Second, no browser should ever do what you described above, ever, and Firefox (at least) doesn't do that, ever. What you're describing sounds like something Microsoft would come up with, yet another part of the toxic swamp that is Active X.

  202. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    You need to educate yourself on Authenticode first before discussing whether ActiveX is insecure by design. I have already posted the links.

    You've posted links to quite a long discussion. Educate me, then -- because I still don't see where I'm at risk if I simply click "no" to every ActiveX prompt.

    --
    Don't thank God, thank a doctor!
  203. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    Good for you. But who's talking about you? If you tell me you never used Outlook in Preview mode, and you never click on any hotlinks in Outlook, and never Preview any attachments, how is Outlook insecure, I'll tell you good for you too. But Outlook is still an insecure piece of crap (well, not so much in 2008).

    When I posted the links, I am talking about the actual design itself as being something that cannot be secured. Why do you keep telling me *YOU* don't do X. Do I care about what you do or do not do?

  204. Re:do not pass go. do not collect $200 by SanityInAnarchy · · Score: 1

    Good for you. But who's talking about you?

    So... I'm smart enough to click "no", and you're not?

    Fine, I'll rephrase that -- I still don't see where anyone is at risk if they simply click "no" to every ActiveX prompt. And that is what I intended to communicate, using the first person as an example.

    When I posted the links, I am talking about the actual design itself as being something that cannot be secured.

    Unfortunately, you also posted links to long rants without much substance, and I still don't have a simple explanation of why ActiveX is so unsecurable.

    --
    Don't thank God, thank a doctor!
  205. Re:do not pass go. do not collect $200 by the_B0fh · · Score: 1

    At first, I thought you were just being the devil's advocate.

    But if you call the discussion on the Risks Digest as long rants without substance, then you are obviously a moron. Go enjoy sticking your head in the sand.

    Before I terminate this conversation, I will point out one more thing. If you (or anyone reading this thread) ever want to find out more about why authenticode sucks, and why activex sucks (whether you personally click yes or no) from a security point of view, just use Google.

  206. Re:just curiousity by Zwicky · · Score: 1

    "Google Chrome. Day 2. Lucinda is in the diary room."

    Rather sad that this was the phrase that came to mind on reading the title. I hate the show too, so it just proves that you can run, but you can't hide from Big Brother.

    --
    "Three eyes are better than one" -- Lieutenant Columbo
  207. Chrome not tab modal by Anonymous Coward · · Score: 0

    I just tried a javascript:alert(...) with a couple of Chrome tabs and I can tell you, the alert definitely locks the whole browser, not just the tab it's coming from. The only thing I can think of to keep annoying alerts from hijacking your browser is NoScript.

  208. Google reveals Chrome security patch details by Anonymous Coward · · Score: 0

    http://news.cnet.com/8301-1009_3-10035720-83.html?part=rss&subj=news&tag=2547-1_3-0-5

    Welcome Google to the world of the vulnerable software. I think they will find out how difficult it is to develop a robust software. Novice software developers will now realize that a robust, bug free software is a myth and Google's products are no exception.