问题标签 [google-chrome]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
481 浏览

firefox - 在 Firefox(2 或 3)中,“由未知机构认证的网站”XUL 对话框的 chrome:// 路径是什么?

另一个角度:如何浏览给定 chrome 路径的所有 XUL,例如

http://kb.mozillazine.org/Dev_:_Firefox_Chrome_URLs有一个列表,但似乎已经过时了。

0 投票
4 回答
6186 浏览

javascript - 我的 Facebook 应用程序的 Javascript 在 Google Chrome 中不起作用

我的 Facebook 应用程序包含在 Firefox 和 IE 中工作的 Javascript,但在 Chrome 中中止。

在 Javascript 控制台中,它给出了几个错误。包括:

有类似的错误抱怨“toLowerCase”缺少方法。

停止按下问题不再发生。Chrome 似乎已经修复了该错误。

0 投票
6 回答
31667 浏览

javascript - 谷歌浏览器 - JavaScript 版本

相对于 Mozilla Firefox,Google Chrome 支持哪个版本的 JavaScript?换句话说,Chrome 是否支持 Firefox 也支持的 JavaScript 1.6、1.7 或 1.8 或它们的某种组合?

0 投票
3 回答
1517 浏览

c++ - Firefox 插件在 Chrome 中崩溃

据我所知,Google Chrome 可以运行使用NPAPI编写的浏览器插件。

我写了一个在 Firefox 中可以很好地完成它的工作,但是一旦你将它嵌入到一个页面上,它就会让 Chrome 崩溃和烧毁。我什至不必调用我的任何方法,嵌入足以导致崩溃。

我该如何调试?我尝试将调试器附加到 chrome,但我得到的堆栈跟踪在 Chrome 本身的深处,就像我说的,没有“我的”实际代码正在运行,但应该只是 NPAPI 初始化代码。

我会很感激一些指示。

0 投票
15 回答
311595 浏览

html - 用于 Google Chrome 的类似 Firebug 的调试器

您可以在 Google Chrome 中使用类似 Firebug 的东西吗?

我想要的基本功能:

  • 检查 HTML 源代码(选择元素、删除它们等)
  • 检查 CSS 值(内置的解决方案很奇怪,不知何故)
0 投票
3 回答
11247 浏览

javascript - strpos 没有在 Chrome 中定义?

我在 javascript 中使用函数 strpos(string, string)。在 Firefox、Opera 和 IE 中,页面加载正常,但在 Chrome 中我收到错误:未捕获的 ReferenceError:strpos 未定义。我正在处理的页面是http://seniorproject.korykirk.com/0xpi2.php

0 投票
30 回答
396083 浏览

javascript - 使用 JavaScript 获取图像的真实宽度和高度?(在 Safari/Chrome 中)

我正在创建一个 jQuery 插件。

如何在 Safari 中使用 Javascript 获取真实的图像宽度和高度?

以下适用于 Firefox 3、IE7 和 Opera 9:

但在 Safari 和 Google Chrome 等 Webkit 浏览器中,值为 0。

0 投票
9 回答
68874 浏览

jquery - 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 cookie in FireFox 3, IE 7, and Safari (PC). But if the browser is Google Chrome AND the page is a local file, it does not work.

What I know:

  • The plugin's demo works with Chrome.
  • If I put my code on a web server (address starting with http://), it works with Chrome.

So the cookie fails only for Google Chrome on local files.

Possible causes:

  • Google Chrome doesn't accept cookies from web pages on the hard drive (paths like file:///C:/websites/foo.html)
  • Something in the plugin implentation causes Chrome to reject such cookies

Can anyone confirm this and identify the root cause?

0 投票
18 回答
1133 浏览

google-chrome - 小公司是否应该对其网站进行编码以支持 Chrome?

我在晒黑沙龙之类的小网站上工作。我们不支持 IE 上特定于 ActiveX 的东西,我们支持 Firefox。我注意到 Chrome 有一些奇怪的行为。我的浏览器统计数据显示,<1% 的访问者使用 Chrome。

我听说人们说它远非同类最佳。但我喜欢一切都在自己的过程和东西中运行的方式。

Chrome 会变得足够流行以至于我需要为它编写代码吗?当它流行起来的时候,它奇怪的渲染会得到修复吗?

0 投票
2 回答
8384 浏览

html - 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. It's easy to solve by adding more specific styles to my affected perimeter cells and using different styles, but that uses a lot of extra code and something which I try to save on. Is there possible way to get my CSS to pass over empty cells in the table it applies to?

Is the style affecting it.

Edit: The commas were an accident in typing the class on here (I'm using to submitting parameters syntax)