Chromium is the open source web browser project from which Google Chrome draws its source code.
0
votes
0answers
6 views
In Chrome, Where to do cleanup before render process exits?
I dynamically load a dll when renderer start up, but cannot find a correct place to unload this dll when the renderer exits(for example, when I close the related tab).
I've asked a question here with ...
2
votes
1answer
33 views
How to tell Chrome, please use local javascript from the browser for every site or any actions? Similar to Opera
I am using Chromium / Google Chrome browser in my Ubuntu desktop. Now for some testing reason, i need to run this javascript from browser not from the website server javascript code.
Is there any ...
0
votes
0answers
24 views
Embedded Chromium or Webkit in Android app
For our Android app, we would like to embed our own browser/rendering engine. The most likely candidate for this, is Webkit/Chromium. We are looking for something similar to WebView, essentially, but ...
0
votes
0answers
18 views
Where is the exit point of renderer process in chrome
I want to do some clean-up work in renderer process of Chromium, so I have to find the correct exit point, which is always run to when a renderer process kills itself.
I've tried ...
0
votes
0answers
14 views
sandboxed doesn't work in win8 64bit
I have a piece of code that using sandboxed but it not work in win8 64bit
sandboxed::TargetPolicy *policy = createDefaultPolicy(strUserDataPath,strApps);
tstring strNewCmdLine = strCmdLine + ...
0
votes
0answers
7 views
Chromium OS x86-alex (Samsung Series 5 Chromebook) gmerge gcc/clang [migrated]
I'm currently trying to build/install gcc and/or clang to use on my chromebook and I'm having nothing but trouble. I'm probably just being a bit stupid, but I've run
'sudo emerge-x86-alex gcc'
...
0
votes
0answers
25 views
Chrome: message content-script on runtime.onInstalled
I'm the maker of an addon called BeautifyTumblr which changes the apperance of Tumblr.
I wish for my Chrome extension to automatically detect when it has been updated and display changelog to the ...
-1
votes
1answer
62 views
Javascript: How to merge the string values of two arrays?
I want to use the _.zip function of Underscore.js to create pairs from two arrays.
var a = ["alpha", "beta", "gamma"];
var b = ["one", "two", "three"];
var pairs = _.zip(a, b);
alert("pairs = " + ...
0
votes
0answers
31 views
Strip Down Chromium to Bare minimum [closed]
I have to build a browser based on chromium which runs in kiosk mode. Similar to launching Chromium with --kiosk. However I also need to disable the context menu, spell check and anything else that ...
0
votes
0answers
93 views
How do I get Post/Get Data in Chomium (DCEF3 / Delphi 7)
I hope someone can help!
I'm converting a Delphi 7 app that uses TWebBrowser to use Chromium instead.
Something I'm having a problem with, I display the Post/Get values to the user in ...
0
votes
1answer
19 views
Cannot SYNC Google Chromium source files
I've been trying to download the source for the Chromium OS to check it out, but I keep getting issues with GIT repositories, apparently. I followed the instructions provided by Google, but I still ...
1
vote
1answer
25 views
Why can't I set TChromium cookie storage path in chrome browser default path?
I have read this thread about how to set cookie storage path, and I want to
set my cookie in the same path with chrome browser default cookie path.
This is my code.
var
CookieManager: ...
1
vote
1answer
60 views
fetch chromium doesn't work
fetch chromium --nosvn=True instruction makes error below:
`C:\Users\Gunwoo\workspace\chromium>fetch chromium --nosvn=True
Cannot rebase: You have unstaged changes.
Please commit or stash them.
...
0
votes
1answer
101 views
i am using chromium in delphi,but i find i cannot create a new chromium tab
I am using delphichromiumembedded plugin by which to instead TWebbrowser in my project, and there is a problem that I cannot create a new tab when i click on the pagesheetwindow which is using ...
0
votes
0answers
59 views
Is there any way in which a chrome extension can access a local file?
I've tried many things to read a local file from an extension's background script. Adding file://* (and even *://*) to the permissions list didn't work because XMLHttpRequest refuses to work with ...
-3
votes
1answer
34 views
How do you make a web browser with chrome's source ode [closed]
I've seen many browsers running on the chromium source code. I've tried making one myself but i just don't get what to do. Can someone run me through the steps or do it for me.
by the way im on a MAC
...
0
votes
1answer
44 views
Open tab, wait for it to finish loading then close it
I have written my first chrome extension today, what I want it to do it open a tab in the background (pinned), and after the page in the tab finishes loading, I want the tab to close.
So far I have:
...
2
votes
1answer
120 views
Do any Raspian browsers support WebRTC on the Raspberry Pi?
I'm making a side project that uses WebRTC to do peer-to-peer video calling from a PC to some piece of dedicated hardware.
I'd really like to use a Raspberry Pi for my hardware prototype, but I'm ...
-1
votes
0answers
24 views
Chromium fails at jQuery AJAX request
my name is Amanush and I am building an OS.
The OS is not my problem, my problem is that Chromium can't handle AJAX/GET requests in jQuery.
My website is here: http://my.cloudje.nl/. I am building ...
-1
votes
0answers
23 views
Autocomplete issue on Chromium address bar [closed]
When we type words in the address bar (aka omnibox) of Chromium browser, google suggest offers auto complete to convert the words to either web address or search terms, as if we had used google ...
0
votes
1answer
38 views
Removing pop/hiss from WebAudio generated sound
I am using the nodeOscillator function from Web Audio API to generate a sound, however when the sound cuts it makes a pop sound (the amplitude is not zero at the cut). Does anyone know a way to check ...
0
votes
2answers
29 views
Using Chromium Cookies in a perl script
I'm trying to write a perl script to connect to a website and am having issues with storing the cookies that I'm grabbing out of the Chromium SQLite database. Here's the relevant code snippet:
use ...
2
votes
0answers
90 views
How can I get IHtmlDocument2 in chrome browser?
In Internet Explorer, I can use IHtmlDocument2 to get the html document.
function GetCurrentBrowserDOM: WideString;
var
hr: HRESULT;
CurrentIE: IWebbrowser2;
Wnd: HWND;
WndChild:HWND;
...
0
votes
0answers
42 views
Is it possible to build chrome browser with plugins in javafx
I want to develop javafx application to show videos from different websites .
I am basically using javafx WebView.
The problems with WebView are:
It not plays videos in flash player.
WebView is ...
0
votes
0answers
42 views
D3.js SVG gradient little visual bug
I use the .svg file of germany (1 path): (larger version: http://i.stack.imgur.com/Df3vP.png)
And this gradient:
<defs>
<linearGradient id="grad1" x1="0%" y1="0%" x2="100%" y2="0%">
...
0
votes
1answer
131 views
CSS 3D transforms not working on Chrome 26 (Ubuntu 12.04)
On Google Chrome ( 26.0.1410.63 ), when I tried to open this http://www.paulrhayes.com/experiments/cube-3d/ It says
Uh-oh, your browser has no support for 3D CSS transforms.
I was surprised & ...
5
votes
1answer
121 views
Add keypress event to the omnibox in a chrome extension
Is it somehow possible to listen to keyevents (keyup, keydown, keypress) in the chrome omnibox?
So far I just found:
chrome.omnibox.onInputStarted.addListener(function() {...});
...
9
votes
1answer
111 views
Let the user choose the keyword for my omnibox chrome extension
I just created a chrome extension using the omnibox api.
"omnibox": { "keyword" : "a" },
I found out that it is not possible to use multible keywords
or let the user choose a keyword for my ...
0
votes
0answers
95 views
Raspberry Pi: Inconsistent behaviour with Chromium AutoSelectCertificateForUrls policy
Firstly, I have this working on my laptop (Ubuntu x64) yet find inconsistent behaviour when doing the same thing on a Raspberry Pi (Rasbian Wheezy 2013-02-09).
The only differences I can find between ...
3
votes
1answer
97 views
Enabeling touch events in Chrome from touch screen
I have a Ubuntu machine with a 24" touchscreen and it is working fine. I can move the mouse, do gestures with several touch points and such so the hardware is working fine. Now I wonder if it is ...
0
votes
0answers
54 views
Using Chrome extension, how do I make a tab make a POST request and navigate?
Using Chrome extension, how do I make a tab make a POST request and navigate? I am looking at something very similar to chrome.tabs.update. chrome.tabs.update allows me to 'navigate the tab to' a ...
0
votes
0answers
53 views
Error loading urls in multiple windows in cefsharp
I am encountering a bug using cefsharp/winforms. When multiple forms, each containing a webview load urls at the same time (either initially when instantiated, or later) ... the windows end stuck in ...
0
votes
1answer
421 views
chrome.runtime.sendMessage not working as expected
Hey there i am writing a chrome plugin.I have a content script and a background script and trying to make communication between the two.
As said in demo i am doing
...
3
votes
2answers
173 views
Styles not applying to some elements, Gallery Disappears in TinyMCE, WP 3.5
I'm noticing a strange bug in Chromium/Chrome, when after some edits one or more gallery placeholders (the camera and picture in WP3.5) disappear. In one case, I have one placeholder that displays, ...
1
vote
0answers
50 views
Is it possible to embed a QT control in Chromium?
Is it possible to embed a QT control in Chromium? Set its properties via HTML attributes? Use the same technique in Android? If possible, what's the best way?
1
vote
1answer
108 views
How to compile cefpython to exe
I am using cefpython to create a simple HTML5 based app. I am using Python and pywin32 to draw a simple window and render the frame there.
I want to compile my .py into an .exe but I have no idea how ...
0
votes
0answers
26 views
Chromium white labling
I need to implement white label web app.
So I want to have a standard exe installation what adds a custom icon to the desktop and an option to uninstall in the add remove program.
Do I need download ...
0
votes
1answer
95 views
Failures during Chromium build on Ubuntu
I am trying to build unmodified Chromium following official instructions, but i am getting the following error, I tried reinstalling Ubuntu 8, 12 but no difference:
[10/6591] ACTION Creating ...
1
vote
5answers
66 views
Is there a tool that can help understand who passes a specific parameter to a function, and where that variable was originally created (in C/C++)
Background and context:
I am doing a small project on Chromium and I am working on a function
that compiles the JS code which is received as a parameter.
I was able to take the type with the JS code ...
2
votes
0answers
356 views
Google speech recognition library or API
Google has recently made great progress with their speech recognition software, which is used in several open source products, e.g. Chromium Web Speech and Android Handsfree texting. I would like to ...
1
vote
0answers
126 views
Chrome websockets, readystate always on 0
I'm trying to use websockets on a website, so first I developed a small and very simple websocket page just to test it.
I have a websocket server running on my localhost, it is based on the python ...
1
vote
0answers
146 views
Chrome window.print() opening takes too long time
I have modal dialog, with some text that should be printed, and print link. So when I press print, it takes me about 30 sec to open preview dialog in chrome(firefox, safari, ie are fine). What is the ...
0
votes
0answers
46 views
datepicker theme not working
I have two questions
question 1
I used datepicker for my web app. but google chrome and chromium dont pick up the datepicker theme in production, while mozilla and opera works perfect
here is my ...
0
votes
0answers
21 views
What is the scope of variables in gyp?
The gyp documentation documents the 'variables' section like this:
'variables': Definitions of variables that can be interpolated and
used in various other parts of the file.
(emphasis mine).
...
0
votes
1answer
49 views
Checkout specific release code for chromium
Using the newGit checkout for google-chromium code, it asks me to set the remote repository to this. Now when I go to the source code, I only see trunk branch over there. I need to checkout a specific ...
0
votes
1answer
52 views
Understanding a call of “console.log(typeof null);” in a javascript console
I've just executed the following code in a Chromium javascript console:
console.log(typeof null);
The result is seen in the following screen capture:
I am just wondering what the greyed <- ...
-2
votes
2answers
97 views
Create an Android app on ios (Apple) platform
This might sound like a duplicate question but trust me its not.
I have an Android app. It contains WebView to display webpages. Now I am planning to go live with the app on ios too. Now having two ...
0
votes
0answers
70 views
customizing gyp and gypi files of chromium source code to add a new file
I am new to chromium source code. I have few doubt regarding chromium source code make files(gyp, gypi).
1) what is the difference between .gyp and .gypi files?
...
1
vote
2answers
83 views
What syntax highlighter does Chrome use?
Chrome/Chromium has a syntax highlighter in the inspector that shows black text while scrolling, and highlights after awhile - unlike Firefox Web Developer Toolbar's, which highlights everything and ...
4
votes
5answers
324 views
@font-face blurry/bolded/distorted glyphs for remote fonts
I'm attempting to switch to @font-face instead of relying on users to have the font installed (to be precise it is the Terminus font, rather its TTF version).
Unfortunately, I've ran into some ...