| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gamepad IPC message definitions, not in-use yet. | scottmg@chromium.org | 2011-10-28 | 1 | -0/+1 |
* | Adds the renderer component of the Java Bridge | steveblock@chromium.org | 2011-10-20 | 1 | -0/+1 |
* | More message names and some timing output for the IPC logging. | scottbyer@chromium.org | 2011-10-20 | 1 | -2/+2 |
* | Use a placeholder instead of the default plugin for missing plug-ins on Mac a... | bauerb@chromium.org | 2011-10-05 | 1 | -0/+31 |
* | Add messages/handlers for the invocation sequence. Copy from geolocation_disp... | gbillock@chromium.org | 2011-09-16 | 1 | -0/+1 |
* | Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ... | ananta@chromium.org | 2011-09-15 | 1 | -0/+1 |
* | Revert 99810 - Get the rest of the chrome target to build (but not link) with... | ben@chromium.org | 2011-09-06 | 1 | -11/+2 |
* | Get the rest of the chrome target to build (but not link) with USE_AURA. | ben@chromium.org | 2011-09-06 | 1 | -2/+11 |
* | Add metrics to measure time elapsed between form load and form submission wit... | isherman@chromium.org | 2011-09-02 | 1 | -0/+9 |
* | Moved the following IPC messages used by the chrome NPAPI plugin installer ou... | ananta@chromium.org | 2011-08-31 | 1 | -0/+1 |
* | Add support for exporting IPC messages from component DLLs. | darin@chromium.org | 2011-08-26 | 1 | -145/+17 |
* | Create ipc.dll. | darin@chromium.org | 2011-08-15 | 1 | -21/+22 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -6/+6 |
* | MediaStreamDispatcher | perkj@google.com | 2011-06-28 | 1 | -0/+1 |
* | Move UtilityProcessHost to content and move the message sending/dispatching t... | jam@chromium.org | 2011-06-09 | 1 | -0/+1 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 1 | -0/+1 |
* | [Mac] Implement the system dictionary popup by implementing NSTextInput methods. | rsesek@chromium.org | 2011-05-02 | 1 | -0/+1 |
* | Make icon_messages use the IPC macros for defining the structs and the serial... | jam@chromium.org | 2011-04-18 | 1 | -0/+1 |
* | Add IPC plumbing code for Quota API | kinuko@chromium.org | 2011-04-13 | 1 | -0/+1 |
* | Add IPC messages and renderer process side API for video capture. | wjia@google.com | 2011-04-12 | 1 | -0/+1 |
* | Move extension messages to their own file and add a RenderViewObserver to sta... | jam@chromium.org | 2011-03-28 | 1 | -0/+1 |
* | Move spellcheck messages into their own file, and dispatch them all in SpellC... | jam@chromium.org | 2011-03-25 | 1 | -0/+1 |
* | Move printing messages to their own file. | jam@chromium.org | 2011-03-24 | 1 | -0/+1 |
* | Move the rest of the content browser->renderer messages to content. Also mov... | jam@chromium.org | 2011-03-23 | 1 | -0/+1 |
* | Create a new message file for view related messages. I just moved a few mess... | jam@chromium.org | 2011-03-21 | 1 | -0/+1 |
* | Move audio messages to their own file. | jam@chromium.org | 2011-03-21 | 1 | -0/+1 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 1 | -4/+4 |
* | Move geolocation, desktop notification, and device orientation into their own... | jam@chromium.org | 2011-03-19 | 1 | -0/+3 |
* | Creates the ipclist utility that chrome security team has wanted to dump | tsepez@chromium.org | 2011-03-17 | 1 | -0/+1 |
* | Move AppCache common code to content and split off AppCache messages into the... | jam@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | Move the blob related code to content, and also move the blob messages to the... | jam@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | Move the clipboard messages to their own message filter. | dcheng@chromium.org | 2011-03-10 | 1 | -0/+1 |
* | Move the common child process messages into their own file. | jam@chromium.org | 2011-03-07 | 1 | -0/+1 |
* | Put file_system messages in their own file and move them to content, in prepa... | jam@chromium.org | 2011-03-07 | 1 | -0/+1 |
* | Move resource related IPCs to their own file in content. I added a IPC_STRUC... | jam@chromium.org | 2011-03-05 | 1 | -0/+1 |
* | Move socket stream messages to content, in preparation for moving its dispatc... | jam@chromium.org | 2011-03-05 | 1 | -0/+1 |
* | P2P Sockets host implementation. | sergeyu@chromium.org | 2011-03-02 | 1 | -0/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -2/+2 |
* | Intergration of the client-side phishing detection. | noelutz@google.com | 2011-02-17 | 1 | -0/+1 |
* | Make the implementation .cc files go away, instead have the authors give us a... | tsepez@chromium.org | 2011-02-11 | 1 | -0/+6 |
* | Change size() function to return a size_t so that result size is not inadvert... | mrossetti@chromium.org | 2011-01-28 | 1 | -2/+4 |
* | Move AutoFill messages into a separate file. | jam@chromium.org | 2011-01-26 | 1 | -0/+1 |
* | Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. | viettrungluu@chromium.org | 2011-01-25 | 1 | -0/+1 |
* | If user had consented for metrics reporting, send speech input request origin... | satish@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Create a message filter for message port and worker messages. This allows a ... | jam@chromium.org | 2010-12-21 | 1 | -15/+15 |
* | Make PepperFileMessageFilter be a BrowserMessageFilter. | jam@chromium.org | 2010-12-15 | 1 | -0/+1 |
* | Make IndexedDBDispatcherHost be a message filter and move its messages into a... | jam@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)... | jam@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter... | jam@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... | jam@chromium.org | 2010-12-13 | 1 | -0/+2 |