Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Chrome Google

Chrome 39 Launches With 64-bit Version For Mac OS X and New Developer Features 67

An anonymous reader writes "Google today released Chrome 39 for Windows, Mac, and Linux. The biggest addition in this release is 64-bit support for OS X, which first arrived in Chrome 38 beta. Unlike on Windows, where 32-bit and 64-bit versions will both continue to be available (users currently have to opt-in to use the 64-bit release), Chrome for Mac is now only available in 64-bit. There are also a number of security fixes and developer features. Here's the full changelog.
This discussion has been archived. No new comments can be posted.

Chrome 39 Launches With 64-bit Version For Mac OS X and New Developer Features

Comments Filter:
  • points to the stable channel release notes, last update October 7 and says nothing about 64 bit.

  • Are the people running unsupported versions of OS X. I guess it's back to firefox on my MBP 1,1 (running OS X 10.6).

  • by Anonymous Coward

    http://googlechromereleases.blogspot.com/2014/11/stable-channel-update_18.html

  • Must be a slow news day. Didn't anyone ask BH what he thinks of the number "39"?

  • While us Linux folks got shafted with the loss of NPAPI support earlier this year, it appears that the Windows and Mac folks still have it.

    I keep waiting for the other shoe to drop for them Maybe then we'll see PPAPI versions of common browser plugins.
    • You can install the PPAPI version of Flash on Chromium pretty easily, and it's obviously included in Chrome by default. So the only NPAPI plugin that's truly missing is Java, and good fucking riddance, I say.

  • I've always been a little bugged by how much trouble it is to write JavaScript in Chrome, particularily in an extension ( like my sig says, I write Firefox extensions, and I've been playing with Chrome lately). I woulda thought Chrome would be up on all the new JavaScript hotness...
    • It looks like the Chrome team is working on [google.com] the "let keyword", whereas according to Mozilla's own MDN [mozilla.org], they plan to remove the "let" keyword? [mozilla.org] or they let anyone edit MDN resources.
      • by Anonymous Coward

        Firefox has already had "let" for ages, they just haven't started exposing it to web content outside of their alpha/beta/nightly versions. That Bugzilla ticket is talking about them removing unofficial extensions to the "let" keyword that might cause confusion. By contrast see http://kangax.github.io/compat-table/es6/ to know just how far behind Chrome is on ES6 (they have half-implemented stuff they haven't turned on yet, but the same is true for everyone else except Safari/WebKit, which is frankly an utte

      • by BZ ( 40346 )

        The "let" keyword is not the same thing as "let blocks" and "let expressions".

        The keyword looks like this:

            let x = 5;

        and is in ES6. A let block or let expression (neither of which is in ES6) looks like this:

            let (x = 5) alert(x);

        so that "x" is only in scope for the duration of the let block. It's syntactic sugar for:

        {
            let x = 5;
            alert(x);
        }

  • by KonoWatakushi ( 910213 ) on Tuesday November 18, 2014 @09:15PM (#48414311)

    If only Apple had postponed the Intel transition for about 6 months, their machines and software could have been 64-bit across the line, and this mess would have been avoided completely. Instead, we are eight years into yet another transition, with plenty of legacy 32-bit software out there, any of which require an entire duplicate set of shared libraries to be loaded.

    • Maybe. Plenty of older Macs with 64-bit CPUs and 32-bit firmware, though, which at least prevents newer OS X from booting a 64-bit kernel, and it's been more recently that computers have had enough RAM to make 64-bit truly worthwhile.

      • by aliquis ( 678370 )

        More recently.. 6-7 years ago.

        Whatever.

        • Some Mac lines didn't get upgraded with 64-bit EFI until early 2009. Arguably you need a minimum of 4GB of RAM to really use 64-bit due to the ~30% tariff long pointers impose, and maybe you want 6GB for really good performance depending on what you run; further, the early '09 Mini topped out at 4GB officially.

          Anyway, point is that even if Apple had waited for the Core 2 Duo to switch to Intel the early Intel Macs would probably still not run 64-bit-only programs today.

  • Does this mean that Java will work in Chrome on a Mac now?
  • As long as the 64-bit version fully supports Flash on all platforms, I'm all for it. Like it or not, you need to support Flash, 64-bit or not.

    I guess Red Hat and CentOS 6.x users are left in the lurch on this one.

    • by aliquis ( 678370 )

      Do I?

      For ads?

      I don't know about the game sites I'm watching (what about Steam and PC gamer?) but by now I assume most of the YouTube content plays through HTML 5 if one want to?

      Firefox even have H.264 support now.

      • but by now I assume most of the YouTube content plays through HTML 5 if one want to?

        True. All clips can be watched in HTML5 now in YouTube, including live broadcasts.

        I think there's still many local TV broadcast services which require Flash. For example in Finland I still need Flash to use YLE Areena [areena.yle.fi], the public TV/radio broadcaster's online clip hive.

    • by Elbart ( 1233584 )

      Like it or not, you need to support Flash, 64-bit or not.

      Sad to see a 4-digit-ID post this kind of drivel. How the mighty have fallen.

    • As long as the 64-bit version fully supports Flash on all platforms, I'm all for it. Like it or not, you need to support Flash, 64-bit or not.

      Umm...Chrome comes always with the integrated PPAPI Flash plugin. Actually it's the only way to use a modern Flash plugin under Linux. As far as I know, the crusty NPAPI Flash plugin on Linux (package flashplugin-installer in Ubuntu, for example) still gets security updates, but is otherwise stuck on some ancient version number.

  • Hope Google can open the unlock the searching function in China. Chinese really want to view the world by google.....
  • Time and time again, they just refuse to properly implement CSS3 gradients.
    Version after version, no progress on https://code.google.com/p/chro... [google.com] at all
    See http://slashdot.org/comments.p... [slashdot.org] from version 38.

    It's pretty clear at this point, use Firefox or IE10+ if you want good HTML5/CSS3 support. Chrome only cares about what benefits Google and their ability to advertise to you.

"It's the best thing since professional golfers on 'ludes." -- Rick Obidiah

Working...