1. 974bc39 Stub out initial NavigationController browser implementation by alecflett@chromium.org · 11 years ago
  2. ffe6553 Populate canPlayType to renderer by qinmin@chromium.org · 11 years ago
  3. 530d884 base: Split logging functions and PerfTimeLogger out of perftimer.h by tfarina@chromium.org · 11 years ago
  4. b8b1be4 Use base::GlobalDescriptors::kBaseDescriptor instead of magic number 3. by dongseong.hwang@intel.com · 11 years ago
  5. c44bb2f Increase maximum file descriptors per IPC message on POSIX from 5 to 7. by tommycli@chromium.org · 11 years ago
  6. f70b723 Move perftimer.* into base/test/ directory. by tfarina@chromium.org · 11 years ago
  7. 682119c Revert "Correct bit-shift in IPC hash generation." by dsinclair@chromium.org · 11 years ago
  8. 2734ab8 Revert EVS revisions 209760, 298753, 213143. by hshi@chromium.org · 11 years ago
  9. 4bf25cc Created multi-process-friendly PowerMonitor interface. by bajones@chromium.org · 11 years ago
  10. adebaca Correct bit-shift in IPC hash generation. by dsinclair@chromium.org · 11 years ago
  11. 1931971 Update include paths in ipc for base/process changes. by rsesek@chromium.org · 11 years ago
  12. 67f1426 Run local discovery code in utility process. by vitalybuka@chromium.org · 11 years ago
  13. 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
  14. 220b8de Rename base::Delete to base::DeleteFile by brettw@chromium.org · 11 years ago
  15. ccd324a Fix ParamTraits::param_type for unsigned char by jschuh@chromium.org · 11 years ago
  16. 09eb95f Add support for marshalling unsigned char in IPC. by tsepez@chromium.org · 11 years ago
  17. 10b6412 Move PathExists to base namespace. by brettw@chromium.org · 11 years ago
  18. ca4f6e2 Make utility process run in-process when running in single-process mode. by jam@chromium.org · 11 years ago
  19. e1d6da5 Define EncodedVideoSource and RtcCapturedEncodingVideoCapturer. by hshi@chromium.org · 11 years ago
  20. f487caf Generates the DTLS identity in browser process and returns it to the renderer process. by jiayl@chromium.org · 11 years ago
  21. e9f9948 Move file_util::Delete to the base namespace by brettw@chromium.org · 11 years ago
  22. 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
  23. f41e766 Re-land 16025005 with tiny fix for statics perf issue by crogers@google.com · 11 years ago
  24. 2240a2c Revert 207992: This looks like a reland of r207983, which was reverted in by sadrul@chromium.org · 11 years ago
  25. 8e84d3b don't include iostream.h by crogers@google.com · 11 years ago
  26. 7bb2707 Revert 207983 "Implement Web MIDI API back-end" by crogers@google.com · 11 years ago
  27. 216cdec Implement Web MIDI API back-end by crogers@google.com · 11 years ago
  28. 3228519 Add base namespace to more values in sync and elsewhere. by brettw@chromium.org · 11 years ago
  29. 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
  30. ccffb7d Make net and ipc explicitly use the base namespace for Values. by brettw@chromium.org · 11 years ago
  31. d817965 Move nullable_string16.h to the string subdirectory. by avi@chromium.org · 11 years ago
  32. cc7a273 Revert 205889 "Revert 205775 "Revert 205772 "Revert "Revert 2054..." by jochen@chromium.org · 11 years ago
  33. b1c0d3a Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." by jochen@chromium.org · 11 years ago
  34. 9c5bc78 Revert 205772 "Revert "Revert 205443 "headless windows content_s..." by jochen@chromium.org · 11 years ago
  35. 1ca0c80 Revert "Revert 205443 "headless windows content_shell"" by jochen@chromium.org · 11 years ago
  36. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  37. f3c9df2 Add IPC for new WebSocket impl. by ricea@chromium.org · 11 years ago
  38. 64293f1 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  39. e7eaf39 Use a direct include of strings headers in ipc/, jingle/, media/. by avi@chromium.org · 11 years ago
  40. ab2678f Update includes of message_loop_proxy. by brettw@chromium.org · 11 years ago
  41. 6453554 Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/, media/, ppapi/, printing/, remoting/, rlz/, skia/, sql/, sync/, third_party/, tools/, webkit/, win8/. by avi@chromium.org · 11 years ago
  42. 384d976 Implement off-the-wire validation scheme for emum types. by tsepez@chromium.org · 11 years ago
  43. 23b6623 Update ipc/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by rsleevi@chromium.org · 11 years ago
  44. 9e1076f GetFileHandleForProcess should check for INVALID_HANDLE_VALUE by jschuh@chromium.org · 11 years ago
  45. f20167f Adds chrome.memoryBenchmarking.heapProfilerDump for the browser process. by bulach@chromium.org · 11 years ago
  46. 58d55fd Move child-common classes to content/common_child by jamesr@chromium.org · 11 years ago
  47. 36ceed6 Linux: remove unmaintained SELinux code. by phajdan.jr@chromium.org · 11 years ago
  48. 4a6b0c2 Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette, ipc, media, and net. by thestig@chromium.org · 11 years ago
  49. 2d71f6a Implement web speech synthesis. by dmazzoni@chromium.org · 11 years ago
  50. 0b2c2a5 ipc: Use base::MessageLoop. by xhwang@chromium.org · 11 years ago
  51. 4c67fbb Re-implement form validation message UI with native widgets. (Common and Mac) by tkent@chromium.org · 11 years ago
  52. 1dfc732 Add a new pair of IPC categories for messages that need handling as input events by jamesr@chromium.org · 11 years ago
  53. c92462a Adding WebRTC logging filter, handler and handler host. by grunell@chromium.org · 11 years ago
  54. 0dc2c0c Revert 193974 "Test extension reloading behavior." by dmazzoni@chromium.org · 11 years ago
  55. 9903f12 Test extension reloading behavior. by jyasskin@chromium.org · 11 years ago
  56. 8164c2c Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  57. 3070200 Revert "Rewrite std::string("") to std::string(), Linux edition." by dcheng@chromium.org · 11 years ago
  58. cb5b331 Rewrite std::string("") to std::string(), Linux edition. by dcheng@chromium.org · 11 years ago
  59. 8799428 Move MessageLoop to base namespace. by brettw@chromium.org · 11 years ago
  60. 22e9398 Proudly fixing funny indents since 1969 by groby@chromium.org · 11 years ago
  61. e9bbacb Split FaviconHelper in two: ImageLoadingHelper and FaviconHelper. by dimich@chromium.org · 11 years ago
  62. 1708581 Fix libcxx build. by eugenis@chromium.org · 11 years ago
  63. 6b4dc5e [Cleanup] Remove StringPrintf from global namespace by groby@chromium.org · 11 years ago
  64. dca3789 [mac] App shims by jeremya@chromium.org · 11 years ago
  65. f14bfab Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  66. 4b4a08f Revert 187554 "Implement IPC::ChannelFactory, a class that accep..." by falken@chromium.org · 11 years ago
  67. bbdd7af Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  68. adeb31c Revert 187233 by dmikurube@chromium.org · 11 years ago
  69. 5363a0b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  70. 53a8ef8 Revert 186912 by jeremya@chromium.org · 11 years ago
  71. a1e489b Implement IPC::ChannelFactory, a class that accept()s on a UNIX socket. by jeremya@chromium.org · 11 years ago
  72. fb87c34 Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds by jschuh@chromium.org · 11 years ago
  73. b9abb17 Minimal Chrome Frame with Aura. by grt@chromium.org · 11 years ago
  74. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 11 years ago
  75. 97808a3 ipc: Wrap unit test into IPC namespace. by tfarina@chromium.org · 11 years ago
  76. 22b3fda Rename FilePath -> base::FilePath in various toplevel directories by brettw@chromium.org · 11 years ago
  77. 449e688 ipc: Convert MessageLoop::RunUntilIdle() usage to base::RunLoop variant. by tfarina@chromium.org · 11 years ago
  78. ff93c24 Revert "GTTF: Add missing virtual destructors." by phajdan.jr@chromium.org · 11 years ago
  79. 5a8d7ef Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by rsleevi@chromium.org · 11 years ago
  80. e2515c9 GTTF: Add missing virtual destructors. by phajdan.jr@chromium.org · 11 years ago
  81. cd16b3a Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 11 years ago
  82. a708694 Add FilePath to base namespace. by brettw@chromium.org · 11 years ago
  83. d3ce455 Enable Chrome Signin from Webstore by guohui@chromium.org · 11 years ago
  84. beb853c Revert 179987 by dmichael@chromium.org · 11 years ago
  85. 96c2504 Refactor: Simplify WaitableEventWatcher. by teravest@chromium.org · 11 years ago
  86. 4ef57d9 ipc: Do not use Value::Create* functions. by tfarina@chromium.org · 11 years ago
  87. 51127b9 Don't allow '\0' characters in FilePath. by aedla@chromium.org · 12 years ago
  88. 0015594 Refactor (many) IPC tests, notably most of the multiprocess tests. by viettrungluu@chromium.org · 12 years ago
  89. 1d8e768 Componentize visitedlinks to src/components/visitedlink by boliu@chromium.org · 12 years ago
  90. a2fbefc Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside of chrome/browser. by pneubeck@chromium.org · 12 years ago
  91. 721fe99 Remove IPC::Channel::set_listener(). by viettrungluu@chromium.org · 12 years ago
  92. 9cdc36e More IPC test header cleanup. by viettrungluu@chromium.org · 12 years ago
  93. 0615143 Automate ipc_perftests. by viettrungluu@chromium.org · 12 years ago
  94. 12314ce Reenable IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by viettrungluu@chromium.org · 12 years ago
  95. e977842 Trim #includes in ipc tests. by viettrungluu@chromium.org · 12 years ago
  96. 7ca1913 Move IPC tests into anonymous namespaces. by viettrungluu@chromium.org · 12 years ago
  97. 7d86af2 Make ipc_tests file structure a little saner and add an ipc_perftests target. by viettrungluu@chromium.org · 12 years ago
  98. 5842636 Data collection part of webrtc-internals implementation by jiayl@chromium.org · 12 years ago
  99. 42575b0 Fix shutdown race in IPCSyncChannelTest and get rid of "suppressions"/annotations. by viettrungluu@chromium.org · 12 years ago
  100. 3f65344 Make the IPC perf test build/run again, at least on Linux. by viettrungluu@chromium.org · 12 years ago