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)

-1
votes
1answer
26 views

Using Windows environmental variables in file URI scheme

Can we use environmental variables, such %userprofile% or %appdata%, in a path, in a file URI scheme, from a browser (or at least a Chrome browser)? Something like ...
0
votes
0answers
28 views

Javascript: Problems saving and retriving and displaying an image from localstorage

I am developing an extension for Chrome, and need to save and retrieve images from storage. Some of the images need to be loaded from the extension directory, while others will be send from a ...
0
votes
0answers
19 views

Is there a way to pass session Id from my app on Chrome?

In my android app i can launch Chrome with given url via Intent, but i need to pass my sessionId too. So is there a way how to do this?
0
votes
0answers
14 views

Click causes resize of table columns - Chrome and Uniform js

We are developing an asp.net application that uses Uniform js v1.7.5 for nicer design. We have multiple pages with forms on them. We have tested in multiple browsers - IE 8,9 / FF / Opera / Chrome. ...
0
votes
1answer
46 views

Link Hover Animated Underline

I'm trying to have an underline animate on the link hover. I found this example: Underline css3 transition And it works great, in Safari. Something about the way I have the code implemented is funky ...
0
votes
0answers
29 views

Jenkins authentication not working

I just freshly installed Jenkins on my Windows 7 computer, setting the JENKINS_HOME variable to my G: drive. Now I'm trying to create users and set up security. I've registered an account for myself, ...
0
votes
1answer
32 views

Chrome drop-shadow box appears over div

I'm trying to make shadow appear under my div. So far it works on anything except chrome/chromium. To put it simply the div that draws the shadows isn't shown as it should, even though z-index ...
0
votes
1answer
57 views

Chrome FATAL crash

