google-chrome

Problem accessing ExternalInterface exposed method in Google Chrome

My simple ActionScript I am trying to use Flash's ExternalInterface to setup a callback so that JavaScript can call a method on my Flash object. Everything works fine in Safari, Firefox and in IE, but I cannot get Chrome working. When I try the code on Chrome, I get the following error: Uncaught TypeError: Object #<an HTMLObjec...

Google Chrome's Javascript console keyboard shortcuts

I would like to debug my javascript application using Google Chrome 3's developer tools. Everything fine and ok, until I actually want to start debugging. I can set breakpoints etc., but I don't want to debug using a mouse but using keyboard. In Firefox+Firebug I can use F10, F11 and F8 for stepping over, into and run debugged script. ...

SSL: Why does Chrome report mixed content? (Drupal 6)

I've just got a site running nicely with the whole site running through SSL, but Google Chrome is throwing a "This page contains some insecure elements" message, which isn't good in terms of end user trust-ability. All other browsers work fine, and give the golden padlock. The site is a Drupal 6 e-commerce site, running on apache2, and ...

Access cookies from Google Chrome extension

Is there any way to access cookies from Chrome extension? this code document.cookie.length always returns - 0. ...

DIV issue between firefox & chrome

Hello all, I'm still relatively new to CSS, but after lots of Stack Overflow reading, I have figured out how to add "headers" to a panel. Yay, go me. But the problem I'm running into is that one of my panels in particular won't render properly in Firefox. I've been doing all development work in Chrome, and I just now noticed this issue....

I think I found a bug in WebKit (or jQuery), can others confirm?

I believe I have found a bug in WebKit. It involves outerWidth(true) (and I assume outerHeight(true) ) in jQuery. In every browser but Safari and Chrome, the third box is 200. In Safari and Chrome, it is (almost) the width of my screen. Click here to see my results: You can test is for yourself here: http://ramblingwood.com/sandbox/w...

How to create Chrome like application in Delphi which runs multiple processes inside one Window?

Is it possible to create an "application group" which would run under one window, but in separate processes, like in Chrome browser? I'd like to divide one application into multiple parts, so that one crashing or jamming process cannot take down others, but still keep the look and feel as close to original system as possible. I know the...

Will Google Chrome Frame be Installable on Locked down Windows Machines?

Does anyone know if Google Chrome Frame will be installable onWindows machines in the dreaded Corporate IT World where machines are locked down with a Khaki Fist? I suppose that's really two questions Can Windows be locked down to prevent IE from installing plug-ins? Is Google being clever and finding a way around this? (i.e., is the ...

Get opened pages in Chrome

Hi! I want to know whether it's possible to get Information about opened pages in chrome (page title, url) from third party app (not extensions)? ...

Image that doesn't show up in IE or Chrome only

I have a jpeg that shows up properly in FF, but won't appear in IE or Chrome. I tried downloading the image and loading it in IE and Chrome directly without success: both browsers shows a broken icon. So this is not a network issue. This file is a result of an image resize by javax.imageio.ImageIO. I have processed over 1000 images succ...

is postMessage JSON encoded/decoded in Google Chrome as it is in Firefox?

I know its part of the HTML5 spec, but sometimes WebKit doesn't conform to the latest draft of the spec. ...

How do I activate the chrome's cookie function on local files

I'm using the "jQuery Cookie Plugin" on my homepage but it doesn't work in only chrome. And I use only chrome too. help please ...

Getting Google Chrome to Ignore IE Javascript

I'm creating a slideshow using javascript that fades images. Awhile back, I discovered that to change the opacity of an image, I have to use a different API, depending on whether the page is viewed in Firefox or IE. Firefox: img.style.opacity = [value 0 to 1]; IE: img.style.filter="progid:DXImageTransform.Microsoft.Alpha(opacity= [...

Selecting grandparent div with jQuery doesn't work in IE/Chrome

I have the following jQuery function: function GetGrandparentDiv(item) { return item.parents('div:eq(1)'); } Which is called by the following function: $(".addset").click(function(e){ e.preventDefault(); var addstr = "<span class='setrow'>random html</span>"; var gp = GetGrandparentDiv($(this)); alert(gp.attr...

jQuery ajax error event not fired in Chrome when request is cancelled by file download?

I suspect this is a bug in jQuery, but just putting it out there incase someone knows of a way to get this to work. I have a link which causes the user to download a file. When this link is clicked and the download begins, any pending ajax request seem to be cancelled. In FF, the error/complete events are invoked and I can handle the ev...

How do I do rounded corners in CSS in Google Chrome

Basically I am trying to work out how I do rounded corners on a DIV in CSS that will render in google chrome ...

Flash + Chrome = keyboard blocking?

In one of my flash projects i meet an strange bug. Flash Player in Google Chrome blocking some system keyboard shortcuts. For example such as Alt+Shift & Ctrl+Shift it`s an standart language layout switch bindings. For my project it`s a very big problem, because I need multilingual user input. Someone can help me with this problem? ...

Are Web Workers themselves allowed to have Web Worker threads?

This would seem to be the case in Firefox 3.5+, there I can instantiate a Web Worker, and inside the worker, spawn another thread. However, the code will not work in Google Chrome, leading me to believe this is either a Mozilla proprietary extension to the spec or that Chrome has not fully implemented the spec. So which is it? ...

jquery app works only in FF3.5, IE8 throws errors and Chrome3 locks up!

Has anybody else experienced this? I get tons of JS errors surrounding the jquery markup, such as the following line of code, works in FF but generates an error "Object doesn't support this property or method" in IE. $("input[type=text]").css("border","1px solid grey"); Chrome doesn't give me the same error, but it locks up when I per...

CSS: Fixedsys font won't appear in Google Chrome browser

I'm creating a web app for personal use, and having the monospace font Fixedsys installed on my Vista machine, I would like to use it inside textareas (to show scripts). This works fine in Firefox using e.g. #textfield { font-family: fixedsys, consolas, monospace; } ... but in the Google Chrome browser, fixedsys is ignored and the...