summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Revert 43234 - Add a Pepper audio basic functionality unit test, take 2.arv@chromium.org2010-03-311-8/+1
* Add a Pepper audio basic functionality unit test, take 2.neb@chromium.org2010-03-311-1/+8
* Don't allow dragging browser actions between regular and incognito windows.mpcomplete@chromium.org2010-03-301-1/+1
* Fix a typo in ipc_message_utils.h.evan@chromium.org2010-03-261-1/+1
* Revert 42656 - Add a Pepper audio basic functionality unit test.skerner@chromium.org2010-03-251-7/+0
* Add a Pepper audio basic functionality unit test.neb@chromium.org2010-03-251-0/+7
* The plugin channel host in the renderer process should not initialize IPCmark@chromium.org2010-03-162-1/+10
* Add pyauto hooks for bookmarks.jrg@chromium.org2010-03-121-0/+76
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-1/+3
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-052-1/+4
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-1/+1
* Take out intptr_t IPC serialization support to prevent people from sending po...jam@chromium.org2010-02-091-15/+11
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* OpenBSD/FreeBSD GYP changes (most of the remaining ones)pvalchev@google.com2010-02-041-3/+3
* linux: uncontroversial cleanups found by clangevan@chromium.org2010-02-021-1/+1
* Revert "Better handle oversized IPC messages" r37102jeremy@chromium.org2010-01-263-36/+0
* Better handle oversized IPC messagesjeremy@chromium.org2010-01-263-0/+36
* 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