summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-301-1/+1
* Improve IPC logging for ChannelHandle and NPVariant_Paramsteveblock@chromium.org2011-09-231-0/+1
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-215-1/+6
* Add a gyp flag to enable dcheck by default in release withoutnsylvain@chromium.org2011-09-201-3/+3
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-195-24/+54
* Add messages/handlers for the invocation sequence. Copy from geolocation_disp...gbillock@chromium.org2011-09-161-0/+1
* Have SyncMessageFilter hold a reference to MessageLoopProxy instead of a weak...sievers@chromium.org2011-09-162-11/+14
* Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...ananta@chromium.org2011-09-151-0/+1
* Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer().dmichael@chromium.org2011-09-092-6/+9
* add IPC_MESSAGE_EXPORT to IPC_STRUCT_BEGIN.dpranke@chromium.org2011-09-061-6/+6
* Revert 99810 - Get the rest of the chrome target to build (but not link) with...ben@chromium.org2011-09-061-11/+2
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-2/+11
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-022-3/+31
* Convert some constants declared as anonymous enums into static consts so they...pkasting@chromium.org2011-09-016-32/+24
* Reduce number of unnamed-type-template-args violations (mostly when passing v...pkasting@chromium.org2011-09-011-12/+10
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-0/+1
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-313-2/+46
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-265-313/+325
* There are times on the Mac when pipe names of 0 length may occur. Let the cal...dmaclach@chromium.org2011-08-252-3/+21
* Clean up a comment in ipc_message_macros.hsteveblock@chromium.org2011-08-231-4/+4
* This patch caused Chrome to be unable to load any web pages on Chrome OS.satorux@chromium.org2011-08-237-113/+13
* Fix IPC OnChannelConnected() to send correct PID on Linux/CrOSjamescook@chromium.org2011-08-197-13/+113
* Fix IPC marshalling of dictionaries with dots in their key names.kalman@chromium.org2011-08-192-1/+2
* ipc: rename a variable to make code clearerevan@chromium.org2011-08-161-7/+7
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-163-12/+12
* Create ipc.dll.darin@chromium.org2011-08-1514-50/+90
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable.kkania@chromium.org2011-08-096-2/+49
* ipc: remove an unused function prototypeevan@chromium.org2011-08-051-5/+0
* base: Remove using declaration of BinaryValue as it's no longer necessary.tfarina@chromium.org2011-08-051-2/+3
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-10/+9
* Remove IPCSyncChannelTest.BadMessagephajdan.jr@chromium.org2011-07-201-60/+0
* some cleanup for base/stl_utildilmah@chromium.org2011-07-192-2/+2
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Revert "Add COMPONENT_BUILD global define. "yurys@chromium.org2011-07-131-1/+0
* Add COMPONENT_BUILD global define. darin@chromium.org2011-07-131-0/+1
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-6/+6
* Remove the comments setting emands and vim tab width and expansion variables.tony@chromium.org2011-07-112-12/+0
* Add tsepez to ipc/OWNERS.thakis@chromium.org2011-07-081-0/+1
* Add jam to ipc/OWNERSthakis@chromium.org2011-07-061-0/+1
* Add ipc/OWNERSthakis@chromium.org2011-07-031-0/+5
* MediaStreamDispatcher perkj@google.com2011-06-281-0/+1
* Patch for Solaris support, mostly ifdefs and header files, plus adds libevent...chromium@hybridsource.org2011-06-251-0/+2
* Fix to bug 75303abeera@google.com2011-06-241-1/+4
* Use vector_as_array() in ipc/ipc_channel_posix.cctzik@chromium.org2011-06-221-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-0/+2
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-161-1/+0
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-143-1/+51
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-0/+1
* Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally.kkania@chromium.org2011-06-031-1/+8