summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_thread_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+0
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-061-3/+3
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-031-3/+3
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-031-3/+3
* Unrevert 21355 because the revert might be causing thensylvain@chromium.org2009-07-231-6/+5
* Revert 21355 because it might be causing all the newnsylvain@chromium.org2009-07-231-5/+6
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-231-6/+5
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Revert r21117 as it caused reliability failures.estade@chromium.org2009-07-211-5/+6
* Fix single process mode and the unit_tests on Linux.jam@chromium.org2009-07-211-2/+2
* Disable RenderThread unittests. They're causing the unit tests to not complete.thestig@chromium.org2009-07-211-2/+2
* Switch the first thread in a child process to be the main thread, and make th...jam@chromium.org2009-07-201-6/+5
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-1/+3
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-1/+1
* 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
* Fix the IPC::SyncChannel leaks with RenderThread in the callstack. This work...jam@chromium.org2009-03-021-3/+3
* Revert my previous change. It fixed the memory leaks (see http://build.chrom...jam@chromium.org2009-03-011-3/+3
* Speculative fix for memory leak in unit tests.TBR=erikkayjam@chromium.org2009-03-011-3/+3
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-211-15/+14
* Reverting 10080.jam@chromium.org2009-02-201-8/+15
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-201-15/+8
* POSIX: TestVisitedMsg; use valid file descriptor (unit_tests fix)agl@chromium.org2009-02-111-1/+1
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-0/+5
* Fix purify failure.jrg@chromium.org2009-01-291-10/+22
* render_* work.jrg@chromium.org2009-01-271-0/+47