summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add metrics to measure time elapsed between form load and form submission wit...isherman@chromium.org2011-09-021-0/+9
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-0/+1
* Add support for exporting IPC messages from component DLLs.darin@chromium.org2011-08-261-145/+17
* Create ipc.dll.darin@chromium.org2011-08-151-21/+22
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-6/+6
* MediaStreamDispatcher perkj@google.com2011-06-281-0/+1
* Move UtilityProcessHost to content and move the message sending/dispatching t...jam@chromium.org2011-06-091-0/+1
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* [Mac] Implement the system dictionary popup by implementing NSTextInput methods.rsesek@chromium.org2011-05-021-0/+1
* Make icon_messages use the IPC macros for defining the structs and the serial...jam@chromium.org2011-04-181-0/+1
* Add IPC plumbing code for Quota APIkinuko@chromium.org2011-04-131-0/+1
* Add IPC messages and renderer process side API for video capture. wjia@google.com2011-04-121-0/+1
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-0/+1
* Move spellcheck messages into their own file, and dispatch them all in SpellC...jam@chromium.org2011-03-251-0/+1
* Move printing messages to their own file.jam@chromium.org2011-03-241-0/+1
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-0/+1
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-0/+1
* Move audio messages to their own file.jam@chromium.org2011-03-211-0/+1
* autofill: Rename all the entries remaining with AutoFill to Autofill.tfarina@chromium.org2011-03-211-4/+4
* Move geolocation, desktop notification, and device orientation into their own...jam@chromium.org2011-03-191-0/+3
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-171-0/+1
* Move AppCache common code to content and split off AppCache messages into the...jam@chromium.org2011-03-141-0/+1
* Move the blob related code to content, and also move the blob messages to the...jam@chromium.org2011-03-141-0/+1
* Move the clipboard messages to their own message filter.dcheng@chromium.org2011-03-101-0/+1
* Move the common child process messages into their own file.jam@chromium.org2011-03-071-0/+1
* Put file_system messages in their own file and move them to content, in prepa...jam@chromium.org2011-03-071-0/+1
* Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org2011-03-051-0/+1
* Move socket stream messages to content, in preparation for moving its dispatc...jam@chromium.org2011-03-051-0/+1
* P2P Sockets host implementation.sergeyu@chromium.org2011-03-021-0/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-2/+2
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-171-0/+1
* Make the implementation .cc files go away, instead have the authors give us a...tsepez@chromium.org2011-02-111-0/+6
* Change size() function to return a size_t so that result size is not inadvert...mrossetti@chromium.org2011-01-281-2/+4
* Move AutoFill messages into a separate file.jam@chromium.org2011-01-261-0/+1
* Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*.viettrungluu@chromium.org2011-01-251-0/+1
* If user had consented for metrics reporting, send speech input request origin...satish@chromium.org2011-01-201-0/+1
* Create a message filter for message port and worker messages. This allows a ...jam@chromium.org2010-12-211-15/+15
* Make PepperFileMessageFilter be a BrowserMessageFilter.jam@chromium.org2010-12-151-0/+1
* Make IndexedDBDispatcherHost be a message filter and move its messages into a...jam@chromium.org2010-12-131-0/+1
* Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...jam@chromium.org2010-12-131-0/+1
* Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter...jam@chromium.org2010-12-131-0/+1
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-131-0/+2
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-26/+4
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-121-0/+8
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-101-0/+2
* Added IPC ParamTraits for TimeDelta.apatrick@chromium.org2010-10-211-0/+9
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-9/+0
* Relanding 61718.apatrick@chromium.org2010-10-211-0/+9
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-24/+5
* ipc: delete wchar_t IPC traitevan@chromium.org2010-08-261-24/+0