1. 6c644ff Non-SFI Mode: Build ipc/ library by PNaCl toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  2. 0dd1088 Make IPC_ENUM_TRAITS_MIN_MAX_VALUE() work with c++11 enum class. by tsepez · 10 years ago
  3. ef7721a Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  4. 89c9e62 Add a guard in MojoBootstrap::OnClientLaunched() by morrita · 10 years ago
  5. 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
  6. 1967f8d Standardize usage of virtual/override/final in ipc/ by dcheng · 10 years ago
  7. 952f465 ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementally by morrita · 10 years ago
  8. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  9. d5f5990 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  10. d36037a Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC. by pkasting · 10 years ago
  11. 7767a0d MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 10 years ago
  12. 820a294 ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 10 years ago
  13. a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
  14. 221f6a9 Misc. cleanup, primarily removing unused locals. by pkasting · 10 years ago
  15. d41cdbb replace OVERRIDE and FINAL with override and final in ipc/ by mostynb · 10 years ago
  16. 8dddfa2 Move mojo edk into mojo/edk by jamesr · 10 years ago
  17. 4a802ff Revert "Move mojo edk into mojo/edk" by Trent Apted · 10 years ago
  18. 8ee6961 Move mojo edk into mojo/edk by James Robinson · 10 years ago
  19. 80f4e37 Pass through geofencing API calls to the browser process. by mek · 10 years ago
  20. 39722a3 Refactoring: Let ChannelPosix adopt ScopedFD. by morrita · 10 years ago
  21. 98b6e4a ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost by morrita · 10 years ago
  22. 5785428 Remove IPC::Channel::TakePipeHandle() by morrita · 10 years ago
  23. b3de487 Adding tracking to verify the theory that jankiness of ExtensionMessageFilter::OnExtensionAddListener is because of the observer invocation. by vadimt · 10 years ago
  24. 26b6d75 Fix IPCChannelMojoErrorTest.SendFailWithPendingMessages by morrita · 10 years ago
  25. 5eedf8c Disable IPCChannelMojoErrorTest.SendFailWithPendingMessages by morrita · 10 years ago
  26. 38931c2 Move SafeManifestParser to //extensions by rockot · 10 years ago
  27. ab20725 IPC: Get rid of FileDescriptor usage from FileDescriptorSet and Message by morrita · 10 years ago
  28. 45b11f9 Make ServiceWorkerFetchRequest and ServiceWorkerResponse header maps case insensitive by jkarlin · 10 years ago
  29. 7c48ab8 IPC::ChannelMojo: Introduce IPC::MojoBootstrap for Windows by morrita · 10 years ago
  30. ee1523b Implement ManifestManager to handle manifest in content/. by mlamouri · 10 years ago
  31. fa3ab75 ChannelMojo: Handle errors in pending message processing. by morrita · 10 years ago
  32. df416e1 Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/ by thestig · 10 years ago
  33. 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
  34. 42bda25 Refactoring: Move MessagePipeReader subclasess out from ChannelMojo by morrita · 10 years ago
  35. ab77970 Add ipc_mojo_perftests by morrita · 10 years ago
  36. 369f915 Fix a DCHECK violation in ipc_perftests by yzshen · 10 years ago
  37. 07bc797 ipc/ fixups for scoped_refptr operator T* removal. by dcheng · 10 years ago
  38. a422094 Add ChannelProxy benchmark to ipc_perftests. by morrita · 10 years ago
  39. ea780ac Manual fixups for scoped_refptr operator T* removal in ipc/ by dcheng · 10 years ago
  40. 8461adf Declaring the weak_ptr_factory in proper order. by anujk.sharma · 10 years ago
  41. f830bdd pdf: Create a separate component for using the pdf pepper plugin. by Sadrul Habib Chowdhury · 10 years ago
  42. d67586a Remove implicit conversions from scoped_refptr to T* in ipc/ by dcheng · 10 years ago
  43. 450fad9 Credential Manager: Renderer-side implementation. by mkwst@chromium.org · 10 years ago
  44. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  45. 0e2787c Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChannelOnIOThread(). by viettrungluu@chromium.org · 10 years ago
  46. 228e365 IPC::ChannelMojo: Dup and own fds to transmit by morrita@chromium.org · 10 years ago
  47. e2bbe78 IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITION by morrita@chromium.org · 10 years ago
  48. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  49. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  50. b584db0 Refactor Web Notification permission requests. by peter@chromium.org · 10 years ago
  51. accd697 Make IPC macros work with -Wunused-local-typedefs. by thakis@chromium.org · 10 years ago
  52. 82a3100 Rename IPC::ChannelFactory to UnixDomainSocketAcceptor. by morrita@chromium.org · 10 years ago
  53. 150a849 Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 by pkasting@chromium.org · 10 years ago
  54. d5927eb Remove unused IPC_MESSAGE_START enum constants. by tsepez@chromium.org · 10 years ago
  55. e5fd836 [DeviceLight] Add renderer+common parts by rijubrata.bhaumik@intel.com · 10 years ago
  56. a99794c Extensions: Split extensions utility IPC messages into its own file. by thestig@chromium.org · 10 years ago
  57. 7435206 ozone: Add GPU message for cursor updates by spang@chromium.org · 10 years ago
  58. a2c8947 This patch defines three mechanisms for acquiring CLD2's data: by andrewhayden@chromium.org · 10 years ago
  59. aa19c59 Support multiple files for AEC dump. by grunell@chromium.org · 10 years ago
  60. 76df5bd Fix "inlcude" typo in comments. by tsepez@chromium.org · 10 years ago
  61. 49a05f1 Split printing utility IPC messages into its own file. by thestig@chromium.org · 10 years ago
  62. 18afbe1 Enable resource prefetch from the browser process. by tburkard@chromium.org · 10 years ago
  63. 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
  64. bbcb44c Build fix with gcc 4.8 and C++11 enabled by ch.dumez@samsung.com · 10 years ago
  65. 01585f2 Remove base::kInvalidPlatformFileValue from components, ipc and ppapi. by rvargas@chromium.org · 10 years ago
  66. 844f1c3 IPC::Channel: Reduce POSIX specific API surface by morrita@chromium.org · 10 years ago
  67. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  68. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  69. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  70. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  71. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  72. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  73. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  74. 64c69ff Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on various win buildbots by jam@chromium.org · 10 years ago
  75. c03a630 Ensure that the disabled test doesn't run setup on xp by jam@chromium.org · 10 years ago
  76. dfee8da Disable IPCChannelBadMessageTest.BadMessage on XP bots by jam@chromium.org · 10 years ago
  77. fc09dde Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is always called for all cases, i.e. by jam@chromium.org · 10 years ago
  78. c6d80f0 Bundle DidOverscrollParams with the input event ack by jdduke@chromium.org · 10 years ago
  79. 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
  80. 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
  81. ecc5098 Add Battery Status API support in content/renderer and IPC messages. by timvolodine@chromium.org · 10 years ago
  82. 65bedbc Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword. by jam@chromium.org · 10 years ago
  83. 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
  84. 96486d2 [Android] Add messages for Gin Java Bridge implementation by mnaganov@chromium.org · 11 years ago
  85. 24f2bea IPC: Restrict 'toplevel' to truly toplevel events. by epenner@chromium.org · 11 years ago
  86. c0c370e Move IPC::MessageFilter and router to a separate file by dmichael@chromium.org · 11 years ago
  87. 663ad4f Make IPC::ChannelProxy test check filter events by dmichael@chromium.org · 11 years ago
  88. 1c966a7 Remove --debug-on-start and --debug-children. by pkasting@chromium.org · 11 years ago
  89. 1446d8a DCHECK that listener thread != IO thread by dmichael@chromium.org · 11 years ago
  90. 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 11 years ago
  91. 679eceb Push API: send and receive IPC messages for registration. by mvanouwerkerk@chromium.org · 11 years ago
  92. a124374 Move Translate renderer messages to the Translate component by droger@chromium.org · 11 years ago
  93. 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 11 years ago
  94. 8507da3 Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." by viettrungluu@chromium.org · 11 years ago
  95. 9bd0462 Revert 260408 "Another temporary CHECK to help track down crash ..." by viettrungluu@chromium.org · 11 years ago
  96. 7b71212 Another temporary CHECK to help track down crash in IPC. by viettrungluu@chromium.org · 11 years ago
  97. c4a990b Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 11 years ago
  98. 8766c7e Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." by viettrungluu@chromium.org · 11 years ago
  99. 6636ab2 Add a temporary CHECK to IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 11 years ago
  100. 5e1b33d Remove PlatformFile from spell checker by rvargas@chromium.org · 11 years ago