| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Move IPC code to ipc/" | agl@chromium.org | 2009-04-03 | 1 | -0/+1381 |
* | Move IPC code to ipc/ | agl@chromium.org | 2009-04-03 | 1 | -1381/+0 |
* | Add code to support 2-way communication between extensions and renderers. Th... | mpcomplete@google.com | 2009-04-02 | 1 | -1/+4 |
* | Use WebConsoleMessage instead of ConsoleMessageLevel. | darin@chromium.org | 2009-03-31 | 1 | -18/+0 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 1 | -25/+0 |
* | Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer. | darin@chromium.org | 2009-03-19 | 1 | -54/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | POSIX: Rewrite IPC's interaction with FileDescriptor | agl@chromium.org | 2009-03-05 | 1 | -32/+32 |
* | Update clipboard classes to use string16 and FilePath instead of wstring. | estade@chromium.org | 2009-03-04 | 1 | -14/+2 |
* | Initial checkin of the out of process worker implementation. | jam@chromium.org | 2009-03-04 | 1 | -56/+95 |
* | Developer tools messages are forwarded as wrapped IPC::Messages(previously th... | yurys@google.com | 2009-02-26 | 1 | -0/+23 |
* | Bitmap transport | agl@chromium.org | 2009-02-20 | 1 | -0/+51 |
* | POSIX: Rename DescriptorSet to FileDescriptorSet | agl@chromium.org | 2009-02-12 | 1 | -1/+1 |
* | POSIX: Clean up DescriptorSet | agl@chromium.org | 2009-02-12 | 1 | -17/+5 |
* | POSIX: basic IPC logging | agl@chromium.org | 2009-02-12 | 1 | -0/+1 |
* | POSIX: Transfer network data using shared memory | agl@chromium.org | 2009-02-11 | 1 | -5/+7 |
* | POSIX: fix logging of messages with file descriptors | agl@chromium.org | 2009-02-10 | 1 | -3/+7 |
* | FileDescriptor: passing fds over IPC | agl@chromium.org | 2009-02-07 | 1 | -0/+32 |
* | Commit my changes that simplify automation message unpacking. | jam@chromium.org | 2009-02-06 | 1 | -0/+48 |
* | Commit just the changes to make creating new IPC channel types easier. | jam@chromium.org | 2009-02-04 | 1 | -8/+24 |
* | Revert my change to get the tree green. Not sure why the tests became flaky.... | jam@chromium.org | 2009-02-04 | 1 | -256/+191 |
* | Make it easier/less work/less error-prone to create new IPC channel types (i.... | jam@chromium.org | 2009-02-04 | 1 | -191/+256 |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -0/+19 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -1/+3 |
* | * Bring up render_mesages.cc on POSIX. | jeremy@chromium.org | 2008-12-29 | 1 | -0/+18 |
* | really fix the ifdef | pinkerton@google.com | 2008-12-04 | 1 | -1/+1 |
* | wrap logging with correct ifdef | pinkerton@google.com | 2008-12-04 | 1 | -0/+2 |
* | Try to reland the ipc code to see if the tests | nsylvain@chromium.org | 2008-12-02 | 1 | -5/+11 |
* | We have a bunch of new ui_tests failures. I want | nsylvain@chromium.org | 2008-12-02 | 1 | -11/+5 |
* | * Add ipc_tests unittest target to xcode project. | jeremy@chromium.org | 2008-12-01 | 1 | -5/+11 |
* | Eliminate CursorChromium's dependency on webkit/glue. | darin@chromium.org | 2008-11-06 | 1 | -4/+10 |
* | Takes steps to make our PlatformScreen implementation more portable. | darin@chromium.org | 2008-10-31 | 1 | -24/+0 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -6/+6 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 1 | -0/+34 |
* | Adding a UI test to catch the crash described in issue 1341577.This test is d... | finnur@google.com | 2008-08-27 | 1 | -0/+25 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Adds capabilities for IPC messages of type long, for the primary purpose of a... | klink@google.com | 2008-08-22 | 1 | -0/+14 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Cleanup a few files, reduce the number of includes. | maruel@google.com | 2008-08-12 | 1 | -80/+20 |
* | Reapply 379 since it wasn't the issue with the build breakage. | maruel@google.com | 2008-08-05 | 1 | -182/+34 |
* | Revert change 379 to see if it fixes the build. Please reapply when it's green. | nsylvain@google.com | 2008-08-05 | 1 | -34/+182 |
* | Reduce the quantity of includes and template specialization in ipc_message_ut... | maruel@google.com | 2008-08-05 | 1 | -182/+34 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+1414 |