1. accd697 Make IPC macros work with -Wunused-local-typedefs. by thakis@chromium.org · 10 years ago
  2. 76df5bd Fix "inlcude" typo in comments. by tsepez@chromium.org · 10 years ago
  3. 862a5e0 Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill their child processes. by jam@chromium.org · 10 years ago
  4. 822f1fb Ensure that any IPC sent from a child process that couldn't be deserialized causes that process to be killed. by jam@chromium.org · 10 years ago
  5. 65bedbc Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword. by jam@chromium.org · 10 years ago
  6. f637018 Add support for passing an arbitrary parameter to an IPC message handler. The motivation is for WebContentsObserver to pass RenderFrameHost* to message handlers easily. by jam@chromium.org · 10 years ago
  7. 7bfcfc4 more spell checking by thakis@chromium.org · 11 years ago
  8. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  9. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  10. d41163c IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable. by mgiuca@chromium.org · 11 years ago
  11. f9d5c0c Add newline at end of file. by thakis@chromium.org · 11 years ago
  12. e8cd367 Workaround for VS2013 compiler bug in ipc_message_macros.h by zturner@chromium.org · 11 years ago
  13. 384d976 Implement off-the-wire validation scheme for emum types. by tsepez@chromium.org · 11 years ago
  14. ffc24df Split IPC logging between content and chrome. by jochen@chromium.org · 12 years ago
  15. 4afe8f7 Move IPCMessageStart enum into it own file with security team OWNERS, so that new message files can't be added to chromium without triggering a security review. by tsepez@chromium.org · 12 years ago
  16. b0e3e32 Make Sync Messages with lots of parameters and no return work by fsamuel@chromium.org · 12 years ago
  17. 8f96ab5 Remove IPC macros for "5_4" messages. by brettw@chromium.org · 12 years ago
  18. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  19. d96f2ad Add support for default values of IPC_STRUCT_MEMBER. by jbates@chromium.org · 12 years ago
  20. fead1e6 Make IPC_MESSAGE_EXPORT more robust. by thakis@chromium.org · 12 years ago
  21. cab6703 Reverting in an attempt to fix Win Builder 2010 (dbg). by jhawkins@chromium.org · 12 years ago
  22. 370aca3 Make IPC_MESSAGE_EXPORT more robust. by thakis@chromium.org · 12 years ago
  23. 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
  24. 1b19a35 Uncomment a different third IPC hook for about:profiler by jar@chromium.org · 13 years ago
  25. 4646d82 Revert 109760 - Uncomment third IPC hook for about:profiler by jar@chromium.org · 13 years ago
  26. 4f16346 Uncomment third IPC hook for about:profiler by jar@chromium.org · 13 years ago
  27. ee70515 Uncomment second IPC hook for about:profiler by jar@chromium.org · 13 years ago
  28. b0babea Uncomment first (major) IPC hook for about:profiler by jar@chromium.org · 13 years ago
  29. 1611183 Land commented out IPC hooks for profiling by jar@chromium.org · 13 years ago
  30. 8476aed Revert 109357 - Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  31. dafc13b Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  32. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  33. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  34. 2eb192e Android IPC changes. by jrg@chromium.org · 13 years ago
  35. 22a3e43 more content exports. by dpranke@chromium.org · 13 years ago
  36. 4057ce3 Update automation messages to use the new way of declaring message structs, to cut back on unnecessary code. by jam@chromium.org · 13 years ago
  37. 1d8d4d1 Fix IPC logging on Windows. Review URL: http://codereview.chromium.org/8322013 by jam@chromium.org · 13 years ago
  38. 62dc12c add IPC_MESSAGE_EXPORT to IPC_STRUCT_BEGIN. by dpranke@chromium.org · 13 years ago
  39. b4587d5 Add support for exporting IPC messages from component DLLs. by darin@chromium.org · 13 years ago
  40. becc14d Clean up a comment in ipc_message_macros.h by steveblock@chromium.org · 13 years ago
  41. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  42. e90dc16 GTTF: Make automation provider recognize more IPC error conditions by phajdan.jr@chromium.org · 13 years ago
  43. 92316aa Creates the ipclist utility that chrome security team has wanted to dump by tsepez@chromium.org · 13 years ago
  44. 7272e46 Change common_message_generator code block. by tsepez@chromium.org · 13 years ago
  45. 44f2e6c Fixed a bug in the serialization of history::URLRow. by danno@chromium.org · 13 years ago
  46. 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 · 13 years ago
  47. d65bab5 Attempt to reduce the amount of cut n paste needed to maintain these. by tsepez@chromium.org · 13 years ago
  48. 1ac4613 Make the implementation .cc files go away, instead have the authors give us a header only. by tsepez@chromium.org · 13 years ago
  49. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  50. 7398a1a Clean up Automation and Chrome Frame IPC code.-only use routed messages when needed-use routing IDs to avoid manually unpacking messages-remove data structures from IPC namespace (that should only be used for IPC code, and param traits)Note that I temporarily commented out part of a test in external_tab_test.cc because I couldn't figure out how to get the updated gmock macros to compile. by jam@chromium.org · 14 years ago
  51. 82f52f8 Create a message filter for message port and worker messages. This allows a nice cleanup of getting rid of the notifications when RenderMessageFilter and WorkerProcessHost go away. SafeBrowsingResourceHandler doesn't need it anymore as well, since it now overrides OnRequestClosed() which does the same thing. by jam@chromium.org · 14 years ago
  52. 3accfb8 Make DOMStorageDispatcherHost be a message filter (and rename it accordingly). It now derives from BrowserMessageFilter and hence gets message dispatching to different threads for free. by jam@chromium.org · 14 years ago
  53. b087641 Switch a bunch of remaining filters to derive from BrowserMessageFilters so that ResourceMessageFilter doesn't have to know about them and vice versa. A bunch of small cleanup in the process. I've added new message files for classes that want their messages dispatched on threads other than the IO. by jam@chromium.org · 14 years ago
  54. 5eaa2f5 Add missing new line by jam@chromium.org · 14 years ago
  55. 86a8de1 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 jam@chromium.org · 14 years ago
  56. b33d254 scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  57. 45bd9da Add ppapi_message_internal to the magic list of headers so the dependencies work out correctly on Mac. by brettw@google.com · 14 years ago
  58. 244f2f0 Part 2 of reapplying r64637. by erg@google.com · 14 years ago
  59. 2f8b030 Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by hansl@google.com · 14 years ago
  60. 7d883b2 Revert "Refactor automation messages." due to mysterious problems on mac. by erg@google.com · 14 years ago
  61. 5ab6720 Refactor automation messages. by erg@google.com · 14 years ago
  62. cc4e854 Reland 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  63. 8aca727 Remove all wstrings from the IPC logging subsystem. by erg@google.com · 14 years ago
  64. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  65. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  66. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  67. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  68. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  69. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  70. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  71. 2610a36 FBTF: Reapplies r55259, the first new IPC definition patch. by erg@google.com · 14 years ago
  72. d0d3aed Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by pinkerton@google.com · 14 years ago
  73. 1835562 FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by erg@google.com · 14 years ago
  74. f6c20d9 Add pyauto hooks for bookmarks. by jrg@chromium.org · 14 years ago
  75. ba12409 Move the utility process messages to their own file now that we have more than by brettw@chromium.org · 15 years ago
  76. c7cdd6c Fix a minor typo in ipc_message_macros.h (split out of http://codereview.chromium.org/460020) by dglazkov@chromium.org · 15 years ago
  77. a240677 Added new IPC message class for CommandBuffer. by apatrick@google.com · 15 years ago
  78. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  79. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  80. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago