[go: nahoru, domu]

  1. 37ddd815 Adds CHECKs in pursuit of message leaks by Ken Rockot · 7 years ago
  2. 25cb493 Fix race on ipc_task_runner(). by Sergey Kuznetsov · 7 years ago
  3. 475e7e6 Add dependency on //mojo/public/interfaces/bindings:bindings to //ipc:mojom. by Eve Martin-Jones · 7 years ago
  4. 19db638 Move services/data_decoder/public/{interfaces => mojom} by Ken Rockot · 7 years ago
  5. 75abb502 [ServiceWorker] Implement ServiceWorkerHost.{FocusClient,NavigateClient} by Han Leon · 7 years ago
  6. 3e7284bb Ensure that queued IPC messages can't leak by Ken Rockot · 7 years ago
  7. 383325a1 Duplicate SerializedHandle definition in //ipc/ipc.mojom by Eve Martin-Jones · 7 years ago
  8. 3044d21 Add a generic component export macro by Ken Rockot · 7 years ago
  9. e2a6576 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 7 years ago
  10. face84b9 [DevTools] Remove devtools_messages.h by Dmitry Gozman · 7 years ago
  11. 138652c9 Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeable by Hajime Hoshi · 7 years ago
  12. ae42d32 Mojofy DWriteFontProxy. by Sam McNally · 7 years ago
  13. 885b62ed Add kinuko@ and sammc@ as IPC security reviwers. by Daniel Cheng · 7 years ago
  14. bfdc3fd Reduce includes of windows.h by Bruce Dawson · 7 years ago
  15. a43d5b4e ACCESS_VIOLATION exception by Roman Karasev · 7 years ago
  16. 347911c Remove some defunct IPC msg constants. by Tom Sepez · 7 years ago
  17. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  18. 3334b5fb Use SECURITY_OWNERS to guard more IPC-related CLs. by Chris Palmer · 7 years ago
  19. 995adc6 Added some clarifying documentation on registering Mojo interfaces by Sasha Bermeister · 7 years ago
  20. 2d879af Run clang-tidy modernize-use-equals-{delete,default} on //ipc by Chris Watkins · 7 years ago
  21. fe3ecdc Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::ChannelMojo::Create by Hajime Hoshi · 7 years ago
  22. 27bcca7 Convert IPC LoadFont to mojo by Joel Hockey · 7 years ago
  23. a98f110 Make IPC::ChannelMojo's proxy task runner changeable by Hajime Hoshi · 7 years ago
  24. ff15e97 Make IPC listener task runner changeable by Hajime Hoshi · 7 years ago
  25. 43b8bf31 Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed when used in same scope as a RunLoop variable. by Gabriel Charette · 7 years ago
  26. f0b497ed Reland "Avoid using `isolated` wrt. AssociatedInterfaces." by Balazs Engedy · 7 years ago
  27. 3824a88 AHardwareBuffer-based GpuMemoryBuffer implementation by Klaus Weidner · 7 years ago
  28. 3b1f394 Revert "Avoid using `isolated` wrt. AssociatedInterfaces." by Alexander Timin · 7 years ago
  29. c9fe34f2 Avoid using `isolated` wrt. AssociatedInterfaces. by Balazs Engedy · 7 years ago
  30. 4830039 Change custom data type from map to unordered_map in preperation for mojofication. by Stuart Langley · 7 years ago
  31. 888ef82 Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads. by Wez · 7 years ago
  32. 651c81f Update SingleThreadNoPostTaskPingPong by Vladislav Kuzkokov · 7 years ago
  33. af75aab Remove two unused constants from ipc/ipc_message_start.h by Tom Sepez · 7 years ago
  34. 130ad75 Export CanonOutputT template instantiations to avoid double definition. by Mounir Lamouri · 7 years ago
  35. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  36. da69d88 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  37. 7bcd8ebf Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  38. 1f07f20e Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  39. 5d00ae6 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  40. 55ff147 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  41. c5ea9b9 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  42. 96f3eba Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago
  43. 7ac4e75 Validate histograms around IPC calls on Android. by Brian White · 7 years ago
  44. 0d89f922 Change Pickle::Write* methods to return void. by Daniel Cheng · 7 years ago
  45. 469b7be Remove base::PickleSizer by Daniel Cheng · 7 years ago
  46. a62d9c0 Convert many std::queue to base::queue by Brett Wilson · 7 years ago
  47. 6acd3ffe Update ipc/OWNERS by Ken Rockot · 7 years ago
  48. fe0e9f46 fuchsia: Magenta -> Zircon by Scott Graham · 7 years ago
  49. 8b8c906 Crash when sending oversized legacy IPC messages by Ken Rockot · 7 years ago
  50. 42bd537 Remove IPC::Channel::OutputElement in IPC::Channel by Gyuyoung Kim · 7 years ago
  51. d01fe37 Mojo C++ bindings: introduce TrackedScopedRefPtr to debug corruptions. by Yuzhu Shen · 7 years ago
  52. fd90763 Mojo Bindings: Support handles in native structs by Ken Rockot · 7 years ago
  53. f2668a8 Follow-up from 'Removing iTunes support from media_gallery API.' by Jay Civelli · 7 years ago
  54. 27e878c Remove ScopedProfile and ScopedTracker. by Brett Wilson · 7 years ago
  55. fd807928 Remove tracked_objects::ScopedTracker instantiations. by Brett Wilson · 7 years ago
  56. 4d50dc4 Add CPU usage perf tests for legacy IPC and Mojo. by Yuzhu Shen · 7 years ago
  57. f4cec55 Remove ParamTraits::GetSize since it's not used anymore. by John Abd-El-Malek · 7 years ago
  58. 4cf00229 Remove an IPC message copy on DispatchWithParamDelayReply by tzik · 7 years ago
  59. 267df5a Reland "Mojo: Allow duplicate events in SyncHandleRegistry" by Ken Rockot · 7 years ago
  60. 88707f9 Pass Chrome IPC message parameters by move by tzik · 7 years ago
  61. 831ae41 Add unit-test for passing base::SharedMemory via Chrome IPC. by Wez · 7 years ago
  62. 0029db15 Speculatively revert "Mojo: Allow duplicate events in SyncHandleRegistry" by Tarun Bansal · 7 years ago
  63. 327ed96 Mojo: Allow duplicate events in SyncHandleRegistry by Ken Rockot · 7 years ago
  64. fdd81dd Add missing HANDLE_EINTR macro around dup() calls. by Dale Curtis · 7 years ago
  65. 160eb92 Replace base::MakeUnique with std::make_unique in ipc/. by Jeremy Roman · 7 years ago
  66. 71a6a8e Fuchsia: Add platform implementation for Mojo WrapAttachmentImpl. by Wez · 7 years ago
  67. b1f63d6 Migrate IPCs between the browser and service processes to mojo. by Sam McNally · 7 years ago
  68. a0a2b36 IPC-over-mojo: Eliminate two buffer copies. by Yuzhu Shen · 7 years ago
  69. f976d3f Move IDMap to base namespace. by Brett Wilson · 7 years ago
  70. 2e16c46 Remove MediaStreamMsgStart and its references by Chandan Padhi · 7 years ago
  71. fbb03dd Remove base::Value::SetStringWithoutPathExpansion by jdoerrie · 7 years ago
  72. 328810b Remove base::Value::SetDoubleWithoutPathExpansion by jdoerrie · 7 years ago
  73. 84956fa [c++] Whitelist std::integer_sequence and replace base::IndexSequence with std::index_sequence. by Jeremy Roman · 7 years ago
  74. 43ddd7a3 Remove uses NON_EXPORTED_BASE now that it's a no-op. by Nico Weber · 7 years ago
  75. 3439e77 Mojo bindings: remove an unnecessary DCHECK. by Yuzhu Shen · 7 years ago
  76. 9f87fb0 Reland "Check whether incoming interface IDs have correct namespace bit." by Yuzhu Shen · 7 years ago
  77. 5ae4efa Revert "Check whether incoming interface IDs have correct namespace bit." by Walter Korman · 7 years ago
  78. df85491 Check whether incoming interface IDs have correct namespace bit. by Yuzhu Shen · 7 years ago
  79. 8c49ebc9 Implement most of Chrome IPC for Fuchsia. by Wez · 7 years ago
  80. 51eaaad Remove unnecessary fields from ipc::HandleAttachmentWin. by Wez · 7 years ago
  81. 60efee1a Add perf test cases to compare the cost of passing associated and non-associated interfaces. by Yuzhu Shen · 7 years ago
  82. 8309d8a1 Re-add kerrnel as a ipc security reviewer. by Daniel Cheng · 7 years ago
  83. 19cdc03 Remove base::Value::SetIntegerWithoutPathExpansion by jdoerrie · 7 years ago
  84. a1e8cde Remove unused constants from ipc_message_start.h (try #2). by Tom Sepez · 7 years ago
  85. b7bf5b9 [Cleanup] gn format all the gn files by Mike Bjorge · 7 years ago
  86. 53a9ef8 Mass replace MessageLoop::Quit*() with RunLoop::QuitCurrent*Deprecated(). by Gabriel Charette · 7 years ago
  87. 3ec434e IPC perf tests: make sure we use the same IO thread for Mojo and IPC::Channel. by yzshen · 7 years ago
  88. 09d5925 Mojo C++ bindings: more readable error message for missing *Traits specialization. by Yuzhu Shen · 7 years ago
  89. 84eef4fa Support Serializing and Deserializing RepeatedField / RepeatedPtrField in IPC::Message by zijiehe · 7 years ago
  90. d1d6f6a Add a dcheck to warn if someone sends a sync IPC through IPC::ChannelProxy. by John Abd-El-Malek · 7 years ago
  91. 1a3d539 Fix sync IPC perf tests. by Yuzhu Shen · 7 years ago
  92. 9b681dc Cleanup ipc_perftests. by John Abd-El-Malek · 7 years ago
  93. bc4270b Replace base::StaticAtomicSequenceNumber with base::AtomicSequenceNumber in //extensions and //ipc by tzik · 7 years ago
  94. a98ff6b Define ParamTraits<long>::Log() on Fuchsia by Sergey Ulanov · 7 years ago
  95. 474df014 Mojo C++ Bindings: Lazy Serialization by Ken Rockot · 7 years ago
  96. 93d53af Remove utility process batch mode support and its IPCs by Noel Gordon · 7 years ago
  97. 9805c86 Remove dummy AddRef/Release from //ipc/ipc_sync_channel_unittest.cc by tzik · 7 years ago
  98. 680c214 Move NetworkService mojom files to content/public/common. by mmenke · 7 years ago
  99. 1d692a2e Ban raw pointers to ref-counted types on base::Bind by tzik · 7 years ago
  100. 3eebff0 fuchsia: get ipc_tests compiling again by Scott Graham · 7 years ago