Slashdot Mirror


Chrome On the Way For Mac and Linux

TornCityVenz writes "I've seen many complaints in the feedback on Slashdot every time an article on Google's Chrome browser hits; the calls for true cross platform availability have struck me as a valid complaint. So now it seems Google is answering your calls, promising in this article on CNET a deadline for Mac and Linux support." I'd really like to not care about the name of the browser I'm using, but the mental cost of switching could be high for someone used to particular Firefox extensions, unless or until they can all be expected to work seamlessly with Chrome.

8 of 308 comments (clear)

  1. Firefox extension? by Anonymous Coward · · Score: 5, Insightful

    but the mental cost of switching could be high for someone used to particular Firefox extensions, unless or until they can all be expected to work seamlessly with Chrome.

    Unless I am grossly misinformed, I do not see how Firefox extensions could work at all on Chrome, let alone 'seamlessly'. A statement such as this essentially says "I will only use exactly what I have now"

  2. Re:Why is it taking so long? by itsdapead · · Score: 5, Insightful

    I just don't understand why it is taking Google so long to release a Mac and Linux version.

    Well, according to this they used Windows' own HTTP protocol implementation for the first version - they've now written their own.

    I suspect that Google are less concerned about taking marketshare from Safari (Mac) and Firefox (linux) than they are about getting established on Windows. Methinks their priority is to ensure that there is a Google-branded alternative to IE they can use as a web app platform just in case Microsoft does something to break Google Docs on IE (inadvertantly of course - no company with Microsoft's reputation would stoop to telling their developers that "IE9 ain't done until Gmail won't run"...)

    --
    In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  3. Re:Why is it taking so long? by blind+biker · · Score: 5, Insightful

    I think Google is a better strategist than you are giving them credit to. Google doesn't give a shit whether there is Chrome on Mac or Linux, because those platforms are covered by Firefox and other non-Explorer browsers, and Google is fine with that. Google even sponsors Firefox, by the tune of millions of dollars.

    Google has one goal in mind: increase the non-IE marketshare. IE only exists on Windows, hence Chrome only needs to be able to fight on that platform.

    Now, if you don't even understand why Google needs to increase the non-IE marketshare, I can't help you.

    --
    "The agriculture ministry is not in charge of Gundam" - Japanese ministry official.
  4. Re:If only... by buddyglass · · Score: 5, Insightful

    Who needs the Google Talk IM client when its an open API and you can use Pidgin or Adium?

  5. Re:Why is it taking so long? by Serious+Callers+Only · · Score: 5, Insightful

    Until their machine comes with Chrome bundled as the default browser - that's the end game Google are aiming for here.

    Then you'll see IE user-share decline rapidly.

  6. Re:FireFox extensions by RebelWebmaster · · Score: 5, Insightful

    Please don't use Filterset.G. There are far better options out there.
    http://adblockplus.org/en/faq_project#filterset.g

  7. Not Intel-only on the Mac, please by DiLLeMaN · · Score: 5, Insightful

    Yes, I know I'm hopelessly behind the times with my *ancient* G4 mini, but if there's a group that needs a faster browser, it's us "obsolete computer users". Obsolete meaning the computer, not the user.

    I know that x86 is the way forward, but I see more and more Intel-only apps that make me wonder what exactly prohibited the devs from making it a Universal Binary.

    Microsofts Live Mesh comes to mind (I wanted to install it to compare it to Dropbox); not even a decent message stating that it was Intel-only, it just said that my device wasn't supported or something. Dropbox on Linux/PPC is another culprit, btw.

    I'm hoping V8 gets ported to PPC as well, although I'm somewhat worried that it won't, since a JS interpreter sounds a bit more involved than a file syncing thingy.

    --
    /var/run/twitter.sock is a twitter socket puppet.
  8. Re:Why is it taking so long? by idlemachine · · Score: 5, Insightful

    They wrote a Windows wrapper around cross platform libraries.

    No, you've inverted it, they wrote a "cross platform layer" that currently only has a Windows libraries based implementation:

    Chrome uses abstraction libraries to draw the GUI on other non-Windows platforms, but for now, what sits underneath part of ChromeViews is good ol' WTL.

    (from Scott Hanselman's analysis of the Chrome code)

    This indicates that Google did have multiplatform support in mind from the beginning. If they hadn't used native Windows libs for the GUI, I'm pretty certain we'd be hearing just as much bitching about how cross platform libs never perform as solidly as native ones.

    Then they had the nerve to deny it, even when anybody who looked at the source code immediately after initial release could see the truth of the matter.

    Citation, please.