summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Add myself to OWNERS for IPC messages.dcheng@chromium.org2013-12-071-0/+1
* Add nasko@chromium.org in OWNERS for IPC messages.nasko@chromium.org2013-12-061-0/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-032-2/+2
* Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.mark@chromium.org2013-12-036-21/+21
* Run ipc_tests serially when using new test launcher.phajdan.jr@chromium.org2013-12-032-1/+41
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-032-4/+4
* more spell checkingthakis@chromium.org2013-11-051-1/+1
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-0415-52/+84
* Optimize ParamTraits<float> and ParamTraits<double>piman@chromium.org2013-10-312-23/+8
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-2815-84/+52
* IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable.mgiuca@chromium.org2013-10-231-1/+1
* Remove ipc fuzzing code.thestig@chromium.org2013-10-192-23/+0
* Pass StatsTable shared memory via global descriptors on Posix rather than usi...rmcilroy@chromium.org2013-10-161-0/+4
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-151-0/+1
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-1512-76/+396
* Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..."marja@chromium.org2013-10-141-1/+0
* Refactoring: Move MessagePort-related IPCs and handling them away from Worker...marja@chromium.org2013-10-141-0/+1
* Add newline at end of file.thakis@chromium.org2013-10-121-1/+1
* Workaround for VS2013 compiler bug in ipc_message_macros.hzturner@chromium.org2013-10-121-0/+7
* Revert 227999 "Alternative workaround for mac kernel bug."benwells@chromium.org2013-10-1112-393/+75
* Alternative workaround for mac kernel bug.hubbe@chromium.org2013-10-1012-75/+393
* Create a new RenderFrameHost per child frame when --site-per-process is enabled.nasko@chromium.org2013-10-031-0/+1
* Revert 226555 "There is a bug in the mac kernel, which can cause..."morrita@chromium.org2013-10-031-30/+3
* There is a bug in the mac kernel, which can cause a file descriptor to be closedhubbe@chromium.org2013-10-021-3/+30
* Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T...jam@chromium.org2013-10-012-20/+2
* Stub out initial NavigationController browser implementationalecflett@chromium.org2013-09-211-1/+2
* Populate canPlayType to rendererqinmin@chromium.org2013-09-191-0/+1
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-171-3/+3
* Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3.dongseong.hwang@intel.com2013-09-061-1/+6
* Increase maximum file descriptors per IPC message on POSIX from 5 to 7.tommycli@chromium.org2013-08-292-3/+7
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-241-1/+1
* Remove redundant newlib builds of untrusted librariesdschuff@chromium.org2013-08-221-1/+1
* Revert "Correct bit-shift in IPC hash generation."dsinclair@chromium.org2013-08-141-1/+1
* Revert EVS revisions 209760, 298753, 213143.hshi@chromium.org2013-08-071-1/+0
* Use gyp variables for NaCl untrusted build paths instead of hardcoding them.dschuff@chromium.org2013-08-041-0/+1
* Created multi-process-friendly PowerMonitor interface.bajones@chromium.org2013-08-021-0/+1
* Correct bit-shift in IPC hash generation.dsinclair@chromium.org2013-07-261-1/+1
* Update include paths in ipc for base/process changes.rsesek@chromium.org2013-07-2414-12/+10
* Run local discovery code in utility process.vitalybuka@chromium.org2013-07-181-0/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-1711-11/+11
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Fix ParamTraits::param_type for unsigned charjschuh@chromium.org2013-07-131-1/+1
* Add support for marshalling unsigned char in IPC.tsepez@chromium.org2013-07-122-25/+50
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Make utility process run in-process when running in single-process mode.jam@chromium.org2013-07-091-0/+3
* Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer.hshi@chromium.org2013-07-021-1/+2
* Generates the DTLS identity in browser process and returns it to the renderer...jiayl@chromium.org2013-07-011-1/+2
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in courgette/, crypto/, dbus/, device/, ...avi@chromium.org2013-06-284-4/+4
* Re-land 16025005 with tiny fix for statics perf issuecrogers@google.com2013-06-221-0/+1