Top "Chromium" questions

Chromium is the open source web browser project from which Google Chrome draws its source code.

How to have the minimum size possible Chromium Embedded Framework dlls

Chromium Embedded Framework (http://code.google.com/p/delphichromiumembedded/) is good. I use it to display static HTML, JS and …

delphi deployment chromium chromium-embedded
Using Chromium Remote Debugging from External Device

Chrome can be run to support remote debugging by starting it via the command line with a prompt such as …

debugging google-chrome remote-debugging remote-access chromium
Where are the docs for the Chromium Embedded Framework?

I downloaded and started playing with CEF, but there doesn't seem to be any docs for it. Not even a …

chromium chromium-embedded
Decrypting Chromium cookies

I'm trying to use Chromium cookies in Python, because Chromium encrypts its cookies using AES (with CBC) I need to …

python c++ google-chrome cookies chromium
Chrome Extension: Open tab without popup

I've used the following code in my popup.html file: <script type="text/javascript" charset="utf-8"> chrome.tabs.…

javascript google-chrome google-chrome-extension chromium
How to FIX Chromium HiDPI Scaling:

Tested On: Ubuntu Gnome 16.04 LTS I had an issues with getting my HiDPI display, 3200x1800, working correctly with Chromium. By …

ubuntu scale resolution chromium display
Aptana internal web browser error, Ubuntu 12.04

I am running elementary 0.2 (Ubuntu 12.04 but with a different desktop environment) and I installed Aptana studio. Everything is fine aprt …

firefox ubuntu aptana chromium xulrunner
How to get the source code of Chromium for Android

I'm trying to build Chromium open source browser for Android. I have referred: Visit: http://code.google.com/p/chromium/…

android google-chrome chromium android-browser
Chrome + CORS + cache - requesting same file from two different origins

I'm experiencing an issue with Chrome that I can't seem to fully understand, I'm curious if folks here have dealt …

google-chrome amazon-s3 cross-domain cors chromium
CefWebBrowser doesn't show up

Solution: This issue is caused by not loading the CefRuntime in the Program.cs. Simply copying all code in the …

c# winforms webbrowser-control chromium chromium-embedded