summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.h
Commit message (Expand)AuthorAgeFilesLines
* Added IPC ParamTraits for TimeDelta.apatrick@chromium.org2010-10-211-0/+9
* Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...stoyan@chromium.org2010-10-211-9/+0
* Relanding 61718.apatrick@chromium.org2010-10-211-0/+9
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-24/+5
* ipc: delete wchar_t IPC traitevan@chromium.org2010-08-261-24/+0
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-8/+1
* Fix for the new IPC system on gcc 4.5 and greater.erg@google.com2010-08-191-0/+8
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-98/+80
* Reapplies all the IPC system work (reverts the revert r56272).erg@google.com2010-08-171-181/+110
* Completely revert all my IPC work to see if this was what regressed the page ...erg@google.com2010-08-171-110/+181
* FBTF: Mark the Read methods in the IPC subsystem as noinline.erg@google.com2010-08-131-24/+20
* FBTF: Remove all the easy headers from *_messages.h.erg@google.com2010-08-121-91/+17
* Reapplies r55735, fixing some message code that was checked in that I collide...erg@google.com2010-08-111-54/+63
* Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages."erg@google.com2010-08-111-63/+54
* FBTF: Allow forward declaration of classes passed to sync IPC messages.erg@google.com2010-08-111-54/+63
* FBTF: Reapplies r55259, the first new IPC definition patch.erg@google.com2010-08-101-28/+26
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-101-0/+2
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-091-2/+0
* Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...pinkerton@google.com2010-08-091-24/+36
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-091-0/+2
* FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.erg@google.com2010-08-061-36/+24
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-1/+1
* Added an IPC server in the service process to listen to commands. This is not...sanjeevr@chromium.org2010-07-311-0/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Mac: More pluming for OOP font loadingjeremy@chromium.org2010-06-171-8/+31
* Revert 49982 - patchthakis@chromium.org2010-06-161-4/+2
* patchthakis@chromium.org2010-06-161-2/+4
* Add new ipc message utility and new message types in preparation for OOP impo...mirandac@chromium.org2010-05-131-1/+30
* Fix a typo in ipc_message_utils.h.evan@chromium.org2010-03-261-1/+1
* base: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-091-1/+3
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-051-1/+2
* Take out intptr_t IPC serialization support to prevent people from sending po...jam@chromium.org2010-02-091-15/+11
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-0/+2
* Avoid calling vector resize() with excessive size parameter: fix broken integ...cevans@chromium.org2009-12-311-13/+7
* Defense-in-depth: initialize some variables.cevans@chromium.org2009-12-301-2/+2
* Move the utility process messages to their own file now that we have more thanbrettw@chromium.org2009-12-151-0/+2
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-121-4/+1
* Added new IPC message class for CommandBuffer.apatrick@google.com2009-12-041-6/+4
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-291-0/+1
* Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-281-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-281-0/+1
* Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+1
* Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...gregoryd@google.com2009-09-261-1/+0
* First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...gregoryd@google.com2009-09-261-0/+1
* Preparing rollback in case things don't work out.bradnelson@google.com2009-09-181-1/+0
* This is a copy of http://codereview.chromium.org/153002/showgregoryd@google.com2009-09-181-0/+1
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-271-0/+27