summaryrefslogtreecommitdiffstats
path: root/ipc
Commit message (Expand)AuthorAgeFilesLines
* base::Bind: Convert IPC::SendTask.jhawkins@chromium.org2011-11-292-12/+14
* base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc.jhawkins@chromium.org2011-11-281-21/+14
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-217-1/+20
* Add OVERRIDE to ipc/.avi@chromium.org2011-11-177-21/+21
* Allow proxy channels to be created without initializing the underlying channel.kkania@chromium.org2011-11-165-34/+139
* Uncomment a different third IPC hook for about:profilerjar@chromium.org2011-11-151-2/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+2
* Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle...thestig@chromium.org2011-11-152-7/+5
* base:Bind: Convert ipc/.jhawkins@chromium.org2011-11-127-62/+71
* Revert 109760 - Uncomment third IPC hook for about:profilerjar@chromium.org2011-11-121-1/+1
* Uncomment third IPC hook for about:profilerjar@chromium.org2011-11-121-1/+1
* Uncomment second IPC hook for about:profilerjar@chromium.org2011-11-111-1/+1
* Uncomment first (major) IPC hook for about:profilerjar@chromium.org2011-11-111-1/+1
* Land commented out IPC hooks for profilingjar@chromium.org2011-11-111-31/+42
* Revert 109357 - Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-36/+26
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-101-26/+36
* Revert 108752 - Support tracking of IPC messages as tasks in profilerjoi@chromium.org2011-11-081-21/+14
* Support tracking of IPC messages as tasks in profilerjar@chromium.org2011-11-051-14/+21
* Android IPC changes.jrg@chromium.org2011-11-046-5/+25
* Add gamepad IPC message definitions, not in-use yet.scottmg@chromium.org2011-10-281-0/+1
* more content exports.dpranke@chromium.org2011-10-271-2/+2
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-3/+1
* Adds the renderer component of the Java Bridgesteveblock@chromium.org2011-10-201-0/+1
* More message names and some timing output for the IPC logging.scottbyer@chromium.org2011-10-203-9/+87
* OpenBSD patch for ipc, split from CR #8275005mark@chromium.org2011-10-181-1/+5
* Fix IPC logging on Windows.jam@chromium.org2011-10-172-7/+12
* Use a placeholder instead of the default plugin for missing plug-ins on Mac a...bauerb@chromium.org2011-10-051-0/+31
* 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