Questions tagged as 'google-chrome'

1
answer

In DevTools is there any way to capture the entire screen of the site, even if it has scroll?

I'm not looking for Chorme extension or screen capture code etc. I just want to know if this developer tool has any such native options. I know that if you open DevTools of Chrome and press Ctrl + Shift + C and make a selection on...
asked by 14.12.2018 / 12:24
2
answers

What is the procedure for debugging a "stack execution", Javascript or Php through the browser or IDE Aptana?

When we develop a code, it runs as a stack of instructions. Is there any way, where through the browser or an IDE, where we can follow step by step the processing of the code, and see to what extent it was executed or stopped due to some erro...
asked by 04.06.2016 / 19:04
1
answer

chrome.tabs.onUpdated.addListener with delay

I've made an extension for Google Chrome that is working. The goal is to change the color of the image pixels on all web pages. To do this on the pages loaded in the already opened tabs, use the following code (in the background.js file): f...
asked by 22.04.2014 / 20:07
1
answer

Google Chrome sandbox

On some pages of a system where I work (I'm not the only developer) a message appears in Google Chrome like the image below: This only happens in Google Chrome, Firefox works normally. The test server also works, including in Google...
asked by 21.09.2015 / 17:01
1
answer

Letter "m" in the version of Google Chrome for Windows [closed]

Does anyone know the meaning of the letter "m" at the end of the Google Chrome version? I looked for answers elsewhere, but I still could not get good information. Ex. 32.0.1700.102 m Thank you in advance for your attention.     
asked by 05.02.2014 / 02:31
2
answers

Why does the Chrome console return 8 when I type 010?

Would you know to tell me why when I type in the console 010 and press enter it returns me 8 ? and if I type 0100 it returns me 64 .     
asked by 26.03.2014 / 21:02
1
answer

Error with border radius Chrome

I have the following structure using bootstrap and fontawesome .social-rodape{ margin-top: 35px; } .social-rodape ul li a { padding: 10px 12px; border-width: 0; color: #37a8ab; font-size: 30px; } .social-roda...
asked by 07.01.2015 / 17:43
1
answer

Chrome and bug background fixed

I have the following problem: I have some separate sections on the page in divs. Two of these divs get an image like background and background-position:fixed , so when scrolling the page the images should scroll together, making...
asked by 18.11.2014 / 11:33
1
answer

Global Scope Differences in UserScripts in Chrome and Firefox

I started programming UserScripts in Chrome and almost all of the code snippets I find work, but when it comes to Firefox it's a problem. In Chrome I use Tampermonkey and in Firefox Scriptish (which is a fork of Greasemonkey). [Note...
asked by 13.09.2014 / 02:49
1
answer

Image rotation does not work correctly in Chrome

I'm trying to use a function in jQuery, and it works fine in Firefox but in Chrome it just does not start, it stalls in the first image and it does not go to the rest. Could someone give me a light on how do I make it work in Chrome, too?...
asked by 05.05.2015 / 01:58