[go: nahoru, domu]

  1. e98d214 DanglingPointer: annotate for unittests base+linux [1/N] by Arthur Sonzogni · 1 year, 5 months ago
  2. eb021cd Manual raw_ptr rewrite: //ipc by Ho Cheung · 1 year, 6 months ago
  3. 76c48cc Revert "Remove base/mac/scoped_dispatch_object.h" by Nina Satragno · 1 year, 6 months ago
  4. c22cb79 Remove base/mac/scoped_dispatch_object.h by Avi Drissman · 1 year, 6 months ago
  5. 67e9e6e8 Convert FuzzerClientListener::last_message_ to unique_ptr<> by Tom Sepez · 1 year, 7 months ago
  6. 93b5e8e Convert PendingSyncMsg::done_event to std::unique_ptr<> by Tom Sepez · 1 year, 7 months ago
  7. 5535407 Convert PendingSyncMessage::deserializer to std::unique_ptr<> by Tom Sepez · 1 year, 7 months ago
  8. ef8e7cd Rework base new/delete in ipc_sync_channel.cc by Tom Sepez · 1 year, 7 months ago
  9. b7f23c4 Remove DanglingUntriaged from PendingSyncMsg by Tom Sepez · 1 year, 7 months ago
  10. 4475e0a [ios] Enable building of ipc_unittests and event_unittests by Dave Tapuska · 1 year, 7 months ago
  11. 2b0ea1fb Rewrite ChannelProxy::outgoing_message_filter_ to raw_ptr by Keishi Hattori · 1 year, 7 months ago
  12. 7fe63cb Additional raw_ptr rewrites for linux by Keishi Hattori · 1 year, 7 months ago
  13. 525a014 Use thread_local: ipc/ by Peter Kasting · 1 year, 8 months ago
  14. c537f85d Making pickle friendly to base::span by Claudio DeSouza · 1 year, 8 months ago
  15. dd70bafb MojoIpcz: Enable by default for most platforms by Ken Rockot · 1 year, 9 months ago
  16. ae8b22d [ios] Separate the test sink into a separate library by Dave Tapuska · 1 year, 9 months ago
  17. e61641f Enable explicit conversion checks for base::span sizes. by Will Harris · 1 year, 9 months ago
  18. d854cdd [ios] Build `ipc` target when `use_blink` is enabled by Antonio Gomes · 1 year, 9 months ago
  19. 739f5748 Adapt missing //content, //services, //t_p/blink to GN use_blink flag by Antonio Gomes · 1 year, 9 months ago
  20. 3ff421c1 IPC: Fix flaky IPC unit test by Dominic Farolino · 1 year, 9 months ago
  21. d2a736f Remove base::Value::Type::DICTIONARY by Avi Drissman · 1 year, 9 months ago
  22. 228be95 Rename UnguessableToken Deserialize2 to Deserialize by Andrew Williams · 1 year, 9 months ago
  23. c07db02 Use new UnguessableToken::Deserialize method in most places by Andrew Williams · 1 year, 10 months ago
  24. 834fd1c Add RAW_PTR_EXCLUSION to files in ipc/ media/ by Keishi Hattori · 1 year, 10 months ago
  25. cac43f2 Update header includes for /base/functional in /h* and /i* by Avi Drissman · 1 year, 10 months ago
  26. e2e26eb Add more IPC security reviewers. by Daniel Cheng · 1 year, 10 months ago
  27. e672a66 task posting v3: remove includes of runner handles and IWYU task runners by Sean Maher · 1 year, 10 months ago
  28. 866245b Base: Fix improper usage of the base::Thread API by Dominic Farolino · 1 year, 10 months ago
  29. ff2ca67b DanglingPtr: Enforce receivers to have MayBeDangling<T> argument by Paul Semel · 1 year, 11 months ago
  30. a542ae12 ipc: Fix compile error when using IPC_MESSAGE_HANDLER_WITH_PARAM_DELAY_REPLY by Xinchao Tian · 1 year, 11 months ago
  31. 7308d4b Mojo: Remove MessageQuotaChecker by Ken Rockot · 1 year, 11 months ago
  32. b4ee00a Remove DictionaryValue IPC code. by Matt Menke · 1 year, 11 months ago
  33. a4faabc Clean up the sandbox::Seatbelt API a little. by Robert Sesek · 1 year, 11 months ago
  34. 9594a64 DanglingPtr: Mark all of them as untriaged [11/N] by Ali Hijazi · 1 year, 11 months ago
  35. 120b4b0 Mojo: Fix potential UAF in IPC Channel by Ken Rockot · 2 years ago
  36. 0714db6 Fix a typo. by Alex Kallam · 2 years ago
  37. 2bf6f29 [UnsafeDanglingUntriaged] ipc/ipc_mojo_bootstrap.cc by Ari Chivukula · 2 years ago
  38. c1b0023 [BRP] Apply raw_ptr rewriter by Keishi Hattori · 2 years ago
  39. 5b9af51f task posting v3: moving away from ThreadTaskRunnerHandle by Sean Maher · 2 years ago
  40. 961e904 DanglingPtr: Mark all of them as untriaged [8/N] by Ali Hijazi · 2 years ago
  41. 52fa5a7 task posting v3: moving away from SequencedTaskRunnerHandle by Sean Maher · 2 years ago
  42. 5517919 Rewrite T& into raw_ref<T> under multiple directories [1] by Ali Hijazi · 2 years ago
  43. b6f9212 Mojo: Disable sync call interrupts in the browser by Ken Rockot · 2 years ago
  44. 51b3c4fd Convert std::copy() to base::ranges::copy(). by Peter Kasting · 2 years ago
  45. bc4f6be6 Fix LAST_RESORT_SUGGESTION annotations in //ipc/SECURITY_OWNERS. by Daniel Cheng · 2 years, 1 month ago
  46. 6ab371d Remove support for sending base::ListValue via IPC messages. by Lei Zhang · 2 years, 1 month ago
  47. b0ce484 [Reland] DanglingPtr: fix dangling ptr for UnretainedWrapper by Paul Semel · 2 years, 1 month ago
  48. 5489885 Remove ChromotingMsgStart enum constant. by Tom Sepez · 2 years, 1 month ago
  49. cfa0a258 Revert "DanglingPtr: fix dangling ptr for UnretainedWrapper" by Andrew Grieve · 2 years, 1 month ago
  50. 21c70d1 DanglingPtr: fix dangling ptr for UnretainedWrapper by Paul Semel · 2 years, 1 month ago
  51. 25a1353 Remove unused includes of base/task/task_runner_util.h by Sean Maher · 2 years, 2 months ago
  52. ea1be23 Update copyright headers in ipc/, ios/, infra/ by Avi Drissman · 2 years, 2 months ago
  53. 1e598fa DanglingPtr: triage dangling ptrs by Ali Hijazi · 2 years, 2 months ago
  54. f9df0180 mojo-ipcz: Implement driver API by Ken Rockot · 2 years, 3 months ago
  55. 6558fd0f Remove mojo/public/cpp/system/core.h. by Lei Zhang · 2 years, 3 months ago
  56. 698b2ae ipcz: Prepare ipcz tests for custom drivers by Ken Rockot · 2 years, 3 months ago
  57. 7064abb Fixes to make prevent_unsafe_narrowing for ui/views build on trybots. by Peter Kasting · 2 years, 3 months ago
  58. d61f19c MojoHandle -> uintptr_t by Ken Rockot · 2 years, 3 months ago
  59. c695005 Avoid base::DictionaryValue::SetInteger in /ipc by Anders Hartvoll Ruud · 2 years, 3 months ago
  60. ed2126e Disable the -Wmax-tokens experiment by Hans Wennborg · 2 years, 3 months ago
  61. 4b919bd ipcz: Handle spontaneous route disconnection by Ken Rockot · 2 years, 4 months ago
  62. 28b51cf Reland: Prevent unsafe narrowing: base/ by Peter Kasting · 2 years, 4 months ago
  63. d13a4ea Revert "Prevent unsafe narrowing: base/" by Jeroen Dhollander · 2 years, 4 months ago
  64. 5d4fcae17 Prevent unsafe narrowing: base/ by Peter Kasting · 2 years, 4 months ago
  65. 8d84786 ipcz: Implement multiprocess tests by Ken Rockot · 2 years, 5 months ago
  66. f4c66071 Preferentially suggest chrome-ipc-reviews@google.com for IPC reviews. by Daniel Cheng · 2 years, 5 months ago
  67. dff201a Make macOS shared memory implementation work on iOS as well by Ali Juma · 2 years, 5 months ago
  68. 213598b Remove kerrnel from security owners files. by Greg Kerr · 2 years, 6 months ago
  69. 83953a7 [CodeHealth] Remove uses of ListValue::Append in /ipc. by David Bertoni · 2 years, 6 months ago
  70. 7b798b75 Fix for C++20 support. by Peter Kasting · 2 years, 6 months ago
  71. 41b5a8f Use absl::monostate where applicable. by Peter Kasting · 2 years, 6 months ago
  72. 38677e7c Move Mojo and IPC protobuf support to separate targets by David Benjamin · 2 years, 7 months ago
  73. 890225e6 ipcz: Build adaptation for Chromium vs standalone by Ken Rockot · 2 years, 7 months ago
  74. 43eebf70 [code-health] Add ParamTraits for base::Value::{Dict,List} by Fabrice de Gans · 2 years, 7 months ago
  75. 494bf1e5 [base] Undo erroneous IWYU of time.h in presence of base::Thread by Gabriel Charette · 2 years, 7 months ago
  76. d87f10f [base] IWYU for base::Time by Gabriel Charette · 2 years, 7 months ago
  77. 1dcf647 [base] IWYU for Callback by Gabriel Charette · 2 years, 7 months ago
  78. 527f0ce9 Add missing includes of thread_task_runner_handle.h by David Sanders · 2 years, 8 months ago
  79. dc8250f Add missing includes of //base/notreached.h (1/N) by David Sanders · 2 years, 8 months ago
  80. 7d49d635 Migrate base::{size,empty,data} to STL equivalents in //ipc. by Daniel Cheng · 2 years, 8 months ago
  81. 3cf5d1db [ipc] Enable more ipc_tests for Fuchsia by Fabrice de Gans · 2 years, 8 months ago
  82. 24027abc [tracing] Merge ScopedIpcHash and mojo Receive message events. by Alexander Timin · 2 years, 9 months ago
  83. 05134282 Convert GuestView's remaining legacy IPC messages to Mojo by Kevin McNee · 2 years, 9 months ago
  84. 5e4f41f [fuchsia] Make CFv2 the default for tests. by Greg Thompson · 2 years, 9 months ago
  85. 93a45b6 Revert "[fuchsia] Revert unit tests back to v1 Components" by Greg Thompson · 2 years, 9 months ago
  86. 354945d Migrate base::Value::GetList() to base::Value::GetListDeprecated(): 1/N. by Daniel Cheng · 2 years, 9 months ago
  87. 7bf70b3 Remove uses of Value::Equal by Ghazale Hosseinabadi · 2 years, 9 months ago
  88. 4611979 [fuchsia] Revert unit tests back to v1 Components by David Dorwin · 2 years, 9 months ago
  89. f31d7d2 [fuchsia] Migrate some tests to CFv2. by Greg Thompson · 2 years, 9 months ago
  90. 48a3208 Remove ignore_result.h by Avi Drissman · 2 years, 9 months ago
  91. 5226db7 Clean up includes in ipc/ipc_message_utils.h. by Lei Zhang · 2 years, 10 months ago
  92. 8db5d14 Use structured bindings more: ipc/ by Peter Kasting · 2 years, 10 months ago
  93. 53a51163 ipc: Use BUILDFLAG for OS checking by Xiaohan Wang · 2 years, 10 months ago
  94. 7395b2c [code health] Replace base::DictionaryValue::Iterator by Weiliang Chen · 2 years, 10 months ago
  95. e618e80 Convert WARN_UNUSED_RESULT to [[nodiscard]] in //ipc. by Daniel Cheng · 2 years, 10 months ago
  96. ab909b3 ipc: Use BUILDFLAG for OS checking by Xiaohan Wang · 2 years, 10 months ago
  97. f2560ca0 Remove NonSFI mode part 15. by Hidehiko Abe · 2 years, 10 months ago
  98. 02bb108 Use [[maybe_unused]] in the old IPC macros by Avi Drissman · 2 years, 10 months ago
  99. 0b0eab7 Remove std::bitset code from ipc/ipc_message_utils.h. by Lei Zhang · 2 years, 10 months ago
  100. 6084aa79 Clean up unneeded small_map.h references. by Lei Zhang · 2 years, 10 months ago