google-chrome

Can i use the google chrome gui library code for own desktop applications?:

I mean is it useable like WxWidgets to develop total non web releated client apps. A HTML widget is always nice but does it provide all the other common widgets a typical appication needs? Is it hard to generate a build script for an chrome based application or are the make files full of chrome specific paths and targets. EDIT: I know ...

Jquery + Chrome memory issue

I'm running this script in Google Chrome while using the Chrome Task Manager to monitor memory usage: <html> <head> <title>Test Page</title> <script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript"> var count = 0; function incrementContent() { $("#content").t...

Google chrome control for .net

I need a google chrome browser control for vb.net, though technically it could work for any .net language. Reason: I want to make my own web browser, but I do not want to code my own parser so I would like to use Chrome's instead (and give proper credit of course). I've googled this, and haven't been able to find anything Thanks for ...

debug XHR in chrome browser

How to see the post content in chrome? ...

How to create sockets in google chrome extension ?

Hello, I created small hello world extension for google chrome http://code.google.com/chrome/extensions/getstarted.html. I need to use sockets in extension for peer to peer communication using UDP. Is there any firefox Jslib equivalent in google chrome or how we can use other languages in google chrome extension? I doubt its possible in...

google chrome consider your site as malware

Hi, I just discovered that one of my site was considered by Chrome as a malware. Here's what is Google Chrome is showing: The website at ___ contains elements from the site ___, which appears to host malware – software that can hurt your computer or otherwise operate without your consent. Just visiting a site that contains malware ...

Chrome warning about static resource (css/gif/png/js)

When ever the web page is loaded i am getting warning in the debugger as Resource interpreted as stylesheet but transferred with MIME type text/plain. I am getting the above warning when the browser requests for js, css, gif and png files. Any idea how to resolve this warning ...

Greasemonkey script compatibility with Firefox, Safari, Opera and chrome (onload event)

Say you wanted a Greasemonkey script to be compatible with Safari and Chrome. Whereas in Firefox the Greasemonkey scripts only run when the DOM is ready. Chrome, Safari and Opera seem to run the Greasemonkey scripts before the DOM is ready. So what I am looking for is a solution that will only run a listener on the page, waiting for th...

Modify Google Chrome or Mozilla Firefox display settings

Hi, I would like to know if it is possible to modify Chrome or Firefox display settings, so that it would only show rectangles of HTML DOM objects? What I want to do is to decrease rendering engine job amount as much as possible, so it would only build layout of the page. Thank you! ...

Chrome box model is wrongwhen div display:table!

I made a site with simple instructions let's say: <html> <head> <style type="text/css"> .a120 { background-image:url('image/back.jpg'); width:1004px; border: 1px solid #333333; } </style> </head> <body> <div class="a120">bfahksbdhabdb</div> </body> </html> *back.jpg is 1004 pixels wide. And then the crazy thing: IE8, FF35, Opera9, ...

How do Javascript's "multiple execution contexts" work?

Javascript does not have visible threads (yet -- Worker Threads are coming, see more info in http://stackoverflow.com/questions/30036/javascript-and-threads). However, it does seem to have multiple execution contexts that appear to exist simultaneously -- independent, when you have multiple Firefox Windows, and multiple Firefox/IE tabs....

Comet Jetty/Tomcat, having some browser issues with Firefox and Chrome

I am exploring the use of Comet for a project I am working on. I tried creating a test application first using Tomcat6 and CometProcessor API and then with Jetty7 Continuations. The application is kind of working on both but I am having some issues with the actual display of messages. I used the technique of creating an XMLHttpRequest Co...

facebox-jquery problem in chrome and safari

Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages. But, in Chrome and Safari you'll can have a bad experiencie when displaying post-submit form (the response). test here with Chrome: http://www.freecss.info/tutorial/contact/index.html "submitemail.php" (the response) is displayed...

How to step through code in Google chrome javascript debugger

hi guys, i am really getting frustrated with google chrome... i have version 3.0.195.27 and want to debug some javascript that is working in IE ,FF but not in chrome when i open the debugger and mark breakpoints(the blue arrow thingy) and execute the javascript it hits the breakpoint and then i do not know how to step through code....i...

Use Google Chrome/ Chromium instead of WebKit on MacOS

I would like to use Google Chrome instead of the WebKit Framework in one of my projects. I found the 'chromiumembedded' project for Windows but nothing similar for Mac. Best would be to have it in form of a Framework to just drop it into a XCode project. Question: Is there an easy way to integrate the Webkit of Google Chromium in own Ma...

Google Chrome Extension: is there any per-tab storage?

Is there any "per-tab" storage accessible by the toolstrips? ...

Google Chrome - strange display of html

I use lot of jquery in CMS that I made myself and now I've noticed some strange behavior of Google Chrome when it tries to display content of CMS. When clicking on link via navigation menu search form is displayed like this: sometimes even like this: But when I refresh page using refresh button or F5 then it's displayed correctly. In ...

Javascript for CSS style modification inside Google Chrome browser

Hi, I'm facing a weird problem developing a web application as compatible as possible with most popular browsers : I've got a HTML which I want to move inside the page from its original position to another just by clicking on a button. Here is the HTML code : <div id="content"> text content ... </div> The associat...

java swing app with a custom titlebar?

Is there a way to write a Java Swing application with a custom chrome? Please take a look* at the frame for Microsoft's Zune 4.0 software. I realize that colors, the shape of scroll bars, etc. are controlled by skins or looks and feels. Right now I'm trying to tackle the native window which houses the java components--the title bar ma...

Problem printing contents of Canvas tag (Chrome, Opera)

These browsers (Windows versions) correctly print a web page which has a canvas overlay over an img tag image: IE6, IE7, IE8, Firefox, Safari But Chrome (up-to-date as I type this at version 3.0.195.27) and Opera (up-to-date as I type this version 10.0 build 1750) don't. Chrome ignores the canvas rendering entirely. Opera renders the e...