summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-0/+2
* Mac: Make devtools window dockable.thakis@chromium.org2010-01-051-1/+1
* Avoid calling vector resize() with excessive size parameter: fix broken integ...cevans@chromium.org2009-12-311-13/+7
* Defense-in-depth: initialize some variables.cevans@chromium.org2009-12-301-2/+2
* Refactoring build configurations - make it clearer and allow better support f...gregoryd@google.com2009-12-221-1/+1
* Revert 35012 - Rearrange build configurations make it clearer and allow bett...gregoryd@google.com2009-12-191-1/+1
* Rearrange build configurations - make it clearer and allow better support for...gregoryd@google.com2009-12-191-1/+1
* Win: Fix an invalid handle initialization in the spellchecker.estade@chromium.org2009-12-181-0/+8
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-162-5/+9
* Move the utility process messages to their own file now that we have more thanbrettw@chromium.org2009-12-152-5/+5
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-4/+1
* Fix a minor typo in ipc_message_macros.h (split out of http://codereview.chro...dglazkov@chromium.org2009-12-101-1/+1
* Link the following tests against tcmalloc:glider@chromium.org2009-12-101-0/+9
* Recognize EMSGSIZE as non-fatal on OS X.jeremy@chromium.org2009-12-081-8/+21
* Removed the unnecessary NULL checks from sync_socket_unittest.cc.sehr@google.com2009-12-081-3/+0
* Split ipc.gyp and add ipc_win64 target.gregoryd@google.com2009-12-072-43/+103
* Add an implementation of base::SyncSocket::Peek for posix platforms. Alsosehr@google.com2009-12-061-2/+5
* Fixing valgrind issues.apatrick@google.com2009-12-052-0/+3
* Add non-blocking peek for the syncsocketcpu@chromium.org2009-12-041-0/+5
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-049-27/+27
* Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track ...jeremy@chromium.org2009-12-031-1/+10
* Don't use any member variables when sending a sync call, since SyncChannel co...jam@chromium.org2009-12-013-46/+74
* Don't reuse the initial IPC channel.mark@chromium.org2009-11-301-0/+10
* Implement SyncSocket class for Posix targets (Linux, Mac), and enable thesehr@google.com2009-11-262-12/+43
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+3
* This adds the first version of SyncSocket to base, along with a trivial unitt...sehr@google.com2009-11-244-1/+228
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-203-9/+3
* Fix 64-bit warnings (for 64-bit Windows build)gregoryd@google.com2009-11-201-1/+1
* reland 31875. Revert was:estade@chromium.org2009-11-162-0/+36
* Revert 31875 to see whether it fixes reliability bot.huanr@chromium.org2009-11-162-36/+0
* Use renderer spellchecker for windows.estade@chromium.org2009-11-132-0/+36
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-055-18/+21
* GTK: Properly convert task manager UI row to task manager model row.estade@chromium.org2009-11-041-1/+1
* Add the ability for objects which derive from RefCountedThreadSafe to specify...jam@chromium.org2009-11-022-1/+21
* Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cctimurrrr@chromium.org2009-10-271-2/+15
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-231-3/+3
* linux: cut down on EPIPE error spewevan@chromium.org2009-10-231-1/+5
* Linux: remove the pipe errors that we spew all the time.agl@chromium.org2009-10-161-1/+2
* IPC: remove traces of an old histogram.rvargas@google.com2009-10-141-14/+1
* Remove the base_gfx project since it no longer has an external dependencies.brettw@chromium.org2009-10-141-0/+1
* The send done event in the old send watcher can be NULL as it can be signaled...ananta@chromium.org2009-10-141-1/+1
* John, please review everything.ananta@chromium.org2009-10-144-76/+129
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-8/+8
* Use ASCII strings for switch names.evan@chromium.org2009-10-132-6/+6
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-2/+2
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-19/+25
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
* Reverting 27389.darin@chromium.org2009-09-302-2/+3
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-0/+1
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-282-105/+28