index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
renderer_host
/
browser_render_process_host.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch caused Chrome to be unable to load any web pages on Chrome OS.
satorux@chromium.org
2011-08-23
1
-18
/
+2
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
1
-1
/
+1
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-19
1
-2
/
+18
*
Revert 97477 - Move simple download calls to chrome code to use ContentBrowse...
wez@chromium.org
2011-08-19
1
-1
/
+1
*
Move simple download calls to chrome code to use ContentBrowserClient interface.
jam@chromium.org
2011-08-19
1
-1
/
+1
*
Create ipc.dll.
darin@chromium.org
2011-08-15
1
-0
/
+1
*
Add IPC for DNS host address resolution.
sergeyu@chromium.org
2011-08-09
1
-1
/
+2
*
Removal of Profile from content part 1.
avi@chromium.org
2011-07-27
1
-37
/
+40
*
DevTools: move DevToolsAgent/Client into content.
pfeldman@chromium.org
2011-07-22
1
-0
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-1
/
+2
*
Move MHTML code to content, now that download code is moving there.
jam@chromium.org
2011-07-19
1
-0
/
+7
*
Remove --enable-p2papi flag.
sergeyu@chromium.org
2011-07-19
1
-5
/
+1
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-2
/
+1
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-1
/
+2
*
MediaStreamDispatcher host. This is the browser process counterpart for the M...
perkj@chromium.org
2011-07-14
1
-0
/
+4
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-3
/
+3
*
Pass AudioRendererHost data to MediaInternals.
scottfr@chromium.org
2011-07-08
1
-1
/
+1
*
Change audio renderer to communicate with host using low latency codepath.
enal@chromium.org
2011-07-07
1
-0
/
+1
*
Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout...
adamk@google.com
2011-07-02
1
-6
/
+0
*
Convert ViewMsg_NetworkStateChanged from routed -> control
adamk@google.com
2011-07-01
1
-0
/
+6
*
Remove the IsExternalTabContainer function from the TabContentsDelegate and R...
ananta@chromium.org
2011-06-29
1
-18
/
+3
*
Removing defunct OpenMAX code (round 2).
scherkus@chromium.org
2011-06-28
1
-1
/
+0
*
Enable Web Audio API by default (no longer needs enable flag).
crogers@google.com
2011-06-27
1
-1
/
+1
*
GPU compositing surface handle is no longer sent to renderer process.
apatrick@chromium.org
2011-06-27
1
-1
/
+7
*
Add switch to enable media stream apis in Webkit. The patch is needed so medi...
perkj@google.com
2011-06-23
1
-0
/
+1
*
Fix a regression where extension APIs would sometimes not be available on the
mpcomplete@chromium.org
2011-06-22
1
-0
/
+4
*
Fix Revert of 89054 so it builds on win_shared
gman@chromium.org
2011-06-14
1
-0
/
+2
*
move all media and media_stream related files into content/browser/renderer_h...
wjia@chromium.org
2011-06-14
1
-3
/
+3
*
Revert 89054 - Add lots of client side OpenGL logging.
asargent@chromium.org
2011-06-14
1
-2
/
+0
*
Add lots of client side OpenGL logging.
gman@chromium.org
2011-06-14
1
-0
/
+2
*
Get rid of the following dependencies from content:
jam@chromium.org
2011-06-14
1
-5
/
+0
*
Remove content dependency on chrome/browser/accessibility/browser_accessibili...
jam@chromium.org
2011-06-13
1
-37
/
+1
*
Remove g_browser_process dependency from content. Also make all the SyncChan...
jam@chromium.org
2011-06-13
1
-19
/
+4
*
Removing defunct GpuVideoDecoder and IpcVideoDecoder.
scherkus@chromium.org
2011-06-03
1
-1
/
+0
*
Revert 87790 - Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
1
-0
/
+1
*
Removing defunct OpenMAX code.
scherkus@chromium.org
2011-06-03
1
-1
/
+0
*
When --disable-gpu-vsync, run requestAnimFrame callbacks at top speed.
nduca@chromium.org
2011-06-03
1
-0
/
+1
*
Fix official build breakage from r87434.
thestig@chromium.org
2011-06-01
1
-1
/
+1
*
Remove platform_util dependency from content.
jam@chromium.org
2011-05-31
1
-0
/
+7
*
Always enable quota storage API
kinuko@chromium.org
2011-05-31
1
-1
/
+0
*
Quota InfoBar
kinuko@chromium.org
2011-05-31
1
-3
/
+5
*
Code to turn on obfuscated filesystems for all, and to migrate all existing u...
ericu@google.com
2011-05-28
1
-2
/
+18
*
Get rid of render_messages.h and web_cache_manager.h. I moved the view sourc...
jam@chromium.org
2011-05-26
1
-16
/
+0
*
Remove history dependency from content.
jam@chromium.org
2011-05-24
1
-1
/
+0
*
Pull platform_util dependency from TC.
avi@chromium.org
2011-05-24
1
-1
/
+0
*
Fix PP_FileOpenFlags_Dev handling:
yzshen@chromium.org
2011-05-23
1
-1
/
+1
*
Get rid of chrome dependencies from PluginProcessHost by moving dispatching o...
jam@chromium.org
2011-05-18
1
-1
/
+1
*
Get rid of the remaining content settings code in the content module.
jam@chromium.org
2011-05-13
1
-2
/
+1
*
Re-land r84928: Move EFD to ExtensionTabHelper.
aa@chromium.org
2011-05-13
1
-14
/
+15
[next]