Description:
This is a discussion forum for web developers who are using or planning to use Google Chrome Developer Tools. This is the right list to ask both user and implementation related questions or to provide feedback to the team.
|
|
|
Stack Overflow developer support
|
| |
Hey folks, Stack Overflow (stackoverflow.com) is now an official support channel for Google Chrome DevTools questions. Some of Stack Overflow's benefits include a large and active user base, the promotion of answers in search results, and structured markup for easily writing code snippets. Already we've been monitoring the [google-chrome-devtools<[link]>]... more »
|
|
Can't install .users.js. Previously, all turned out.
|
| |
*All my steps:* 1. I click "instal" script on some site (like userscript.org) 2. Chrome showing me popup, I click confirm 3. Script is loading 4. Then nothing happens I already reinstalled Chrome, but it not help me. Version 21.0.1145.0 dev-m *Sorry for my English*
|
|
Bug of rendering engine with JavaScript
|
| |
Url: [link] Menu: "Le Bestof du forum (diaporama)" This bug appears only with Google Chrome. Everything is perfect and as expected on IE9, Firefox, Opera and Safari. Description: It is a slideshow where datas are printed dynamicaly with Javascript. When the second image appears, the all div printed by Javascript(with all... more »
|
|
What happened to edit JavaScript?
|
| |
Before a recent automatic update, there was an edit icon in the script view. When I edited one of the JavaScript files loaded by the page and the clicked on that icon, my changes were compiled and used in place of the original JavaScript that was loaded from a web server. This was a great help in debugging JavaScript. Now that icon is gone, and I cannot see any... more »
|
|
Avoiding disappearing breakpoints in script files
|
| |
Hi all, I've been experiencing a problem with the script tag lately. I must be accidentally changing the scripts while I'm debugging as the script filename in its tab shows an asterisk. When this happens, all breakpoints for that file immediately disappear. It's a real pain, because sometimes you can have a bunch of breakpoints... more »
|
|
Embedded Browser using Delphi IDE
|
| |
I am doing sustaining SW on a product that was developed using the Delphi 5 IDE. On one of the user pages that this product presents, there is a PDF file that needs to be displayed inside a window. The current implementation uses an embedded browser object called TWebBrowser, which appears to use MSIE... more »
|
|
Broken documentation
|
| |
Where is the best place to report errors in the documentation? The dynamin script example on this page errors: [link] I see this in the console: 1. Uncaught TypeError: Cannot call method 'addEventListener' of null 2. Uncaught ReferenceError: dynamicScriptFunction is not defined... more »
|
|
chrome.devtools support.
|
| |
Hi where can i find a list of which functions work on what versions of google chrome? in particular, chrome.devtools.network and chrome.devtools.inspectedWindo w, seems to work in 20 but not in 18. Also i would like to know where do i find the log of the devtools.html to debug that script... thanks!... more »
|
|
|