| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ipc_mojo_perftests | morrita | 2014-09-09 | 1 | -305/+8 |
* | Fix a DCHECK violation in ipc_perftests | yzshen | 2014-09-05 | 1 | -2/+2 |
* | Add ChannelProxy benchmark to ipc_perftests. | morrita | 2014-08-29 | 1 | -12/+61 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-30 | 1 | -5/+4 |
* | Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." | mattm@chromium.org | 2014-05-29 | 1 | -4/+5 |
* | Introduce IPC::Channel::Create*() to ensure it being heap-allocated. | morrita@chromium.org | 2014-05-29 | 1 | -5/+4 |
* | IPC: Fix size_t to int cast for Win64 build. | epenner@chromium.org | 2014-03-20 | 1 | -1/+1 |
* | IPC: Make ipc_perftests run on Android. | epenner@chromium.org | 2014-03-19 | 1 | -8/+7 |
* | Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 | bbudge@chromium.org | 2013-11-04 | 1 | -4/+4 |
* | Remove unused IPC::Message priority. | bbudge@chromium.org | 2013-10-28 | 1 | -4/+4 |
* | base: Split logging functions and PerfTimeLogger out of perftimer.h | tfarina@chromium.org | 2013-09-17 | 1 | -3/+3 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 1 | -1/+1 |
* | Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ... | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | ipc: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-30 | 1 | -5/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -4/+4 |
* | Refactor (many) IPC tests, notably most of the multiprocess tests. | viettrungluu@chromium.org | 2013-01-25 | 1 | -32/+22 |
* | Remove IPC::Channel::set_listener(). | viettrungluu@chromium.org | 2013-01-16 | 1 | -10/+26 |
* | More IPC test header cleanup. | viettrungluu@chromium.org | 2013-01-15 | 1 | -1/+0 |
* | Automate ipc_perftests. | viettrungluu@chromium.org | 2013-01-15 | 1 | -81/+151 |
* | Trim #includes in ipc tests. | viettrungluu@chromium.org | 2013-01-11 | 1 | -6/+1 |
* | Move IPC tests into anonymous namespaces. | viettrungluu@chromium.org | 2013-01-11 | 1 | -0/+4 |
* | Make ipc_tests file structure a little saner and add an ipc_perftests target. | viettrungluu@chromium.org | 2013-01-11 | 1 | -0/+205 |