chromium

page injected via jsquery/ajax does not show properly in any Chromium browser

as obviously the css related to the page being injected is not loaded by Chromium. However, it is working well in IE8/O 10.x/FF3.6x. Hence begs the question - my stupidity in html coding, Chromium bug or jquery bug? that is what I could think of. this is the page in question, eliminated all non-essential js http://logistik-experte.gmx...

In which language is Chromium OS written?

I wonder on which language is Chromium OS written.I guess they have used C/C++ but did they put something different(Go,).Did they used Assembly for low level code as I know that they had to change some things to make booting a lot faster? ...

Where's the source code to the native PDF viewer in Google Chrome?

Can't seem to find it in trunk. Is this actually part of the open-source Chromium project? Or is the source to this not actually released? Only mention I could find: http://www.listware.net/201007/chromium-discuss/93274-chromium-discuss-chrome-pdf-viewer-source.html ...

Chromium-webkit does not compile with ENABLE_3D_CANVAS=0

I'm trying to build webkit chromium port on Windows with 3D_CANVAS support turned off, here is what I did to build it: modify WebKit/WebKit/chromium/features.gypi, set ENABLE_3D_CANVAS=0 build-webkit --chromium --release I got a bunch of link errors while linking against webcore.lib, after checking the source code I found that with E...

Chrome V8 Bug? Function Acting different after being called a 2nd time.

Please take a look at the following JavaScript. I've taken stuff out of it, so you may focus on the essence of the problem. You'll notice that I call the prepPath function twice in a row, passing in the exact same string. In firefox and IE8, this function alerts true each time (as expected). But, in Chromium 5.0.375.127 (55887) Ubuntu 1...

Is there a workaround for "dataTransfer setData multiple formats does not work in Chrome for Windows if one of the types is 'DownloadURL'"?

I submitted a bug to Chromium here: dataTransfer setData multiple formats does not work in Chrome for Windows if one of the types is "DownloadURL" This bug is probably not going to get fixed anytime soon. Is there a workaround for this issue? ...

Acid3 and Chromium 7.0

I just played around with the Acid3 test using Chromium in Ubuntu's daily ppa: 7.0.531.0 (60146) Ubuntu 10.04. I'm interested because it isn't pixel-for-pixel, but it does say 100/100. Is the Acid3 test supposed to fail for Chromium PPA? Or, is it good enough? To pass the test, a browser must use its default settings, the animation h...

chromium develpoer vrtual box image

Hi! Anyone who is building chromium in virtual box, please share the image of the builder virtual machine with me! I'm trying to install the dev toolkit as explained on the site, but I always fail. So I need a virtual box image where i can edit and comply the source code fast, without any other installing and boring stuff.. ...

using CefRegisterExtension of delphichromiumembedded component on Borland C++ ?

Hi I compiled the delphichromiumembedded using Borland Studio 2006 (c++) , and tried to use the CefRegisterExtension that in the ceflib.dll , I translate the Delphi code of the Execute function to C++ but seems that this doesn't work , I did it using the GetInterface of DelphiInterface Class. here is a sample code , if somebody know ...

How to highlight pinned tab in Chromium via javascript

There is a feature in Chrome - you can right-click on a tab and select "Pin Tab", then tab is moved to the left corner and looks like an icon with text. So there is the question: how can I highlight this tab? Maybe there is some API? For example, gmail can highlight this tab when new mail message is come. Thank you. ...

Chrome MULTIPLE_CONTENT_LENGTH error

If I access my page directly, I get: $ wget http://localhost:8010/ --save-headers -O - --2010-10-29 18:30:24-- http://localhost:8010/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:8010... connected. HTTP request sent, awaiting response... 200 OK Length: 950 [text/html] Saving to: `STDOUT' H...