[go: nahoru, domu]

  1. cabba709 Refactoring: Remove one of SyncChannel::Create by Hajime Hoshi · 6 years ago
  2. 9970f20e [base] Change Value::BlobStorage to std::vector<uint8_t> by jdoerrie · 6 years ago
  3. 0443a8f gfx: Improve handle management in gfx::GpuMemoryBuffer by Alexandr Ilin · 6 years ago
  4. ee74f99 Add dominickn@ to the ipc security reviewers. by Daniel Cheng · 6 years ago
  5. 138153b IPC: Avoid closing Channel endpoints on error by Ken Rockot · 6 years ago
  6. 1a04c54 Fix some typos by Oksana Zhuravlova · 6 years ago
  7. 4c5bd80 Reland "Use BigBuffer for legacy IPC messages" by Ken Rockot · 6 years ago
  8. fdb9848 Migrate //ipc test off of QuitCurrent*Deprecated(). by Wez · 6 years ago
  9. e6cb9f5 ipc: Add defaulted move ctor/assignment to ipc structs by Alexandr Ilin · 6 years ago
  10. b0cfd1d Revert "Use BigBuffer for legacy IPC messages" by Alice Boxhall · 6 years ago
  11. 157707d6 Migrate Chromium callers from ScopedZxHandle to libzx containers. by Wez · 6 years ago
  12. 3e12619 Use BigBuffer for legacy IPC messages by Ken Rockot · 6 years ago
  13. 8a7f35f Mojo EDK -> Core: content, ipc, services by Ken Rockot · 6 years ago
  14. 8984dbc Remove CHECK for IPC message queue size by Ken Rockot · 6 years ago
  15. a417fdb6 Mojo: Limit exposure of EDK internals by Ken Rockot · 6 years ago
  16. bfbca08 Reland "Make base::ScopedZxHandle a zx::handle." by Wez · 6 years ago
  17. 2e0857a Revert "Make base::ScopedZxHandle a zx::handle." by François Doray · 6 years ago
  18. e17dbaf1 Make base::ScopedZxHandle a zx::handle. by Wez · 6 years ago
  19. ebab9da ppapi: Add SHARED_MEMORY_REGION type to SerializedHandle by Alexandr Ilin · 6 years ago
  20. b29fffc2 Avoid unbounded queueing of IPC messages for crashed renderers. by Lukasz Anforowicz · 6 years ago
  21. 9847254b Remove unused constants from ipc_message_start.h by Tom Sepez · 6 years ago
  22. 894661c Fuchsia: Include some Posix-only code paths in ipc. by Fabrice de Gans-Riberi · 6 years ago
  23. 0c08ddd Enable check on number of FDs in MessageAttachmentSet under Fuchsia. by Wez · 6 years ago
  24. f77782d Finish converting mojo interface syntax from foo::mojom::Bar to foo.mojom.Bar. by Robert Sesek · 6 years ago
  25. 88be045 Update Mojo platform handle wrapping APIs by Ken Rockot · 6 years ago
  26. ea91801 [MessageLoop cleanup] Mass migrate away from MessageLoop::QuitWhenIdleClosure(). by Gabriel Charette · 6 years ago
  27. fb81dc0 Add a message size check to channel-associated interfaces by Ken Rockot · 6 years ago
  28. cbce434 Fuchsia: Prepare for OS_POSIX removal in ipc/ by Fabrice de Gans-Riberi · 6 years ago
  29. 629ba73c [MessageLoop] Fix message_loop.h includes by Gabriel Charette · 6 years ago
  30. 1452023 [MessageLoop] Fix IWYU for (SingleThread|Sequenced)TaskRunner by Gabriel Charette · 6 years ago
  31. 36bac5b Fix Markdown Syntax issues in IPC docs by Ryan Sleevi · 6 years ago
  32. d79c145d Migrate MessageLoop::current() to MessageLoopCurrent in /ipc by Gabriel Charette · 6 years ago
  33. 097248f0 Base [android]: Introduce ScopedHardwareBufferHandle by Ken Rockot · 6 years ago
  34. 3fdec69 Clean up the posix source files in ipc/ by Fabrice de Gans-Riberi · 6 years ago
  35. d497eee Implement IPC::ParamTraits for PlatformSharedMemoryRegion by Alexandr Ilin · 6 years ago
  36. d4c1d1d6 IPC: Do not read message attachments more than once. by Alexandr Ilin · 6 years ago
  37. 19d2ae6 Mass rename MessageLoopForIO types to MessagePumpForIO by Gabriel Charette · 6 years ago
  38. a47da1e Fix flaky IPCMojoBootstrapTest fixture by Ken Rockot · 6 years ago
  39. 697b761 Remove dead message enumerators from ipc_message_start.h by Tom Sepez · 6 years ago
  40. aa20dcc Mojo Bindings: SequenceLocalSyncEventWatcher by Ken Rockot · 6 years ago
  41. eb7417f Move read_only_buffer.mojom from common to base by Oksana Zhuravlova · 6 years ago
  42. 107d113b [sheriff] Disable IPCMojoBootstrapTest.ReceiveEmptyMessage by Roger McFarlane · 6 years ago
  43. 146d089 Fix and re-enable IPCMojoBootstrapTest.ReceiveEmptyMessage by Ken Rockot · 6 years ago
  44. a35f9a4 Rename buildflag_headers for consistency by Scott Violet · 6 years ago
  45. 2b6de98 Add MemoryDumpProviders for RenderProcessHost and IPC Channels by Ken Rockot · 6 years ago
  46. ec287c8 //mojo/edk/system -> //mojo/edk by Ken Rockot · 6 years ago
  47. cd56819 Re-enable a test that we suspect flaked due to message-loss. by Wez · 6 years ago
  48. 14aced2a Make UtilityProcessHost non public by Jay Civelli · 6 years ago
  49. a75606f [EnableIf] Guard some more mojo methods in //content/common by Daniel Cheng · 6 years ago
  50. f4331bce Disable IPCMojoBootstrapTest.ReceiveEmptyMessage temporarily. by Wez · 6 years ago
  51. 3fe9c08 Reland "Add missing message-received expectation to IPCMojoBootstrapTest." by Wez · 6 years ago
  52. 6d1fd84a Revert "Add missing message-received expectation to IPCMojoBootstrapTest." by Wez · 6 years ago
  53. cdcb026 Add missing message-received expectation to IPCMojoBootstrapTest. by Wez · 6 years ago
  54. c7fcdea Reintroduce verbose logging in IPC::Channel::Send(). by Wez · 6 years ago
  55. 7d714de Update docs on placement of non-foundational services by Colin Blundell · 6 years ago
  56. 869faf0 Port MediaStreamTrackMetrics IPC messages to mojo. by mck.giri · 6 years ago
  57. c54383c [ServiceWorker] Implement EmbeddedWorkerInstanceHost.CountFeature by Han Leon · 6 years ago
  58. d95d4804 Add OnChannelError() handler to QuitListener rather than hang on close. by Wez · 6 years ago
  59. 37ddd815 Adds CHECKs in pursuit of message leaks by Ken Rockot · 6 years ago
  60. 25cb493 Fix race on ipc_task_runner(). by Sergey Kuznetsov · 6 years ago
  61. 475e7e6 Add dependency on //mojo/public/interfaces/bindings:bindings to //ipc:mojom. by Eve Martin-Jones · 6 years ago
  62. 19db638 Move services/data_decoder/public/{interfaces => mojom} by Ken Rockot · 6 years ago
  63. 75abb502 [ServiceWorker] Implement ServiceWorkerHost.{FocusClient,NavigateClient} by Han Leon · 6 years ago
  64. 3e7284bb Ensure that queued IPC messages can't leak by Ken Rockot · 6 years ago
  65. 383325a1 Duplicate SerializedHandle definition in //ipc/ipc.mojom by Eve Martin-Jones · 7 years ago
  66. 3044d21 Add a generic component export macro by Ken Rockot · 7 years ago
  67. e2a6576 android: Enforce read-only mapping of Ashmem regions. by David 'Digit' Turner · 7 years ago
  68. face84b9 [DevTools] Remove devtools_messages.h by Dmitry Gozman · 7 years ago
  69. 138652c9 Make task runners at RTCPeerConnectionHandle in WaitableEventWatcher changeable by Hajime Hoshi · 7 years ago
  70. ae42d32 Mojofy DWriteFontProxy. by Sam McNally · 7 years ago
  71. 885b62ed Add kinuko@ and sammc@ as IPC security reviwers. by Daniel Cheng · 7 years ago
  72. bfdc3fd Reduce includes of windows.h by Bruce Dawson · 7 years ago
  73. a43d5b4e ACCESS_VIOLATION exception by Roman Karasev · 7 years ago
  74. 347911c Remove some defunct IPC msg constants. by Tom Sepez · 7 years ago
  75. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 7 years ago
  76. 3334b5fb Use SECURITY_OWNERS to guard more IPC-related CLs. by Chris Palmer · 7 years ago
  77. 995adc6 Added some clarifying documentation on registering Mojo interfaces by Sasha Bermeister · 7 years ago
  78. 2d879af Run clang-tidy modernize-use-equals-{delete,default} on //ipc by Chris Watkins · 7 years ago
  79. fe3ecdc Avoid default arguments at IPC::Channel::CreateClient/Server and IPC::ChannelMojo::Create by Hajime Hoshi · 7 years ago
  80. 27bcca7 Convert IPC LoadFont to mojo by Joel Hockey · 7 years ago
  81. a98f110 Make IPC::ChannelMojo's proxy task runner changeable by Hajime Hoshi · 7 years ago
  82. ff15e97 Make IPC listener task runner changeable by Hajime Hoshi · 7 years ago
  83. 43b8bf31 Migrate MessageLoop::ScopedNestableTaskAllower to RunLoop::Type::kNestableTasksAllowed when used in same scope as a RunLoop variable. by Gabriel Charette · 7 years ago
  84. f0b497ed Reland "Avoid using `isolated` wrt. AssociatedInterfaces." by Balazs Engedy · 7 years ago
  85. 3824a88 AHardwareBuffer-based GpuMemoryBuffer implementation by Klaus Weidner · 7 years ago
  86. 3b1f394 Revert "Avoid using `isolated` wrt. AssociatedInterfaces." by Alexander Timin · 7 years ago
  87. c9fe34f2 Avoid using `isolated` wrt. AssociatedInterfaces. by Balazs Engedy · 7 years ago
  88. 4830039 Change custom data type from map to unordered_map in preperation for mojofication. by Stuart Langley · 7 years ago
  89. 888ef82 Fix ipc::ChannelMojo not to call GetWeakPtr() from multiple threads. by Wez · 7 years ago
  90. 651c81f Update SingleThreadNoPostTaskPingPong by Vladislav Kuzkokov · 7 years ago
  91. af75aab Remove two unused constants from ipc/ipc_message_start.h by Tom Sepez · 7 years ago
  92. 130ad75 Export CanonOutputT template instantiations to avoid double definition. by Mounir Lamouri · 7 years ago
  93. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 7 years ago
  94. da69d88 base: Change make_scoped_refptr to WrapRefCounted. by kylechar · 7 years ago
  95. 7bcd8ebf Mojo C++ bindings: Revert debugging code for investigating memory corruption issue. by Yuzhu Shen · 7 years ago
  96. 1f07f20e Add base::stack, convert std::stack uses use it. by Brett Wilson · 7 years ago
  97. 5d00ae6 Revert "Validate histograms around IPC calls on Android." by Brian White · 7 years ago
  98. 55ff147 Convert std::deque to base::circular_deque. by Brett Wilson · 7 years ago
  99. c5ea9b9 Use checked_cast instead of static_cast when casting sizes in Pickle. by Chris Palmer · 7 years ago
  100. 96f3eba Switch make_scoped_refptr to MakeRefCounted. by kylechar · 7 years ago