1. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  2. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  3. 2eb192e Android IPC changes. by jrg@chromium.org · 13 years ago
  4. 22a3e43 more content exports. by dpranke@chromium.org · 13 years ago
  5. 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
  6. 1d8d4d1 Fix IPC logging on Windows. Review URL: http://codereview.chromium.org/8322013 by jam@chromium.org · 13 years ago
  7. 62dc12c add IPC_MESSAGE_EXPORT to IPC_STRUCT_BEGIN. by dpranke@chromium.org · 13 years ago
  8. b4587d5 Add support for exporting IPC messages from component DLLs. by darin@chromium.org · 13 years ago
  9. becc14d Clean up a comment in ipc_message_macros.h by steveblock@chromium.org · 13 years ago
  10. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  11. e90dc16 GTTF: Make automation provider recognize more IPC error conditions by phajdan.jr@chromium.org · 13 years ago
  12. 92316aa Creates the ipclist utility that chrome security team has wanted to dump by tsepez@chromium.org · 13 years ago
  13. 7272e46 Change common_message_generator code block. by tsepez@chromium.org · 13 years ago
  14. 44f2e6c Fixed a bug in the serialization of history::URLRow. by danno@chromium.org · 13 years ago
  15. 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
  16. d65bab5 Attempt to reduce the amount of cut n paste needed to maintain these. by tsepez@chromium.org · 13 years ago
  17. 1ac4613 Make the implementation .cc files go away, instead have the authors give us a header only. by tsepez@chromium.org · 13 years ago
  18. 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
  19. 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
  20. 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
  21. 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
  22. 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
  23. 5eaa2f5 Add missing new line by jam@chromium.org · 14 years ago
  24. 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
  25. b33d254 scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  26. 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
  27. 244f2f0 Part 2 of reapplying r64637. by erg@google.com · 14 years ago
  28. 2f8b030 Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by hansl@google.com · 14 years ago
  29. 7d883b2 Revert "Refactor automation messages." due to mysterious problems on mac. by erg@google.com · 14 years ago
  30. 5ab6720 Refactor automation messages. by erg@google.com · 14 years ago
  31. cc4e854 Reland 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  32. 8aca727 Remove all wstrings from the IPC logging subsystem. by erg@google.com · 14 years ago
  33. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  34. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  35. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  36. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  37. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  38. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  39. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  40. 2610a36 FBTF: Reapplies r55259, the first new IPC definition patch. by erg@google.com · 14 years ago
  41. d0d3aed Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by pinkerton@google.com · 14 years ago
  42. 1835562 FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by erg@google.com · 14 years ago
  43. f6c20d9 Add pyauto hooks for bookmarks. by jrg@chromium.org · 14 years ago
  44. ba12409 Move the utility process messages to their own file now that we have more than by brettw@chromium.org · 15 years ago
  45. 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
  46. a240677 Added new IPC message class for CommandBuffer. by apatrick@google.com · 15 years ago
  47. 1c6dcf2 Split the IPC code into ipc/ by agl@chromium.org · 15 years ago
  48. 9f96682 Revert "Move IPC code to ipc/" by agl@chromium.org · 15 years ago
  49. 2390c8c Move IPC code to ipc/ by agl@chromium.org · 15 years ago