Slashdot Mirror


Google Releases Chrome 12

An anonymous reader noted something that will be of interest to the 26% of Slashdot readers who have switched to Chrome: "Google has released Chrome 12, adding plenty of new features to its minimalist web browser and fixing a number of security vulnerabilities. Google software engineer Adrienne Walker said of the safe browsing mode, 'We've carefully designed this feature so that malicious content can be detected without Chrome or Google ever having to know about the URLs you visit or the files you download.'"

122 of 188 comments (clear)

  1. Version numbers by gizmod · · Score: 5, Informative

    Sheesh, these browser version numbers are climbing quickly. Quick release cycles these days. Firefox 5 is allready in beta.

    1. Re:Version numbers by Anonymous Coward · · Score: 1

      I pity Debian in all of this.

    2. Re:Version numbers by Lunaritian · · Score: 3, Interesting

      I have Chromium 12.0.742.91 on my computer. Have they really made hundreds of beta releases?

    3. Re:Version numbers by Anonymous Coward · · Score: 1

      Part of me can't help but suspect that it's so Firefox, with a measly version 4, looks new and less trustworthy.
      A piece of software with 12 versions under its belt seems a bit more time-proven than one with 4.

    4. Re:Version numbers by Lunaritian · · Score: 3, Informative

      Mozilla has already changed to "Chrome numbering", they're currently developing versions 5, 6 and 7...

    5. Re:Version numbers by BreezeC · · Score: 1

      Firefox 5 will release this month later.
      I don't see any new feature in firefox 5.
      Firefox 5 like Linux 3.0.0,just the number.
      I hate number,I don't need number.

    6. Re:Version numbers by Bloodwine77 · · Score: 2

      I understand Linux going to Linux 3.0.0, though. I have moved to a release-early-release-often model and it has made it where every release I do is either a minor release or a maintenance/patch release. So what I have started doing is incrementing the major version number after I the software has become much more advanced and updated than it was compared to the previous major version number.

      So if I am at version 6.47.10 and compared to 6.0.0 it is a greatly different and improved product, I go ahead and up the next release to 7.0.0 even though it is a minor release.

      In the release early-and-often model, you really don't spend a lot of time between releases working on major upgrades. You do all the major upgrades slowly and incrementally across several minor updates.

      Chrome and Firefox, however, are just playing the version number padding game. Opera and IE have slowly built up to their major version numbers.

      I understand some people do not care about version numbers, but when you develop against software and libraries they become important. Whether you prefer X.Y.Z or YYYY.MM.DD or YYYY.X as your versioning scheme, that is just personal preference. Personally if you are going to increment major version numbers just for the sake of it then I'd go with a YYYY.X version model (e.g.: 2011.1, 2011.2, 2011.3).

    7. Re:Version numbers by fuzzyfuzzyfungus · · Score: 4, Insightful

      Depends on how much of the release-churn is purely internal, and how much involves ever-climbing demands on the version numbers of dependencies...

      For applications that are relatively self-contained, and make few, or very conservative, demands about their environment, it really isn't a big deal. Where things get ugly, for users of debian stable or other slow-moving distributions(some of the enterprise desktop stuff can get rather long in the tooth as well...), is the applications that expect their environment to be as bleeding-edge as they are.

      Having apt report that Foo N+1 is available every damn time it runs is a minor nuisance. Having to maintain an entire parallel universe of libraries and stuff grabbed from testing or unstable just to update your browser is a major nuisance.

    8. Re:Version numbers by Billly+Gates · · Score: 1

      It is because corporate users freak out when they here upgrade. IE is now on an anual upgrade to keep up. IE upgrades are big and less gradual but IE 10 should be able to keep up.

    9. Re:Version numbers by WrongSizeGlass · · Score: 4, Informative

      I have Chromium 12.0.742.91 on my computer. Have they really made hundreds of beta releases?

      Not betas, but builds.

      I wonder how many versions of Chrome will ever have a minor version number greater than '0'? I don't recall seeing one recently (at least since Chrome 4).

    10. Re:Version numbers by somersault · · Score: 1

      Hundreds of builds probably.

      --
      which is totally what she said
    11. Re:Version numbers by lcarnevale · · Score: 1

      Look at the bright side of it (?), in a few years you would be using Chrome 452, while people will be stuck in their only two digit version browsers like Firefox 10 (or less at this pace) and IE 18

    12. Re:Version numbers by sakdoctor · · Score: 1

      It was the tying to the OS that was the problem.
      Don't want to regularly update a browser? Don't HAVE a browser.

    13. Re:Version numbers by jitterman · · Score: 2

      And today (maybe yesterday) they released 13.0.782.11, which replaced 13.0.782.10, which (I kid you not) replaced 13.0.782.1 (no zero at the end, otherwise, same number). I draw the conclusion that they are happy to make an install available every time they push the "compile" button.

      You can see the build history (and get any of them that you want to) at Filehippo

      --
      For conscience is the wound, and there's naught to staunch it
    14. Re:Version numbers by bill_mcgonigle · · Score: 2

      For applications that are relatively self-contained, and make few, or very conservative, demands about their environment, it really isn't a big deal.

      This cuts both ways. Google has grabbed a bunch of open source libraries, sometimes respecting the license, hacked on them, and rolled them into Chrom*.

      So, with Chrome you've got a bunch of bloat and dead-end forks on your machine. Tom Callaway, Fedora contributor, has a Chromium repo that factors this all back out, using the upstream libraries directly. So, when there's a security fix in an upstream library, you get it before Google does a rev. or two.

      And of course the binaries are smaller. For shared libraries, the system memory usage will be lighter as well.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    15. Re:Version numbers by fuzzyfuzzyfungus · · Score: 3

      That is certainly true. There are excellent reasons why the linux-style light-binaries-that-specify-lots-of-dependencies + a good package manager to sort it all out model is desirable. And, even if you go with a gigantic static binary in the end for convenience of installation, having a source like the one you describe, where everything is neatly broken out, is highly desireable: It is comparatively simple, with the right tools, to turn a list of dependencies into a big static blob. The reverse, not so much.

      My point was narrowly addressed from the user side: Unless your environment is so slow moving that X is missing major features or such, installing a new iteration of a big static blob every week isn't a big deal, even if it is architecturally ugly. Something that nicely breaks out the dependencies, on the other hand, can involve very, very, "interesting" explorations into package-management hell and upgrading half your system with questionably compatible backports from Unstable.

      In an ideal world, you would really want something like Callaway's work to be the 'canonical' version, ready to be slotted into sufficiently new or fast moving distributions, with the option of programmatically emblobifying the whole mass into a simple-to-install lump for situations where you can't tamper with the system's shared libraries.

    16. Re:Version numbers by Anonymous Coward · · Score: 2, Informative

      And today (maybe yesterday) they released 13.0.782.11, which replaced 13.0.782.10, which (I kid you not) replaced 13.0.782.1 (no zero at the end, otherwise, same number). I draw the conclusion that they are happy to make an install available every time they push the "compile" button.

      A single number doesn't allow you to take branches into account. Version 13's stable branch is 782. After branching 13.0.782.0, a bug was fixed, and that build (13.0.782.1) was released. Nine more bugs were found and fixed, and 13.0.782.10 was released.

      Every build that might conceivably be released gets a unique number. This way you know exactly what code was in a user's build when they report bugs. Chromium is open source, and anyone can cut a release at any time.

      I have no idea why people get so upset over the way version numbers change. The only reason you should need to see a version number is when reporting a bug.

    17. Re:Version numbers by starofale · · Score: 2

      If you're on the dev channel what do you expect?

    18. Re:Version numbers by softWare3ngineer · · Score: 1

      Sheesh, these browser version numbers are climbing quickly.

      Reminds me of some of my code under source control. Since any committed code increments the version number i have versions in the thousands. not all releasable however.

      Maybe we should be labeling software based off the current version, since software like chrome is automatically upgraded anyway. for instance if you are one version from the current you browser will say chrome -1. the current would just be chrome without a version number. it would give a social incentive to upgrade, and show how far you are behind.

    19. Re:Version numbers by jitterman · · Score: 1

      Don't get me wrong - I'm not complaining. I do install every build just to see what they're doing with the code, and it doesn't bother me to do it regularly. My post was only to let Lunaritian know that if he wants to move up or down on his installed version, he can easily find any release he wishes.

      I think it's cool of them to let those of us who wish it grab their latest builds, and that they tend to patch bugs quickly (hence "*happy* to make an install available..." it's a good thing, not a gripe).

      --
      For conscience is the wound, and there's naught to staunch it
    20. Re:Version numbers by sur3857 · · Score: 1

      I updated and jumped to Chromium 14.0.788.0 Built on Ubuntu 10.04, running on Debian testing.
      How many people have they working on it?

    21. Re:Version numbers by fibonacci8 · · Score: 1

      Has anybody patented the business method of "Chome numbering"? It's clearly a way and a method to increase customer confidence in a congested market.

      It's better than MS numbering, everyone realeasing version '12 next year might cause more confusion than help.

      --
      Inheritance is the sincerest form of nepotism.
    22. Re:Version numbers by the+linux+geek · · Score: 1

      Burma Shave.

    23. Re:Version numbers by Ant+P. · · Score: 1

      So are you using Windows 5.1.2600, 6.0.6002 or 6.1.7601?

    24. Re:Version numbers by dmiller · · Score: 2

      Google has grabbed a bunch of open source libraries, sometimes respecting the license, hacked on them, and rolled them into Chrom*.

      If you have any cases where you think that Chrome is failing to comply with the terms of a free software license, then please file a bug at http://code.google.com/p/chromium/issues/list - we take license compliance very seriously. (I'm a Google engineer, though not working Chrome).

    25. Re:Version numbers by bill_mcgonigle · · Score: 1

      we take license compliance very seriously

      Good to know, thanks. My recollection may be dated as well - the ones I recall being significant were ffmpeg and sqllite, but seeing as how I haven't read about any friction recently, it's probably safe to assume these have been amicably resolved.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    26. Re:Version numbers by BZ · · Score: 1

      Several hundred, I'd think. Even the small players in the market (Opera and Mozilla) have teams in the 100-200 range (not counting volunteer contributors).

  2. Re:First post by dintech · · Score: 2

    Are you sure you remembered to upgrade?

  3. Chrome doesn't know what URLs you visit? by Anonymous Coward · · Score: 1

    malicious content can be detected without Chrome...ever having to know about the URLs you visit or the files you download

    Uhh.....how exactly does a web browser function without knowing what URLs you visit?

    1. Re:Chrome doesn't know what URLs you visit? by fuzzyfuzzyfungus · · Score: 2

      I'm assuming that the clarification lies in the bit you elided: Chrome doesn't have to report to Our Google Overlords the URLs you visit for it to work, and Chrome doesn't need to "know about" the URLs in question(ie. it doesn't have to do some AV-like "download-list-of-the-500,000-new-malicious-URLs-for-today" behavior).

      I don't know if the statement is mere fluffy hyperbole about some rather rudimentary heuristic mechanism(along the lines of the existing handy-but-not-rocket-science feature of offering to disable javascript popups for any site that has opened, and had closed by the user, a certain number of the things, which does help prevent one of the classic "trap the noob" techniques used by the malicious) or whether it is something extremely clever; but it isn't immediately incoherent or logically impossible.

    2. Re:Chrome doesn't know what URLs you visit? by xquark · · Score: 1

      I believe they use two sets of bloom filters one for known bad sites and one for known good sites - each is roughly ~1.5MB large and can be found in your google install dir, Search for files with the word "filter" in their name.

      --
      Arash Partow's Philosophy: Be a person who knows what they don't know, and not a person who doesn't know.
  4. Re:First post by gizmod · · Score: 1

    Using 10 here. Seems bigger isn't always better ;)

  5. Did they add noscript yet? by Jartan · · Score: 1, Interesting

    I don't understand how geeks could consider using the web without noscript. I shudder at the thought of letting Slashdot actually run all the shitty scripting stuff they want to run.

    1. Re:Did they add noscript yet? by Hazel+Bergeron · · Score: 3, Insightful

      But how will Google make money if you keep your information to yourself?

    2. Re:Did they add noscript yet? by Rogerborg · · Score: 2

      Beats me. That's a dealbreaker. Switching from IE to Chrome, OK, I can see that. But from Firefox? I just don't get it.

      Of course, I'm posting this from Lynx (for realsies) so I may not be representative even of Slashtards.

      --
      If you were blocking sigs, you wouldn't have to read this.
    3. Re:Did they add noscript yet? by jmottram08 · · Score: 1

      oh no. . . you have to manually install an addon. gasp.

    4. Re:Did they add noscript yet? by elrous0 · · Score: 1

      I shudder at the thought of letting Slashdot actually run all the shitty scripting stuff they want to run.

      Don't worry, /. scripting is like the weather. If you don't like it, just wait till tomorrow and they'll change it. Every day brings a brand new opportunity for them to screw it up in new and creative ways.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    5. Re:Did they add noscript yet? by chill · · Score: 4, Informative

      AdBlock Plus, NotScripts, and WebDeveloper are available for Chrome which are the only plugins I really would consider "must have".

      Chrome is, for me, significantly faster than Firefox 4 on 64-bit Ubuntu, Windows 7 and Windows XP. It starts up faster, uses less memory, renders pages faster -- all of it.

      Yesterday, after viewing dozens of documents in multiple tabs on the web, memory use in Firefox had climbed on my system to over 1 Gb. Closing down and opening the same set of tabs in Chrome, I proceeded to work in that for the rest of the day. Memory usage peaked at 380 Mb, and hovered around 250 Mb.

      I could feel Firefox starting to bog down as the day wore on. I did not get that feeling with Chrome.

      --
      Learning HOW to think is more important than learning WHAT to think.
    6. Re:Did they add noscript yet? by dicobalt · · Score: 1
      According to the creator of NoScript (Giorgio Maone) Chrome is incapable of running NoScript http://forums.informaction.com/viewtopic.php?f=10&t=1676&sid=23a681ccbaa7d58b3c03c444af2de8f6&start=60

      At this moment one of the major obstacles is the multi-processing design choosen by Chromium, which forbids every kind of synchronous communication between chrome and content and therefore prevents critical configuration data (e.g. NoScript's whitelist) from being safely and reliably shared across the application. Other APIs, especially in the networking area, are missing as well. By comparison Electrolysis (E10s), the new multi-processing design choosen by future Firefox (and current Firefox Mobile betas) poses challenges, but they're not impossible ("code just needs to be written") and in fact NoScript is being adapted.

      NotScripts user interface is laggy and often misses domains. NotScripts does not have anywhere near the thorough level of protection that NoScript has.

    7. Re:Did they add noscript yet? by smartaleckkill · · Score: 2

      yeah, in about version 5 actually--and as a built-in, no add-ons needed

    8. Re:Did they add noscript yet? by Wiarumas · · Score: 1

      Switching - I wouldn't recommend it. However, having both installed does make sense. I make sure to install Firefox AND Chrome on every PC/laptop in the home. Firefox is great for casual browsing, but when in a hurry, I find that Chrome is the better browser to use. Especially on older PCs, it starts up much faster. You might not be as safe without the must have add ons, but if all you need to do is check your email, weather, bank account, etc, its worth the minimal risk.

      --
      I will bend like a reed in the wind.
    9. Re:Did they add noscript yet? by jackbird · · Score: 1

      Do you have a suggestion for firefox-like live bookmark folders in Chrome? I've tried a couple of the RSS chrome extensions, but none of them feel right.

    10. Re:Did they add noscript yet? by chill · · Score: 1

      Sorry, I don't use them so don't know what would be good or not.

      Someone should start a website that lists Chrome extension equivalents to various FireFox add-ons.

      --
      Learning HOW to think is more important than learning WHAT to think.
    11. Re:Did they add noscript yet? by drinkypoo · · Score: 1

      Notscripts' user interface is complete shite compared to noscript and actually lacks functionality, it's not just hard to use. This is the one thing that stops me from leaving Firefox. Well, that and that back when I was using chrome they would often break things in the dailies, but you had to use dailies to even get decent cookie management.

      As long as noscript is better on Firefox, I will continue to use (and preach!) Firefox.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    12. Re:Did they add noscript yet? by jackbird · · Score: 1

      It's not an add-on, it's a core firefox feature. That having been said, I agree. Also, try them. You can make a bookmark folder full of slashdot headlines and go straight to articles that look interesting.

    13. Re:Did they add noscript yet? by Mateorabi · · Score: 1

      I find a basic Chrome install is nice for online banking in a separate browser without having to quit Firefox and reload just to have a clean, banking-only browsing session.

      Now if only they'd let you choose to install it somewhere other than 'Documents and Settings'.........grrrrr.

      --
      "You saved 1968." - Ms. Valerie Pringle to the crew of Apollo 8

    14. Re:Did they add noscript yet? by afex · · Score: 1

      do you have anything against google reader? i used to hate it but when i moved to chrome i decided to give it a fair chance, and haven't looked back.

      (i know that doesn't exactly answer your question, but...)

    15. Re:Did they add noscript yet? by jackbird · · Score: 1

      It's a seperate application. I have 20 or 30 live bookmark feeds I can scan in about 10 seconds in firefox without stopping what I'm doing.

    16. Re:Did they add noscript yet? by afex · · Score: 1

      no, reader is web-based - so basically instead of clicking a folder, you click on your reader tab for those 10 seconds....but yeah, i get what you're saying.

    17. Re:Did they add noscript yet? by lee1 · · Score: 1

      Maybe "geeks" know about more sophisticated tools such as Privoxy, which work with any browser.

    18. Re:Did they add noscript yet? by oever · · Score: 1

      Who needs noscript when you can use a personal proxy with web configuration interface. That way, I get noscript and requestpolicy in a more finegrained way for all my browsers and need to configure it only once.

      I wrote my own with Node.JS and will probably add storage to it at some point. The only downside is that does not work for https connections.

      --
      DNA is the ultimate spaghetti code.
    19. Re:Did they add noscript yet? by Hazel+Bergeron · · Score: 1

      That's one tentacle. You forget all the Javascript web "apps" which encourage you to needlessly store information half way across the world on someone else's machine. Like Stallman said, cloud computing is stupidity - turning your powerful computer into a dumb graphical display is the worst possible outcome.

    20. Re:Did they add noscript yet? by dicobalt · · Score: 1

      You haven't heart of Firefox profiles have you? It harkens back to the days of Netscape Communicator. http://support.mozilla.com/en-US/kb/Managing-profiles I use multiple profiles for Work/Home/Financial/Unsafe browsing

    21. Re:Did they add noscript yet? by dicobalt · · Score: 1

      Oh btw forgot to mention you can store your profile anywhere you want too. Just edit C:\Users\%USERNAME%\AppData\Roaming\Mozilla\Firefox\profiles.ini
      [Profile2]
      Name=Mail
      IsRelative=0
      Path=c:\somepath\someprofilefolder\

    22. Re:Did they add noscript yet? by Billly+Gates · · Score: 1

      "Yesterday, after viewing dozens of documents in multiple tabs on the web, memory use in Firefox had climbed on my system to over 1 Gb"ram usage than Chrome when you have +5 to +10 tabs open. I am just curious what caused that on your system? I have 8 gigs of ram on my desktop so it wont hit me as hard and I have never seen Firefox use more than 600 megs ever!

      I wonder if it is a bad addon? I only use Firebug and NoScript. I use more extensions under Chrome.

    23. Re:Did they add noscript yet? by cthulhu11 · · Score: 1

      I remember when Firefox was the lean alternative to Netscape Navigator. Come full-circle now, haven't we? Chrome will be there too in five years, then we'll have a new lean browser name Marion or something.

  6. Adding features to a minimalist web browser? by JoeTalbott · · Score: 2

    Isn't this what happened to Firefox?

  7. Re:26% gave their soul's to the devil... by SJHillman · · Score: 1

    That's 73.99%... I use Opera (and sometimes even IE9)

  8. Re:26% gave their soul's to the devil... by b.emile · · Score: 1

    Their soul's what?

    --
    this space intentionally left blank
  9. Re:Guys: I need to know diff. between Chromium by Lunaritian · · Score: 5, Informative

    Wikipedia lists the differences between Chrome and Chromium.

  10. Re:Guys: I need to know diff. between Chromium by Anonymous Coward · · Score: 2, Interesting

    This should be useful:
    http://code.google.com/p/chromium/wiki/ChromiumBrowserVsGoogleChrome

    Basically, tinhat types believe Google can track all of its Chrome users. In the beginning, there were a couple of things that were questionable - for example, giving each install a unique ID - but more than likely this was just for statistical records about Chrome uptake. People complained, Google responded... all user metrics can be turned on and off by the user.

    So, Chrome is now Chromium, with some more features rolled in by Google, and vetted by the Google team. It's good to keep Chromium around, to keep Google honest and keep source for an alternative out in the open (and I guess to satisfy FOSS zealots), but if you're not concerned with such things, Chrome is IMO the better choice.

  11. GPU acceleration? by Frederic54 · · Score: 1

    And since Chrome 10 or 11, they disabled GPU acceleration of flash video... so even if my ION laptop is highly capable of decoding 1080p, I can NOT watch youtube video in more than 360p. It has worked for years and they disabled it, shame...

    Before someone ask, I have the latest nvidia driver, flash, I disabled the chrome black-list, etc.

    --
    "Science will win because it works." - Stephen Hawking
    1. Re:GPU acceleration? by Shados · · Score: 1

      Hmm, really? Not doubting your word per say, but my wife and I spent last weekend watching 1080p flash videos full screen (connected to the TV) pretty much non-stop using Chrome 11.

      She has a first generation HP ION netbook. There's no way in hell the CPU could have handled it.

    2. Re:GPU acceleration? by WaroDaBeast · · Score: 1

      There's no HTML5 hardware acceleration either. At least not on my machine (Athlon X2 5600+, nVidia 8800GTS 640), which stutters in every HTML5 speed tests I've run under Chrome. Firefox, on the other hand, runs those tests just fine.

      How very underwhelming.

      --
      "The body may heal, but the mind is not always so resilient." -- Deus Ex: Human Revolution
    3. Re:GPU acceleration? by WaroDaBeast · · Score: 1
      Dammit, how senile of me — I keep forgetting the obvious. I conducted those tests under Windows Seven. I tried Mozilla's hardware acceleration test once under Ubuntu, but I can't remember what the result was.

      Let's run that webGL test now... (Screen resolution is 1680 x 1050, if that matters.) Firefox - 50: ~38 FPS - 100: ~37 FPS - 250: 28 - 34 FPS FPS - 500: ~26 FPS - 1000: ~18 FPS Chrome - 50: 47 - 60 FPS - 100: 43 - 60 FPS (almost always 60, sometimes dips to 43) - 250: ~57 FPS (weird, I know) - 500: 44 FPS - 1000: 35FPS

      All graphical options were on. I initially wanted to run the above tests with my CPU at 1 GHz, but since Chrome will automatically bump up my CPU clock, I had to set my CPU to maximum performance mode with Firefox for the results to be fair. Raising my GPU clocks yielded no gains at all.

      --
      "The body may heal, but the mind is not always so resilient." -- Deus Ex: Human Revolution
    4. Re:GPU acceleration? by Frederic54 · · Score: 1

      Do you have W7 or XP? I have XP.

      --
      "Science will win because it works." - Stephen Hawking
    5. Re:GPU acceleration? by WaroDaBeast · · Score: 1

      Replying to myself here.

      Firefox 5.0 gets higher FPS overall, though there is not that much of a difference with 1000 fish.

      --
      "The body may heal, but the mind is not always so resilient." -- Deus Ex: Human Revolution
  12. master password by JeffSh · · Score: 1

    does chrome have it's own local master password yet? until then i am never going to use it.

    1. Re:master password by creativeHavoc · · Score: 2
      --
      insight through the mind
    2. Re:master password by PARENA · · Score: 1

      Also, I noticed today that Chrome was asking to access kwallet which I thought was pretty good. So there is some integration already, as well, without the use of addons.

      --
      Here's the secret to immortality: ...oh dang, I forgot.
    3. Re:master password by JeffSh · · Score: 1

      I appreciate you taking the time to look, but not really. Near as I can tell, the only password storing/saving mechanisms available for Chrome are in the form of "online services" which I've no interest in being a part of.

      I just want my passwords saved, securely encrypted with seed, to my local hard disk. I don't want to create an account with a service, because I don't trust them to safeguard my passwords, nor have any interest in them knowing which sites i save passwords to or any other number of things online services have access to when you use them.

    4. Re:master password by JeffSh · · Score: 1

      Strike all that. I was wrong. I'll have to check out the chrome/keepass integration. I think that's new since last I checked, thank you!

  13. Re:Guys: I need to know diff. between Chromium by SanityInAnarchy · · Score: 3, Informative

    I have "heard tell" (no, I can't produce you a quote) that CHROMIUM doesn't store things "up in the GOOGLE CLOUD" like passwords - whereas by way of comparison, Google CHROME, does.

    Not quite. I know that Chrome has the option to set up "sync", which allows you to synchronize everything (passwords, bookmarks, etc) between Chrome installations. However, I have that disabled, and unless you can produce a quote or a link to the contrary, it seems much more likely that Chrome simply stores my passwords locally. It even integrates with local secure password stores -- in my case, since I run KDE4, Chrome stores my passwords in KWallet.

    --
    Don't thank God, thank a doctor!
  14. Wink Wink, Nudge Nudge by broginator · · Score: 1

    "...without Chrome or Google ever having to know about the URLs you visit or the files you download." He then grinned and winked knowingly.

    --
    s/[stupid comments]/[intelligent discourse]/gi
    1. Re:Wink Wink, Nudge Nudge by BitZtream · · Score: 1

      Without Google knowing in advance about the URL. This feature totally allows Google to distribute their detection techniques to users rather than on their own network. When their detection code spots something via Chrome, it can then tell Googles services which can add that to the blacklist if it turns out that it really is a malicious site (after Google's services have verified it, so random people can't send a fake 'bad website!' to Google and get any site they want blacklisted.

      I don't think they were implying that they'd never know about the URL, just that the browser is capable of catching some things even without it being on Google's blacklist.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  15. Is 24% enough for us to get a UI fix, Slashdot? by SanityInAnarchy · · Score: 3, Interesting

    It's getting a bit old that any click within a comment, including within the textarea while I'm trying to reply, gets interpreted as clicking on the "Parent" link, thus requiring me to open the entire thread all the way to the root.

    --
    Don't thank God, thank a doctor!
    1. Re:Is 24% enough for us to get a UI fix, Slashdot? by snowgirl · · Score: 1

      It's getting a bit old that any click within a comment, including within the textarea while I'm trying to reply, gets interpreted as clicking on the "Parent" link, thus requiring me to open the entire thread all the way to the root.

      Yes, yes, GOD YES. I'm so sick of it.. I tried running Safari to try another browser, and the performance is terrible on my Netbook... I know IE is terrible performance as well. I haven't tried Firefox, so I won't say for sure that Chrome is the only reasonable browser for my Netbook, but its looking darn close.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
    2. Re:Is 24% enough for us to get a UI fix, Slashdot? by splict · · Score: 1

      Since it happens on my Firefox installs, too, I'm going to guess that the percentage of affected users needs to be much higher than 24-26%.

      --
      Any sufficiently advanced technology is indistinguishable from a yo-yo.-Enoch Root
    3. Re:Is 24% enough for us to get a UI fix, Slashdot? by mistiry · · Score: 1

      Getting very old.

      IMO, the absolute worst part about using Slashdot.

    4. Re:Is 24% enough for us to get a UI fix, Slashdot? by Qzukk · · Score: 1

      Apparently 99% isn't enough for them to fix it, since IE and Firefox both appear to have the same problem.

      --
      If I have been able to see further than others, it is because I bought a pair of binoculars.
    5. Re:Is 24% enough for us to get a UI fix, Slashdot? by Yvan256 · · Score: 1

      Try Opera.

    6. Re:Is 24% enough for us to get a UI fix, Slashdot? by Anonymous Coward · · Score: 1

      I hope you're using the classic discussion system -- expecting anything to work at all in the new one constitutes a user error.

    7. Re:Is 24% enough for us to get a UI fix, Slashdot? by Billly+Gates · · Score: 1

      IE 9 has the fastest Javscript engine period! I know that is not a popular opinion here on slashdot but Microsoft is noticing Chrome and Firefox and is getting nervous and playing catchup. It is better with graphically intensive hi res sites as it has the best GPU assisted rendering of text with DirectWrite/Direct 2D. IE 9 is a huge improvement. ... this assumes you run Windows 7 on your netbook of course and it is a free download so give it a shot. If it has a somewhat accelerated graphics it will help scroll IE 9 easier. Chrome is having flake acceleration issues for some users so I do not know. Chrome is great on Linux on my 3 year old laptop. Firefox 3.6 is downright sluggish.

    8. Re:Is 24% enough for us to get a UI fix, Slashdot? by SanityInAnarchy · · Score: 1

      Sorry, no. Inflicting a new UI on people as the default and then having it broken very nearly continuously is very much a developer bug.

      I like the new system, and I prefer it to the old system, except for the part where it doesn't fucking work. Seriously, Slashdot, this should be more embarrassing to you than the part where you still can't handle Unicode.

      --
      Don't thank God, thank a doctor!
    9. Re:Is 24% enough for us to get a UI fix, Slashdot? by Waccoon · · Score: 1

      This is a web site that shows a spinning busy indicator at the bottom of the screen when you try to close the window (at least on Firefox).

      Just how Web 2.0 does a web site have to be that it now needs to "shut down?"

    10. Re:Is 24% enough for us to get a UI fix, Slashdot? by SanityInAnarchy · · Score: 1

      Definitely doesn't do that on Chrome, and I'm surprised it does on Firefox. When I close a tab, or a window, it makes sense to let the page know and give it a small window to react, but it should be killed before I really notice.

      --
      Don't thank God, thank a doctor!
    11. Re:Is 24% enough for us to get a UI fix, Slashdot? by snowgirl · · Score: 1

      IE 9 has the fastest Javscript engine period! I know that is not a popular opinion here on slashdot but Microsoft is noticing Chrome and Firefox and is getting nervous and playing catchup. It is better with graphically intensive hi res sites as it has the best GPU assisted rendering of text with DirectWrite/Direct 2D. IE 9 is a huge improvement. ... this assumes you run Windows 7 on your netbook of course and it is a free download so give it a shot. If it has a somewhat accelerated graphics it will help scroll IE 9 easier. Chrome is having flake acceleration issues for some users so I do not know. Chrome is great on Linux on my 3 year old laptop. Firefox 3.6 is downright sluggish.

      Perhaps you didn't note what I said... I've used IE9, and it runs extremely slow. I do have Windows 7, and IE9 is still horrifyingly sluggish.

      --
      WARNING! This girl exceeds the MAXIMUM SAFE standards established by the FDA for BRATTINESS
  16. Re:First post by WrongSizeGlass · · Score: 1

    Are you sure you remembered to upgrade?

    In Googleverse, Chrome updates you! It really does - it automatically updates the browser to the latest version. I just make copies of each major version for testing (much easier on the Mac than Win; not sure how Chrome updates Linux installs).

  17. Re:Firefox had a 6 version headstart with Netscape by Bloodwine77 · · Score: 1

    Even though Firefox is a completely different beast than Netscape, it is the successor to Netscape so I agree with you to some extent.

    What is really sad is my traffic analytics still report the occasional Netscape 4.x visitor. Poor, poor bastards.

  18. Is this the version with Print Preview? No. by Alzheimers · · Score: 3, Insightful

    http://www.google.com/support/forum/p/Chrome/thread?fid=29ea05faa34bade40004a21398e523be&hl=en

    Mid-2011 and a web browser this 'Mature' still doesn't have Print Preview. Oh well, at least you can use '3D-Accelerated CSS'.

    Which do you think I need more?

  19. Re:Is this the version with Print Preview? No. by jackbird · · Score: 2

    What's "printing"?

  20. Re:Is this the version with Print Preview? No. by swillden · · Score: 1

    What do you use print preview for? Obviously, previewing before printing, but for what? Does the preview sometimes make you decide you don't really want to print the page? Are you tweaking HTML to get better print formatting on a particular browser?

    I can see using preview on word processors, spreadsheets, etc., but printed web pages pretty much are what they are. I've never felt the need to preview, so I'm curious what your use case is.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  21. Re:Lunaritian: Thank you VERY much (great stuff) by drinkypoo · · Score: 1

    Until you log in and play the big moderation game with the rest of us, thus proving that your messages are meant for others and not only to appease your own ego, there is no particular reason to heed your requests.

    (My ego is massive, too. I am attempting to turn this bug into a feature by using it for good.)

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  22. gzip header download bug? by disi · · Score: 1

    No other browser had this problem and I refused to upgrade to 12 before this was fixed: http://www.google.com/support/forum/p/Chrome/thread?tid=5be14c3a63e9b37e&hl=en I'll give it a shot today :)

    1. Re:gzip header download bug? by makomk · · Score: 1

      It should be fairly easy to tell that this has happened, because (a) the amount of data after decompression will equal the length given in the header and (b) you can detect end-of-file fairly robustly just using the format of the gzipped data anyway.

  23. Re:Is this the version with Print Preview? No. by sehryan · · Score: 1

    I am designing a website right now, and I need it to look a certain way when it prints. I am using a print stylesheet to optimize the format for printing.

    In Firefox and IE, checking the format is as simple as print preview. I have yet to test it in Chrome, because I am going to have to actually print it to see what it looks like, and then every time I make an adjustment, which could be quite a bit of paper.

    The irony is that I usually test in Chrome first for screen. But because no print preview, I have been using FF as my primary. It doesn't even need to be core - make it an extension.

    --
    The world moves for love. It kneels before it in awe.
  24. solution: by circletimessquare · · Score: 1

    click on the "comment subject" input type=text line, then hit tab to get into the textarea field without triggering the errant javascript

    yes, i know, this sucks too, it's only a half-measure. it's just easier to manage until slashdot finally fixes their javascript

    slashdot: i code for the web. my desktop always has 5 browsers open: firefox, safari, ie, chrome, and opera. i test to make sure my code works in all five

    slashdot: please make sure you do the same before you release your code to the wild

    thanks

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  25. Re:Is this the version with Print Preview? No. by eggz128 · · Score: 1

    I have yet to test it in Chrome, because I am going to have to actually print it to see what it looks like, and then every time I make an adjustment, which could be quite a bit of paper.

    Install a PDF virtual printer. Still not quite as convenient, but much cheaper.

  26. Google Gears by CyDharttha · · Score: 1

    They removed Gears from this release. I have an app that has a full offline mode and relies on Gears; as a band-aid fix yesterday I had to downgrade a user to Chrome 11 that had automatically updated. I know, I need to get with the times and port my code to HTML 5. Even more so, as Gears only supports Firefox up to 3.6, and IE up to 8.

  27. Launch apps from Omnibox by Woogiemonger · · Score: 1

    Just a note.. I figured out launching apps from the omnibox, one of Chrome 12's new features, only means an app installed via the chrome app store. You can't just type "cmd.exe" or "Command Prompt" and expect it to launch. But if you install the Angry Birds app via the Chrome Web Store, you can type "Angry Birds" and your game will load.

  28. Re:Lunaritian: Thank you VERY much (great stuff) by ravrazor · · Score: 1

    Coding error fatal to project...cease all development NOW!

  29. Re:Lunaritian: Thank you VERY much (great stuff) by drinkypoo · · Score: 1

    Are you trying to be funny, or threaten me? Either way you fail. Your massive ambiguity is ironic in a programming-related joke.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  30. Re:Is this the version with Print Preview? No. by Fedy · · Score: 1

    Does the preview sometimes make you decide you don't really want to print the page?

    Of course that print preview would often make me reconsider printing a page. A lot of (badly designed) pages format really poorly for printing: Text ends up taking only very little space, squeezed from both sides by formatting that may look pretty on the screen but it absolutely useless on paper. Pictures may not scale properly and may be truncated. Etc. Without print preview, you cannot really tell how a page will print because the page may or may not support print-specific formatting.

    Are you tweaking HTML to get better print formatting on a particular browser?

    Absolutely. In the past, I found myself copying only relevant parts of the page into Word before printing (on Windows) or editing HTML for the page (on Linux) when I wanted to get a good printout.

    A workaround for absence of print preview is printing into PDF or PS before you go and spoil a lot of paper... but we really should not have to do such things in 2011.

    I do not print nearly as often as I once did. But when I do, having a print preview - and ideally live preview where you can remove content that you do not want to print - would be a big help.

  31. Re:Hurry drinkypoo, mod the parent post down by drinkypoo · · Score: 1

    Or people will see where you had to admit the ac apk is right on hosts files

    In other words, this is just more trolling from apk; who else would waste their time defending him? And this is why nobody will take you seriously unless you log in. Even if it isn't you, there's no way to tell the difference. I believe it that in this case, it is. Trollbag.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  32. Re:Guys: I need to know diff. between Chromium by Raenex · · Score: 1

    So Google had built-in tracking to Chrome and did not release the source code for it, hence Chrome was not an open source browser. The "FOSS zealots" and "tinhat types" had enough sway for Google to modify their behavior, at least somewhat. Considering that Google has a very long history of tracking user data, it would seem naive is the term for people who think Google wasn't tracking them.

    If open source is not important, then Google never needed to tout the browser as open source. And yet a large number of people realize the benefits of open source, and the downsides of proprietary, closed-source binaries. Chromium is the open source browser. Chrome is not.

  33. Private Browsing Win? by psydeshow · · Score: 2

    The "Incognito Window" option in Chrome 12 is private browsing done right. Nothing is shared with other windows / tabs. Not even session cookies.

    It's not a single-site browser option, but it's as close as we may get for a while. Bravo, Google, you nailed it... EXCEPT WAIT. If you open multiple incognito windows, they all share the same set of cookies. Which is kinda fail.

    Damn! They were so close! Oh well.

    1. Re:Private Browsing Win? by thisisntme · · Score: 1

      You can choose which extensions are allowed to run in incognto mode, in the extensions page there is a "Allow in incognito" checkbox for each one.

  34. Re:Interesting stuff: A slightly diff. "pov" here by Raenex · · Score: 1

    Disassembling & tracing a CLOSED SOURCE APP searching for security issues, or even FUZZING, is a LOT tougher than using sourcecode

    And yet the security bugs still appear in closed source products at a steady rate, and you are at the mercy of the vendor to fix them. Not having the source code means you can't fork the product. Not having the source code makes it hard to verify there aren't backdoors or other nefarious behavior.

    I thought BOTH were "Open SORES" (again, don't take the sores thing personally, it's just humor

    It's not humor, it's a childish insult used as an intellectually dishonest debate/propaganda tactic.

    For something to be open source, it means the binary has to be released with source code to recreate that binary. Chrome does not release all the source code for their binaries. Chromium does.

  35. Re:Do they let you run it as root now? by SocPres · · Score: 2

    Not from my Chromium 12, although the workaround of using the "--user-data-dir " did allow me to use it as root. But that may not be the case for v13 Dev, if this is to be believed:

    http://www.google.com/support/forum/p/Chrome/thread?tid=7b31817f547918b2&hl=en

    Google wants to protect me? Fine. Make it a default to not allow root, but don't disable it completely. Jerks.

  36. Re:Facts, vs. YOUR FICTIONS (Open SORES zealot) by Raenex · · Score: 1

    Well, since it seems you are, & you took offense to what I stated (when no offense was intended)?

    You're a dumb fuck. Hee hee, no offense intended. Just a little bit of humor.

    Here we go then, facts time (rather than mere zealous statements):

    Nothing I stated wasn't a fact.

    Seems that "steady stream" of vulnerabilities you stated are WORSE in a OPEN SORES software ecosystem, than in a closed source one... argue with the numbers above, NOT myself!

    You're fixated on the number of security bugs while ignoring all the other arguments. First of all, I never claimed that Linux had fewer security bugs. Your links show that Microsoft still has a steady stream of security bugs associated with it, which fits with exactly what I said.

    Second, your link also show unpatched security bugs for Microsoft Windows, and if that bug is important to a particular consumer, they are shit out of luck for getting a patch for it unless Microsoft decides they will write a patch for it.

    There are unpatched security bugs for Linux too, but if it is important enough a patch can supplied by anybody. Also, the most sever unpatched bug in the Linux kernel was rated "Less critical", while the most severe for Windows 7 was rated "Highly critical".

    Third, you ignored the argument that closed source makes it harder to inspect what the software is doing. China, in fact, used their sway to force Microsoft to show them the source for Windows. The average company or user does not have that sway.

    And last, being able to fork a project is a very powerful and useful ability. If the main organization in charge of the software is not meeting some needs, the project can be forked. Microsoft Windows has enjoyed a near-monopoly on the desktop for quite some time now, whereas there are many distributions of Linux to choose from.

  37. Re:3.5x++ # of unpatched bugs in OpenSores Kernel? by Raenex · · Score: 1

    Again, you are fixating on the number of bugs, and ignoring the larger point that there is still a steady stream of bugs. So if you are using closed source because it is harder to find bugs, it's rather pointless. Both Microsoft and Linux are good about patching their most severe security bugs. However, if Microsoft doesn't patch a bug (and they haven't patched some), then you are at their mercy.

    I never attacked YOU, yet you are me (resorting to "adhominem" illogic are we?)

    I was making a point about your childish and intellectually dishonest use of "open sores", while claiming no offense and appealing to humor. I could have used Microsoft Window$ as an alternative. Either way it's childish name calling, which have you continued to engage in during this entire conversation.

    Whereas I took your "steady stream of bugs" in closed source you stated & utterly DELUGED it with contrary data.

    You actually showed my statement to be a fact. There is a steady stream of bugs in Windows 7, and even more crucially products like Internet Explorer. You linked to the 1 month old version 9, but version 8 had advisories nearly every month. You have also backed up my fact that if a closed source vendor doesn't supply a patch, you are out of luck by showing that there are indeed unpatched bugs.

    And mind you, these are only security bugs that you have fixated on. Other bugs or missing features exist, and you have no recourse for somebody else to either supply a fix or fork the project.

    It IS is the REASON WHY WE ARE NOT ALL RUNNING SOME *NIX (UNIX specifically) variant today... too many "cooks in the kitchen" between BSD variants, AT&T Bell Labs variants, & SCO, SOLARIS, etc.

    Of that, I'm grateful. I'd much rather have an ecosystem of software to choose from than whatever Microsoft or Apple decide. I think it's awesome that I can run Debian, which provides the backbone for Ubuntu, and not be stuck with a would-be monolith like Red Hat.

  38. Flash gaming for Linux is Opera-only now by sick_soul · · Score: 1

    Lets see if they fixed flash gaming.
    Currently the only browser for Linux where flash gaming still works is Opera.
    firefox broke it in the name of "integration" with the new flash API (firefox 4 + flash 10.3),
    by putting every local state together in the same "cookie" setting, thereby
    _destroying every flash saved game during my upgrade from firefox 3.x to firefox 4_.
    The same insanity was in google chrome, so lets see if they did it right this time
    (ie separating web cookies from flash local shared objects, and providing different settings for both

    nope, it's still broken. Also, the "cookie exception" patterns do not help much since there is no way to remove all cookies at the end of the session for everything BUT a certain domain.

    So flash gaming for Linux is on Opera only now. Lets hope the Opera guys don't copy this horrid "feature" from chrome/firefox.

  39. Re:SteadyStream of bugs = MORE on Open SORES by Raenex · · Score: 1

    AND, more of them UNPATCHED on Linux in its KERNEL ALONE

    Again, you are fixating only on the number, and ignoring the steady stream of bugs, and the fact that you can't fix a patch if the vendor won't. You are arguing a strawman -- I never said open source had fewer bugs, only that closed source still has a steady stream of bugs. You have not refuted that; quite the opposite, you have demonstrated it.

    Internet Explorer 9 stats I put up from a reputable source for unpatched security bugs data... hint: ZERO bugs unpatched & ZERO BUGS

    Yeah, that's great, except I addressed that but you ignored it. To repeat myself: "You linked to the 1 month old version 9, but version 8 had advisories nearly every month."

    ou seem to forget that I use Linux myself, & probably LONGER THAN YOU HAVE... for starters. AND, I never called YOU a name

    Name calling is name calling. The objects of debate are closed source and open source, and you chose to use childish name calling in your arguments. Whether it was personal or not is besides the point.

    Hooking the OS, or building a "filtering driver" (only ways I KNOW OF to 'circumvent' CLOSED SOURCE in essence)??

    Get real. Companies don't do this because it is too expensive and time consuming. You also can't fork the project and distribute your changes to others, because it is closed source and copyright law forbids it.

    HISTORY SHOWN US ALL ALREADY WHY UNIX DIDN'T "WIN" & WHY WE ALL DON'T RUN SOME VARIANT OF IT

    No need to shout and act so emotional, bolding and capitalizing every other sentence. It's really a drag to read your posts.

    To your point, Unix did win, just not the monopoly version from AT&T. We ended up with a thriving ecosystem of variants, from the wide use on the server end, to free alternatives on the desktop, to usage in devices like routers, to an Apple derivative of BSD that forms the basis of OS X (even if Apple is closed source, it benefited from open source).

    I'm happy to have lots of great, free, open source software to choose from on Linux, even if it's not the "year of the Linux desktop". If there are people who don't find value in open source, then that's their choice and opinion, but their is value.

    So if you want to know why there are "zealots" that make a distinction between Chrome and Chromium, I have done my best to answer it. I'm not claiming that closed source is without value, or absolutely better or worse than open source.

    Good debate... I am enjoying this one, immensely!

    I'm not, and this is my last reply. I'm repeating myself way too much.

  40. Re:Is this the version with Print Preview? No. by Billly+Gates · · Score: 1

    Strange. With postscript, monitor profiles, and Microsoft equivalent of postscript (forgot name) I would assume this should be a none issue. A huge part of desktop composition deals with making sure what you see on the screen is identical to what you print out. Apple solved this 25 years ago. Are web browsers different than typical gui applications in this regard? Using a printing style sheet sounds very archaic and backwards. I would like to know since I want to develop a website where printing receipts will be a core function.

  41. Re:Is this the version with Print Preview? No. by BZ · · Score: 1

    If I go to print a page and just print it, it's pretty common to get 3 pages of print out, with my content on the first page and ads on the other two.

    Preview lets me see that and decide to print only the first page, or some other range of pages.

  42. Re:Chrome 12 by Zebedeu · · Score: 1

    Which OS?
    In Ubuntu, Chrome adds a PPA to your sources so your package manager can keep it updated automatically.

  43. Re:Is this the version with Print Preview? No. by rdnetto · · Score: 1

    I use Chrome everywhere, but Chrome has terrible printing in comparison to Firefox. Compare the output when printing (e.g. Wikipedia) - Chrome doesn't layout nearly as well and uses twice as much paper.
    And for the sibling post who asked what printing is, not everyone has a tablet. It's also the easiest way to convert to PDF.

    --
    Most human behaviour can be explained in terms of identity.
  44. Re:Is this the version with Print Preview? No. by vgerclover · · Score: 1
  45. Re:26% gave their soul's to the devil... by thePuck77 · · Score: 1

    How is Opera nowadays? I'm using it on my phone due to the speed, and I used to use it like ten years ago, but I haven't heard much about it for a while. What would you say made you choose it?

    --
    "We live as though the world were as it should be, to show it what it can be." - Joss Whedon via Angel
  46. Re:26% gave their soul's to the devil... by SJHillman · · Score: 1

    I switched to Opera shortly after Firefox stopped being called Firebird. I found Firefox getting too bloated and clumsy... it felt more like IE than IE did. Haven't looked back at Firefox since. Opera 11 onward has pretty much solved all of the problems with some websites being incompatible, it also supports extensions now and the mail client built in is one of the best free clients out there (especially since Thunderbird's bloat has begun to increase exponentially). There's a few sites out there that refuse to run on Opera... but you can change Site Preferences in about 2 clicks to identify as Firefox or IE. Handy for idiot-run sites like Netflix that claim Opera isn't supported when it actually runs better on Opera. Give it a try... I wouldn't recommend it for your average user who does zero customization/options changing, but for anyone with a little geek in them, it's great

  47. Re:26% gave their soul's to the devil... by thePuck77 · · Score: 1

    Thanks for your response, that's pretty helpful. Extensions are pretty much a must-have for me...I need something like Firebug for work.

    --
    "We live as though the world were as it should be, to show it what it can be." - Joss Whedon via Angel
  48. Save a tree. -- or -- where does ink grow. by bobs666 · · Score: 1

    perhaps you only need one or two pages out of a 10 or 50 page html document. Perhaps a preview would help you pick the pages you need.