summaryrefslogtreecommitdiff
path: root/ipc/param_traits_macros.h
AgeCommit message (Expand)Author
2020-06-05Remove ParamTraits::GetSize since it's not used anymore.John Abd-El-Malek
2020-06-05Add message sizing to basic IPC traits and struct macros.rockot
2020-06-05IPC::Message -> base::Picklerockot
2020-06-04Move Pickle to base namespace.brettw
2020-06-04Make IPC_ENUM_TRAITS_MIN_MAX_VALUE() work with c++11 enum class.tsepez
2020-06-04Implement off-the-wire validation scheme for emum types.tsepez@chromium.org
2020-06-04Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org
2020-06-04views: Add an Options enum to MessageBoxView control.tfarina@chromium.org
2020-06-04Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org
2020-06-04Move resource related IPCs to their own file in content. I added a IPC_STRUC...jam@chromium.org
2020-06-04Make the implementation .cc files go away, instead have the authors give us a...tsepez@chromium.org