summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add moar logging for "Couldn't load plug-in" errors.bauerb@chromium.org2012-08-131-1/+10
* Browser Plugin: New Implementation (Renderer Side)fsamuel@chromium.org2012-08-101-0/+1
* Clean-up inline members of nested classes (ipc/)hans@chromium.org2012-08-092-1/+5
* Revert 150863 - Browser Plugin: New Implementation (Renderer Side)mmoss@chromium.org2012-08-091-1/+0
* Browser Plugin: New Implementation (Renderer Side)fsamuel@chromium.org2012-08-091-0/+1
* Make java.gypi export jar path to input_jars_paths variablecjhopman@chromium.org2012-08-091-1/+0
* Revert 150654 - Browser Plugin: New Implementation (Renderer Side)jeremya@chromium.org2012-08-091-1/+0
* Browser Plugin: New Implementation (Renderer Side)fsamuel@chromium.org2012-08-091-0/+1
* Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...fischman@chromium.org2012-08-071-1/+0
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-031-1/+1
* Make Sync Messages with lots of parameters and no return workfsamuel@chromium.org2012-08-011-2/+2
* Browser Plugin: Rename BrowserPluginMsg/BrowserPluginHostMsg to OldBrowserPlu...fsamuel@chromium.org2012-07-311-1/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Fixed several CHECKED_RETURN defects in ipc message utils ccorenb@chromium.org2012-07-261-4/+9
* Add IPC::ForwardingMessageFilter.nduca@chromium.org2012-07-203-0/+137
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-3/+1
* Remove IPC macros for "5_4" messages.brettw@chromium.org2012-07-131-6/+0
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1125-25/+1
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-115-22/+31
* PPAPI/NaCl: Make ipc_channel_nacl post to the correct thread.dmichael@chromium.org2012-07-111-11/+16
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-07-112-4/+6
* PPAPI/NaCl: Support Handle passing in ipc_channel_nacldmichael@chromium.org2012-07-102-33/+76
* This change list fixed the issue of #135391, sometimes the channel_id of Logg...samuel.xu@intel.com2012-07-031-1/+1
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-024-48/+59
* Remove Message::Sender and Channel::Listener typedefs.brettw@chromium.org2012-06-299-35/+25
* Make the serialization of IPC::Messages inside other IPC::Messages independentbrettw@chromium.org2012-06-295-11/+107
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-271-3/+3
* Make GlobalDescriptors::MaybeGet return -1 when the key is not found.jcivelli@chromium.org2012-06-277-6/+56
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-1/+1
* Use base::ThreadChecker as a member var, rather than base::NonThreadSafersleevi@chromium.org2012-06-252-4/+4
* Remove an IPC::ChannelProxy constructor that is not actually implemented anyw...bryner@chromium.org2012-06-191-6/+0
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-162-8/+5
* Revert 142482 - Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-152-5/+8
* Add untrusted NaCl build for PPAPI proxy.bbudge@chromium.org2012-06-152-8/+5
* Add an untrusted NaCl build for IPC.bbudge@chromium.org2012-06-133-69/+90
* Separate out IPC::Message::Sender and Channel::Listener into a separate class.brettw@chromium.org2012-06-1116-70/+131
* Add dmichael to ipc OWNERS for NaCl-related code.dmichael@chromium.org2012-06-111-0/+3
* PPAPI/NaCl: Fix double-delete in ipc_channel_nacldmichael@chromium.org2012-06-111-2/+2
* PPAPI/NaCl: Make ipc_channel_nacl process incoming messages.dmichael@chromium.org2012-06-061-0/+6
* PPAPI/NaCl: Minor fixes to ipc_channel_nacldmichael@chromium.org2012-06-061-1/+2
* Fixing gcc 4.7 building problems.shenhan@google.com2012-06-053-3/+8
* This groups the ParamTraits into different categories and orders the .cc file...brettw@chromium.org2012-06-042-507/+587
* Remove some obscure unused Windows types from the ParamTraits specializations.brettw@chromium.org2012-06-021-84/+0
* PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-314-86/+334
* Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccrch@chromium.org2012-05-304-334/+86
* Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>.tsepez@chromium.org2012-05-302-0/+57
* PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.ccdmichael@chromium.org2012-05-304-86/+334
* Fix ninja build for android.yfriedman@chromium.org2012-05-291-1/+1
* Add APK targets for content_unittests and net_unittests.nileshagrawal@chromium.org2012-05-251-33/+10
* Android: Get the cache directory using path service.nileshagrawal@chromium.org2012-05-251-22/+28