summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add IPC to the GN build.brettw@chromium.org2014-04-021-0/+172
* Add unistd.h include in a file using geteuid().thakis@chromium.org2014-03-311-1/+0
* Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..."viettrungluu@chromium.org2014-03-302-4/+0
* Revert 260408 "Another temporary CHECK to help track down crash ..."viettrungluu@chromium.org2014-03-301-2/+0
* Another temporary CHECK to help track down crash in IPC.viettrungluu@chromium.org2014-03-301-0/+2
* Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-292-0/+4
* Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..."viettrungluu@chromium.org2014-03-292-2/+0
* Add a temporary CHECK to IPC::Channel::Send() to help track down crash.viettrungluu@chromium.org2014-03-292-0/+2
* Remove PlatformFile from spell checkerrvargas@chromium.org2014-03-251-0/+9
* IPC: Fix size_t to int cast for Win64 build.epenner@chromium.org2014-03-201-1/+1
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-204-20/+57
* IPC: Make ipc_perftests run on Android.epenner@chromium.org2014-03-195-9/+47
* Replace std::map with base::SmallMap in ui::LatencyInfojdduke@chromium.org2014-03-181-0/+36
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-181-0/+1
* Revert 257505 "Adds the ability for the renderer to create the m..."viettrungluu@chromium.org2014-03-181-1/+0
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-171-0/+1
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-172-27/+26
* Revert of Adds the ability for the renderer to create the mojo channel (https...jamesr@chromium.org2014-03-151-1/+0
* Adds the ability for the renderer to create the mojo channelsky@chromium.org2014-03-151-0/+1
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-152-26/+27
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-27/+26
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-142-24/+24
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-24/+24
* Move extension_messages.h to extensions/common.derat@chromium.org2014-03-131-0/+1
* Add metrics to track the duration of tracks received over a PeerConnection.joi@chromium.org2014-03-131-0/+1
* Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview...johnme@chromium.org2014-03-114-54/+20
* Eliminate a potential race in IPC::ChannelProxydmichael@chromium.org2014-03-114-20/+54
* Get rid of multiprocess_test's debug_on_start arguments.viettrungluu@chromium.org2014-03-092-15/+7
* Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument.viettrungluu@chromium.org2014-03-061-5/+4
* Remove some PlatformFile uses from NaCl.rvargas@chromium.org2014-03-052-0/+11
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-2/+4
* Chromium plumbing for Screen Orientation API orientationchange events. mlamouri@chromium.org2014-02-271-0/+1
* Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg."xhwang@chromium.org2014-02-271-0/+1
* Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg."xhwang@chromium.org2014-02-271-1/+0
* Rename MediaKeys*Msg to Cdm*Msg.xhwang@chromium.org2014-02-271-0/+1
* Rename ipc_untrusted -> ipc_naclsergeyu@chromium.org2014-02-261-3/+3
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-264-6/+390
* Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage.andrew@tullo.ch2014-02-251-3/+3
* Revert of Chromium plumbing for Screen Orientation API orientationchange even...acleung@chromium.org2014-02-251-1/+0
* Chromium plumbing for Screen Orientation API orientationchange events.mlamouri@chromium.org2014-02-241-0/+1
* Rename base_untrusted to base_naclsergeyu@chromium.org2014-02-221-1/+1
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-211-0/+6
* Revert "Connect PPAPI IPC channels for non-SFI mode."loislo@chromium.org2014-02-211-6/+0
* Connect PPAPI IPC channels for non-SFI mode.hidehiko@chromium.org2014-02-211-0/+6
* Fix posix IPC channel hanging problem.hubbe@chromium.org2014-02-212-10/+61
* Revert "Allow MessageFilters to restrict listening to specific message classes"jdduke@chromium.org2014-02-214-383/+6
* Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium...hubbe@chromium.org2014-02-182-66/+6
* Allow MessageFilters to restrict listening to specific message classesjdduke@chromium.org2014-02-164-6/+383
* IPC glue between cast library transport and encoders.hubbe@chromium.org2014-02-151-0/+1
* Fix posix IPC channel hanging problem.hubbe@chromium.org2014-02-132-6/+66