summaryrefslogtreecommitdiff
path: root/ipc/ipc_message_utils.h
AgeCommit message (Expand)Author
2020-06-05Revert "Use BigBuffer for legacy IPC messages"Alice Boxhall
2020-06-05Use BigBuffer for legacy IPC messagesKen Rockot
2020-06-05Fuchsia: Prepare for OS_POSIX removal in ipc/Fabrice de Gans-Riberi
2020-06-05Base [android]: Introduce ScopedHardwareBufferHandleKen Rockot
2020-06-05Implement IPC::ParamTraits for PlatformSharedMemoryRegionAlexandr Ilin
2020-06-05Add a generic component export macroKen Rockot
2020-06-05AHardwareBuffer-based GpuMemoryBuffer implementationKlaus Weidner
2020-06-05Change custom data type from map to unordered_map in preperation for mojofica...Stuart Langley
2020-06-05Use checked_cast instead of static_cast when casting sizes in Pickle.Chris Palmer
2020-06-05Mojo Bindings: Support handles in native structsKen Rockot
2020-06-05Remove ParamTraits::GetSize since it's not used anymore.John Abd-El-Malek
2020-06-05fuchsia: get //ipc compilingScott Graham
2020-06-05Add a variadic version of ParamTraits, to allow for >5 IPC parameters.ossu
2020-06-05Reland "Add enable_ipc_logging build argument"davidsz
2020-06-05Make PlatformFileForTransit its own class on Windows.erikchen
2020-06-05Make base::SharedMemoryHandle a class on POSIX.erikchen
2020-06-05Improvements to uses of base::SmallMapbrettw
2020-06-05Revert of Reland "Add enable_ipc_logging build argument" (patchset #1 id:1 of...jwd
2020-06-05Reland "Add enable_ipc_logging build argument (patchset #2 id:20001 of https:...davidsz
2020-06-05Revert of Add enable_ipc_logging build argument (patchset #2 id:20001 of http...rockot
2020-06-05Add enable_ipc_logging build argumentdavidsz
2020-06-05Remove ScopedVector from ipc/.leon.han
2020-06-05Add IPC ParamTraits for c-style arraysericrk
2020-06-05Remove IPC::BrokerableAttachment.sammc
2020-06-05Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https:/...horo
2020-06-05Remove IPC::BrokerableAttachment.sammc
2020-06-05Remove IPC channel IDs.sammc
2020-06-05Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker.sammc
2020-06-05Add base::UnguessableTokentguilbert
2020-06-05Add IPC serialization support for base::Optionalbmcquade
2020-06-05Generate param traits size methods for IPC files in chrome/ (and traits it de...jam
2020-06-05Generate param traits size methods for IPC files in content/ (and traits it d...jam
2020-06-05Convert scoped_ptr to std::unique_ptr in //ipc.danakj
2020-06-05Check for unstable types in IPC messages.dskiba
2020-06-05Add more out of line copy ctors for complex classes.vmpstr
2020-06-05Revert of Clang plugin to check that unstable types are not used in IPC. (pat...thakis
2020-06-05Clang plugin to check that unstable types are not used in IPC.dskiba
2020-06-05Replace base::Tuple in //ipc with std::tupletzik
2020-06-05Replace base::Tuple implementation with std::tupletzik
2020-06-05Fix Android x64 build.jam
2020-06-05Add compile time checks against longs being used in IPC structs on 32 bit And...jam
2020-06-05use variadic macros/templates in IPC message implementationmdempsky
2020-06-05Add message sizing to basic IPC traits and struct macros.rockot
2020-06-05IPC::Message -> base::Picklerockot
2020-06-05Clean up header files.avi
2020-06-05Switch to standard integer types in ipc/.avi
2020-06-05Call base::DispatchToMethod by the fully qualified nametzik
2020-06-05Kills TraceTicks, which was functionally the same as TimeTickscharliea
2020-06-05ipc: Add ParamTraits<signed char>ortuno
2020-06-05Make SharedMemoryHandle a class on windows.erikchen