| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add missing new line | jam@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | ipc: Simplify the magic required to create IPC message headers.This gets rid ... | jam@chromium.org | 2010-12-08 | 11 | -1174/+760 |
* | Define IPC_USES_READWRITE | dmaclach@chromium.org | 2010-12-08 | 2 | -18/+33 |
* | Fix up sun_path_len so that it is consistent across all our platforms. | dmaclach@chromium.org | 2010-12-08 | 1 | -1/+5 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 10 | -81/+92 |
* | Wrap GlobalDescriptors singleton in accessor method. | evan@chromium.org | 2010-12-07 | 1 | -1/+1 |
* | This CL add a GetInstance() method to singleton classes instead of relying on... | satish@chromium.org | 2010-12-04 | 1 | -6/+12 |
* | scons: excise more scons references from the code base | evan@chromium.org | 2010-12-03 | 2 | -2/+2 |
* | Add a base class for objects that want to filter messages on the IO thread. ... | jam@chromium.org | 2010-12-02 | 6 | -40/+79 |
* | Add ppapi_message_internal to the magic list of headers so the dependencies w... | brettw@google.com | 2010-12-02 | 3 | -0/+3 |
* | Reduce the maximum IPC message size. | darin@chromium.org | 2010-11-29 | 1 | -1/+1 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-24 | 2 | -6/+14 |
* | Revert 66840 - Add named testing interface. This allows you to connect to a p... | kkania@chromium.org | 2010-11-20 | 2 | -14/+6 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-19 | 2 | -6/+14 |
* | Revert 66350 - Add named testing interface. This allows you to connect to a p... | nirnimesh@chromium.org | 2010-11-17 | 2 | -14/+6 |
* | Add named testing interface. This allows you to connect to a pre-existing Chr... | nirnimesh@chromium.org | 2010-11-17 | 2 | -6/+14 |
* | NaCl IPC bringup. | abarth@chromium.org | 2010-11-12 | 2 | -2/+2 |
* | Add proxies for some of the PDF & Flash functionality. There are still a few | brettw@chromium.org | 2010-11-12 | 2 | -0/+25 |
* | Part 2 of reapplying r64637. | erg@google.com | 2010-11-10 | 2 | -3/+3 |
* | Implement a new process type for running PPAPI plugins. The process itself is | brettw@chromium.org | 2010-11-10 | 1 | -0/+2 |
* | Add support for returning the session_id in both CreateExternalTab and Connec... | hansl@google.com | 2010-11-05 | 4 | -5/+50 |
* | Fixed bug where CHECKs don't fire if min_log_level > FATAL | akalin@chromium.org | 2010-11-03 | 1 | -5/+6 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -2/+2 |
* | Revert "Refactor automation messages." due to mysterious problems on mac. | erg@google.com | 2010-11-01 | 2 | -3/+3 |
* | Refactor automation messages. | erg@google.com | 2010-11-01 | 2 | -3/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -10/+10 |
* | Move all Valgrind/TSan/Dr.Memory gtest exclude files to tools/valgrind/gtest_... | timurrrr@chromium.org | 2010-10-24 | 3 | -8/+4 |
* | Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" | mpcomplete@chromium.org | 2010-10-22 | 2 | -3/+3 |
* | Revert "Const-ify RefCountedThreadSafe::AddRef and Release." | levin@chromium.org | 2010-10-22 | 2 | -3/+3 |
* | Const-ify RefCountedThreadSafe::AddRef and Release. | mpcomplete@chromium.org | 2010-10-22 | 2 | -3/+3 |
* | Added IPC ParamTraits for TimeDelta. | apatrick@chromium.org | 2010-10-21 | 2 | -0/+28 |
* | Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%... | stoyan@chromium.org | 2010-10-21 | 2 | -28/+0 |
* | Relanding 61718. | apatrick@chromium.org | 2010-10-21 | 2 | -0/+28 |