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
/
renderer
/
renderer_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
MessageLoop's RUN method will pass a const ref to PendingTask when
rtenneti@chromium.org
2013-02-03
1
-4
/
+6
*
Native memory histograms for the browser.
marja@chromium.org
2013-01-31
1
-0
/
+1
*
Only HistogramBase is used outside of base/metrics.
kaiwang@chromium.org
2013-01-23
1
-1
/
+1
*
Add a histogram for renderer memory usage.
marja@chromium.org
2013-01-15
1
-0
/
+21
*
Exclude PluginService for builds with enable_plugins==0
nileshagrawal@chromium.org
2012-12-20
1
-0
/
+2
*
Change the TISCreateInputSourceList override in the renderer to return real T...
rsesek@chromium.org
2012-12-19
1
-41
/
+0
*
Revert 167371 - [Mac] In the renderer's patched TISCreateInputSourceList(), r...
gman@chromium.org
2012-11-15
1
-6
/
+2
*
[Mac] In the renderer's patched TISCreateInputSourceList(), return real objects.
rsesek@chromium.org
2012-11-13
1
-2
/
+6
*
Browser Plugin: guest_focused = embedder_focused && plugin_focused;
fsamuel@chromium.org
2012-11-08
1
-1
/
+0
*
Move EnableInProcessStackDumping to base/debug
phajdan.jr@chromium.org
2012-11-01
1
-1
/
+2
*
Linux: don't always launch sandbox renderer tests.
jln@chromium.org
2012-10-24
1
-1
/
+1
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-3
/
+7
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-20
1
-0
/
+2
*
Revert 157773 - This is followup from Charlie's comments on Fady's cl: http:/...
zea@chromium.org
2012-09-20
1
-2
/
+0
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-20
1
-0
/
+2
*
Revert 157650 - This is followup from Charlie's comments on Fady's cl: http:/...
zea@chromium.org
2012-09-19
1
-2
/
+0
*
This is followup from Charlie's comments on Fady's cl: http://chromiumcoderev...
lazyboy@chromium.org
2012-09-19
1
-0
/
+2
*
Show the stack trace for renderer process crashes.
tony@chromium.org
2012-09-14
1
-0
/
+6
*
Use a different algorithm with the low entropy source for field trials.
asvitkine@chromium.org
2012-08-24
1
-4
/
+4
*
Initialize StatisticsRecorder (singleton) before FieldTrails are
rtenneti@google.com
2012-08-15
1
-0
/
+4
*
mac: Remove more 10.5-only code
thakis@chromium.org
2012-08-10
1
-10
/
+17
*
On Posix, make all child processes quit when the browser dies, not just the r...
jam@chromium.org
2012-07-30
1
-43
/
+0
*
Initialize StatisticsRecorder in Child Process to hold
rtenneti@chromium.org
2012-07-19
1
-8
/
+0
*
Move StatisticsRecorder out of histogram.cc/h for further refactoring.
kaiwang@chromium.org
2012-07-13
1
-0
/
+1
*
Tighten up DEPS some more. NaCl/service process code are including internal c...
jam@chromium.org
2012-06-04
1
-4
/
+3
*
RefCounted types should not have public destructors, content/browser part 2
rsleevi@chromium.org
2012-04-28
1
-1
/
+6
*
Convert the logging ui_test to a browser_test.
jam@chromium.org
2012-04-17
1
-20
/
+5
*
Field Trials choices can now be forced from a command line argument, and yet ...
mad@chromium.org
2012-04-12
1
-3
/
+3
*
Added code so renderer would cleanly exit.
asharif@chromium.org
2012-04-10
1
-2
/
+11
*
Reland r131429 (Moved SuicideOnChannelErrorFilter to content.). Install it in...
jam@chromium.org
2012-04-10
1
-2
/
+33
*
Change ChildProcess::set_main_thread registration to occur inside the RenderT...
marshall@chromium.org
2012-02-01
1
-3
/
+3
*
Obey --wait-for-debugger in the render process.
cbentzel@chromium.org
2011-11-09
1
-2
/
+6
*
In order to make sure that we only have one list of registered PPAPI factorie...
dpranke@chromium.org
2011-11-03
1
-0
/
+7
*
Move content_restriction.h and main_function_params.h to content/public/commo...
jam@chromium.org
2011-10-31
1
-2
/
+2
*
Expose the sandbox related code through the content API. I did a bit of clean...
jam@chromium.org
2011-10-29
1
-3
/
+5
*
Move content_switches to content\public\common.
jam@chromium.org
2011-10-13
1
-1
/
+1
*
Rename RenderThread to RenderThreadImpl
jam@chromium.org
2011-10-06
1
-3
/
+3
*
Remove RenderProcessHost::is_extension_process
jochen@chromium.org
2011-10-05
1
-2
/
+0
*
export RendererMain from content so that it will get picked up properly by ch...
dpranke@chromium.org
2011-09-13
1
-0
/
+2
*
Revert 96565 - Warm up locale and KsecDD in renderer sandbox
jschuh@chromium.org
2011-08-12
1
-6
/
+0
*
Warm up locale and KsecDD in renderer sandbox
jschuh@chromium.org
2011-08-12
1
-0
/
+6
*
Improve and unify Mac OS X run-time version checks.
mark@chromium.org
2011-06-14
1
-12
/
+5
*
Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, or
tony@chromium.org
2011-05-31
1
-2
/
+2
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Revert 85732 (broke build) - Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Move SystemMonitor to base/.
willchan@chromium.org
2011-05-18
1
-2
/
+2
*
Add one-time randomization support for FieldTrial, and the ability to
joi@chromium.org
2011-05-10
1
-2
/
+4
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-4
/
+4
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-4
/
+4
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-4
/
+4
[next]