Questions tagged [google-chrome-frame]

Google Chrome Frame is a plug-in designed for Internet Explorer based on the open-source Chromium project; it brings Google Chrome's open web technologies to Internet Explorer.

Google Chrome Frame:

Google Chrome Frame is an open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer.

Chrome Frame support has been discontinued and it has been retired since 25-4-2014.


With Chrome Frame you can:

  • Start using open web technologies -such as the HTML5 canvas tag- right away, even technologies that aren't supported in Internet Explorer 6, 7, 8, or 9.

  • Take advantage of JavaScript performance improvements to make your apps faster and more responsive.


Official links:

104 questions
0
votes
1 answer

Google Chrome Frame and corporate policies

My question is,since Google Chrome Frame launches and installs itself in a browser ,can it go through the strict Corporate policies some company have which prohibits them install and download any software?
r2b2
  • 1,255
  • 5
  • 13
  • 34
0
votes
1 answer

Running vaadin 7 application in IE 6 browser

We are running a web-application that is based on Vaadin 7. This application runs fine in IE 7 and higher but it doesn't work in IE 6. We tried various approaches and followed few approaches mentioned in Vaadin document but couldn't make it…
0
votes
0 answers

Color of the text not working in IE8 with chrome plugin (Chrome frame)

The color property for the text is not working in IE8.All the other colors are working except White i.e., #fff Here is the css code used. a{ text-decoration:none; color:#fff; }
0
votes
1 answer

Run Native Client Within Chrome Frame in Internet Explorer

Is there any way to run an existing pnacl app within chrome frame. I tried to find a way to run it on IE but so far no luck. Is there any way to run pnacl app within Internet Explorer ?.
0
votes
1 answer

How to do a Cross-Domain AJAX request in IE8 with Chrome Frame

I've got an application that needs to support IE8 (with Google Chrome Frame), that will make cross-domain requests. I understand regular IE8 makes use of XDomainRequest for these calls, but when using Chrome Frame and looking through the console, I…
0
votes
1 answer

Detect if Chrome Frame BHO is enabled

I have the following code to detect to see if CF BHO is enabled, but unfortunately it didn't work out, it alway returns "automation server failed to create obj" var activexGoogleFrameBho = new ActiveXObject('ChromeFrame.Bho'); if…
Lys
  • 591
  • 2
  • 9
  • 19
0
votes
1 answer

Does Google Chrome Frame break IE8 console output?

This is a question about debugging a project, not about writing the code. I am on the final stages of developing an HTML5 web app. Fairly last minute, our client tells us it should run on IE8. Since I use the HTML5-canvas in the app, this required…
Phil
  • 35,852
  • 23
  • 123
  • 164
0
votes
1 answer

Chrome Frame error in IE (mutation observers)

Im using Google Chrome Frame in IE and the mutation-summary library. I have checked the google site and I do not see anything mentioning a lack of support for mutation observers. the error is on line 143 of the tree_mirror.js file. this.knownNodes…
DvideBy0
  • 678
  • 2
  • 12
  • 27
0
votes
1 answer

Using chrome frame instead of SockJS

I'm creating web application using Go programming language. In my project I need to support IE>=8, Firefox >=13 Opera >=12 ... A part of the project rely on realtime push notification. Go doesn't have good support for Socket.IO or SockJS to…
Robert Zaremba
  • 8,081
  • 7
  • 47
  • 78
0
votes
1 answer

Chrome-frame 25.0.1364.97 rendering

We have intranet web- system, and most of our employees use IE with chrome frame installed on it. So, all worked fine while chrome-frame had updated to version 25.0.1364.97. Now, with this new version, there is rendering problem - seems that page…
0
votes
4 answers

Will you use Google's Chrome Frame?

Are you planning in requiring Google's Chrome Frame in production for your own websites? Have you tested it? Would your opinion on wether to use it or not change if Google were to require it for Youtube? (It will be required for Google Wave)
Esteban Küber
  • 36,388
  • 15
  • 79
  • 97
0
votes
3 answers

Is Google Chrome Frame Installed and Enabled?

How can I detect whether Google Chrome Frame (GCF) is installed and enabled? Any javascript or css type solution is welcome. (Strict no-bloat policy against using other frameworks and downloads.) I am building a website that uses HTML 5 features,…
Roger F. Gay
  • 1,830
  • 2
  • 20
  • 25
0
votes
1 answer

Internet Explorer 9 - webpage title (document.title) not showing on print

I'm trying to get the webpage title to show up on a printed version of my website. I am targeting IE9 (with Chrome Frame installed). I have successfully changed the title with the following JavaScript document.title = "my title"; I have confirmed…
rsteier
  • 154
  • 2
  • 12
0
votes
0 answers

Installing Chrome Frame on IE8

Trying to install Chrome Frame on WindowsXP SP3, IE8, using the following: $('#chrome1').on('click',function(e) { e.preventDefault(); …
jigglyT101
  • 984
  • 1
  • 15
  • 33
0
votes
1 answer

Intranet sites ignoring X-UA-Compatible HTTP header

If I explicitly tell IE (still using IE8 in-house) to use GCF with the gcf prefix Chrome is activated. Downside is any links internal to the target site loose the gcf prefix thereafter. Expected. Added X-UA-Compatible in the HTTP in Apache of…