| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 1 | -26/+4 |
* | Add proxies for some of the PDF & Flash functionality. There are still a few | brettw@chromium.org | 2010-11-12 | 1 | -0/+8 |
* | Implement a new process type for running PPAPI plugins. The process itself is | brettw@chromium.org | 2010-11-10 | 1 | -0/+2 |
* | Added IPC ParamTraits for TimeDelta. | apatrick@chromium.org | 2010-10-21 | 1 | -0/+9 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 1 | -9/+0 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 1 | -0/+9 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -24/+5 |
* | ipc: delete wchar_t IPC trait | evan@chromium.org | 2010-08-26 | 1 | -24/+0 |
* | FBTF: Move individual XXXMsg_Params structs to a new file. | erg@google.com | 2010-08-24 | 1 | -8/+1 |
* | Fix for the new IPC system on gcc 4.5 and greater. | erg@google.com | 2010-08-19 | 1 | -0/+8 |
* | Remove all wstrings from the IPC logging subsystem. | erg@google.com | 2010-08-18 | 1 | -98/+80 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -181/+110 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -110/+181 |
* | FBTF: Mark the Read methods in the IPC subsystem as noinline. | erg@google.com | 2010-08-13 | 1 | -24/+20 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -91/+17 |
* | Reapplies r55735, fixing some message code that was checked in that I collide... | erg@google.com | 2010-08-11 | 1 | -54/+63 |
* | Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." | erg@google.com | 2010-08-11 | 1 | -63/+54 |
* | FBTF: Allow forward declaration of classes passed to sync IPC messages. | erg@google.com | 2010-08-11 | 1 | -54/+63 |
* | FBTF: Reapplies r55259, the first new IPC definition patch. | erg@google.com | 2010-08-10 | 1 | -28/+26 |
* | 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ... | jiesun@google.com | 2010-08-10 | 1 | -0/+2 |