1. f355d88 MultiProcessTest: Update SpawnChild* to return a Process. by rvargas · 10 years ago
  2. 7a8a2d1 ChannelMojo: Adopt |mojo::embedder::AsyncWait()| by morrita · 10 years ago
  3. f8a5011 Send more file descriptors in IPCSendFdsTest.DescriptorTest by yusukes · 10 years ago
  4. c764d4d Fix build break from strict checking of {virtual,override,final}. by Daniel Cheng · 10 years ago
  5. c9f0ad0 Remove deprecated methods from Pickle. by avi · 10 years ago
  6. fadd1f2 Revert of Remove deprecated methods from Pickle. (patchset #10 id:180001 of https://codereview.chromium.org/818833004/) by avi · 10 years ago
  7. e175896 Revert of Revert "Update legacy Tuple-using code." (patchset #1 id:1 of https://codereview.chromium.org/826573002/) by avi · 10 years ago
  8. 19ae854 Revert "Update legacy Tuple-using code." by Avi Drissman · 10 years ago
  9. cd52576 Standardize usage of virtual/override/final specifiers in ipc/. by dcheng · 10 years ago
  10. dcc95fa Remove deprecated methods from Pickle. by Avi Drissman · 10 years ago
  11. c253669 Update legacy Tuple-using code. by Avi Drissman · 10 years ago
  12. a5a9c96 Add "override" to ParamDeserializer::SerializeOutputParameters by dmichael · 10 years ago
  13. a63c546 Hook up the RenderThread's IPC ChannelProxy to the RendererScheduler. by rmcilroy · 10 years ago
  14. 24f34cd IPC::ChannelMojo: Add a trace by morrita · 10 years ago
  15. 0932013 Chromecast: IPC messages for browser-based media pipeline. by gunsch · 10 years ago
  16. 93e2370 Pass navigator.connect calls through to the browser process. by mek · 10 years ago
  17. 596cc35 Revert "Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform." by perkj · 10 years ago
  18. 90b49ab Non-SFI mode: Use dummy PID for NaCl's IPC channel and IPC channel on Linux platform. by hidehiko · 10 years ago
  19. d094884 Revert ChannelMojo switch-on by morrita · 10 years ago
  20. 52be589 bluetooth: Impl uses new WebBluetoothDevice in content/browser. by scheib · 10 years ago
  21. 4c65cf9 Turn ChannelMojo on for all platforms by morrita · 10 years ago
  22. 1f42dc6 ChannelMojo Refactoring: Merge MessageReader into MessagePipeReader by morrita · 10 years ago
  23. 71158ac Remove the old Web Notification code-path (Chromium) by peter · 10 years ago
  24. b7c7a6a Turn ChannelMojo on Mac and Linux by morrita · 10 years ago
  25. 220877f Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a by jamesr · 10 years ago
  26. 1e89327 Componentize renderer side of DNS prefetching. by gunsch · 10 years ago
  27. 0903dda IPC: a way for security exploit browsertests to simulate the appearance of a malicious IPC. by nick · 10 years ago
  28. 5229f08 IPC::ChannelMojo: Make IPC handling robust against bad messages. by morrita · 10 years ago
  29. 6667de2 Fix signed integer overflow in GetRefNumUpper24. by rickyz · 10 years ago
  30. dbb52dc Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac by jamesr · 10 years ago
  31. 1e470b8 Non-SFI mode: Enable MSG_TRUNC and MSG_CTRUNC code for nacl_helper_nonsfi. by hidehiko · 10 years ago
  32. 58e1907 Non-SFI mode: Clean up macros of base/ and ipc/ libraries for nacl_helper_nonsfi. by hidehiko · 10 years ago
  33. e3b591d Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 by jamesr · 10 years ago
  34. f61d60c Revert of Enable ChannelMojo on Linux (patchset #1 id:1 of https://codereview.chromium.org/684323002/) by yurys · 10 years ago
  35. ead15cc Enable ChannelMojo on Linux by morrita · 10 years ago
  36. ae6c86f Remove last non-third_party typeofs on Mac. by thakis · 10 years ago
  37. 2bc9f04 Add a few missing overrides found by a new clang warning. by thakis · 10 years ago
  38. 721e604 Introduce OS_NACL_SFI and OS_NACL_NONSFI macros. by hidehiko · 10 years ago
  39. 88543a2 ChannelMojo: Replace hand written messsages with mojo. by morrita · 10 years ago
  40. 5e82286 Move LayoutTestMessageFilter-related IPCs to their own message file. by peter · 10 years ago
  41. 6c644ff Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  42. 0dd1088 Make IPC_ENUM_TRAITS_MIN_MAX_VALUE() work with c++11 enum class. by tsepez · 10 years ago
  43. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  44. 89c9e62 Add a guard in MojoBootstrap::OnClientLaunched() by morrita · 10 years ago
  45. 9b01d24 Revert of Standardize usage of virtual/override/final in ipc/ (patchset #1 id:1 of https://codereview.chromium.org/645623006/) by dcheng · 10 years ago
  46. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  47. 952f465 ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementally by morrita · 10 years ago
  48. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  49. d5f5990 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  50. d36037a Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC. by pkasting · 10 years ago
  51. 7767a0d MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 10 years ago
  52. 820a294 ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 10 years ago
  53. a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
  54. 221f6a9 Misc. cleanup, primarily removing unused locals. by pkasting · 10 years ago
  55. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  56. 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago
  57. 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago
  58. 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago
  59. 80f4e37 Pass through geofencing API calls to the browser process. by mek · 10 years ago
  60. 39722a3 Refactoring: Let ChannelPosix adopt ScopedFD. by morrita · 10 years ago
  61. 98b6e4a ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost by morrita · 10 years ago
  62. 5785428 Remove IPC::Channel::TakePipeHandle() by morrita · 10 years ago
  63. b3de487 Adding tracking to verify the theory that jankiness of ExtensionMessageFilter::OnExtensionAddListener is because of the observer invocation. by vadimt · 10 years ago
  64. 26b6d75 Fix IPCChannelMojoErrorTest.SendFailWithPendingMessages by morrita · 10 years ago
  65. 5eedf8c Disable IPCChannelMojoErrorTest.SendFailWithPendingMessages by morrita · 10 years ago
  66. 38931c2 Move SafeManifestParser to //extensions by rockot · 10 years ago
  67. ab20725 IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message by morrita · 10 years ago
  68. 45b11f9 Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case insensitive by jkarlin · 10 years ago
  69. 7c48ab8 IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 10 years ago
  70. ee1523b Implement ManifestManager to handle manifest in content/. by mlamouri · 10 years ago
  71. fa3ab75 ChannelMojo: Handle errors in pending message processing. by morrita · 10 years ago
  72. df416e1 Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ by thestig · 10 years ago
  73. 51bd24f WebCacheManager::ClearCacheOnNavigation() is used by webrequest api, which will be moved to //extensions. So we need to resolve its the dependency on WebCacheManager by moving WebCacheManager to //components. by hanxi · 10 years ago
  74. 42bda25 Refactoring: Move MessagePipeReader subclasess out from ChannelMojo by morrita · 10 years ago
  75. ab77970 Add ipc_mojo_perftests by morrita · 10 years ago
  76. 369f915 Fix a DCHECK violation in ipc_perftests by yzshen · 10 years ago
  77. 07bc797 ipc/ fixups for scoped_refptr operator T* removal. by dcheng · 10 years ago
  78. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  79. ea780ac Manual fixups for scoped_refptr operator T* removal in ipc/ by dcheng · 10 years ago
  80. 8461adf Declaring the weak_ptr_factory in proper order. by anujk.sharma · 10 years ago
  81. f830bdd pdf: Create a separate component for using the pdf pepper plugin. by Sadrul Habib Chowdhury · 10 years ago
  82. d67586a Remove implicit conversions from scoped_refptr to T* in ipc/ by dcheng · 10 years ago
  83. 450fad9 Credential Manager: Renderer-side implementation. by mkwst@chromium.org · 10 years ago
  84. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  85. 0e2787c Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChannelOnIOThread(). by viettrungluu@chromium.org · 10 years ago
  86. 228e365 IPC::ChannelMojo: Dup and own fds to transmit by morrita@chromium.org · 10 years ago
  87. e2bbe78 IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITION by morrita@chromium.org · 10 years ago
  88. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  89. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  90. b584db0 Refactor Web Notification permission requests. by peter@chromium.org · 10 years ago
  91. accd697 Make IPC macros work with -Wunused-local-typedefs. by thakis@chromium.org · 10 years ago
  92. 82a3100 Rename IPC::ChannelFactory to UnixDomainSocketAcceptor. by morrita@chromium.org · 10 years ago
  93. 150a849 Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 by pkasting@chromium.org · 10 years ago
  94. d5927eb Remove unused IPC_MESSAGE_START enum constants. by tsepez@chromium.org · 10 years ago
  95. e5fd836 [DeviceLight] Add renderer+common parts by rijubrata.bhaumik@intel.com · 10 years ago
  96. a99794c Extensions: Split extensions utility IPC messages into its own file. by thestig@chromium.org · 10 years ago
  97. 7435206 ozone: Add GPU message for cursor updates by spang@chromium.org · 10 years ago
  98. a2c8947 This patch defines three mechanisms for acquiring CLD2's data: by andrewhayden@chromium.org · 10 years ago
  99. aa19c59 Support multiple files for AEC dump. by grunell@chromium.org · 10 years ago
  100. 76df5bd Fix "inlcude" typo in comments. by tsepez@chromium.org · 10 years ago