1. 6dbfea5 IPC::Message -> base::Pickle by rockot · 9 years ago
  2. a487947 Move Pickle to base namespace. by brettw · 9 years ago
  3. c9f0ad0 Remove deprecated methods from Pickle. by avi · 10 years ago
  4. fadd1f2 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  5. dcc95fa Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  6. 384d976 Implement off-the-wire validation scheme for emum types. by tsepez@chromium.org · 11 years ago
  7. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  8. d96f2ad Add support for default values of IPC_STRUCT_MEMBER. by jbates@chromium.org · 12 years ago
  9. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago
  10. 959e5f7 Get rid of a bunch of view_messages.h includes from chrome by making the TabContentsObserver interface not use a struct from it. Instead, the interface uses a new struct, content::FrameNavigateParams, that's in the public directory. The IPC message's struct derives from it. by jam@chromium.org · 13 years ago
  11. 7272e46 Change common_message_generator code block. by tsepez@chromium.org · 14 years ago
  12. 4ae3f56 Move resource related IPCs to their own file in content. I added a IPC_STRUCT_TRAITS_PARENT macro to allow the automatic serializing macros to add a parent struct. by jam@chromium.org · 14 years ago
  13. 1ac4613 Make the implementation .cc files go away, instead have the authors give us a header only. by tsepez@chromium.org · 14 years ago