# Google Chrome Frame

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Google_Chrome_Frame
> Markdown URL: https://mediated.wiki/source/Google_Chrome_Frame.md
> Source: https://en.wikipedia.org/wiki/Google_Chrome_Frame
> Source revision: 1337889710
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

**Google Chrome Frame** was a [plug-in](/source/Plug-in_(computing)) designed for [Internet Explorer](/source/Internet_Explorer) based on the open-source [Chromium](/source/Chromium_(web_browser)) project, first announced on September 22, 2009.[1] It went stable in September 2010, on the first birthday of the project.[2] It was discontinued on February 25, 2014 and is no longer supported.[3]

The plug-in worked with [Internet Explorer 6](/source/Internet_Explorer_6), [7](/source/Internet_Explorer_7), [8](/source/Internet_Explorer_8) and [9](/source/Internet_Explorer_9).[3] It allowed suitably coded web pages to be displayed in Internet Explorer by [Google Chrome](/source/Google_Chrome)'s versions of the [WebKit](/source/WebKit) [layout engine](/source/Browser_engine) and [V8 JavaScript engine](/source/V8_JavaScript_engine). In a test by [Computerworld](/source/Computerworld), [JavaScript](/source/JavaScript) code ran 10 times faster with the plug-in on Internet Explorer 8.[4]

Development of Google Chrome Frame was required in order for [Google Wave](/source/Google_Wave) (now [Apache Wave](/source/Apache_Wave)), which requires [HTML5](/source/HTML5), to function in Internet Explorer.

The first stable version supporting Non-Admin Chrome Frame was rolled out on August 30, 2011. The newer Chrome Frame installer ran at Admin level by default and fell back to Non-Admin mode if the user didn't have the necessary permissions on their machine.[5]

## Deployment

Web developers can allow their websites to use the plug-in by using the following code on their web pages:

<meta http-equiv="X-UA-Compatible" content="chrome=1" />

This will cause the page to render in Chrome Frame for users who have it installed, without changing it for users who have not.

In February 2010, Google Chrome Frame was updated to also support deployment by HTTP headers, with a number of advantages, such as simplified sitewide support and support of the application/xhtml+xml MIME type even on Internet Explorer which normally does not support this MIME type for XHTML documents.[6] For a blanket rollout on an entire web site, an Apache server with mod_headers and mod_setenvif enabled can specify a header directive like this:

<IfModule mod_setenvif.c>
    <IfModule mod_headers.c>
        BrowserMatch chromeframe gcf
        Header append X-UA-Compatible "chrome=1" env=gcf
    </IfModule>
</IfModule>

[Internet Explorer add-ons](/source/Internet_Explorer_add-ons) do not function on pages rendered using WebKit. There has been criticism concerning Chrome Frame from [Mozilla](/source/Mozilla)[7][8] and [Microsoft](/source/Microsoft)[9] as Chrome Frame "can disable IE features and muddle users' understanding of Web security matters". With Google Chrome Frame installed, users can add the gcf: prefix to URLs to render them with WebKit and V8 instead of Internet Explorer's built-in [Trident](/source/Trident_(layout_engine)) engine after enabling this feature via a registry setting. An update also brought the possibility to navigate pages in IE utilising WebKit/V8 without the gcf: prefix:[10]

Registry key Value Function HKCU\Software\Google\ChromeFrame AllowUnsafeURLs=1 (DWORD) By adding the gcf: prefix to the URL in address bar, the page will load rendered with WebKit/V8 IsDefaultRenderer=1 (DWORD) Makes WebKit/V8 the default rendering technique

Google Chrome Frame communicated with Google's servers: it reported installation to Google, downloaded updates to Chrome Frame and [Google's Safe Browsing](/source/Google_Safe_Browsing) list, and at the user's discretion could send Google usage statistics and [crash reports](/source/Crash_reporter).[11]

## References

1. ["Introducing Google Chrome Frame"](https://blog.chromium.org/2009/09/introducing-google-chrome-frame.html). *Chromium Blog*. Retrieved 2020-08-14.

1. ["Google Chrome Frame: Stable and Speedy"](https://blog.chromium.org/2010/09/google-chrome-frame-stable-and-speedy.html). *Chromium Blog*. Retrieved 2020-08-14.

1. ["Chrome Frame - The Chromium Projects"](https://www.chromium.org/developers/how-tos/chrome-frame-getting-started). *www.chromium.org*. Retrieved 2020-08-14.

1. Amy Willis (2009-09-25). ["IE8 browser runs faster with Google Chrome plug-in"](https://www.telegraph.co.uk/technology/6232744/IE8-browser-runs-faster-with-Google-Chrome-plug-in.html). [The Daily Telegraph](/source/The_Daily_Telegraph)

1. ["Non-Admin Chrome Frame Reaches Stable Channel"](https://blog.chromium.org/2011/08/non-admin-chrome-frame-reaches-stable.html). *Chromium Blog*. Retrieved 2020-08-14.

1. ["Google Chrome Frame Developer Updates"](https://blog.chromium.org/2010/02/google-chrome-frame-developer-updates.html). *Chromium Blog*. Retrieved 2020-08-14.

1. Shankland, Stephen. ["Mozilla VP: Chrome Frame is the wrong answer"](https://www.cnet.com/news/mozilla-vp-chrome-frame-is-the-wrong-answer/). *CNET*. Retrieved 2020-08-14.

1. Keizer, Gregg (2009-09-29). ["Mozilla slams Google's Chrome Frame as 'browser soup'"](https://web.archive.org/web/20191110004752/https://www.computerworld.com/article/2528248/mozilla-slams-google-s-chrome-frame-as--browser-soup-.html). *Computerworld*. Archived from [the original](https://www.computerworld.com/article/2528248/mozilla-slams-google-s-chrome-frame-as--browser-soup-.html) on 2019-11-10. Retrieved 2020-08-14.

1. Fried, Ina. ["Microsoft bashes Google's Chrome-in-IE plan"](https://www.cnet.com/news/microsoft-bashes-googles-chrome-in-ie-plan/). *CNET*. Retrieved 2020-08-14.

1. ["Chrome Frame: Developer Guide - The Chromium Projects"](https://web.archive.org/web/20101204122909/https://www.chromium.org/developers/how-tos/chrome-frame-getting-started). Archived from [the original](https://www.chromium.org/developers/how-tos/chrome-frame-getting-started) on 2010-12-04. Retrieved 2020-08-14.

1. ["Google Chrome Frame Privacy Notice"](https://web.archive.org/web/20110825104448/http://www.google.com/chromeframe/intl/en/privacy.html). Archived from [the original](https://www.google.com/chromeframe/intl/en/privacy.html) on 2011-08-25. Retrieved 2016-11-11.

---
Adapted from the Wikipedia article [Google Chrome Frame](https://en.wikipedia.org/wiki/Google_Chrome_Frame) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Google_Chrome_Frame?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
