1. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  2. 0e2787c Convert IPC::ChannelMojo initialization to use new mojo::embedder::CreateChannelOnIOThread(). by viettrungluu@chromium.org · 10 years ago
  3. 228e365 IPC::ChannelMojo: Dup and own fds to transmit by morrita@chromium.org · 10 years ago
  4. e2bbe78 IPC::ChannelMojo: Don't supress MOJO_RESULT_FAILED_PRECONDITION by morrita@chromium.org · 10 years ago
  5. bdedd6c Move the rest of test_file_util to base namespace. by brettw@chromium.org · 10 years ago
  6. 15996aa Introduce ChannelMojo by morrita@chromium.org · 10 years ago
  7. b584db0 Refactor Web Notification permission requests. by peter@chromium.org · 10 years ago
  8. accd697 Make IPC macros work with -Wunused-local-typedefs. by thakis@chromium.org · 10 years ago
  9. 82a3100 Rename IPC::ChannelFactory to UnixDomainSocketAcceptor. by morrita@chromium.org · 10 years ago
  10. 150a849 Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 by pkasting@chromium.org · 10 years ago
  11. d5927eb Remove unused IPC_MESSAGE_START enum constants. by tsepez@chromium.org · 10 years ago
  12. e5fd836 [DeviceLight] Add renderer+common parts by rijubrata.bhaumik@intel.com · 10 years ago
  13. a99794c Extensions: Split extensions utility IPC messages into its own file. by thestig@chromium.org · 10 years ago
  14. 7435206 ozone: Add GPU message for cursor updates by spang@chromium.org · 10 years ago
  15. a2c8947 This patch defines three mechanisms for acquiring CLD2's data: by andrewhayden@chromium.org · 10 years ago
  16. aa19c59 Support multiple files for AEC dump. by grunell@chromium.org · 10 years ago
  17. 76df5bd Fix "inlcude" typo in comments. by tsepez@chromium.org · 10 years ago
  18. 49a05f1 Split printing utility IPC messages into its own file. by thestig@chromium.org · 10 years ago
  19. 18afbe1 Enable resource prefetch from the browser process. by tburkard@chromium.org · 10 years ago
  20. 631fb8e Decouple IPC::MessageFilter from IPC::Channel by morrita@chromium.org · 10 years ago
  21. bbcb44c Build fix with gcc 4.8 and C++11 enabled by ch.dumez@samsung.com · 10 years ago
  22. 01585f2 Remove base::kInvalidPlatformFileValue from components, ipc and ppapi. by rvargas@chromium.org · 10 years ago
  23. 844f1c3 IPC::Channel: Reduce POSIX specific API surface by morrita@chromium.org · 10 years ago
  24. fde2b6b Make IPC::Channel polymorphic by morrita@chromium.org · 10 years ago
  25. 15b4860 Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create() by morrita@chromium.org · 10 years ago
  26. 773476a Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..." by lambroslambrou@chromium.org · 10 years ago
  27. 822cdcb Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*() by morrita@chromium.org · 10 years ago
  28. 2ced004 Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  29. f74386d Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..." by mattm@chromium.org · 10 years ago
  30. ae1bebb Introduce IPC::Channel::Create*() to ensure it being heap-allocated. by morrita@chromium.org · 10 years ago
  31. 64c69ff Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on various win buildbots by jam@chromium.org · 10 years ago
  32. c03a630 Ensure that the disabled test doesn't run setup on xp by jam@chromium.org · 10 years ago
  33. dfee8da Disable IPCChannelBadMessageTest.BadMessage on XP bots by jam@chromium.org · 10 years ago
  34. 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
  35. c6d80f0 Bundle DidOverscrollParams with the input event ack by jdduke@chromium.org · 10 years ago
  36. 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
  37. 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
  38. ecc5098 Add Battery Status API support in content/renderer and IPC messages. by timvolodine@chromium.org · 10 years ago
  39. 65bedbc Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword. by jam@chromium.org · 10 years ago
  40. 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
  41. 96486d2 [Android] Add messages for Gin Java Bridge implementation by mnaganov@chromium.org · 10 years ago
  42. 24f2bea IPC: Restrict 'toplevel' to truly toplevel events. by epenner@chromium.org · 10 years ago
  43. c0c370e Move IPC::MessageFilter and router to a separate file by dmichael@chromium.org · 10 years ago
  44. 663ad4f Make IPC::ChannelProxy test check filter events by dmichael@chromium.org · 10 years ago
  45. 1c966a7 Remove --debug-on-start and --debug-children. by pkasting@chromium.org · 10 years ago
  46. 1446d8a DCHECK that listener thread != IO thread by dmichael@chromium.org · 10 years ago
  47. 609a689 Remove SyncChannel::SendWithTimeout by piman@chromium.org · 10 years ago
  48. 679eceb Push API: send and receive IPC messages for registration. by mvanouwerkerk@chromium.org · 10 years ago
  49. a124374 Move Translate renderer messages to the Translate component by droger@chromium.org · 10 years ago
  50. 51ce626 Add unistd.h include in a file using geteuid(). by thakis@chromium.org · 10 years ago
  51. 8507da3 Revert 260399 "Temporary CHECK version 2 in IPC::Channel::Send()..." by viettrungluu@chromium.org · 10 years ago
  52. 9bd0462 Revert 260408 "Another temporary CHECK to help track down crash ..." by viettrungluu@chromium.org · 10 years ago
  53. 7b71212 Another temporary CHECK to help track down crash in IPC. by viettrungluu@chromium.org · 10 years ago
  54. c4a990b Temporary CHECK version 2 in IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago
  55. 8766c7e Revert 260373 "Add a temporary CHECK to IPC::Channel::Send() to ..." by viettrungluu@chromium.org · 10 years ago
  56. 6636ab2 Add a temporary CHECK to IPC::Channel::Send() to help track down crash. by viettrungluu@chromium.org · 10 years ago
  57. 5e1b33d Remove PlatformFile from spell checker by rvargas@chromium.org · 10 years ago
  58. e0970ad IPC: Fix size_t to int cast for Win64 build. by epenner@chromium.org · 10 years ago
  59. 31a1681 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 10 years ago
  60. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 10 years ago
  61. 556db8b Replace std::map with base::SmallMap in ui::LatencyInfo by jdduke@chromium.org · 10 years ago
  62. ff9ba82 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 10 years ago
  63. ab26a21 Revert 257505 "Adds the ability for the renderer to create the m..." by viettrungluu@chromium.org · 10 years ago
  64. 8279573 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 10 years ago
  65. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  66. b8492f4 Revert of Adds the ability for the renderer to create the mojo channel (https://codereview.chromium.org/195993010/) by jamesr@chromium.org · 10 years ago
  67. 5a743f7 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 10 years ago
  68. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 10 years ago
  69. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  70. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 10 years ago
  71. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 10 years ago
  72. c9f8143 Move extension_messages.h to extensions/common. by derat@chromium.org · 10 years ago
  73. b358265 Add metrics to track the duration of tracks received over a PeerConnection. by joi@chromium.org · 10 years ago
  74. 94b2f5b Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview.chromium.org/183553004/) by johnme@chromium.org · 10 years ago
  75. 8141957 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 10 years ago
  76. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 10 years ago
  77. dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 10 years ago
  78. f40fe38 Remove some PlatformFile uses from NaCl. by rvargas@chromium.org · 10 years ago
  79. 7c1284c Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 10 years ago
  80. 6729656 Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 10 years ago
  81. f007b4c Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 10 years ago
  82. e4dd942 Rename MediaKeys*Msg to Cdm*Msg. by xhwang@chromium.org · 10 years ago
  83. 03f232f Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 10 years ago
  84. 1134b24 Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage. by andrew@tullo.ch · 10 years ago
  85. e704125 Revert of Chromium plumbing for Screen Orientation API orientationchange events. (https://codereview.chromium.org/164913004/) by acleung@chromium.org · 10 years ago
  86. d727c55 Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 10 years ago
  87. b986740 Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 10 years ago
  88. a1d6d4e Revert "Connect PPAPI IPC channels for non-SFI mode." by loislo@chromium.org · 10 years ago
  89. 42475cf Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 10 years ago
  90. a53c97c Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  91. fa8e795 Revert "Allow MessageFilters to restrict listening to specific message classes" by jdduke@chromium.org · 10 years ago
  92. 105da53 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by hubbe@chromium.org · 10 years ago
  93. b9676fe Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 10 years ago
  94. 89c6c9d IPC glue between cast library transport and encoders. by hubbe@chromium.org · 10 years ago
  95. ac0e9a2 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  96. 4529a9d Make flow event traces disabled-by-default by fmeawad@chromium.org · 10 years ago
  97. 2458cfd Web MIDI: make naming convention be consistent by toyoshim@chromium.org · 10 years ago
  98. da7c723 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by hubbe@chromium.org · 10 years ago
  99. af3dc43 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 10 years ago
  100. 9e469f6 Convert Media Galleries to use base::File by rvargas@chromium.org · 10 years ago