summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_message_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Add IPC serialization for DictionaryValue and ListValue, with unit tests.mpcomplete@google.com2009-05-211-0/+18
* Prevent an extra copy of data types that get passed into IPC messages whenmpcomplete@google.com2009-05-201-3/+5
* Remove unused IPC deserializercpu@google.com2009-04-291-33/+0
* Add a gcc warning if we don't check the results of ReadParam. Sometc@google.com2009-04-241-5/+6
* Add routing_id to the ipc debugging log output.willchan@chromium.org2009-04-141-0/+3
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-0/+1381
* Move IPC code to ipc/agl@chromium.org2009-04-031-1381/+0
* Add code to support 2-way communication between extensions and renderers. Th...mpcomplete@google.com2009-04-021-1/+4
* Use WebConsoleMessage instead of ConsoleMessageLevel.darin@chromium.org2009-03-311-18/+0
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-25/+0
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-54/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* POSIX: Rewrite IPC's interaction with FileDescriptoragl@chromium.org2009-03-051-32/+32
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-041-14/+2
* Initial checkin of the out of process worker implementation.jam@chromium.org2009-03-041-56/+95
* Developer tools messages are forwarded as wrapped IPC::Messages(previously th...yurys@google.com2009-02-261-0/+23
* Bitmap transportagl@chromium.org2009-02-201-0/+51
* POSIX: Rename DescriptorSet to FileDescriptorSetagl@chromium.org2009-02-121-1/+1
* POSIX: Clean up DescriptorSetagl@chromium.org2009-02-121-17/+5
* POSIX: basic IPC loggingagl@chromium.org2009-02-121-0/+1
* POSIX: Transfer network data using shared memoryagl@chromium.org2009-02-111-5/+7
* POSIX: fix logging of messages with file descriptorsagl@chromium.org2009-02-101-3/+7
* FileDescriptor: passing fds over IPCagl@chromium.org2009-02-071-0/+32
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-061-0/+48
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-041-8/+24
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-256/+191
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-191/+256
* Move plugins to FilePaths, some cleanupavi@google.com2009-01-061-0/+19
* Refactor the render widget unittest so it can be reused to create a render viewbrettw@chromium.org2009-01-051-1/+3
* * Bring up render_mesages.cc on POSIX.jeremy@chromium.org2008-12-291-0/+18
* really fix the ifdefpinkerton@google.com2008-12-041-1/+1
* wrap logging with correct ifdefpinkerton@google.com2008-12-041-0/+2
* Try to reland the ipc code to see if the testsnsylvain@chromium.org2008-12-021-5/+11
* We have a bunch of new ui_tests failures. I wantnsylvain@chromium.org2008-12-021-11/+5
* * Add ipc_tests unittest target to xcode project.jeremy@chromium.org2008-12-011-5/+11
* Eliminate CursorChromium's dependency on webkit/glue.darin@chromium.org2008-11-061-4/+10
* Takes steps to make our PlatformScreen implementation more portable.darin@chromium.org2008-10-311-24/+0
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-6/+6
* Patch by Thatcher Ulrich <tulrich@google.com>.ojan@google.com2008-10-091-0/+34
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-271-0/+25
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Adds capabilities for IPC messages of type long, for the primary purpose of a...klink@google.com2008-08-221-0/+14
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-1/+1
* Cleanup a few files, reduce the number of includes.maruel@google.com2008-08-121-80/+20
* Reapply 379 since it wasn't the issue with the build breakage.maruel@google.com2008-08-051-182/+34
* Revert change 379 to see if it fixes the build. Please reapply when it's green.nsylvain@google.com2008-08-051-34/+182
* Reduce the quantity of includes and template specialization in ipc_message_ut...maruel@google.com2008-08-051-182/+34
* Add chrome to the repository.initial.commit2008-07-261-0/+1414