| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 10 | -17/+536 |
* | Wigtspace change to trigger a build. | thestig@chromium.org | 2011-02-11 | 1 | -1/+1 |
* | Rent syncemove all uses of the global Dispatcher Get function. | brettw@chromium.org | 2011-02-08 | 1 | -0/+7 |
* | Clean up channel modes | dmaclach@chromium.org | 2011-02-03 | 6 | -66/+50 |
* | Get service processes working on Mac and Linux. | dmaclach@chromium.org | 2011-02-02 | 3 | -3/+3 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 2 | -6/+6 |
* | Add support for attaching filters to an IPC TestSink. | bryner@chromium.org | 2011-01-31 | 2 | -0/+48 |
* | Change size() function to return a size_t so that result size is not inadvert... | mrossetti@chromium.org | 2011-01-28 | 2 | -3/+6 |
* | 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 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 7 | -30/+30 |
* | Move the TestSink for doing IPC tests from chrome/common into IPC and create ... | brettw@google.com | 2011-01-20 | 3 | -0/+163 |
* | Adjust unix domain IPC permissions. | dtu@chromium.org | 2011-01-20 | 1 | -2/+10 |
* | If user had consented for metrics reporting, send speech input request origin... | satish@chromium.org | 2011-01-20 | 1 | -0/+1 |
* | Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout | phajdan.jr@chromium.org | 2011-01-19 | 1 | -1/+2 |
* | Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. | craig.schlenter@chromium.org | 2011-01-13 | 1 | -3/+3 |
* | Reland "Remove base/scoped_handle_win.h." | tfarina@chromium.org | 2011-01-09 | 1 | -2/+3 |
* | Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use th... | thakis@chromium.org | 2011-01-07 | 1 | -3/+2 |
* | Remove base/scoped_handle_win.h stub and fix up all callers to use the new lo... | tfarina@chromium.org | 2011-01-07 | 1 | -2/+3 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 5 | -6/+6 |
* | Move base/debug_on_start to base/debugger and rename it to be _win since it | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move non_thread_safe from base to base/threading and into the base namespace. | brettw@chromium.org | 2011-01-01 | 2 | -3/+5 |
* | Remove base/platform_thread.h stub and fix up all callers to use the new loca... | brettw@google.com | 2011-01-01 | 3 | -15/+12 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 4 | -4/+4 |
* | Move base/win_util to the base/win directory and use the base::win namespace. | brettw@google.com | 2010-12-31 | 1 | -1/+0 |
* | Move thread local stuff from base to base/threading and consistently use the | brettw@chromium.org | 2010-12-30 | 1 | -1/+1 |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 13 | -33/+46 |
* | Clean up Automation and Chrome Frame IPC code.-only use routed messages when ... | jam@chromium.org | 2010-12-23 | 2 | -3/+260 |
* | Create a message filter for message port and worker messages. This allows a ... | jam@chromium.org | 2010-12-21 | 3 | -24/+26 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 12 | -326/+807 |
* | Revert 69694 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 12 | -803/+322 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 12 | -322/+803 |
* | Revert 69690 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 12 | -800/+322 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-20 | 12 | -322/+800 |
* | Revert 69660 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 12 | -781/+322 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-18 | 12 | -322/+781 |
* | Revert 69264 - Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-16 | 12 | -760/+316 |
* | Revert 69341 - Fix up problem with uninitialized member variable. | dmaclach@chromium.org | 2010-12-16 | 1 | -1/+0 |
* | Fix up problem with uninitialized member variable. | dmaclach@chromium.org | 2010-12-15 | 1 | -0/+1 |
* | Make PepperFileMessageFilter be a BrowserMessageFilter. | jam@chromium.org | 2010-12-15 | 1 | -0/+1 |
* | Add support for sockets that can listen and accept a connection. | dmaclach@chromium.org | 2010-12-15 | 12 | -316/+760 |
* | 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 | 3 | -0/+120 |
* | 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 | 2 | -0/+6 |
* | Rename all methods accessing Singleton<T> as GetInstance(). | satish@chromium.org | 2010-12-13 | 5 | -7/+7 |
* | Revert "Add named testing interface." | phajdan.jr@chromium.org | 2010-12-11 | 2 | -11/+3 |
* | Add some more detail to PLOGs when debugging problems | dmaclach@chromium.org | 2010-12-09 | 1 | -26/+36 |
* | Verify file descriptor count. | dmaclach@chromium.org | 2010-12-09 | 1 | -1/+12 |