1
vote
0answers
36 views

Google Chrome and proxy server

I am writing a proxy server and I have a problem. When the proxy is set, Chrome creates some empty connections and no data is being sent to the server. Most likely on them, no data on an entrance are ...
-1
votes
1answer
119 views

Time or Cost To Customize Chrome As File Explorer [closed]

How much time do you think it would take a programmer to download the Chrome browser source-code, and edit it to function like my windows Vista default file browser (Windows Explorer). Basically I ...
4
votes
1answer
240 views

What does ovly_debug_event do in chrome?

I was looking at chrome's thread stacks when I noticed that a lot of threads have a trace similar to this: 0, wow64cpu.dll!TurboDispatchJumpAddressEnd+0x6c0 1, ...
1
vote
1answer
128 views

Using Windows raw_input in NPAPI windowed plugin in Chrome

I have an application which is working fine standalone. It handles all its keyboard/mouse input using raw input. When switching to NPAPI client windowed plugin, I receive inputs via WM_KEYDOWN for ...
0
votes
1answer
96 views

How to set up Linker Flags when developing Google Pepper Trusted Plugin with C++ API

Hi everyone, I am trying to build a Chromium Trusted Plugin (no sandboxed NaCl-Plugin) using the Pepper API (version 16) on Linux. "Trusted Plugin" means that I am passing the path to my Plugin when ...
1
vote
1answer
287 views

How to add an entry to chrome browser dns cache list (changing the source code)

I have been working on chrome source for a while and I am making some changes for performance test. I am interested in adding new DNS entries to chrome cache, so that it shows up in ...
0
votes
1answer
106 views

Storing user data for a C-based Native Client instance

I have been working on C-based Native Client module for Google Chrome. Many of the module functions that are called by the NaCl system have a parameter of PP_Instance which uniquely identifies the ...