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.

Google Chrome is a free desktop browser that uses the Blink rendering engine (a fork of WebKit) and V8 JavaScript engine. It was launched in 2008 with a goal of making the web faster.


Tag alert! General usage questions about Chrome should be asked on Super User.
The tags below should be used on questions about development in the following areas:

for Packaged Apps development in Chrome/Chromium
for extension development in Chrome/Chromium
for DevTools in Chrome/Chromium


Most of Chrome's source code is released as part of the open-source sister project Chromium. It was assembled from 25 different code libraries from Google and third parties such as Mozilla's Netscape Portable Runtime, Network Security Services, as well as and a number of other open-source projects.

is available in 53 languages and was first publicly released for Microsoft Windows (XP and later versions) on September 2, 2008, in 43 languages, officially a beta version.


Platforms

Chrome is available for:

  • Windows: Vista / 7 / 8 / 10
    (Windows XP is no longer supported: Chrome 49 is the last compatible version)
  • OS X: 10.6 or later
  • Linux: Ubuntu 12.04 or later / Debian 7 or later / openSUSE 12.2 or later / Fedora 17 or later
  • iOS 7.0 or later (iPhone, iPod touch, and iPad)
  • Android 4.0 or later
  • Google TV

References

71967 questions
28
votes
2 answers

Choppy/Laggy scroll event on Chrome and IE

I am trying to have a content block always be shown to the user, even if he scrolls way down the page. He should also be able to scroll up and down the content block. Here is a fiddle with a stripped down version to show you what I…
Marcelo Mason
  • 6,750
  • 2
  • 34
  • 43
28
votes
3 answers

How to debug unresponsive page in Google Chrome?

I've got a fairly complex javascript application (it uses no external frameworks) that users are currently testing (a couple thousand lines). I've been getting reports that users are getting the popup in Google Chrome saying: The following page(s)…
James Simpson
  • 13,488
  • 26
  • 83
  • 108
27
votes
6 answers

Add to browser favorites/bookmarks from JavaScript but for all browsers (mine doesn't work in Chrome)?

Can anyone help, I am using the following for adding a bookmark to IE and Firefox but its not working in Chrome and I don't get my error msg saying "not supported" either.. Anybody know of a good script to support ALL browsers or at least to come…
mark smith
  • 20,637
  • 47
  • 135
  • 187
27
votes
3 answers

Disable single javascript file with addon or extension

I am looking for a Firefox addon or Chrome extension that would allow me to disable particular javascript file from running. There are many of those for disabling particular CSS file, cannot seem to find one that does the same with JS files. Is…
henrijs
  • 1,010
  • 2
  • 11
  • 19
27
votes
3 answers

What's the difference between "DOMContent event" and "load event"

In chrome's Developer tool, the blue vertical line labeled "DOMContent event fired", and the red line labed "load event fired". Does "DOMContent event fired" means the browser begin to execute the inline javascript? And "load event fired" means it…
27
votes
4 answers

Android Studio Disconnects From Physical Device

Android Studio Bumblebee (2021.1.1) was released stably on 25 January 2022 bundled with a new Device Manager (accompanying new support for Android 11+ device debugging over WIFI). I jumped on this stable release, updating from Android Studio Arctic…
Tom Larcher
  • 661
  • 9
  • 24
27
votes
5 answers

How to fix "This Set-Cookie was blocked due to user preferences" in Chrome? (Stackoverflow SSO Login / Ajax CORS request)

It seems that the recent update of Chrome to version 83.0.4103.116 brought a change to the Cookie handling. I am providing a single-sign-on for my users that signs them in into several websites. Similar to Stackoverflow I am doing an AJAX request…
Avatar
  • 14,622
  • 9
  • 119
  • 198
27
votes
6 answers

DevTools failed to parse SourceMap: chrome-extension

A week ago i think, I started getting warning messages in my google chrome console. Clearing cache doesn't change anything, the messages disappear only in incognito mode. Any ideas how to get rid of these warnings ?
Haithem KAROUI
  • 1,533
  • 4
  • 18
  • 39
27
votes
1 answer

Cross-site resource at was set without the `SameSite` attribute .NET

How to solve SameSite attribute? :1 A cookie associated with a cross-site resource at http://doubleclick.net/ was set without the SameSite attribute. A future release of Chrome will only deliver cookies with cross-site requests if they are set with…
William M. Ramirez
  • 271
  • 1
  • 3
  • 3
27
votes
3 answers

How to stop publishing a new version of extension that is marked as 'Pending Review' in chrome store

I've published a new version of the extension. It has been marked as 'Pending Review' because the manifest has some permission changes. Now I don't want the new version of the extension to be published. Is there any way to stop it? I just want to…
Dilip
  • 1,122
  • 11
  • 31
27
votes
1 answer

Chrome: CPU profile parser is fixing n missing samples

I'm using Chrome's performance tab to study the performance of a page, and I occasionally get a warning like: DevTools: CPU profile parser is fixing 4 missing samples. Does anyone know what this means? Googling for this warning has returned no…
duhaime
  • 25,611
  • 17
  • 169
  • 224
27
votes
7 answers

Chrome Vimeo Iframe autoplay not working anymore

since some days my vimeo iframe will not autoplay anymore. I know the chrome update, which will block autoplay videos with sound. Is the block already active? The Vimeo Example code doesn't work:
GoE
  • 586
  • 1
  • 8
  • 19
27
votes
1 answer

Can Chrome Dev-tools show the source or reason for an element's size?

When an element is selected in the Elements window in Chrome Developer Tools (as of Chrome 63), the Computed tab will show the current computed width and height, and any other non-default properties. However as far as I can tell, it doesn't…
Dai
  • 141,631
  • 28
  • 261
  • 374
27
votes
5 answers

How to change -webkit-scrollbar width when hover on it

I want to change the scrollbar width wider, so it looks clear when user hover on it. So I wrote: ::-webkit-scrollbar { width: 7px; height: 7px; background-color: #ddd; } ::-webkit-scrollbar:hover { width: 10px; height: 10px; …
Allen
  • 2,037
  • 3
  • 15
  • 21
27
votes
5 answers

How to stop Chrome from redirecting to HTTPS?

A few days ago, Chrome started redirecting all of my vHosts in Wampserver to https. Everything was working fine until a couple days ago, then one day I logged on to work on my site and Chrome said that the site couldn't be reached, even though I…
ShoeLace1291
  • 4,551
  • 12
  • 45
  • 81