1. 0b3a3c4 Rename TaskRunner::RunsTasksOnCurrentThread() in //media, //ui, //ipc by peary2 · 7 years ago
  2. 91dd464 Make sure channel-associated interface pointers are always safe to call. by yzshen · 8 years ago
  3. e04dcdb Mojo C++ bindings: remove usage of AssociatedGroup from ipc/ by yzshen · 8 years ago
  4. 8dc7bd7 Mojo C++ bindings: Simplify associated interface API. by yzshen · 8 years ago
  5. 35d8b86 Fix nullptr dereference in thread-safe Channel forwarding by rockot · 8 years ago
  6. 7900d34 Mojo C++ Bindings: Eliminiate unbound ThreadSafeInterfacePtr by rockot · 8 years ago
  7. 1458336 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  8. e816a0c Revert of Remove IPC::BrokerableAttachment. (patchset #1 id:120001 of https://codereview.chromium.org/2494943002/ ) by horo · 8 years ago
  9. 3058e08 Remove IPC::BrokerableAttachment. by sammc · 8 years ago
  10. 65f302f Remove IPC channel IDs. by sammc · 8 years ago
  11. b83485d Remove IPC::Endpoint. by sammc · 8 years ago
  12. 2d06263 Remove obsolete methods from IPC::Channel and related classes. by sammc · 8 years ago
  13. c54b4e9 Delete IPC::ChannelPosix, IPC::ChannelWin and IPC::AttachmentBroker. by sammc · 8 years ago
  14. d0267ce IPC: Delete thread-safe send support by rockot · 8 years ago
  15. 065bc8f Adds associated interface support between RenderFrameHost and RenderFrame. by rockot · 8 years ago
  16. e7c4790 Reworks Channel pausing behavior by rockot · 8 years ago
  17. 685505b Mojo Channel: Fix deferred proxy dispatch; support paused channels by rockot · 8 years ago
  18. cc524fe Re-write many calls to WrapUnique() with MakeUnique() by ricea · 8 years ago
  19. 8af798c Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  20. 24d8486 Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types (patchset #3 id:40001 of https://codereview.chromium.org/2181443002/ ) by benwells · 8 years ago
  21. d615171 Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  22. a8f3c29 Revert of Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types (patchset #2 id:20001 of https://codereview.chromium.org/2181443002/ ) by yzshen · 8 years ago
  23. cd8d887 Mojo C++ bindings: make ipc/ mojom targets to use STL string/vector types by yzshen · 8 years ago
  24. a01dbc7 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  25. 12185ef Revert of Support early associated interface binding on ChannelMojo (patchset #7 id:120001 of https://codereview.chromium.org/2163633003/ ) by msramek · 8 years ago
  26. 262d553 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  27. 0df334d Revert of Support early associated interface binding on ChannelMojo (patchset #5 id:80001 of https://codereview.chromium.org/2163633003/ ) by rockot · 8 years ago
  28. da8cd39 Support early associated interface binding on ChannelMojo by rockot · 8 years ago
  29. 37e7fa4 Plumb explicit IPC task runner through to IPC::Channel creation by rockot · 8 years ago
  30. a289bcc Adds Channel-associated interface support on ChannelProxy's thread by rockot · 8 years ago
  31. a6edf83 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  32. 816a582 Revert of Adds associated interface support to IPC::Channel (patchset #9 id:160001 of https://codereview.chromium.org/2137353002/ ) by rockot · 8 years ago
  33. a906cc4 Adds associated interface support to IPC::Channel by rockot · 8 years ago
  34. 6dcfcf7 With ChannelMojo, don't error the channel on Send failure. by amistry · 8 years ago
  35. 6555e69 Fold //ipc/mojo into //ipc. by amistry · 8 years ago[Renamed (98%) from ipc/mojo/ipc_channel_mojo.cc]
  36. 75f5857 Revert "Send input event IPCs directly from the UI thread" by rockot · 8 years ago
  37. fe787b3 Use public handle API to transfer handle attachments. by amistry · 8 years ago
  38. 15654a9 Explicitly serialise platform file attachments instead of doing them implicitly as a mojo handle attachment. by amistry · 8 years ago
  39. 8b1b9e6 Make ChannelMojo compile under NaCl. by amistry · 8 years ago
  40. 4ca9264 Send input event IPCs directly from the UI thread by rockot · 8 years ago
  41. cd486fd ChannelMojo: Don't signal Channel errors with lock held by rockot · 8 years ago
  42. 111dc4b Disable thread-safe Send on ChannelMojo by rockot · 8 years ago
  43. 0867a90 Fix include path for moved thread_task_runner_handle.h header in ipc/ by gab · 8 years ago
  44. fb6136d Fix lock-order-inversion in ChannelMojo by rockot · 8 years ago
  45. 6b47767 IPC: Fix attachment brokering race condition. by erikchen · 8 years ago
  46. c3fb6c5 Convert scoped_ptr to std::unique_ptr in //ipc. by danakj · 8 years ago
  47. 121a467 ChannelMojo: Bind the channel TaskRunner to the right thread by rockot · 9 years ago
  48. 6e3d492 Make ChannelMojo Send thread-safe by rockot · 9 years ago
  49. 499a218 Add support for MojoChannel field trial by rockot · 9 years ago
  50. 0bcbfc7 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  51. cea3a93 Revert of Fix failing tests with ChannelMojo enabled. (patchset #3 id:300001 of https://codereview.chromium.org/1768903002/ ) by tsergeant · 9 years ago
  52. 49c5db8 Fix failing tests with ChannelMojo enabled. by sammc · 9 years ago
  53. 6194d97 Change IPC::ChannelMojo to use associated interfaces. by sammc · 9 years ago
  54. 00a476d [mojo] Delete third_party/mojo by rockot · 9 years ago
  55. 6c1ffcf Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  56. 42ebda4 Switch to standard integer types in ipc/. by avi · 9 years ago
  57. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  58. 4dd89bd Fix the new Mojo EDK working in component build on Linux. by jam · 9 years ago
  59. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  60. 4113835 Revert "Add more tracking detail to Mojo async waits." by rockot · 9 years ago
  61. c8fa421 ipc: Make a separate vector for brokerable attachments. by erikchen · 9 years ago
  62. 38cd397 Add more tracking detail to Mojo async waits. by rockot · 9 years ago
  63. e76324e Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. by jam · 9 years ago
  64. c596f54 ipc: Remove unnecessary attachment broker plumbing. by erikchen · 9 years ago
  65. 46db050 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  66. 28a021e Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #1 id:1 of https://codereview.chromium.org/1310103002/ ) by rockot · 9 years ago
  67. 7859f57 Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  68. 62ddcee Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (patchset #3 id:120001 of https://codereview.chromium.org/1296453004/ ) by yosin · 9 years ago
  69. ee7ac0f Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 by rockot · 9 years ago
  70. ce67c8c Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1297993002/ ) by rockot · 9 years ago
  71. 76f9917 Re-enable ChannelMojo by rockot · 9 years ago
  72. a379033 Revert of Re-enable ChannelMojo. (patchset #1 id:40001 of https://codereview.chromium.org/1273283002/ ) by rockot · 9 years ago
  73. a2345af Re-enable ChannelMojo. by rockot · 9 years ago
  74. c3e3393 Revert of Re-enable ChannelMojo (patchset #1 id:20001 of https://codereview.chromium.org/1262503011/ ) by hiroshige · 9 years ago
  75. b066e07 Re-enable ChannelMojo by rockot · 9 years ago
  76. bbb5fed Revert of Re-enable ChannelMojo (patchset #1 id:80001 of https://codereview.chromium.org/1256473002/) by rockot · 9 years ago
  77. 521604c Re-enable ChannelMojo by rockot · 9 years ago
  78. ec6f1a3 Use thread-safe send when using Mojo. by jam · 9 years ago
  79. 78b9e49 Fix unused private fields errors in ipc/mojo/. by mlamouri · 9 years ago
  80. 47068c1 Convert usage of mojo::ErrorHandler in //ipc/mojo to callbacks. by amistry · 9 years ago
  81. fdd43fe Stub in more IPC attachment brokering functionality. by erikchen · 9 years ago
  82. 7ce235f IPC::ChannelMojo::Send() should fail once it is closed. by morrita · 9 years ago
  83. 5dd52cd Release obigation to call ChannelMojoHost::OnClientLaunched() by leon.han · 9 years ago
  84. 99b3dc0 IPC: Make ChannelReader inherit from SupportsAttachmentBrokering. by erikchen · 9 years ago
  85. 62d3813 IPC: Add new classes required for attachment brokering. by erikchen · 9 years ago
  86. 0a29f3d Disable ChannelMojo by rockot · 9 years ago
  87. e468e66 ipc: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  88. ab99227 Mojo IPC threading fixes by rockot · 9 years ago
  89. 731d7ca Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 9 years ago
  90. 1939c74 Revert of Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. (patchset #3 id:40001 of https://codereview.chromium.org/1120753004/) by dbeam · 9 years ago
  91. 644fb7b Change the callsites of InterfacePtr<> methods which directly deal with message pipe handles. by yzshen · 9 years ago
  92. 5138bf5 ChannelMojo: Introduce thread-safe Send() by morrita · 10 years ago
  93. d7325c2 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  94. 592c6fd Revert of ChannelMojo: Ensure that it always has ScopedIPCSupport (patchset #1 id:1 of https://codereview.chromium.org/1054253005/) by sorin · 10 years ago
  95. 106fb00 ChannelMojo: Ensure that it always has ScopedIPCSupport by morrita · 10 years ago
  96. f544e4e ChannelMojo: Use DestoryChannelOnIOThread() by morrita · 10 years ago
  97. a737e80 Re-enable ChannelMojo by morrita · 10 years ago
  98. c28edbb Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1021393002/) by morrita · 10 years ago
  99. 021c316 Revert of Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1029263008/) by tkent · 10 years ago
  100. ab48057 Revert of Re-enable ChannelMojo (patchset #1 id:1 of https://codereview.chromium.org/1021393002/) by tkent · 10 years ago