summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Merge 174935cevans@chromium.org2013-01-102-0/+19
* Merge 168937 - Verify lfFaceName is NUL terminated in IPC deserializer.cevans@chromium.org2012-11-301-7/+10
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-14/+4
* Move IPCMessageStart enum into it own file with security team OWNERS, so that...tsepez@chromium.org2012-10-235-70/+89
* Upstream fullscreen video implementation for androidqinmin@chromium.org2012-10-051-0/+1
* Listen in the browser for a connection from a metro viewer process.scottmg@google.com2012-10-011-1/+1
* Fix build warnings in NaCl IPC proxy.bbudge@chromium.org2012-09-284-15/+3
* Cleanup the IPC param traits structure:jam@chromium.org2012-09-251-0/+1
* nacl: Fix a bunch of compiler warningsthakis@chromium.org2012-09-242-2/+4
* Bunch of boilerplate to set up a process, ipc, etc.scottmg@google.com2012-09-181-0/+1
* Trace PostTasks from post to run.jbates@chromium.org2012-09-186-8/+24
* Fix trace event macro naming issuejbates@chromium.org2012-09-111-1/+1
* Remove {base,net}_java dependencies from GYP client targets on Android.pliard@chromium.org2012-09-101-1/+0
* Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilterpiman@chromium.org2012-09-081-9/+14
* fix gprecise gcc build errorjbates@chromium.org2012-09-051-1/+1
* Add async trace events to trace progress of IPC messagesjbates@chromium.org2012-09-047-9/+45
* In-te-grate hy-phen-ator to con-tent.hbono@chromium.org2012-09-031-0/+1
* Implement DocuementHasImagesjoth@chromium.org2012-09-011-0/+1
* Make NaCl IPC-based PPAPI proxy build on ARM.bbudge@chromium.org2012-08-231-1/+1
* Add traces for SyncChannel::SendWithTimeoutpiman@chromium.org2012-08-221-0/+14
* Remove dmaclach from OWNERS filesthestig@chromium.org2012-08-221-1/+0
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-201-5/+6
* Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance.piman@chromium.org2012-08-171-13/+5
* Enable verbose logging during PluginMsg_CreateInstance.bauerb@chromium.org2012-08-161-5/+13
* Implements part of DeviceMotion in the browseraousterh@chromium.org2012-08-161-0/+1
* Creates the WebCompositorOutputSurface, which is the new mechanism for render...nduca@chromium.org2012-08-132-31/+23
* 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