Google Chrome is a web browser available on both mobile and desktop platforms. Developed by Google, it uses the WebKit layout engine and application framework.

learn more… | top users | synonyms (1)

430
votes
9answers
89k views

WebKit issues with event.layerX and event.layerY

I just noticed that I get tons of deprecated warnings in the latest (canary) build of Chrome. event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the ...
255
votes
9answers
181k views

How to print debug messages in the Google Chrome Javascript Console

Does anyone know how to print debug messages in the Google Chrome Javascript Console? Please note that the Javascript Console is not the same as the Javascript Debugger, they have different syntaxes ...
245
votes
9answers
66k views

disabling chrome cache for website development

I am modifying a site's appearance (css modifications) but can't see the result on chrome because of annoying persistent cache. I tried shift+refresh but it doesn't work. how can i disable the cache ...
204
votes
15answers
188k 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 ...
167
votes
10answers
223k views

How do you launch the javascript debugger in Google Chrome?

When using Google Chrome, I want to debug some javascript. How can I do that?
136
votes
9answers
128k views

Chrome says “Resource interpreted as script but transferred with MIME type text/plain.”, what gives?

In FF and all, my javascript works fine. But in Chrome it gives this message: Resource interpreted as script but transferred with MIME type text/plain. I have checked all the script tags and they all ...
132
votes
25answers
157k views

Get real image width and height with JavaScript in Safari/Chrome?

I am creating a jQuery plugin. How do I get real image width and height with Javascript in Safari? Following works with Firefox 3, IE7 and Opera 9: var pic = $("img") // need to remove these in of ...
129
votes
4answers
16k views

See :hover state in Chrome Developer Tools

I want to see the :hover style for an anchor I'm hovering on in Chrome. In Firebug, there's a Style dropdown that allows me to select the different states for an element. I can't seem to find anything ...
117
votes
5answers
56k views

“Unsafe JavaScript attempt to access frame with URL…” error being continuously generated in Chrome webkit inspector

Chrome (or any other webkit browser) throws a ton of these "Unsafe JavaScript attempt to access frame with URL..." when working with the Facebook API for example. It doesn't interfere with actual ...
113
votes
1answer
41k views

Updating address bar with new URL without hash or reloading the page

I either dreamt about chrome (dev channel) implementing a way to update the address bar via javascript (the path, not domain) without reloading the page or they really have done this... However...I ...
108
votes
7answers
104k views

How to remove border (outline) around text/input boxes? (Chrome)

Can anyone explain how to remove the orange border (outline) around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS i'm using: input { ...
95
votes
5answers
27k views

MIME type warning in chrome for png images

Just ran my site in chrome and suprisingly it comes up with this warning for each of my .png images: Resource interpreted as image but transferred with MIME type application/octet-stream. Anyone ...
92
votes
10answers
23k views

How can I use jQuery in Greasemonkey scripts in Google Chrome?

As some of you may know, Google Chrome has put some severe limitation on Greasemonkey scripts. Chromium does not support @require, @resource, unsafeWindow, GM_registerMenuCommand, GM_setValue, or ...
91
votes
6answers
60k views

How to manually fire HTTP Post Requests with Firefox or Chrome

I want do test some Urls on the webapplication I'm working on. For that I would like to manually create HTTP Post Requests (meaning I can add whatever params I like). Is there any extension or ...
88
votes
3answers
11k views

IE/Chrome: are DOM tree elements global variables here?

Working on an idea for a simple HTMLElement wrapper I stumbled upon the following for IE and Chrome: for a given HTMLElement with ID in the DOM tree, it is possible to retrieve the div using its ID ...
84
votes
11answers
43k views

How do I stop Chrome from yellowing my site's input boxes?

Among other text and visual aids on a form submission, post-validation, I'm coloring my input boxes red to signify the interactive area needing attention. On Chrome (and for Google Toolbar users) the ...
83
votes
5answers
66k views

Chrome: Disable same origin policy

Is there a way to disable the same origin policy on Google's Chrome browser? This is strictly for development, not production, use.
75
votes
5answers
30k views

Request Monitoring in Chrome

In Firefox, I use Firebug which allows me to view every http request my ajax calls are making. I've switched over my development to Chrome and am liking it so far. My only complaint, however, is ...
69
votes
8answers
23k views

Where can I find and submit bug reports on Google's Chrome browser?

It will be important for developers wanting to develop for the chrome browser to be able to review existing bugs (to avoid too much pulling-out of hair), and to add new ones (to improve the thing). ...
66
votes
12answers
30k views

Google Chrome form autofill and its yellow background

I have design problem with Google Chrome and its form autofill function. If Chrome remembers some login/password it changes a background color to a yellow one. Here are some screenshots: How to ...
66
votes
12answers
69k views

Copy / Put text on the clipboard with FireFox, Safari and Chrome

In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in FireFox, Safari and/or Chrome?
65
votes
5answers
23k views

Chrome desktop notification example?

Is there an hosted example code (Javascript) that demonstrates Chrome desktop notifications? I'd like that use that in my own code. Update: Here's a blog post explaining webkit notifications with an ...
64
votes
14answers
36k views

Detect blocked popup in Chrome

I am aware of javascript techniques to detect whether a popup is blocked in other browsers (as described in the answer to this question). Here's the basic test: var newWin = window.open(url); ...
63
votes
14answers
36k views

Is there a way to get the xpath in google chrome?

I have a webpage I want to use with YQL. But I need the xpath of a specific item. I can see it in the debug tools area for google chrome but I don't see a way to copy that xpath. Is there a way to ...
56
votes
3answers
9k views

How to search all loaded scripts in Chrome Developer Tools?

