| Commit message (Expand) | Author | Age | Files | Lines |
* | Take out intptr_t IPC serialization support to prevent people from sending po... | jam@chromium.org | 2010-02-09 | 1 | -15/+11 |
* | linux: build with -Wextra | evan@chromium.org | 2010-02-05 | 1 | -2/+2 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 1 | -3/+3 |
* | linux: uncontroversial cleanups found by clang | evan@chromium.org | 2010-02-02 | 1 | -1/+1 |
* | Revert "Better handle oversized IPC messages" r37102 | jeremy@chromium.org | 2010-01-26 | 3 | -36/+0 |
* | Better handle oversized IPC messages | jeremy@chromium.org | 2010-01-26 | 3 | -0/+36 |
* | Add the ability for the GPU process to be used to paint the backing store of a | brettw@chromium.org | 2010-01-13 | 1 | -0/+2 |
* | Mac: Make devtools window dockable. | thakis@chromium.org | 2010-01-05 | 1 | -1/+1 |
* | Avoid calling vector resize() with excessive size parameter: fix broken integ... | cevans@chromium.org | 2009-12-31 | 1 | -13/+7 |
* | Defense-in-depth: initialize some variables. | cevans@chromium.org | 2009-12-30 | 1 | -2/+2 |
* | Refactoring build configurations - make it clearer and allow better support f... | gregoryd@google.com | 2009-12-22 | 1 | -1/+1 |
* | Revert 35012 - Rearrange build configurations make it clearer and allow bett... | gregoryd@google.com | 2009-12-19 | 1 | -1/+1 |
* | Rearrange build configurations - make it clearer and allow better support for... | gregoryd@google.com | 2009-12-19 | 1 | -1/+1 |
* | Win: Fix an invalid handle initialization in the spellchecker. | estade@chromium.org | 2009-12-18 | 1 | -0/+8 |
* | Give classes with virtual methods virtual protected destructors instead of im... | jamesr@chromium.org | 2009-12-16 | 2 | -5/+9 |
* | Move the utility process messages to their own file now that we have more than | brettw@chromium.org | 2009-12-15 | 2 | -5/+5 |
* | Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync... | apatrick@google.com | 2009-12-12 | 1 | -4/+1 |
* | Fix a minor typo in ipc_message_macros.h (split out of http://codereview.chro... | dglazkov@chromium.org | 2009-12-10 | 1 | -1/+1 |
* | Link the following tests against tcmalloc: | glider@chromium.org | 2009-12-10 | 1 | -0/+9 |
* | Recognize EMSGSIZE as non-fatal on OS X. | jeremy@chromium.org | 2009-12-08 | 1 | -8/+21 |
* | Removed the unnecessary NULL checks from sync_socket_unittest.cc. | sehr@google.com | 2009-12-08 | 1 | -3/+0 |
* | Split ipc.gyp and add ipc_win64 target. | gregoryd@google.com | 2009-12-07 | 2 | -43/+103 |
* | Add an implementation of base::SyncSocket::Peek for posix platforms. Also | sehr@google.com | 2009-12-06 | 1 | -2/+5 |
* | Fixing valgrind issues. | apatrick@google.com | 2009-12-05 | 2 | -0/+3 |
* | Add non-blocking peek for the syncsocket | cpu@chromium.org | 2009-12-04 | 1 | -0/+5 |
* | Added new IPC message class for CommandBuffer. | apatrick@google.com | 2009-12-04 | 9 | -27/+27 |
* | Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track ... | jeremy@chromium.org | 2009-12-03 | 1 | -1/+10 |
* | Don't use any member variables when sending a sync call, since SyncChannel co... | jam@chromium.org | 2009-12-01 | 3 | -46/+74 |
* | Don't reuse the initial IPC channel. | mark@chromium.org | 2009-11-30 | 1 | -0/+10 |
* | Implement SyncSocket class for Posix targets (Linux, Mac), and enable the | sehr@google.com | 2009-11-26 | 2 | -12/+43 |
* | Many changes to DictionaryValues: | pkasting@chromium.org | 2009-11-25 | 1 | -3/+3 |
* | This adds the first version of SyncSocket to base, along with a trivial unitt... | sehr@google.com | 2009-11-24 | 4 | -1/+228 |
* | Use AutoReset (formerly ScopedBool) where possible. | pkasting@chromium.org | 2009-11-20 | 3 | -9/+3 |
* | Fix 64-bit warnings (for 64-bit Windows build) | gregoryd@google.com | 2009-11-20 | 1 | -1/+1 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 2 | -0/+36 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 2 | -36/+0 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 2 | -0/+36 |
* | First patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 5 | -18/+21 |
* | GTK: Properly convert task manager UI row to task manager model row. | estade@chromium.org | 2009-11-04 | 1 | -1/+1 |
* | Add the ability for objects which derive from RefCountedThreadSafe to specify... | jam@chromium.org | 2009-11-02 | 2 | -1/+21 |
* | Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc | timurrrr@chromium.org | 2009-10-27 | 1 | -2/+15 |
* | Move the json-related files into a separate json directory. This hopefully also | brettw@chromium.org | 2009-10-23 | 1 | -3/+3 |
* | linux: cut down on EPIPE error spew | evan@chromium.org | 2009-10-23 | 1 | -1/+5 |
* | Linux: remove the pipe errors that we spew all the time. | agl@chromium.org | 2009-10-16 | 1 | -1/+2 |
* | IPC: remove traces of an old histogram. | rvargas@google.com | 2009-10-14 | 1 | -14/+1 |
* | Remove the base_gfx project since it no longer has an external dependencies. | brettw@chromium.org | 2009-10-14 | 1 | -0/+1 |
* | The send done event in the old send watcher can be NULL as it can be signaled... | ananta@chromium.org | 2009-10-14 | 1 | -1/+1 |
* | John, please review everything. | ananta@chromium.org | 2009-10-14 | 4 | -76/+129 |
* | Eliminate all uses of strerror() in code that uses src/base. strerror() is in... | tschmelcher@chromium.org | 2009-10-13 | 1 | -8/+8 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 2 | -6/+6 |