Skip to main content

Questions tagged [google-chrome]

[google-chrome] is for questions related to development with Google Chrome, a web browser that uses the Blink rendering engine. Warning! General support for the browser is off-topic: questions about using or configuring the browser should be posted on https://superuser.com. Chrome OS and Chromium are off-topic: questions about [google-chrome-os] or [chromium] should use those tags.

1 vote
2 answers
8k views

Google Chrome Bug with CSS Padding style applying to empty cells

I have a problem only in Google Chrome (Firefox, IE, Netscape, Safari and Opera are Okay) where a padding property which should be applied to text in a cell, is being applied to all empty cells aswell....
Supernovah's user avatar
  • 2,015
21 votes
18 answers
1k views

Should small companies code their sites to support Chrome?

I work on small sites for tanning salons and stuff. We don't support ActiveX-specific stuff on IE, and we support Firefox. I've noticed some weird behavior with Chrome. My browser stats say <1% of ...
Jen the Heb's user avatar
85 votes
9 answers
72k views

Why does Chrome ignore local jQuery cookies?

I am using the jQuery Cookie plugin (download and demo and source code with comments) to set and read a cookie. I'm developing the page on my local machine. The following code will successfully set a ...
Nathan Long's user avatar
281 votes
30 answers
401k views

Get the real width and height of an image with JavaScript? (in Safari/Chrome)

I am creating a jQuery plugin. How do I get the real image width and height with Javascript in Safari? The following works with Firefox 3, IE7 and Opera 9: var pic = $("img") // need to remove ...
Frank Bannister's user avatar
4 votes
3 answers
12k views

strpos is not defined in Chrome?

I am using the functions strpos(string, string) in javascript. In Firefox, Opera and IE the page loads fine, but in Chrome I get the error: Uncaught ReferenceError: strpos is not defined. The page I ...
user avatar
281 votes
15 answers
315k views

Firebug-like debugger for Google Chrome

Is there anything like Firebug that you can use within Google Chrome? Essential features I would like: Inspect HTML source (select elements, delete them, etc.) check CSS values (the built-in ...
Sebastian Hoitz's user avatar
1 vote
3 answers
2k views

Firefox plugin crashes in Chrome

From what I gather, Google Chrome can run browser plugins written using NPAPI. I've written one that does its job just fine in Firefox, but makes Chrome crash and burn as soon as you embed it on a ...
korona's user avatar
  • 2,219
48 votes
6 answers
33k views

Google Chrome - JavaScript version

Which version of JavaScript does Google Chrome support in relation to Mozilla Firefox? In other words, does Chrome support JavaScript 1.6, 1.7, or 1.8 which Firefox also supports or some combination ...
brad's user avatar
  • 75k
4 votes
4 answers
6k views

My Facebook application's Javascript doesn't work in Google Chrome

My Facebook application contains Javascript that works in Firefox and IE, but aborts in Chrome. In the Javascript console it gives several errors.including: Uncaught TypeError: Object onloadhooks ...
Oddthinking's user avatar
2 votes
2 answers
503 views

In Firefox (2 or 3), what is the chrome:// path for the "Website Certified by Unknown Authority" XUL dialog?

Another angle: how do I browse all the XUL for a given chrome path, e.g. http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs has a listing but seems to be out of date.
someguy's user avatar
  • 3,333
12 votes
7 answers
14k views

jQuery Safari/Chrome incompatibility with draggable containment property

This code works in Firefox, Internet Explorer, not in Safari/Chrome: <head> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="...
user37122's user avatar
  • 121
2 votes
1 answer
2k views

Using Chromium as a MFC CWnd [closed]

I am looking to using Google Chromium for my MFC app as an HTML renderer. I found this test bed application and I am wondering if anyone knows how or of a resource that I can make sense of it so that ...
Daniel A. White's user avatar
1 vote
1 answer
1k views

Has anyone out there succeeded in building Chrome under Windows?

I am quantitatively studying various metrics associated with automated tests. Chrome seems to have a reasonable set, so I wanted to add it to my data set. I downloaded the Chrome source code and tried ...
Kent Beck's user avatar
  • 5,011
14 votes
1 answer
23k views

Can you use VMWare's Remote Console in Google Chrome? [closed]

Can you use VMWare's Remote Console in Google Chrome? The main VMWare Infrastructure Web Access works fine, but the Remote Console shows an error "The VMware Remote Console Plug-in is not installed or ...
user avatar
4 votes
6 answers
4k views

Google Chrome and Streaming HTTP connections?

Google chrome doesn't behave the same as other browsers when encountering this nugget: <?php while (true) { echo "<script type='text/javascript'>\n"; echo "alert('hello');\n"; ...
Allain Lalonde's user avatar

15 30 50 per page