In Firebug, you can search some text and it will look for it in all scripts loaded on a page. Can the same be done in Chrome Developer tools while debugging client script? I tried it, but it seems to ...
56
votes
3answers
22k views

Chrome : make non resizable textareas

By default, Chrome makes my textareas resizable. I wish to control this and either make them only vertically resizable, or not at all. How can I achieve this ?
55
votes
7answers
19k views

Chrome auto formats input=number

I have a web application where I'm specifying an input field to be a number using the HTML5 property type="number". <input type="number" value="123456" /> By specifying the type, Chrome ...
54
votes
7answers
44k views

Facebook gives “Unsafe JavaScript attempt to access frame with URL” error in Chrome

My sample Facebook app was working great yesterday in Chrome. The page integrates Silverlight ad Facebook via the JavaScript SDK. I can check basic login status, login to Facebook, get your name and ...
51
votes
1answer
20k views

Resource interpreted as Script but transferred with MIME type text/plain - for local file

I'm getting a "Resource interpreted as Script but transferred with MIME type text/plain" warning in Google Chrome when including a local script file. I know the problem appears when loading a file ...
50
votes
3answers
7k views

Debugging iframes with Chrome developer tools

I'd like to use the Chrome developer console to look at variables and DOM elements in my app, but the app exists inside an iframe (since it's an OpenSocial app). So the situation is: <containing ...
50
votes
5answers
105k views

How do I use the JavaScript Console in Google Chrome? [closed]

I have a Font Detect code that does not work in Google Chrome, and I thought I would find out what is going on. But I still can't figure out how I can add breakpoints or do watch etc. I am looking for ...
50
votes
2answers
4k views

How to test chrome extensions?

Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tools, frameworks, etc. that I can use to ...
49
votes
8answers
11k views

Popstate on page's load in Chrome

I am using History API for my web app and have one issue. I do Ajax calls to update some results on the page and use history.pushState() in order to update the browser's location bar without page ...
49
votes
8answers
7k views

How do I auto-reload a Chrome extension I'm developing?

I'd like for my chrome extension to reload every time I save a file in the extension folder, without having to explicitly click "reload" in chrome://extensions/. Is this possible? Edit: I'm aware I ...
49
votes
3answers
7k views

Chrome debugger - what is “(program)” in the profiler?

What is "(program)" in the function column of the Chrome debugger?
48
votes
6answers
19k 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 ...
48
votes
4answers
15k views

JavaScript: Is there a way to get Chrome to break on all errors?

I am looking for an equivalent in Chrome to the "break on all errors" functionality of Firebug. In the Scripts tab, Chrome has a "pause on all exceptions", but this is not quite the same as breaking ...
47
votes
4answers
81k views

Chrome Uncaught Syntax Error: Unexpected Token ILLEGAL [duplicate]

Possible Duplicate: SyntaxError: Unexpected token ILLEGAL Receiving the subject error when Chrome tries to load the script file on the page. It says it's at the last line of the javascript ...
46
votes
6answers
24k views

Selecting text on focus using jQuery not working in Safari and Chrome

I have the following jQuery code (similar to this question) that works in Firefox and IE, but fails (no errors, just doesn't work) in Chrome and Safari. Any ideas for a workaround? ...
46
votes
13answers
9k views

Cryptic “Script Error.” reported in Javascript in Chrome and Firefox

I have a script that detects Javascript errors on my website and sends them to my backend for reporting. It reports the first error encountered, the supposed line number, and the time. EDIT to ...
45
votes
3answers
15k views

Google Chrome text shadow rendering

Google Chrome has an extremely annoying defect in its implementation of CSS3 text-shadow. The sub-pixel antialiasing is turned off when text-shadow is applied. No amount of -webkit-font-smoothing will ...
44
votes
4answers
11k views

How can I prevent scroll bars from being hidden for trackpad users in WebKit?

WebKit's (Safari, Chrome) default behaviour on on Mac OS X since 10.7 (Lion) is to hide scroll bars from trackpad users when they're not in use. This can be confusing; the scroll bar is often the only ...
43
votes
2answers
9k views

Set a javascript breakpoint in code - in chrome?

I want to force the chrome debugger to break on a line via code, or else using some sort of comment tag such as something like console.break(). Is there a way to do this?
42
votes
4answers
12k views

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 ...
42
votes
3answers
34k views

Manually adding a Userscript to Google Chrome

Instead of "installing" User-Scripts I found many tutorials on the web to add it manually. All of them told me to do the same steps: Make the directory ...
42
votes
6answers
38k views

Can Google Chrome open local links?

I am linking on an intranet page to a local file on a shared drive: <a href="file:///s:/test.xls"> Test</a> This works in IE and Firefox with an addon called local link. How can i get ...
41
votes
1answer
12k views

Building a Chrome Extension - Inject code in a page using a Content script

I'm learning how to create chrome extensions and I just started developing one to catch youtube events. I want to use it with youtube flash player (later i will try to make it compatible with html5). ...
41
votes
1answer
7k views

Google Plus button code warns: “Unsafe JavaScript attempt to access frame” in Chrome

I am trying to add a Google Plus button to my site, and keep getting JavaScript safety warnings, despite the fact that I am using Google's recommended code, on Chrome. I have reproduced the errors ...
40
votes
5answers
12k views

How to clear basic authentication details in chrome

I'm working on a site that uses basic authentication. Using chrome I've logged in using the basic auth. I now want to remove the basic authentication details from the browser and try a different ...
39
votes
1answer
4k views

Difference between two element styles with Google Chrome

I use Google Chrome developer tools and I am constantly inspecting one element against another back and forth to find out what may be causing a particular styling issue. It would be nice to compare ...

1 2 3 4 5 302