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
/
public
/
test
/
mock_render_process_host.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
win: Remove --enable-handle-auditing(-all)? flags
thakis
2015-05-04
1
-1
/
+0
*
Update the ICU's default timezone in browser/renderer
jshin
2015-04-29
1
-1
/
+1
*
Add MockRenderProcessHost::SimulateCrash to simplify unit testing of crashes.
nick
2015-04-18
1
-0
/
+3
*
Revert "Refactor sudden termination"
clamy
2015-03-24
1
-0
/
+1
*
Add UMA histograms and logging for bad IPC message handling
jamescook
2015-03-20
1
-1
/
+1
*
Move RenderProcessHostImpl::GetActiveViewCount to RenderProcessHost, remove m...
pcc
2015-02-12
1
-2
/
+0
*
Adds hook for content embedders to get media::BrowserCdm*.
gunsch
2015-02-06
1
-0
/
+4
*
Refactor sudden termination
clamy
2015-02-05
1
-1
/
+0
*
Fix webrtcAudioPrivate API to handle requests from <webview>s.
jiayl
2015-01-31
1
-0
/
+3
*
Add optimization for CHROMIUM_subscribe_uniform extension.
orglofch
2014-12-15
1
-0
/
+5
*
Use StopChildProcess instead of base::KillProcess to kill a renderer process
jaekyun
2014-12-04
1
-0
/
+1
*
Moves RenderProcessHostImpl::init_time() to RenderProcessHost to fix broken t...
carlosk
2014-10-21
1
-0
/
+1
*
Standardize usage of virtual/override/final in content/
dcheng
2014-10-21
1
-49
/
+47
*
Replace OVERRIDE and FINAL with override and final in content/public/[a-s]*
anand.ratn
2014-10-07
1
-45
/
+45
*
Add ProcessPowerCollector to audit CPU and power information.
dhnishi
2014-08-26
1
-0
/
+5
*
Separate ResizeHelper from RenderWidgetHelper
ccameron@chromium.org
2014-07-17
1
-3
/
+0
*
Support exposing Mojo services between render frames, render threads, and the...
sammc@chromium.org
2014-06-25
1
-0
/
+1
*
Revert 279557 "Support exposing Mojo services between render fra..."
xhwang@chromium.org
2014-06-25
1
-1
/
+0
*
Support exposing Mojo services between render frames, render threads, and the...
sammc@chromium.org
2014-06-25
1
-0
/
+1
*
Implements RTP header dumping.
jiayl@chromium.org
2014-05-31
1
-0
/
+4
*
Revert 273745 "Implements RTP header dumping." due to memory leak
battre@chromium.org
2014-05-30
1
-4
/
+0
*
Implements RTP header dumping.
jiayl@chromium.org
2014-05-30
1
-0
/
+4
*
Rename RenderProcessHost::IsGuest to RenderProcessHost::IsIsolatedGuest
fsamuel@chromium.org
2014-05-30
1
-4
/
+4
*
Remove TransportDIB methods from RenderProcess(Host)
jbauman@chromium.org
2014-04-24
1
-4
/
+0
*
Notify the entire renderer of timezone changes instead of each frame individu...
jochen@chromium.org
2014-03-13
1
-0
/
+1
*
Revert "Revert 249676 "Have the unload event execute in background on cr...""
clamy@chromium.org
2014-02-28
1
-0
/
+2
*
Revert 249676 "Have the unload event execute in background on cr..."
creis@chromium.org
2014-02-24
1
-2
/
+0
*
Have the unload event execute in background on cross-site navigations
clamy@chromium.org
2014-02-07
1
-0
/
+2
*
Reland CL to implement browser-side logging to WebRtc log.
vrk@chromium.org
2014-01-29
1
-0
/
+2
*
Revert 247164 "Implement browser-side logging to WebRtc log"
vrk@chromium.org
2014-01-29
1
-2
/
+0
*
Implement browser-side logging to WebRtc log
vrk@chromium.org
2014-01-26
1
-0
/
+2
*
Remove WGC3DCBImpl::GetGPUProcessID()
sievers@google.com
2014-01-15
1
-1
/
+0
*
Replace the GetAssociatedRenderView call with GetAssociatedRenderFrame in Int...
jam@chromium.org
2013-12-28
1
-0
/
+1
*
Revert 241425 "Aura: Don't create GL context for CreateSharedSur..."
ksakamoto@chromium.org
2013-12-18
1
-0
/
+1
*
Aura: Don't create GL context for CreateSharedSurfaceHandle()
sievers@chromium.org
2013-12-18
1
-1
/
+0
*
Guest renderers should not host non-guest content.
marja@chromium.org
2013-12-17
1
-0
/
+5
*
AEC dump setting in webrtc internals.
grunell@google.com
2013-12-17
1
-0
/
+4
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
1
-1
/
+1
*
Introduce RenderProcessHostObserver, use it in its first client.
avi@chromium.org
2013-11-19
1
-0
/
+5
*
Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...
jam@chromium.org
2013-10-01
1
-0
/
+1
*
Remove unnecessary static variable that entangles TEST_F state.
ajwong@chromium.org
2013-09-30
1
-0
/
+1
*
Refactor RenderProcessHost to use IPC::Listener instead of RenderWidgetHost
nasko@chromium.org
2013-06-21
1
-5
/
+5
*
Eliminate SwapOut message parameters, keeping state in RVHM instead.
creis@chromium.org
2013-06-14
1
-2
/
+0
*
Pass the SiteInstance into CreateRenderProcessHost
jyasskin@chromium.org
2013-06-06
1
-1
/
+2
*
Expose RenderProcessHost::MapTransportDIB and remove the duplicated implement...
skaslev@chromium.org
2013-05-08
1
-0
/
+1
*
Revert 193974 "Test extension reloading behavior."
dmazzoni@chromium.org
2013-04-12
1
-19
/
+0
*
Test extension reloading behavior.
jyasskin@chromium.org
2013-04-12
1
-0
/
+19
*
ResourceScheduler should use renderer notifications instead of MRUCache to tr...
simonjam@chromium.org
2013-03-18
1
-1
/
+0
*
Declare RenderProcessHost::GetHandle() method as const.
nasko@chromium.org
2013-02-06
1
-1
/
+1
*
For storage partitions to work properly, we need to know whether a storage pa...
nasko@chromium.org
2012-10-30
1
-0
/
+2
[next]