1. 8799428 Move MessageLoop to base namespace. by brettw@chromium.org · 12 years ago
  2. 22e9398 Proudly fixing funny indents since 1969 by groby@chromium.org · 12 years ago
  3. e9bbacb Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. by dimich@chromium.org · 12 years ago
  4. 1708581 Fix libcxx build. by eugenis@chromium.org · 12 years ago
  5. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 12 years ago
  6. dca3789 [mac] App shims by jeremya@chromium.org · 12 years ago
  7. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  8. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 12 years ago
  9. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  10. adeb31c Revert 187233 by dmikurube@chromium.org · 12 years ago
  11. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  12. 53a8ef8 Revert 186912 by jeremya@chromium.org · 12 years ago
  13. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 12 years ago
  14. fb87c34 Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds by jschuh@chromium.org · 12 years ago
  15. b9abb17 Minimal Chrome Frame with Aura. by grt@chromium.org · 12 years ago
  16. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  17. 97808a3 ipc: Wrap unit test into IPC namespace. by tfarina@chromium.org · 12 years ago
  18. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 12 years ago
  19. 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 12 years ago
  20. ff93c24 Revert "GTTF: Add missing virtual destructors." by phajdan.jr@chromium.org · 12 years ago
  21. 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 12 years ago
  22. e2515c9 GTTF: Add missing virtual destructors. by phajdan.jr@chromium.org · 12 years ago
  23. cd16b3a Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  24. a708694 Add FilePath to base namespace. by brettw@chromium.org · 12 years ago
  25. d3ce455 Enable Chrome Signin from Webstore by guohui@chromium.org · 12 years ago
  26. beb853c Revert 179987 by dmichael@chromium.org · 12 years ago
  27. 96c2504 Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 12 years ago
  28. 4ef57d9 ipc: Do not use Value::Create* functions. by tfarina@chromium.org · 12 years ago
  29. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  30. 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
  31. 1d8e768 Componentize visitedlinks to src/components/visitedlink by boliu@chromium.org · 12 years ago
  32. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  33. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  34. 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
  35. 0615143 Automate ipc_perftests. by viettrungluu@chromium.org · 12 years ago
  36. 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
  37. e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
  38. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  39. 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago
  40. 5842636 Data collection part of webrtc-internals implementation by jiayl@chromium.org · 12 years ago
  41. 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
  42. 3f65344 Make the IPC perf test build/run again, at least on Linux. by viettrungluu@chromium.org · 12 years ago
  43. b41935e Fix typo in comment ("ammount"). by viettrungluu@chromium.org · 12 years ago
  44. 3d82448 Use an explicit PID for duplicating Pepper handles rather than the Channel's. by brettw@chromium.org · 12 years ago
  45. c6d1797 reinterpret_cast -> static_cast in SyncMessageFilter::Send(). by viettrungluu@chromium.org · 12 years ago
  46. 2d83ff4 Validate that paths don't contain embedded NULLs at deserialization. by cevans@chromium.org · 12 years ago
  47. c3ad051 Remove IPC::MessageIterator. by viettrungluu@chromium.org · 12 years ago
  48. 5254ca0 Get rid of ipc_sender.h include in ipc_message.h. by viettrungluu@chromium.org · 12 years ago
  49. ad20135 Add tracing support to NaCl by jbauman@chromium.org · 12 years ago
  50. 0192ff0 Marked IPC::ChannelProxy as non thread-safe. Added DCHECKs to verify that public methods (with Send() being the only exception) are called on the thread that created the object. by alexeypa@chromium.org · 12 years ago
  51. 3b17d8f Fix check for maximum IPC message size. by rkc@chromium.org · 12 years ago
  52. 15866bf Enable IPC logging for component builds by jochen@chromium.org · 12 years ago
  53. 85c54ee Revert 169453 - Enable IPC logging for component build by dalecurtis@google.com · 12 years ago
  54. a0ad228 Enable IPC logging for component build by jochen@chromium.org · 12 years ago
  55. b9ee7d6 Verify lfFaceName is NUL terminated in IPC deserializer. by jschuh@chromium.org · 12 years ago
  56. beba292 ipc: Remove ipc_listener.h from ipc_channel.h and update the files. by tfarina@chromium.org · 12 years ago
  57. 969f320 ipc: Update calls from RunAllPending() to RunUntilIdle(). by tfarina@chromium.org · 12 years ago
  58. b6d8120 Add missing includes to ipc_listener.h by tfarina@chromium.org · 12 years ago
  59. 6639c18 LogData.message_name not marshalled across logging IPCs. by tsepez@chromium.org · 12 years ago
  60. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  61. bbf7c50 net: Change type of UploadData::elements from std::vector to ScopedVector by hashimoto@chromium.org · 12 years ago
  62. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  63. ffc24df Split IPC logging between content and chrome. by jochen@chromium.org · 12 years ago
  64. 4afe8f7 Move IPCMessageStart enum into it own file with security team OWNERS, so that new message files can't be added to chromium without triggering a security review. by tsepez@chromium.org · 12 years ago
  65. d10738c Upstream fullscreen video implementation for android by qinmin@chromium.org · 12 years ago
  66. 61a9a9d Listen in the browser for a connection from a metro viewer process. by scottmg@google.com · 12 years ago
  67. d7f0699 Fix build warnings in NaCl IPC proxy. BUG=116317 TEST=builds by bbudge@chromium.org · 12 years ago
  68. aa46be4 Cleanup the IPC param traits structure: by jam@chromium.org · 12 years ago
  69. b78cb8e nacl: Fix a bunch of compiler warnings by thakis@chromium.org · 12 years ago
  70. a76bfc2 Bunch of boilerplate to set up a process, ipc, etc. by scottmg@google.com · 12 years ago
  71. 7cc8033 Trace PostTasks from post to run. by jbates@chromium.org · 12 years ago
  72. bd9d20a Fix trace event macro naming issue by jbates@chromium.org · 12 years ago
  73. 0345c81 Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter by piman@chromium.org · 12 years ago
  74. e94aafb fix gprecise gcc build error BUG=146454 TBR=oshima by jbates@chromium.org · 12 years ago
  75. 4b8271c Add async trace events to trace progress of IPC messages by jbates@chromium.org · 12 years ago
  76. 4257027 In-te-grate hy-phen-ator to con-tent. by hbono@chromium.org · 12 years ago
  77. f05dc2d Implement DocuementHasImages by joth@chromium.org · 12 years ago
  78. 0ece3d0 Add traces for SyncChannel::SendWithTimeout by piman@chromium.org · 12 years ago
  79. 8d5d93d Enable verbose logging during PluginMsg_CreateInstance. by bauerb@chromium.org · 12 years ago
  80. 133d70f Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance. by piman@chromium.org · 12 years ago
  81. 381cdb8 Enable verbose logging during PluginMsg_CreateInstance. by bauerb@chromium.org · 12 years ago
  82. 6b93ebe Implements part of DeviceMotion in the browser by aousterh@chromium.org · 12 years ago
  83. a6d7cf6 Creates the WebCompositorOutputSurface, which is the new mechanism for rendering interactions between the compositor and RenderWidgetHost. by nduca@chromium.org · 12 years ago
  84. 238ea98 Add moar logging for "Couldn't load plug-in" errors. by bauerb@chromium.org · 12 years ago
  85. b096b36 Browser Plugin: New Implementation (Renderer Side) by fsamuel@chromium.org · 12 years ago
  86. e62750c Clean-up inline members of nested classes (ipc/) by hans@chromium.org · 12 years ago
  87. 9f5fbd3 Revert 150863 - Browser Plugin: New Implementation (Renderer Side) by mmoss@chromium.org · 12 years ago
  88. 7cda393 Browser Plugin: New Implementation (Renderer Side) by fsamuel@chromium.org · 12 years ago
  89. 713c89c Revert 150654 - Browser Plugin: New Implementation (Renderer Side) by jeremya@chromium.org · 12 years ago
  90. 7cf7f17 Browser Plugin: New Implementation (Renderer Side) by fsamuel@chromium.org · 12 years ago
  91. 6d42e8f Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. by fischman@chromium.org · 12 years ago
  92. a8ca4fd Correct const accessors in base/values.(h|cc), Part II (ListValue) by vabr@chromium.org · 12 years ago
  93. b0e3e32 Make Sync Messages with lots of parameters and no return work by fsamuel@chromium.org · 12 years ago
  94. 27b3716 Browser Plugin: Rename BrowserPluginMsg/BrowserPluginHostMsg to OldBrowserPluginMsg/OldBrowserPluginHostMsg by fsamuel@chromium.org · 12 years ago
  95. 7456243 Correct const accessors in base/values.(h|cc) by vabr@chromium.org · 12 years ago
  96. 88de387 Fixed several CHECKED_RETURN defects in ipc message utils cc by orenb@chromium.org · 12 years ago
  97. bf47b67 Add IPC::ForwardingMessageFilter. by nduca@chromium.org · 12 years ago
  98. ad1a2c5 More -Wunused-private-field cleanups. by thakis@chromium.org · 12 years ago
  99. 8f96ab5 Remove IPC macros for "5_4" messages. by brettw@chromium.org · 12 years ago
  100. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago