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

learn more… | top users | synonyms

3
votes
3answers
359 views

Amazon S3 Restrict Access To File By Referer - Chrome Has Issues

This is what my Amazon S3 bucket policy looks like (generated in part, using the AWS Policy Generator): { "Id": "Policy1350503700228", "Statement": [ { "Sid": "Stmt1350503699292", ...
0
votes
0answers
3 views

Reporting NewTab URL to websites and extensions

We would like to allow our Chromium-based browser to report a referrer from a New Tab to the websites that are on a New Tab (we have more than just most visited) and to the extensions. Besides just ...
0
votes
0answers
13 views

Tabbed Browser CefSharp

I have successfully added a WebView to windows in WPF. How can I add tabs to the browser? I have googled but have not found any good documentation for making a tabbed browser in CefSharp. var ...
0
votes
1answer
14 views

CSS Gradient very rough in Chromium

I have a linear gradient as background, which works fine in Firefox, Opera classic etc. but jumps in 10px strips in Chromium (and also on Android stock browser). You can see there is no smooth ...
1
vote
2answers
77 views

How do I detect Chromium specifically vs. Chrome?

Is there a way to detect if a visitor to my site is running Chromium as opposed to Google Chrome? Even basic UA sniffing (which I know is bad practice) would suffice for my particular case, but it ...
1
vote
1answer
75 views

Using Google Maps from a local webpage with Delphi & DCEF

I am using Delphi & the DCEF (Delphi Chromium Embedded Framework) to load a local HTML file into a browser embedded within a form. The HTML file is trying to display a Google Map & has the ...
5
votes
3answers
1k views

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 sample file to your Program.cs. And then if your CefWebBrowser is stuck and having "a ...
0
votes
1answer
15 views

Chromium Browser Branding

I've been struggling all day trying to build Chromium and understand how branding works, but no luck with the later one. The question is: how can I change the application name, logo and default ...
0
votes
1answer
26 views

JAVA Desktop Application & HTML with browser

I am working on Java Desktop Application. Is there any way so that I can download Google Chrome's source code, embed Chrome's source code in my Application so that it will allow me to create UI for ...
0
votes
0answers
12 views

Can i connect to ftp server on remote machine with sftp client on local machine?

We are developing a client app on chromium os. Since chromium os doesnt have ftp support, but has sftp support. So my qyeries are -: 1.) is it possible to connect to remote ftp server from ftp ...
0
votes
1answer
16 views

How can I automatically restart chromium if it crashes?

I'm using chromium-browser in kiosk mode as a display, but from time to time it might crash. I'd like to be able to kill / re-start the browser if that happens, but I'm unable to check chrome's ...
0
votes
1answer
29 views

How can i read a json file in chromium source code using chromium in-built json parser

I am trying to read a JSON file in my browser based on Chromium source code. I came to know that Chromium has an in-built JSON parser. How can I use this parser to retrieve url from the following ...
0
votes
0answers
21 views

Chromium pepper flash plugin for arm

I've ported the chromium for arm with Wayland. Currently my task is to create a flash plugin for it. How I can see the chromium has internal implementation of the flash. Is it? If it true how can I ...
0
votes
1answer
21 views

How to define a javascript function from Chromium Console

I'm trying to define a Javascript function or a simple variable in Chromium Browser debugger console. After definition, when I cannot reach this function. What shall be the problem for it? Here are ...
2
votes
1answer
64 views

android_gyp missing/not found when building Chromium for Android

I need to modify Chromium for Android. Because I have little or no experience with Linux, I've been having difficulties with getting it to compile and now I'm stumped for good. I've been following ...

1 2 3 4 5 34
15 30 50 per page