summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_main_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move some chrome\common code to content in preparation for moving chrome\gpu.jam@chromium.org2011-03-111-1/+1
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-2/+3
* seccomp: remove build-time flagsevan@chromium.org2010-12-151-3/+3
* Revert more of my change to RendererMainTest.evan@chromium.org2010-10-201-2/+0
* seccomp: disable seccomp for RendererMainTestevan@chromium.org2010-10-151-0/+17
* Revert most of my recent changes to RendererMainTest.evan@chromium.org2010-10-151-13/+1
* RendererMainTest: die quickly if our child process diesevan@chromium.org2010-10-141-3/+22
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-171-4/+4
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-4/+4
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-4/+4
* Convert a bunch of easy AppendSwitchWithValue to *ASCII.evan@chromium.org2010-07-301-2/+1
* Add an AppendSwitchASCII to CommandLine, and convert a test to it.evan@chromium.org2010-07-301-5/+5
* CommandLine: add a CopySwitchesFrom() and AppendSwitchPath()evan@chromium.org2010-07-291-1/+1
* Assorted cleanup.estade@chromium.org2009-11-231-4/+3
* Add a correct include for the IPC switches.brettw@chromium.org2009-07-231-0/+1
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Linux: refactor zygote supportagl@chromium.org2009-06-121-5/+3
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-3/+5
* Linux: refactor zygote supportagl@chromium.org2009-06-101-5/+3
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-2/+2
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Add Recycle() method to scoped autorelease pool to allow cleaning out any junkpinkerton@chromium.org2009-02-091-2/+1
* Fix Renderer Crash on OS X + update unit test.jeremy@chromium.org2009-02-061-8/+1
* Some fixes to ease debugging of the renderer process on OS X.jeremy@chromium.org2009-02-051-3/+4
* Add a very simple test for renderer_main, in the interests of bringup.jeremy@chromium.org2009-02-041-0/+113