Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

26
votes
3answers
4k views

wtf is WTF? (in WebKit code base)

I downloaded Chromium's code base and ran across the WTF namespace. namespace WTF { /* * C++'s idea of a reinterpret_cast lacks sufficient cojones. */ template<typename TO, ...
11
votes
2answers
236 views

Finding way around chromium's source code

I just checked out chromium's source, but I desperately need to learn how to navigate around this monster. How would I search for parts of the code that implement behavior/features I'm interested ...
11
votes
1answer
237 views

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 ...
10
votes
6answers
679 views

Google Chrome over Linux FrameBuffer

I am working on a project where I need to run Google chromium over Linux FrameBuffer, I need to run it without any windowing system dependency ( It should draw on the buffer we provide it to draw, ...
8
votes
1answer
263 views

localStorage Isn't Accessible in Chrome's --single-process Mode

So I'm trying* to use Chromium's --single-process flag (yes, I know it's the most dangerous thing in the world, etc., no need for a lecture, thanks!) with localStorage, and for some reason, it looks ...
8
votes
3answers
174 views

How do you find a particular piece of functionality in a large codebase?

I was fascinated by the "press Tab to search site" feature in chromium, so naturally I wanted to see how exactly it was implemented in code. A little background for anybody who aren't familiar with ...
7
votes
1answer
261 views

Can I use Chromium in my closed source app?

I would like to know if it is possible and what is necessary in order to use Chromium in my closed source app. Since Chromium uses many other open-source libraries with different types of licenses I ...
7
votes
1answer
5k views

Keyboard Shortcuts in Google Chrome / Chromium Extensions

I've created a basic extension for Google Chrome to change the behavior of which tab is selected when you close a tab so that the selected tab is the last one you had selected instead of just the one ...
6
votes
1answer
144 views

Access “bad sites” list from embedded Chromium?

Embedded Chromium does not have the same protection as stand-alone Chrome does when it comes to warning users about "bad sites". Users of Chrome are familiar with the warning screen that comes up ...
6
votes
1answer
569 views

How to expose “native functions” to Javascript in a web page using Chromium and Delphi 6?

I have successfully embedded Chromium into my Delphi 6 projects with the help of Delphi Chromium Embedded. Now I want to be able to execute Javascript code and the have results returned to my host ...
5
votes
0answers
108 views

Writing a managed wrapper for Chromium

Today I've been bouncing all around the internet, and after reading up on a lot of solutions I've decided that writing a Chromium wrapper would be an interesting learning experience; not to mention it ...
4
votes
0answers
116 views

Why is Google Chrome pinging “mdioussrvd” and other random hosts that don't resolve? [closed]

I notice when I start up Google Chrome it makes a few bad requests to random host names, such as mdioussrvd, azwvtdbpjh, and lblhkhlklj. I'm wondering what is causing this and/or what the purpose ...
4
votes
1answer
174 views

Generating a tone using pure javascript with Chromium WebAudio API

How can I generate a tone (pure sine wave, for instance) using only javascript and Chromium's WebAudio API? I would like to accomplish something like the Firefox equivalent. The Chromium WebAudio ...
4
votes
2answers
591 views

Chrome extension testing

Does anyone have experience with Chrome extension testing? For example: I want to create an extension that uses the popup browser action, and automate a test case that checks the behavior of ...
4
votes
3answers
474 views

How can I make Chromium send the new WebSocket handshake?

I came across this code change in Chromium. It says Chromium now supports both handshake versions, which the code seems to confirm. I mean the second version at Wikipedia ...
4
votes
1answer
431 views

How can I fully override Chromium disabled input field colours?

Example: http://jsfiddle.net/wCFBw/25/ input { color: black; } <input type="text" value="This is black" /> <input type="text" disabled="disabled" value="Why this is not black?" /> ...
4
votes
1answer
803 views

Chrome extension - Message Passing

I'm trying to get the info that is set on the Options Page to alter the behavior of my extension. Basically, if a checkbox on OptionsPage is set to true, the extension runs, otherwise it doesn't. I'm ...
4
votes
3answers
3k views

Is it possible to run the Chromium Browser on Android?

Since you should be able to build Chromium browser on any reasonably modern Linux distribution, can we assume that you should be able to build it onto Android ?
3
votes
2answers
300 views

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 CSS generated from Delphi code only. But I find it too big. I need: ...
3
votes
2answers
58 views

Getting DOM in console linux application using WebKit or something else

I want get DOM of webiste after it is loaded(after all javascript scripts are executed) using WebKit or other engine in console linux application without any GUI Is there any possibility to do it? ...
3
votes
2answers
189 views

jQuery Plugin won't work on Subdomain

I have an issue with Chromium not loading a jQuery plugin for some strange reason. If I hit the page through a subdomain, it will not load. If I hit the page through the root domain, everything ...
3
votes
5answers
615 views

Is WebRTC implemented in any browsers yet?

Is WebRTC implemented in any browsers yet? Nightly builds? Thanks for any info.
3
votes
1answer
223 views

Streaming Large Audio Files for Web Audio API

Does anyone have any examples or suggestions on how to go about streaming large audio files for the Web Audio API? Reading the W3C spec, they recommend streaming when the files are large versus an ...
3
votes
2answers
315 views

How to enable drag-selection in Berkelium?

I've got an application that's using Berkelium for an embedded web browser, and I'm having trouble getting the drag-selection to work. I've seen examples of other WebKit-based applications that have ...
3
votes
2answers
505 views

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: ...
3
votes
4answers
641 views

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 ...
2
votes
1answer
109 views

Make TChromium render anti-aliased

I use the latest TChromium Delphi wrapper of Chromium Embedded Framework from (http://code.google.com/p/delphichromiumembedded/). The fonts does not get displayed anti-aliased. How I can switch this ...
2
votes
2answers
59 views

“Uncaught SyntaxError: Unexpected token (” but there is no error

I'm authoring a simple userscript that will give the backspace button navigation control like in windows (specifically this is for linux users) for Chromium browser. This script was working, then I ...
2
votes
3answers
106 views

Sample NPAPI plugin in C for Linux

I need to make a binary plugin in C that works with both Firefox and Chromium, on Linux. Where can I find a simple example of an NPAPI plugin for Linux, written in C?
2
votes
1answer
226 views

Why is QTWebKit so much behind Google Chrome (Chromium)

I have used the newest release of QtWebKit, that is version 2.2. But I must say it is nowhere near the current release of chromium. It lacks many CSS properties, it lacks anti aliasing, it renders ...
2
votes
1answer
442 views

requestFileSystem throws SECURITY_ERR on Windows XP - Chrome

The following code is used in a Chrome application with the necesary permissions. It works ok in any operating system other than Windows XP. window.requestFileSystem = window.requestFileSystem ...
2
votes
1answer
120 views

Getting Chrome Browser in java Applications

Is there a way to get the Chrome browser inside of java applications similar to the way Awesomium works in C++ and C# applications?
2
votes
1answer
399 views

Chrome Extension: sendRequest to content script inside inner iframes?

I have injected a content script file to all pages and inner iframes using "all_frames": true but when I send a request from popup only top window is receiving it. Any idea how can send it to all ...
2
votes
1answer
184 views

re-development of Chrome webdriver

I hear that webdriver for Chrome is being re-developed as part of the Chromium project (since the original Chrome webdriver of the selenium project is unusable). Does anyone know if development is ...
2
votes
2answers
616 views

Use Selenium with Chromium Browser

In the Selenium options (on Firefox) I can find Custom browser. It's possible to use this option to run a Selenium test in Chromium Browser ?
2
votes
1answer
643 views

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.create({'url': chrome.extension.getURL('page.html')}, function(tab) { }); ...
2
votes
1answer
141 views

Javascript debugger tip. Show a name for a value other than “Object”

I want to use the following idea for a class system in Javascript. var base = Object.create( Object.prototype, { extend: { value: function extend (properties) { var child = ...
2
votes
1answer
402 views

Listener in a Content Script

Let me explain my issue. I'm currently developing an Google Chrome Extension which inject a toolbar as an iframe in every web page. The problem is that i need in some case to hide the toolbar, ...
2
votes
3answers
241 views

How to debug Chromium in Eclipse on Linux?

To debug chromium using gdb (LinuxDebugging) one can use chromium --renderer-cmd-prefix="gdb --args" and chromium --plugin-launcher="gdb --args" Chromium then launches debugger with "gdb --args" ...
2
votes
1answer
341 views

Content script communicate with bg page [Synchronous]

Howdy, ok I'm aware that a content script can communicate with the background page using: chrome.extension.sendRequest({action:'test'}, function(response) { //code here... }); someFunction(); ...
2
votes
1answer
383 views

jQuery ajax doesn't seem to be reading HTML data in Chromium

I have an HTML (App) file that reads another HTML (data) file via jQuery.ajax(). It then finds specific tags in the data HTML file and uses text within the tags to display sort-of tool tips. Here's ...
2
votes
1answer
314 views

Is it possible to read the clipboard contents in Chrome without an onPaste handler?

Is it possible to read the clipboard without user interaction? Just like IE's window.clipdData.getData("Text")? I've seen other questions, such as Is it possible to read the clipboard contents in ...
1
vote
1answer
43 views

How to find out what event listener types attached to specific HTML element in Chrome extension?

I'm posting this question here, since I can't get it posted on the official Chromium extension forums (or there's a terrific delay until it's being moderated). I have to check in Chromium extension ...
1
vote
2answers
48 views

Chrome Extension: window.innerWidth = 0 ? // bonus: maximizing window

I am creating a chrome extension to easily swap between different screen sizes (in order to test responsive design). Although this already exists, I figured it would be a good excercise. I am running ...
1
vote
2answers
144 views

Custom installer for Chromium

I would like to provide an installation of Chrome (or probably Chromium?) that comes pre-installed with my extension, installed to a separate folder and has the --enable-experimental-extension-apis ...
1
vote
0answers
23 views

Linker (ld) fails to produce output file?

I'm getting a strange error while trying to build Chromium on Mac. I've tracked the problem down to the following block of code, which is in a script called adjust_visibility.sh. ...
1
vote
1answer
48 views

GDB is getting slower over time

When debugging with GDB during one debug session it becomes slower and slower over time. Even simplest operations like step over and step into can take dozens of seconds and sometimes even minutes. I ...
1
vote
1answer
47 views

Get Chromium Source Code tutorial video

Recently I have been having problems with downloading and getting the project / source for chromium. Is there an easy to follow video tutorial out there for how to download and be able to see / edit ...
1
vote
2answers
71 views

How do I enable geolocation support in chromedriver for Selenium?

I need to test a JS geolocation functionality with Selenium and I am using chromedriver to run the test on the latest Chrome. The problem is now that Chrome prompts me to enable Geolocation during ...
1
vote
1answer
55 views

$.ajax() not working on google Chromium [closed]

$.ajax() not working on google Chrom. I send an AJAX request to the server from a JSP page, which works fine in Firefox but when I open the same page in chromium and it's hanging and gives me a popup ...

1 2 3 4