summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...thestig@chromium.org2012-02-241-2/+3
* iCleanup: Delete a bunch of empty directories, part 4.thestig@chromium.org2012-02-231-4/+0
* Make IPC_MESSAGE_EXPORT more robust.thakis@chromium.org2012-02-212-8/+14
* Reverting in an attempt to fix Win Builder 2010 (dbg).jhawkins@chromium.org2012-02-181-9/+6
* Make IPC_MESSAGE_EXPORT more robust.thakis@chromium.org2012-02-181-6/+9
* Simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-1/+12
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-4/+4
* Revert 121889 - Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-13/+2
* Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-2/+13
* Refactoring: Split more accessibility code into separate files.dmazzoni@chromium.org2012-02-131-0/+1
* Remove static initializer in dummy_eventtbreisacher@chromium.org2012-02-031-4/+18