1. 5e7a0f7 Cleanup: Pass std::string as const reference from ipc/ by ki.stfu · 10 years ago
  2. 4da8275d ipc: Remove basictypes.h includes. by tfarina · 10 years ago
  3. 2a3aa7b5 Move IPC tests into anonymous namespaces. by [email protected] · 12 years ago
  4. 5e0be64 Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() usages for DCHECK_EQ/LE/GE() equivalents. by [email protected] · 14 years ago
  5. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 years ago
  6. 21fa3a1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by [email protected] · 14 years ago
  7. 751bf4b Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by [email protected] · 15 years ago
  8. 5512613 Reland 55888: Allow per-plugin content settings. by [email protected] · 15 years ago
  9. 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago[Renamed (96%) from chrome/common/ipc_sync_message_unittest.cc]
  10. 82e5ee8 Revert "Move IPC code to ipc/" by [email protected] · 16 years ago[Renamed (94%) from ipc/ipc_sync_message_unittest.cc]
  11. 8cf3f1da Move IPC code to ipc/ by [email protected] · 16 years ago[Renamed (94%) from chrome/common/ipc_sync_message_unittest.cc]
  12. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  13. d321644 NO CODE CHANGE. by [email protected] · 16 years ago
  14. f91cb99 Commit just the changes to make creating new IPC channel types easier. by [email protected] · 16 years ago
  15. 7d5c3ac Revert my change to get the tree green. Not sure why the tests became flaky. I'll try to check them in again but in smaller chunks tomorrow. by [email protected] · 16 years ago
  16. 39b7b067 Make it easier/less work/less error-prone to create new IPC channel types (i.e. renderer/plugin).Instead of having each message file include the internal one several times with different ifdefs, move that logic to ipc_message_macros.h. Also make the message class starting IDs come from an enum to ensure we don't use a value twice. I simplified the logging code a bit so we don't need X_messages.cc files.Clean up places that we were doing manual packing/unpacking. Most of this was in the automation code. I added a few new template functions to make it convenient to read the parameters from a message, and updated the code to use them.I also removed unnecessary includes of render/plugin_messages.h from headers to speed up compiling.I moved the traits of IPC structs beside the struct definition to make it more apparent what's going on, so we avoid people modifying the struct and forgetting to update the traits.Amit: please look at chrome/test/automation/tab_proxy.ccMarc-Antoine: chrome/browser/printing/*Matt: the rest by [email protected] · 16 years ago
  17. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  18. 09911bf Add chrome to the repository. by initial.commit · 17 years ago