Chromium 37 Launches With Major Security Fixes, 64-bit Windows Support 113
An anonymous reader writes Google has released Chrome/Chromium version 37 for Windows, Mac, and Linux. Among the changes are better-looking fonts on Windows and a revamped password manager.
There are 50 security fixes, including several to patch a sandbox escaping vulnerability. The release also brings stable 64-bit Windows support which ...offers many benefits for speed, stability and security. Our measurements have shown that the native 64-bit version of Chrome has improved speed on many of our graphics and media benchmarks. For example, the VP9 codec that’s used in High Definition YouTube videos shows a 15% improvement in decoding performance. Stability measurements from people opted into our Canary, Dev and Beta 64-bit channels confirm that 64-bit rendering engines are almost twice as stable as 32-bit engines when handling typical web content. Finally, on 64-bit, our defense in depth security mitigations such as Partition Alloc are able to far more effectively defend against vulnerabilities that rely on controlling the memory layout of objects.
The full changelog.
Shooter (Score:3)
all that? (Score:3)
Re: (Score:1)
What the hell? I recently did a google search for chrome to install it. The very first entry on the list was a download that first installed a so called optimizer malware protector program. If one executes the program it will tell one that they have thousands of problems. Just send them some money and they will fix them for you. How am I suppose to know that the program did not install the problems and than ask money to fix them? It is the same as having people come to your door and tell you that your
Re: all that? (Score:2)
One cannot expect Google to save one from oneself.
Re: (Score:2)
Re: (Score:3)
How is google going to stop you from posting lies on Slashdot?
Haven't you heard the whispers about the Google kick squad, armed with Reason(tm) hypervelocity rail guns?
That's how.
Sweet (Score:1)
I hope the Firefox team once copies one sane feature from Chrome to their browser: the 64bit windows build.
Re: (Score:1)
Is there a stable build?
Re: (Score:3, Funny)
I'm sure the Brony community can provide an equine themed build to your liking.
Re: (Score:2)
Re: (Score:3, Informative)
Re: (Score:1)
I hope the Firefox team once copies one sane feature from Chrome to their browser: the 64bit windows build.
Don't hope, vote. [mozilla.org]
Why not a master password for the PW manager? (Score:3)
I wish for a feature that is in Firefox... and that is the ability to set a master password and encrypt all password manager contents. That way, stored passwords and certificates are independently protected.
Re: Why not a master password for the PW manager? (Score:4, Funny)
I think it would be nice if Chrome stored all your passwords and especially your certs (like SMIME and PGP keys) on one of Google's servers. That way you'd have them any time and anywhere you want. Google could provide encryption and provide a key escrow service to that encryption so that, if you lose your master password, Google can recover your passwords for you. With Google's safety features, nothing could possibly go wrong.
Re: (Score:2)
Re:Why not a master password for the PW manager? (Score:4, Informative)
Chrome already encrypts your data (on Windows at least) using your Windows login credentials using the Crypto API. If the user is not logged in, the passwords are impossible to read. If the user is logged in, all it takes is an API call run by that user to decrypt them, no reauthentication necessary (and this is why you lock your PC when you walk away). I think it is a very usable solution to the "but I save passwords to avoid remembering passwords, I don't want a master password" problem, but still keeping things secure.
I think cookies are encrypted now, too.
Re: (Score:3)
So, are you saying that the data is "encrypted" in such a way as to be readable by anything which is running as your user?
Because, basically that would mean that it's not really encrypted in any meaningful way, because you inherently trust every single process to access your passwords.
Quite frankly, that sounds pretty dumb, because it means you explicitly make this available to every single process. So, Adobe could read your passwords if you read a PDF?
That's pretty weak if I understand what you said. And
Re: (Score:3)
As a user who is already used to quickly pressing Win+L to lock their computer each time they leave their desk, leveraging the Windows APIs is exceptionally convenient, espec
Re: (Score:3)
Re: (Score:2)
Windows has the ability to stash login credentials securely, but on Linux, this functionality isn't present, so having the browser "pack its own parachute" with its own encryption would be nice.
Re: (Score:2)
Chromium under KDE on linux nags you to set up a kwallet for passwords - I assume Gnome has a similar facility. So I guess it takes the same approach as on Windows - i.e., use the password storage facility provided by the OS. Not a bad approach. Kwallet makes you provide a password to access it the first time (presumably each app that accesses your wallet will ask for this the first time you grant it access. That's not the same as giving your passwords to anything you run as the GP suggested (thought ma
Re: (Score:2)
, all it takes is an API call run by that user to decrypt them, no reauthentication necessary (and this is why you lock your PC when you walk away).
I'm far more concerned about malware than coworkers. Does locking my PC stop malware from harvesting the passwords? Does malware only run when you walk away and if you lock your PC that prevents it from running? If only, right? :)
The problem with saving passwords in a the user profile is that ANY non-privileged process running under my account can access them.
Re: (Score:2)
Re: (Score:2)
that malware could just as easily watch the password you type into a password manager
That is actually far from "just as easily".
1) Hooking into the keyboard is much easier to detect from an antivirus-suspicious activity point of view.
2) It also requires that the malware be running WHILE I load unlock my password manager and enter the master password.
I personally run password safe, with multiple safes, with different category passwords because I distrust the native browser password storage.
Sure the low valu
Re: (Score:3)
Re: (Score:3)
You just happen to be super vigilant with your security and if Chrome had implemented a Firefox style password protected password manager it most certainly would not have met your needs either.
It could potentially replace the lowest value vault.
the most worthwhile measure you take above Firefox and Chrome, is that you compartmentalise your passwords
Yes, and its a major failing of all systems out there that compartmentalization isn't better supported at the system level. Not only does the OS fail to guide u
Re: (Score:1)
Really? Then wouldn't changing your Windows password brick the data store?
Re: (Score:2)
Gradients (Score:2)
Can it render large CSS gradients without horrible banding yet?
Re: (Score:2, Insightful)
The answer is still no, apparently: https://code.google.com/p/chro... [google.com]
What a world we live in, where IE11 and Firefox have vastly better real-world CSS3 support and Chrome is just a pile of crap.
Re: (Score:1)
Re: (Score:1)
Try this https://code.google.com/p/chro... [google.com] in Chrome, Firefox, and IE. Notice now the large version of the same gradient looks like crap in only Chrome, but the rest all render it just fine.
Another oddity of this same bug in Chrome is this, which just defines all logic: http://jsfiddle.net/7C7ey/ [jsfiddle.net]
Compare that in Chrome to Firefox and IE. You can't even come up with a reason to explain how bad it looks in Chrome, it just boggles the mind what could possible be causing that.
Re: (Score:1)
You can see the bug in "Linear Gradient (with Specified Arbitrary Stops)" on that page, but it is subtle. Compare Chrome to any good browser and notice how the blue starts to form bands on the far edge, instead of blending properly.
Hello, it is 2014 (Score:5, Insightful)
Re: (Score:3)
Re: (Score:2)
If you've upgraded in the last ten years you very likely have a 64-bit CPU. Athlon 64 machines probably can be had for free. From a quick search it also seems that Windows license allows you to choose either 32 or 64 bit version. I realise 64-bit computing wouldn't benefit your parents, but it doesn't require you to hop on an upgrade treadmill.
Re: (Score:2)
Yes but your OS needs to be 64 bit and until Windows 7 became dominant, 32 bit was still the biggest seller by far. If I recall until last year 80% of Windows OS installs were 32bit. Until last year many laptops still came with 32 bit Windows 7 which as far as I'm concerned was dumb.
Re: (Score:2)
I still use my very old, updated Windows XP Pro SP3 at home. It does what for me. I don't game and do anything fancy like I used to do.
Re:Hello, it is 2014 (Score:4, Insightful)
Re: (Score:2)
Re: (Score:3)
Re: (Score:3)
If that is your sole metric, perhaps. But x64 mode provides other features such as additional registers, a larger address space for ASLR, etc. Much of the speed increase Google is touting is due simply to the ability of the compiler to use x64 mode code.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Moving to 64 bit means your entire ecosystem needs to move to 64 bit. Is every plug in, including every corporate internal plugin migrated to 32 bit? Even IE still has both builds, for this reason.
Re: (Score:2)
Why even bother with 32 bit builds?
Especially if one of the claims is that the 64-bit renderer is "twice as stable"?
Frankly, that's not a claim that I was expecting to hear. People looking at cashing in on Google security bug bounties should probably be looking at datatypes that are not being properly used and are overflowing and crashing on 32-bit.
Re: (Score:2)
Because some people still use 32-bit OSes on very old machines? :(
Google? (Score:1, Funny)
Video decoding regression (Score:4, Informative)
> For example, the VP9 codec that’s used in High Definition YouTube videos shows a 15% improvement in decoding performance.
Except that with this version, hardware-accelerated decoding broke scaling [google.com], so it now seems to scale as nearest-neighbor. Thankfully, on Windows it's possible to override hardware decoding with chrome://flags, which is a workaround for now.
Re: (Score:2)
Tragically Flash support still seems to be working. I was hoping that moving to 64 bit would break it.
Re: (Score:2)
I'm just hoping that there is a way to disable that obnoxious "Install Flash" bar that comes up every time you visit a site with Flash and you don't have Flash installed. It's like Google can't imagine that someone would not want to install Flash (ditto for builds of Chromium running on OSes that don't even have Flash).
This cued my rant. (Score:2)
God damn browsers and Web 2.0. They have undone the stability gains we have gotten over *decades* simply to have yet another AJAX-y Web 2.0 site with a 4 MB homepage.
What am I talking about? All this push to inject hardware acceleration into the browser comes at a cost: the damn browser is now moving out of the safe userland and more into game territory where they are communicating with the low-level APIs.
Fucking browsers are the only application I use that can hard lock my machine. I only got relief from C
The tabs are slightly sucky (Score:3)
Re: (Score:2)
I switched to chrome because of this. With lots of tabs open Firefox have no indication of the number of tabs. At that point I'm usually interested in going through sequentially anyway and not go through by specific content, I.e. open up interesting Slashdot articles.
Re: (Score:2)
Re: (Score:2)
64-bit support (Score:3)
Re: (Score:2)
It is 64 bit, check about:buildconfig.
Re: (Score:2)
$ file Google\ Chrome
Google Chrome: Mach-O executable i386
Re: (Score:2)
Oh, my mistake. Wrong browser. :-)
Pointer focus still broken (Score:2)
If you're using Linux with pointer focus, Chrome is severely broken starting with version 35.
https://code.google.com/p/chro... [google.com]
Chromium 37? (Score:5, Funny)
I thought this was a story about an isotope...
Re: (Score:1)
You're at least 5 releases early, probably 13: https://en.wikipedia.org/wiki/Isotopes_of_chromium
Re: (Score:1)
:) sorry, no mod points today.....
Does it self-update to 64-bit? (Score:2)
I've been running 32-bit Chrome on Windows 7 64-bit. Does the Chrome self-update upgrade it to Chrome 64-bit or is it a seperate download somewhere?
Re:Does it self-update to 64-bit? (Score:4, Informative)
Re: (Score:2)
Re: (Score:2)
Now I'm running Chrome version 37.0.2062.94 m. Is this the 64 bit version?
The 64-bit version says "64-bit" in parenthesis after the version number.
If you just updated your 32-bit version, it's likely that you will stay in the 32-bit channel.
Re: (Score:2)
Re: (Score:2)
Stability improvements? (Score:2)
I understand why 64 bit can improve performance on x86 platforms because the 64-bit transition also rolled in other improvements like more registers.
I understand why 64 bit can improve the performance of security mitigations by making guessed addresses more likely to result in a controlled crash rather than arbitrary memory scribbling.
I cannot think of any reason why switching to 64 bit builds should halve the crash rate, unless this is just a side effect of 64 bit hardware being newer and less crappy overa
Re: (Score:1)
I cannot think of any reason why switching to 64 bit builds should halve the crash rate, unless this is just a side effect of 64 bit hardware being newer and less crappy overall. Can anyone else explain this to me?
I may be a bit cynical about this, but many things that were crashing in 32-bit builds and stable in 64-bit builds gained stability from the expanded per-process memory range. The same buggy code with incompetent memory management would reach a crashing point when it ran out of new memory to violate, but as a 64-bit program it took enough longer to hit the higher barrier that it would appear completely stable.
Re: (Score:2)
Though I'm sure there are other reasons (maybe better 64 bit tools?) you self answer a bit. Your Point #2 means Chrome crashes early and obviously, making any pointer bugs quicker to be squashed. This means the bugs get fixed fast, fewer make it to Release builds, and you should crash less.
Another reason may be heap size. Even if you don't fill free memory, you can fragment it. Picture what you can put in one 5 gallon bucket, vs what you can put in 5 x 1 gallon buckets. Much less flexible. So if 32 but chr
Re: (Score:2)
Just being honest here... (Score:5, Insightful)
but I cannot fathom how people, and techies specifically, trust a browser that has ties to the company that does nothing but track people for the sake of profit. I just cannot wrap my head around why people willingly are not fighting the trading of privacy for something "free". We all know the tradeoff isn't fair. Free this and free that and we are giving our lives away for what really?
I similarly distrust supermarket loyaly cards, which purport to save you money, but track and sell your preferences to third-party vendors who are also in the game for nothing but profit. One of the things that scares me is the buyers included in these companies are insurance companies, both medical and other, who then proceed to find ways to make your policies more expensive in future based on your current lifestyle. This is starting to happen.
My life is private and what I do should not cause an increase in costs for me. The goal, after all, is socialised medicine anyway, so screw for-profit medical companies.
Re: (Score:2)
1) If you're in business, likely you don't care about the privacy of searches anonymised under legal agreements because, well, there's just nothing quite that interesting and if your employees complain, you have to wonder what they are Googling in their spare time that they don't want you to know about.
2) Alternatives. I was an Opera user since before 3.something. It peaked a year or two ago, the developers were moved on, and it's now just junk and uses Chromium backend. IE isn't a sensible alternative e
Netflix support? (Score:2)
I remember some Chromium build that had Netflix support, a.k.a streaming DRM support. Did this make the cut?
Re: (Score:2)
Chrome 38 is the big one (Score:3)
Encrypted Media Extensions [wikipedia.org] lands in 38. This is what Netflix's using in their new HTML5 player. So hopefully, finally, Netflix on Linux.
Now if they can just get Java working on Linux again we'd be all set.
Re: (Score:1)
Actually Chrome 37 works already. On Ubuntu Trusty I had to update the libnss3 library to Utopic's version (from 3.15.4 to 3.16.3) and then spoof my user agent to pretend I'm running Windows, but once done it works, and works well (far better than running through Windows in a VirtualBox VM, which had a smooth picture but crackly sound).
I've used that in the Chrome 37 beta for a couple of weeks and that was the version promoted to stable. There's more info on OMG! Ubuntu! [omgubuntu.co.uk].
I haven't seen whether this means yo
Re: (Score:1)
If you want Netflix on Linux, you can do that with pipelight and an extension that changes your user agent string to Firefox for Windows.
Re: (Score:2)
Does chrome still require a root privs sandbox? (Score:2)
Yes? Then it can carry on fucking right off, its going nowhere near my machines. I'll take the OS security over the supposed security of a browser subsystem thanks.
Re: (Score:2)
The OS doesn't need protection if the browser is running with normal user privs. If the OS is windows it might need extra help, I wouldn't know, but linux does not and I have no interest in googles feeble reasons for requiring root privs. A user app that requires root privs is not going on my systems. Period.
Extension APIs? (Score:2)
Every news report on Chrome 37 sounds the same, including the phrase "supports various new applications and extension APIs". Everyone's just copying from the press release. What are the new extension APIs? JavaScript APIs?
Dev and beta builds (Score:2)
Just curious, but how many regular Slashdaughters aren't already using the beta or dev builds? I would imagine this crowd would be on the bleeding edge, especially since they got native Linux Netflix support working in one of the recent builds.
Better looking fonts on windows? (Score:2)
Perhaps I just need to get used to them, but the "better looking fonts" on windows don't actually look better to me, they look worse. I'm not really sure what it is, but there definitely seems to be something slightly off about them.
Re: (Score:2)
Try a Japanese website - new invisible kana support.
Better looking fonts, my arse.