summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable IPCChannelTest.SendMessageInChannelConnected on Windows for being fla...danakj@chromium.org2012-05-241-1/+7
* PPAPI/NaCl: Fix leaky NaClIPCAdapter test.dmichael@chromium.org2012-05-162-2/+4
* Run APK tests on the android_test trybot.nileshagrawal@chromium.org2012-05-161-1/+2
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessagepiman@chromium.org2012-05-111-2/+4
* Fix chromium_base.jar path for APK builds.nileshagrawal@chromium.org2012-05-111-2/+2
* Fix ipc_channel_win logging for failed pipe creation.bryner@chromium.org2012-05-061-1/+1
* RefCounted types should not have public destructors, ipc/ editionrsleevi@chromium.org2012-04-285-59/+49
* NaCl: Pass the process handle to the broker rather than reopening itmseaborn@chromium.org2012-04-271-4/+7
* Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.bbudge@chromium.org2012-04-235-15/+49
* apk-based test runner work for android. 2 unit test bundles converted over (i...jrg@chromium.org2012-04-191-2/+51
* Revert revert 132842xians@chromium.org2012-04-191-7/+71
* Revert 132842 - If we are using blocking write, when the renderer stop gettin...thestig@chromium.org2012-04-181-72/+7
* If we are using blocking write, when the renderer stop getting the data witho...xians@chromium.org2012-04-181-7/+72
* Add support for default values of IPC_STRUCT_MEMBER.jbates@chromium.org2012-04-166-10/+12
* ipc: don't treat replies with the unblock flag set as regular messagespiman@chromium.org2012-04-103-4/+123
* Prevent reading invalid memory in IPC code caused by assumption of contiguity...fischman@chromium.org2012-04-092-4/+10
* Browser side implementation of browser pluginfsamuel@chromium.org2012-04-061-0/+1
* Make IPC channels track their peer process IDjschuh@chromium.org2012-04-058-6/+41
* Require IPC hello for a verified channeljschuh@chromium.org2012-04-031-1/+5
* Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.brettw@chromium.org2012-03-301-15/+18
* IPC: change sync channel dispatch restriction to allow dispatch to other chan...piman@chromium.org2012-03-304-30/+202
* Add a stub version of IPC::Channel for Native Client code.brettw@chromium.org2012-03-302-0/+184
* Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128...rsleevi@chromium.org2012-03-241-2/+2
* apk-based test runner work. Not enabled yet. This CL is a combination of up...jrg@chromium.org2012-03-241-2/+2
* Remove Pickle::WriteSize() now that it has no remaining callers. Also renamemdm@chromium.org2012-03-231-2/+2
* Delete chrome_plugin_messages.h which is no longer usedjam@chromium.org2012-03-191-1/+0
* Verify the child process with a secret hellojschuh@chromium.org2012-03-177-10/+227
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+2
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-4/+4
* Coverity: Fix a few uninitialized vars.jhawkins@chromium.org2012-03-121-0/+1
* Chromoting: Implemented security attention sequence (SAS) emulation on Windows.alexeypa@chromium.org2012-03-121-0/+1
* Prerendered pages are swapped in at browser::Navigate time. cbentzel@chromium.org2012-03-091-0/+1
* Factor out the shared parts of IPC channel reading.brettw@chromium.org2012-03-088-252/+255
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-0715-106/+139
* Renamed speech recognition code in preparation for introducing a new speech i...primiano@chromium.org2012-03-071-1/+1
* Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.tedvessenes@gmail.com2012-03-073-4/+9
* Refactoring on Windows IPC channel.brettw@chromium.org2012-03-032-87/+159
* Separate out the platform-independent parts of Channel reading.brettw@chromium.org2012-03-012-81/+108
* This changes around our handling of file descriptors to reduce code duplicati...brettw@chromium.org2012-02-292-273/+285