1. e0970ad IPC: Fix size_t to int cast for Win64 build. by epenner@chromium.org · 11 years ago
  2. 31a1681 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
  3. 913c948 IPC: Make ipc_perftests run on Android. by epenner@chromium.org · 11 years ago
  4. 556db8b Replace std::map with base::SmallMap in ui::LatencyInfo by jdduke@chromium.org · 11 years ago
  5. ff9ba82 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
  6. ab26a21 Revert 257505 "Adds the ability for the renderer to create the m..." by viettrungluu@chromium.org · 11 years ago
  7. 8279573 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
  8. b52f29b Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  9. b8492f4 Revert of Adds the ability for the renderer to create the mojo channel (https://codereview.chromium.org/195993010/) by jamesr@chromium.org · 11 years ago
  10. 5a743f7 Adds the ability for the renderer to create the mojo channel by sky@chromium.org · 11 years ago
  11. 7ee0956 Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by jochen@chromium.org · 11 years ago
  12. 9e91982 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  13. 6209f3a Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.chromium.org/191673003/) by thakis@chromium.org · 11 years ago
  14. 917f714 Implement ScopedFD in terms of ScopedGeneric. by brettw@chromium.org · 11 years ago
  15. c9f8143 Move extension_messages.h to extensions/common. by derat@chromium.org · 11 years ago
  16. b358265 Add metrics to track the duration of tracks received over a PeerConnection. by joi@chromium.org · 11 years ago
  17. 94b2f5b Revert of Eliminate a potential race in IPC::ChannelProxy (https://codereview.chromium.org/183553004/) by johnme@chromium.org · 11 years ago
  18. 8141957 Eliminate a potential race in IPC::ChannelProxy by dmichael@chromium.org · 11 years ago
  19. ceed605 Get rid of multiprocess_test's debug_on_start arguments. by viettrungluu@chromium.org · 11 years ago
  20. dc9e0c8 Remove the MultiProcessTest::SpawnChild() that as an fds_to_map argument. by viettrungluu@chromium.org · 11 years ago
  21. f40fe38 Remove some PlatformFile uses from NaCl. by rvargas@chromium.org · 11 years ago
  22. 7c1284c Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 11 years ago
  23. 6729656 Reland r253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 11 years ago
  24. f007b4c Revert 253665 "Rename MediaKeys*Msg to Cdm*Msg." by xhwang@chromium.org · 11 years ago
  25. e4dd942 Rename MediaKeys*Msg to Cdm*Msg. by xhwang@chromium.org · 11 years ago
  26. 03f232f Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
  27. 1134b24 Use StaticAtomicSequenceNumber instead of subtle::Atomic32 in IPCMessage. by andrew@tullo.ch · 11 years ago
  28. e704125 Revert of Chromium plumbing for Screen Orientation API orientationchange events. (https://codereview.chromium.org/164913004/) by acleung@chromium.org · 11 years ago
  29. d727c55 Chromium plumbing for Screen Orientation API orientationchange events. by mlamouri@chromium.org · 11 years ago
  30. b986740 Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 11 years ago
  31. a1d6d4e Revert "Connect PPAPI IPC channels for non-SFI mode." by loislo@chromium.org · 11 years ago
  32. 42475cf Connect PPAPI IPC channels for non-SFI mode. by hidehiko@chromium.org · 11 years ago
  33. a53c97c Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
  34. fa8e795 Revert "Allow MessageFilters to restrict listening to specific message classes" by jdduke@chromium.org · 11 years ago
  35. 105da53 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/150893002/) by hubbe@chromium.org · 11 years ago
  36. b9676fe Allow MessageFilters to restrict listening to specific message classes by jdduke@chromium.org · 11 years ago
  37. 89c6c9d IPC glue between cast library transport and encoders. by hubbe@chromium.org · 11 years ago
  38. ac0e9a2 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
  39. 4529a9d Make flow event traces disabled-by-default by fmeawad@chromium.org · 11 years ago
  40. 2458cfd Web MIDI: make naming convention be consistent by toyoshim@chromium.org · 11 years ago
  41. da7c723 Revert of Fix posix IPC channel hanging problem. (https://codereview.chromium.org/30133002/) by hubbe@chromium.org · 11 years ago
  42. af3dc43 Fix posix IPC channel hanging problem. by hubbe@chromium.org · 11 years ago
  43. 9e469f6 Convert Media Galleries to use base::File by rvargas@chromium.org · 11 years ago
  44. f2ed59e Remove an outdated comment. by eroman@chromium.org · 11 years ago
  45. 5a92e64 Separate EmbeddedWorker messages into another file to use different msg class by kinuko@chromium.org · 11 years ago
  46. 6c50cae Add IPC stubs between browser and ServiceWorker's worker context in the child process by kinuko@chromium.org · 11 years ago
  47. 4f87d8f Update uses of UTF conversions in courgette/, device/, extensions/, google_apis/, gpu/, ipc/, media/, net/ to use the base:: namespace. by avi@chromium.org · 11 years ago
  48. 738669a Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago
  49. fa5a0f9 Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. by mark@chromium.org · 11 years ago
  50. 1fdaeb0 Run ipc_tests serially when using new test launcher. by phajdan.jr@chromium.org · 11 years ago
  51. 5b04085 Move more uses of string16 to specify base:: by brettw@chromium.org · 11 years ago
  52. 7bfcfc4 more spell checking by thakis@chromium.org · 11 years ago
  53. ab4c6bc Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by bbudge@chromium.org · 11 years ago
  54. dd413b4 Optimize ParamTraits<float> and ParamTraits<double> by piman@chromium.org · 11 years ago
  55. fb0e031 Remove unused IPC::Message priority. by bbudge@chromium.org · 11 years ago
  56. d41163c IPC_END_MESSAGE_MAP: Made unreachable DCHECK reachable. by mgiuca@chromium.org · 11 years ago
  57. bb9f510 Remove ipc fuzzing code. by thestig@chromium.org · 11 years ago
  58. 72e9e7c Pass StatsTable shared memory via global descriptors on Posix rather than using named shared memory. by rmcilroy@chromium.org · 11 years ago
  59. a4da28f Refactoring: Move MessagePort-related IPCs and handling them away from Worker-related classes. by marja@chromium.org · 11 years ago
  60. 683920d Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  61. 666b170 Revert 228448 "Refactoring: Move MessagePort-related IPCs and ha..." by marja@chromium.org · 11 years ago
  62. e307b1f Refactoring: Move MessagePort-related IPCs and handling them away from Worker-related classes. by marja@chromium.org · 11 years ago
  63. f9d5c0c Add newline at end of file. by thakis@chromium.org · 11 years ago
  64. e8cd367 Workaround for VS2013 compiler bug in ipc_message_macros.h by zturner@chromium.org · 11 years ago
  65. 6ecd712 Revert 227999 "Alternative workaround for mac kernel bug." by benwells@chromium.org · 11 years ago
  66. 1b503fc Alternative workaround for mac kernel bug. by hubbe@chromium.org · 11 years ago
  67. a36f001 Create a new RenderFrameHost per child frame when --site-per-process is enabled. by nasko@chromium.org · 11 years ago
  68. 9d7fdeb Revert 226555 "There is a bug in the mac kernel, which can cause..." by morrita@chromium.org · 11 years ago
  69. e3787ca There is a bug in the mac kernel, which can cause a file descriptor to be closed by hubbe@chromium.org · 11 years ago
  70. 7e21f68 Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. This allows us to hide the OnMessageReceived which shouldn't be overridden from child classes, and also avoid the pattern of requiring an overridden method to have to call to the base class. by jam@chromium.org · 11 years ago
  71. 974bc39 Stub out initial NavigationController browser implementation by alecflett@chromium.org · 11 years ago
  72. ffe6553 Populate canPlayType to renderer by qinmin@chromium.org · 11 years ago
  73. 530d884 base: Split logging functions and PerfTimeLogger out of perftimer.h by tfarina@chromium.org · 11 years ago
  74. b8b1be4 Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. by dongseong.hwang@intel.com · 11 years ago
  75. c44bb2f Increase maximum file descriptors per IPC message on POSIX from 5 to 7. by tommycli@chromium.org · 11 years ago
  76. f70b723 Move perftimer.* into base/test/ directory. by tfarina@chromium.org · 11 years ago
  77. 682119c Revert "Correct bit-shift in IPC hash generation." by dsinclair@chromium.org · 11 years ago
  78. 2734ab8 Revert EVS revisions 209760, 298753, 213143. by hshi@chromium.org · 11 years ago
  79. 4bf25cc Created multi-process-friendly PowerMonitor interface. by bajones@chromium.org · 11 years ago
  80. adebaca Correct bit-shift in IPC hash generation. by dsinclair@chromium.org · 11 years ago
  81. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  82. 67f1426 Run local discovery code in utility process. by vitalybuka@chromium.org · 11 years ago
  83. a29af56 Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  84. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  85. ccd324a Fix ParamTraits::param_type for unsigned char by jschuh@chromium.org · 11 years ago
  86. 09eb95f Add support for marshalling unsigned char in IPC. by tsepez@chromium.org · 11 years ago
  87. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  88. ca4f6e2 Make utility process run in-process when running in single-process mode. by jam@chromium.org · 11 years ago
  89. e1d6da5 Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. by hshi@chromium.org · 11 years ago
  90. f487caf Generates the DTLS identity in browser process and returns it to the renderer process. by jiayl@chromium.org · 11 years ago
  91. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  92. 78a7e7b Use a direct include of time headers in courgette/, crypto/, dbus/, device/, google_apis/, gpu/, ipc/, jingle/. by avi@chromium.org · 11 years ago
  93. f41e766 Re-land 16025005 with tiny fix for statics perf issue by crogers@google.com · 11 years ago
  94. 2240a2c Revert 207992: This looks like a reland of r207983, which was reverted in by sadrul@chromium.org · 11 years ago
  95. 8e84d3b don't include iostream.h by crogers@google.com · 11 years ago
  96. 7bb2707 Revert 207983 "Implement Web MIDI API back-end" by crogers@google.com · 11 years ago
  97. 216cdec Implement Web MIDI API back-end by crogers@google.com · 11 years ago
  98. 3228519 Add base namespace to more values in sync and elsewhere. by brettw@chromium.org · 11 years ago
  99. 364bea0 Separate NaCl messages from the rest of chrome messages and create a new message filter. This is part of an effort to componentize NaCl code. by yael.aharon@intel.com · 11 years ago
  100. ccffb7d Make net and ipc explicitly use the base namespace for Values. by brettw@chromium.org · 11 years ago