Live data from Hacker News

Retiring Chrome Frame

blog.chromium.org

11–20 of 102 posts

Re: Retiring Chrome Frame

#15
post #11

Just terrible - most of my Enterprise users can't upgrade. Is there an open-source alternative to Chrome Frame?

Chrome Frame is open source. http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame...

Looks like it's time for a fork.

Re: Retiring Chrome Frame

#16

This is a huge deal for enterprise app developers. We've been able to develop on a modern web platform, but have our customers use our app with IE 6, 7 and 8 (via ChromeFrame). Now we're going to have to add support for at the very least IE8, since XP (still over 50% market share in business) isn't going anywhere anytime soon, despite Microsoft EOLing it. Most IT admins I've dealt with refuse to install any other bro…

It seems like the enterprise grade solution would be to checkout the svn or git repo some time in the next 6 months and then rebrand it to "your company name here" frame.

http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame...

:)

Re: Retiring Chrome Frame

#18
Anybody familiar with the architecture of Chrome Frame? In terms of how Chrome/Chromium is integrated, I'm wondering if it would be viable to maintain a fork of the Chrome Frame code or if there are "concessions" made for Chrome Frame in the Chrome/Chromium code that, if they go away, makes it impossible for Chrome Frame to function.

Re: Retiring Chrome Frame

#19

This is a huge deal for enterprise app developers. We've been able to develop on a modern web platform, but have our customers use our app with IE 6, 7 and 8 (via ChromeFrame). Now we're going to have to add support for at the very least IE8, since XP (still over 50% market share in business) isn't going anywhere anytime soon, despite Microsoft EOLing it. Most IT admins I've dealt with refuse to install any other bro…

It seems like the enterprise grade solution would be to checkout the svn or git repo some time in the next 6 months and then rebrand it to "your company name here" frame. http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame... :)

The viability of this strategy depends on whether the Chrome/Chromium bits will continue to integrated with the "Frame" bits. I'm not getting a good feel for the architecture from just a quick glance at their repo, but I'd definitely like to find out how viable, long-term, a fork might be.

Re: Retiring Chrome Frame

#20

Anybody familiar with the architecture of Chrome Frame? In terms of how Chrome/Chromium is integrated, I'm wondering if it would be viable to maintain a fork of the Chrome Frame code or if there are "concessions" made for Chrome Frame in the Chrome/Chromium code that, if they go away, makes it impossible for Chrome Frame to function.

It would be a fair bit of work but it wouldn't be impossible. There are really only a couple of places in the main Chrome code base that are CF-specific - the automation interface and the external tab container.
Post reply on HN