google-chrome

XBAP Application, can these work in Google Chrome?

I'm developing a .NET 3.5 XBAP application that runs perfectly fine in FF3 and IE6/7 etc. I'm just wondering if its possible to get these to run under other browsers, specifically (as its in the limelight at the moment) Google Chrome. ...

Safe feature-based way for detecting Google Chrome with Javascript?

As the title states, I'd be interested to find a safe feature-based (that is, without using navigator.appName or navigator.appVersion) way to detect Google Chrome. By feature-based I mean, for example: if(window.ActiveXObject) { // internet explorer! } Edit: As it's been pointed out, the question doesn't make much sense (obviousl...

Super Robust as chrome c++ and portable - tips - help - comments.

Hi everyone, We are producing a portable code (win+macOs) and we are looking at how to make the code more rubust as it crashes every so often... (overflows or bad initializations usually) :-( I was reading that Google Chrome uses a process for every tab so if something goes wrong then the program does not crash compleatelly, only that ...

Tool/framework for automated web app testing in Google Chrome browser?

Is an opensource/commercial tool/framework, available for automated web app testing in Google Chrome browser on Windows XP / Vista? ( An alpha/beta Tool is also OK) Thanks ...

Is anyone targeting Google Chrome yet? (Web apps, plugins)

Is anyone writing applications specifically to take advantage of google chrome? Are there any enterprise users who are considering using it as the standard browser? ...

Full page zoom in Safari

By default zoom in Safari is text only. Is there way to change to "full page zoom", in which images are zoomed as well? Or better yet, preserve existing "text only" zoom and also allow full page zoom for people who want it? Full page zoom is the default on Internet Explorer 7+ and Firefox. ...

Google Chrome broke ShellExecute() ?

For years I've been using ShellExecute() API to launch the default web browser from within my applications. Like this: ShellExecute( hwnd, _T("open"), _T("http://www.winability.com/home/"), NULL, NULL, SW_NORMAL ); It's been working fine until a couple of weeks ago, when Google released its Chrome browser. Now, if Chrome is ...

Copy / Put text on the clipboard with FireFox, Safari and Chrome

In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in FireFox, Safari and/or Chrome? ...

What browser features/plugins for opera, IE, firefox, chrome, safari, etc. do you use for browser compatibility testing?

I use the Nightly Tester Tools for Firefox and Fiddler for IE. What do you use? ...

How does any application (chrome, flash, etc) get a time resolution better then the system time resolution?

This article on microsoft's tech net site supplies an exe that will calculate your windows machine's minimum time resolution - this should be the smallest "tick" available to any application on that machine: [http://technet.microsoft.com/en-us/sysinternals/bb897568.aspx][1] The result of running this app on my current box is 15.625 ms....

C# - Sending messages to Google Chrome from C# application

I've been searching around, and I haven't found how I would do this from C#. I was wanting to make it so I could tell Google Chrome to go Forward, Back, Open New Tab, Close Tab, Open New Window, and Close Window from my C# application. I did something similar with WinAmp using [DllImport("user32", EntryPoint = "SendMessageA")] private...

Disable anchors in Chrome/WebKit/Safari

Consider the following code: $("a").attr("disabled", "disabled"); In IE and FF, this will make anchors unclickable, but in WebKit based browsers (Google Chrome and Safari) this does nothing. The nice thing about the disabled attribute is that it is easily removed and does not effect the href and onclick attributes. Do you have any su...

How do I stop Chrome from yellowing my site's input boxes?

Among other text and visual aids on a form submission, post-validation, I'm coloring my input boxes red to signify the interactive area needing attention. On Chrome (and for Google Toolbar users) the auto-fill feature re-colors my input forms yellow. Here's the complex issue: I want auto-complete allowed on my forms, as it speeds users ...

Does Google Chrome display pages the same as Safari?

Given that Chrome and Safari use webkit has anyone yet found anything that renders differently on Chrome than Safari? Is there any reason at the moment to test sites on both, or would testing Safari be sufficient for right now? ...

CSS floated divs with form elements disappear in Safari 3 on a mac

I'm roughing a layout together and doing some browser testing. Never came across this issue before, check out the contact form in the footer of this page http://staging.terrilynn.com/fundraising/ There is a div with a width of 298px floated to the right that comes first in the source order. It is followed by several other divs, each wi...

Can I set a different data directory for Internet Explorer?

In Google Chrome, I can provide the command-line argument --user-data-dir="..." to have Chrome use a different directory for state like cookies, cache, and so forth. This makes it possible to trivially load web pages from a "fresh" browser and simulate multiple independent users. How can I do the same thing with Internet Explorer (eith...

Why does firefox say "connection partially encrypted" on this page?

Here's the page: https://www.testmasters.net/test/ssltest2.aspx When I go to it (in firefox or chrome), it says "connection partially encrypted". But all references to objects are https and not http as far as I can tell. What's odd is that if you remove the RequiredFieldValidator, the page works fine. Here's the source (ASP.NET 3.5): ...

How to print debug messages in the Google Chrome Javascript Console

Does anyone know how to print debug messages in the Google Chrome Javascript Console? Please note that the Javascript Console is not the same as the Javascript Debugger, they have different syntaxes AFAIK, so the print command in Javascript Debugger will not work here. In the Javascript Console, print() will send the parameter to the pr...

CSS and Safari/Chrome

I've been trying to modify the following menu to make it look indentical in IE, Firefox, and Safari/Chrome but I can't seem to get it to look right in Safari/Chrome. Could anyone tell me how to fix it? When viewed in Safari or Chrome, notice that the menu is ignoring the padding. View flickr-like menu Thanks in advance! ...

ASP.NET Container-Specific Master Pages for Safari or Chrome

Has anyone been able to create Container-Specific Master Pages for Safari or Chrome? I can't find any ".browser" files for either of these. How often is the %SystemRoot%\Microsoft.NET\Framework\version\CONFIG\Browsers directory updated? Thanks ...