google-chrome

How to set Chrome's user script version number.

Hey. I've been wondering how I might set the version number displayed for user-scripts in Chrome's extension tab So far the obvious methods have failed: // ==UserScript== // @version 1.1.5 // @uso:version 1.1.5 // ==/UserScript== I know Greasemonkey for Firefox doesn't use a version value, but since Chrome actually displays a vers...

How quickly will websocket in the dev versions of Firefox and Chrome be moved to the official releases?

I realize that this is hard/maybe impossible to estimate - but any estimation, even plus or minus 6 months, would be nice. ...

Is it possible to run the Chromium Browser on Android?

Since you should be able to build Chromium browser on any reasonably modern Linux distribution, can we assume that you should be able to build it onto Android ? ...

Replicating Google Chrome Browser Actions popup Effect in a Firefox Extension

Hi, Chrome Browser Actions provide a really nice popup effect by default. Hovering over the toolbar icon provides a neat hover effect. Clicking the toolbar icon shows a nice animation that opens the popup html file. The popup is aligned with the button that is pressed. Clicking the toolbar icon again fades out the popup. Any tho...

Coda Slider Problem - Works in Firefox, Not Chrome/Safari...

I am building a page that is employing several different javascript elements and I seem to have run into a problem I haven't before (not surprising as I am new to javascript). I have implemented the tutorial for the JQuery Coda Slider located here: http://jqueryfordesigners.com/coda-slider-effect/. It seems that the sliding effect wor...

Google Chrome and IE7 Unordered List problem

I'm in the process of designing an online resumé, but am having problems in google chrome, and ie7 with an unordered list. While they render fine in the sidebar, for some reason in the content section, the first bullet point, floats to the far right of its container, with the text displaying fine, and all other bullet points and text pos...

Show Hide div in Chrome Extension popup using jQuery

I've been trying to make an option show and hide(possibly toggle) in my browser action popup without success. The code below is the body of my popup <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="popup.js"></script> <div class="show"> <a href="#" class="showcontent">Show</a> <a href...

Right border not displaying on google chrome

I have a div which contains an a with some border. See: http://webnumbr.com/all It works great in FF and IE, but why doesn't the right hand side render in Chrome? Is it invalid CSS? (testing in chrome OSX if that matters) ...

Can Google Chrome open local links?

I am linking on an intranet page to a local file on a shared drive: <a href="file:///s:/test.xls"> Test</a> This works in IE and Firefox with an addon called local link. How can i get this to open in google chrome? Thanks ...

Internet Explorer lags w/ IQueryable datasource. Firefox and Chrome A-OK. Video proof supplied.

I'd like to say it's the query, but it isn't. Even when we go through it step-by-step, the queries finish without a hitch. Even the .DataBind() method doesn't APPEAR to cause the lag. Here's how I know it has to do with my IQueryable as the binding source: Old code: Call a stored procedure using SqlCommand and use SqlAdapter to fil...

Programatically access webpage error details in browsers

Is there some way to access webpage warning/error details using JavaScript? For instance, errors in IE show up in the bottom left corner like so: I would like to able to access the details of this error (in IE as well as other browsers if possible) using JavaScript. Any suggestions? EDIT: I'm not looking for debuggers. I want to a...

Mac: reloading document in Chrome or Firefox?

How can I tell Chrome or Firefox to reload the document in the top window? Here's what I'm using for Safari: osascript -e ' tell application "Safari" activate do JavaScript "history.go(0)" in document 1 end tell ' ...

Chrome command line remote control on Linux?

Can I control a running Google Chrome instance from the command line? I'm hoping there's something like a -remote flag that will allow me to send in some javascript or somesuch. In particular, I would like to reload the topmost document on the foremost window. ...

Spring web flow not being followed between pages on chrome

I have a two page flow made with spring web flow (version 1.0.5). It works ok in Firefox, but in Chrome I can't go to the second page, as org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler.isFlowExecutionKeyPresent() return false. I guess that key is being saved in a httpsession. I tried deleting ...

jQuery not working in IE 7 and Chrome

Okay, I have enough code that I probably shouldn't post the code directly, but I'm not sure where the problem lies within it. The page in question is at letterlyyours.com/design.php. How it's supposed to work is that you type in a word, press "Submit", and then little photos of each letter appear below--that you can scroll up and down....

What does the CSS specification say is correct way to measure an elements width?

Chrome seems to measure an elements width from the inside of the margin including padding but Firefox and IE measure the boxes width where the border is (not including padding but inside margin). measuring the elements width from the border makes sense to me and is also helpful when coding because turning on borders will let you see the ...

document.getElementsByTagName("*") Or document.all

document.getElementsByTagName("*") It works for IE/FF/Opera, But doesn't work for Chrom and Safari document.all works for IE/Chrom/Safari, But doesn't work for FF. How can I deal with it? Many thanks ...

Chrome : make textareas which are not resizable

By default, Chrome makes my textareas resizable. I wish to control this and either make them only vertically resizable, or not at all. How can I achieve this ? ...

jQuery : Chrome textareas and resize event

Chrome makes textareas resizable by default. How can I attach events to the resizing events for the textareas ? Doing the naive $('textarea').resize(function(){...}) does nothing. ...

problem with GWT 2.0 Chrome developer plugin

Hi, I have recently updated the GWT SDK from 1.5.3 to 2.0.0 on a project. I managed to fix all issues but one. I can't use the development mode with chrome. The login page of my application loads perfectly but when I try to log in (i.e. make an RPC) I get the following error: com.google.gwt.core.client.JavaScriptException: (Error): Er...