I have a Node.js / Meteor app that is left consistently running on a screen - it works no problem for around 20 hours, then without fail (when I'm out of the office) I get the infamous "Aw Snap" ...
0
votes
1answer
18 views

Scrolling to a particular ID within an iframe without moving its parent

I needed to be able to load a particular page in an iframe on demand, so I used a simple wrapper: function updateFrame(url) { frames[0].location = url; } Then I was asked to load the page to a ...
-4
votes
0answers
19 views

hi SOF, my wordpress site not working in chrome [closed]

my wordpress site not working in chrome site is : http://www.gizawebsolutions.com/ when i try to open any tab from nav,nothing happen any help ? Thanks regards
0
votes
1answer
30 views

Google Chrome does not resize content when toggling overflow property

I have a div#pane element with overflow:hidden in regular state, overflow: auto in the 'hover' state. Inside that div there is a div.content element. When div#pane gets hovered, div.content is ...
0
votes
0answers
18 views

Open URL with ShellExecute - SW_SHOWMAXIMIZED dont active window in C++

My default browser is Chrome. I used this function to open new tab and active it: ShellExecuteA(0,0,"chrome.exe","http://google.com --incognito",0,SW_SHOWMAXIMIZED); but Chrome only open new tab ...
0
votes
0answers
11 views

chrome inspector slow on local sites

At some point during the past few chrome releases, using the inspector on a local site is really slow. I have a simple nginx server running serving static files. Opening the inspector takes about 30 ...
1
vote
0answers
51 views

javascript marginLeft on image onload not working in Chrome

i have this gallery that resizes image with javascript in order to keep original aspect ratio. about document structure : stylesheet considering this particular object is as following : #ThePicture ...
0
votes
0answers
7 views

Chrome command of creating default user data

I want to create default user data folder after I created an OS user account. I know it will be created after I launch chrome, but I need to do this without launching chrome. So is there any chrome ...
1
vote
1answer
42 views

embedded font on website won't display in IE or Chrome

I have the following font setup in the CSS for a wordpress based site I'm building and the fonts display fine in FF, but not at all in IE(9) or Chrome(latest). /* =Typography ...
1
vote
1answer
46 views

html5 video tag -quality of video different in firefox and chrome

I have the following code: <div class="span4"> <video poster="assets/img/poster.jpg" controls="controls" width="420" height="420"> <source src="assets/videos/152638831.webm" ...
1
vote
1answer
17 views

javascript replace is replacing nested words

I am creating a google chrome extension that messes with the words on whatever website you are reading, but I am having trouble with this section of code specifically. if(Math.random() > ...
0
votes
0answers
38 views

Google chrome text rendering for non Latin languages is too slow

I noticed performance issue when resize my application on Google Chrome window. After debugging i found that the Layout or reflow event in chrome timeline takes too much time. My site is in Arabic ...
0
votes
2answers
60 views

Why can't I open this html page locally without an IIS Server?

I am currently working on a for fun project at https://github.com/loganhenson/jsrpg and have been working on it with a friend using visual studio professional and testing it on my local iis server. ...
0
votes
0answers
25 views

Proxy for one specific script (extension PAC file?)

I'd like to write have a proxy for one specific script, so that if browser will request this script, it will ship some script from other source pointed by me. Is it possible? It would be also nice to ...
0
votes
0answers
27 views

Why is heart shape (ASCII) not working in Chrome

I had a question about an ASCII symbol/code... I am trying to use this ❤ shape on my site, but I am stuck because Chrome does not output this shape. It shows two stripes, but no heart. It works ...
0
votes
1answer
20 views

Accessing images saved by Chrome

I'm writing a folder watcher, which I have had working on some devices, but not all devices seem to save to the same location. What I'm trying to do is allow users to save an image from a web app, ...
0
votes
0answers
22 views

-webkit-transform and position:fixed + position:relative rendering issue

It seems that there is an issue with Chrome and Safari when there is an element with position:fixed contained in an element with position:relative and any element on the page has -webkit-transform. ...
0
votes
1answer
51 views

Google Chrome JavaScript Fade: style.opacity and setTimeout

i have a JavaScript script that fade a element. the gist is just this: function fade() { if (cat.style.opacity > 0) { // decrease opacity slightly cat.style.opacity -= 0.1; ...
0
votes
2answers
15 views

Button images blurry in Chrome, clear in Mozilla and IE

The buttons with background images show up blurry in Chrome but clear in Mozilla and IE. Is there something special I need to tweak for Chrome?
-1
votes
0answers
29 views

Google Chrome extensions - Rightclick context menu notes [closed]

Good afternoon. I have a problem. I need help to create a plugin to your browser. The program will have a database (html, txt) - any format And when you select the phrase, so that in the context ...
0
votes
1answer
20 views

Google DevTools missing UI info

I am trying to get a snapshot of heap usage of my JavaScript test using Google DevTools. I used this site: https://developers.google.com/chrome-developer-tools/docs/heap-profiling along with Windows 7 ...
0
votes
2answers
36 views

JQuery Not Being Parsed For Only Certain Users Even Though JavaScript Enabled in Browsers

I have a test system with a dozen test users. The system is built on the Zend Framework using PHP5 and JQuery. About 3 of the dozen users are having a problem with the login page; when they click ...
0
votes
1answer
173 views

The system cannot find the file specified. - error in Chrome on PHP files

I have a particularly frustrating problem. I have a hosted website which has a couple of simple PHP files. The files open up in Safari, and IE; but are giving me an error message on Chrome of "The ...
0
votes
0answers
10 views

.ics files not opening in Chrome Mobile for Apple Devices

I'm getting an Error 102 (): Unknown File Type. when trying to download an .ics file from an ASP.Net application. The file looks like this: BEGIN:VCALENDAR PRODID:-//Test VERSION:2.0 METHOD:PUBLISH ...
2
votes
3answers
81 views

Google Cloud Messaging for Chrome Error 500

So I'm trying to send a message to a chrome extension through GCM, using php. $data = json_encode(array( 'channelId' => 'channel id here', 'subchannelId' => '0', ...
0
votes
0answers
34 views

Chrome does not scroll the focused editable row to the viewport

This issue is only happening in Chrome. (jqgrid v 4.4.1) I have a grid with one editable cell in each row. When updating those editable fields I move the focus to the next enable field in the grid so ...
0
votes
1answer
47 views

MP4 video not playing in Chrome [closed]

We're having a really weird issue where the below video fails to play for some, but not all, users. We've checked as far as possible and all users are using the same version of Chrome, same OS (Win 7 ...
-1
votes
1answer
47 views

Unit Testing Chrome Extensions?

What is the best way to unit test a Google Chrome extension? I need to unit test various JavaScript functions and content-scripts on the websites they were designed for, as well as automate user ...
0
votes
1answer
22 views

Chrome tr height skips pixels

I'm having strange behaviour in Chrome when using 'height' property or my 'tr' elements. If I set it to 25px rows will actually be 26px, one pixel larger and it behaves same for all sizes 25-29 or ...
0
votes
1answer
32 views

Opcity making issue in browser

I just stuck with the opacity issue again. I tried something like this: var hiddenSection = $('div.hidden'); hiddenSection.show() .css({ 'display': 'block' }) .css({ width: ...
0
votes
1answer
16 views

Chrome DevTool panel docked to right issue

I use dev tools panel docked to the right to test various screen resolutions/widths. After right click to inspect element I have to resize the panel again as it resizes to last width before inspecting ...
0
votes
1answer
56 views

Disable source view in chrome browser

Can I have access to such browser options like disabling ContextMenu Items and disable hot-keys (Ctrl-U).How to configure browser that the View Source option was disabled?
0
votes
1answer
27 views

How to generate Chrome Extension's popup body based on periodically fetched data?

I am programming a Chrome Extension that will be fetching JSON data every minute and update the popup's html body (accessible after clicking the icon) based on the results. This is my background.js: ...
0
votes
0answers
43 views

Function fires automatically on page Load

I've ran into a problem with google chrome when the site loads. (safari & FF works just fine) When the page loads, in chrome, the function fires automatically and scrolls the maincontent to ...
-1
votes
2answers
85 views

How do I detect popup blocker in Chrome?

I have searched many issue in stack overflow and might be duplicate here Detect Popup But not helped for me while testing in Chrome (tested v26.0.1410.64) Following Approach Worked in IE and Firefox ...
6
votes
1answer
67 views

Javascript Date from string giving different output from Chrome to Firefox

I'm trying to write some javascript code to format a date as I want, but I have troubles making it work on Firefox (it's working as I want on Chrome). The input I have in a form is 05/01/13 ...
1
vote
0answers
26 views

How can I port my executable player (play.exe) for chrome

I want to port my player to chrome like flash player. Is it have any possible solutions can do it? I found that NaCl maybe is a solution, but It may have to redesign my player code. So, have any way ...
4
votes
0answers
128 views

Difference between IE10 and Chrome calculating heights of inline-block elements

I have a slightly modified Bootstrap Dropdown to truncate text within the button element, however, there seems to be a difference in how the height of the button element is calculated. This fiddle ...
0
votes
0answers
30 views

Image flickering In Chrome

This Piece of code I am using to refresh a div without complete page refresh. Its working fine in all browsers , except chrome the functionality of auto refresh is working but after given time ...
0
votes
1answer
31 views

Chrome developer tools: View the `Console` tab and/or the `Sources` tab in a separate window?

Chrome developer tools: Is there a way to view the Console tab and/or the Sources tab in a separate window? I often want to look at both of these simultaneously. Pressing Esc when on the Sources tab ...
0
votes
0answers
23 views

Where is the exit point of renderer process in chrome

I want to do some clean-up work in renderer process of Chromium, so I have to find the correct exit point, which is always run to when a renderer process kills itself. I've tried ...
0
votes
1answer
35 views

Delete confirmation returns Undefined in chrome

I am facing this issue in Chrome only. When I want to delete an entity in my web application before that I ask for confirmation for delete. <div onclick="return confirm('Are you sure you want to ...
-1
votes
0answers
19 views

Why doesn't Chrome requires Flash updates anymore? [closed]

It appears like Chrome now comes with built-in flash functionality (which has not required an update from me)...so here goes my question: Is chrome automatically updating the built in flash support? ...

1 3 4 5 6 7 303