1. dccbb7b Reuse existing object proxies and exported objects, if these exist. by satorux@chromium.org · 13 years ago
  2. 22c4ff0 Trying again to land OOM priority manager changes. by gspencer@google.com · 13 years ago
  3. 2597d5f Revert 97808 - Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by cbentzel@chromium.org · 13 years ago
  4. becc14d Clean up a comment in ipc_message_macros.h by steveblock@chromium.org · 13 years ago
  5. 39ba5cc Dump a stack trace when browser tests time out. by mihaip@chromium.org · 13 years ago
  6. 7f0c451 Add support for sending and receiving D-Bus signals. by satorux@chromium.org · 13 years ago
  7. a40267d base: Map non-finite double Values to 0.0. by derat@chromium.org · 13 years ago
  8. 142c71c Adds some debugging code in hopes of figuring out a crash. As far as I by sky@chromium.org · 13 years ago
  9. ad12d3d This patch caused Chrome to be unable to load any web pages on Chrome OS. by satorux@chromium.org · 13 years ago
  10. bb4c289 Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr by sievers@chromium.org · 13 years ago
  11. bc7c359 Fix WaitForSingleNonChildProcess. There were three bugs in the loop usage. by mark@chromium.org · 13 years ago
  12. fa290c3 GTTF: Reduce number of different timeouts. by phajdan.jr@chromium.org · 13 years ago
  13. f569e6c Revert 97724 - Changing OOM range to 0, 1000 and tweaking OOM algorithm. by mattm@chromium.org · 13 years ago
  14. b3face6 Changing OOM range to 0, 1000 and tweaking OOM algorithm. by gspencer@google.com · 13 years ago
  15. f0ceb48 Add AppendArrayOfObjectPaths, which was missing. by satorux@chromium.org · 13 years ago
  16. def5e2e Rename event_recorder.cc to event_recorder_win.cc. by tony@chromium.org · 13 years ago
  17. 01fbb89 Rework TestService using asynchronos API of ExportedObject. by satorux@chromium.org · 13 years ago
  18. a2e284f Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS by jamescook@chromium.org · 13 years ago
  19. 5637b68 base/json: Don't use static variables of user-defined type (i.e, std::wstring). by tfarina@chromium.org · 13 years ago
  20. 6e168d3 Fix a small leak in FileUtilProxy by kinuko@chromium.org · 13 years ago
  21. 9c8b573 Fix IPC marshalling of dictionaries with dots in their key names. by kalman@chromium.org · 13 years ago
  22. 0fd2cc7 Cleanup code used to diagnose and fix bug 81449. by apatrick@chromium.org · 13 years ago
  23. 545839a Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by ajwong@chromium.org · 13 years ago
  24. 3b26fdb [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). by rsesek@chromium.org · 13 years ago
  25. bbd6e3e Revert "[Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break" by rsesek@chromium.org · 13 years ago
  26. deea421 Change the expectation for ProcessUtilTest.MacTerminateOnHeapCorruption to work on 10.5-10.7. by rsesek@chromium.org · 13 years ago
  27. 31c7852 [Mac] Implement base::EnableTerminationOnHeapCorruption() by overriding malloc_error_break(). by rsesek@chromium.org · 13 years ago
  28. 153a6fc Mirror Windows implementation of CancelOnMessageLoopThread. by dominich@chromium.org · 13 years ago
  29. 163f1cb Implement Bus and ObjectProxy classes for our D-Bus library. by satorux@chromium.org · 13 years ago
  30. 5fcf787 Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. by jeanluc@chromium.org · 13 years ago
  31. 21d251f Adding checks to guard against buffer overruns in QuotaFileIO::Write and base::FileUtilProxy::Write by sanga@chromium.org · 13 years ago
  32. f5cff13 Adding guards against heap overflow in PPB_FileIO::Read by sanga@chromium.org · 13 years ago
  33. ebeb351 Include base/stringprintf.h in base/debug/profiler.cc. by hans@chromium.org · 13 years ago
  34. af8c8f0 base: Add DCHECK that double Values are finite. by derat@chromium.org · 13 years ago
  35. abbf8ab base: Fix the TODO in string_util.h by tfarina@chromium.org · 13 years ago
  36. fb67cde Fix typos in the message test. by satorux@chromium.org · 13 years ago
  37. aa53871 ipc: rename a variable to make code clearer by evan@chromium.org · 13 years ago
  38. ecc3f07 Tag IPC::Channel::Listener implementations with OVERRIDE by evan@chromium.org · 13 years ago
  39. 80e4c5e Create ipc.dll. Review URL: http://codereview.chromium.org/7633042 by darin@chromium.org · 13 years ago
  40. ba04861 Add MessageLoopProxy::current by nduca@chromium.org · 13 years ago
  41. a3a4db7 base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType. by tfarina@chromium.org · 13 years ago
  42. 09cf434 base: Fix the TODO in ListValue::Remove(). by tfarina@chromium.org · 13 years ago
  43. 254780a base: Rename ValueType to something less redundant as _just_ Type. by tfarina@chromium.org · 13 years ago
  44. 6935fc3 Fixes a corner case bug in the HexStringToInt conversion function which caused the string "0x" to be treated as a valid hexadecimal number. by ali.akbar@gmail.com · 13 years ago
  45. cc17740 base: Add missing OVERRIDE annotations to overridden methods from Value. by tfarina@chromium.org · 13 years ago
  46. 63a7b5d Adding Wayland message loop and gyp build deps by dnicoara@chromium.org · 13 years ago
  47. 4147545 CrOS - Memory debug widget shows anonymous memory and renderer kills. by jamescook@chromium.org · 13 years ago
  48. efc0c2b base: Remove CreateBinaryValue() function as it's redundant. by tfarina@chromium.org · 13 years ago
  49. 2c0d0af base: Remove using declaration of FundamentalValue as it's no longer necessary. by tfarina@chromium.org · 13 years ago
  50. 54f2100 Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: by mnissler@chromium.org · 13 years ago
  51. b6cdd98 Update base/android to use new ScopedJava(Global)Reference by steveblock@google.com · 13 years ago
  52. 8facb24 Add utility functions to Message classes. by satorux@chromium.org · 13 years ago
  53. 733ab7d Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. by pkasting@chromium.org · 13 years ago
  54. a2623e5 Optimize phishing page term feature extraction. by gcasto@chromium.org · 13 years ago
  55. 2bc73e7 Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  56. 29af9e5 base: Remove a file that is no longer used. by tfarina@chromium.org · 13 years ago
  57. 9c28994 Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  58. 6827f0a Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. by adamk@chromium.org · 13 years ago
  59. 6d04877 Implement backend for thread names and process names. by nduca@chromium.org · 13 years ago
  60. f37b4e5 Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. by kkania@chromium.org · 13 years ago
  61. cd21139 Revert 95441 by apatrick@chromium.org · 13 years ago
  62. 192337d Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: by fischman@chromium.org · 13 years ago
  63. 1a956f0 Clean up SSL false start blacklist code. Numerous changes, including: by pkasting@chromium.org · 13 years ago
  64. f0c8a62 Increase test timeout to 45s. by thakis@chromium.org · 13 years ago
  65. 32050d8 Add AutoJObject and AutoGlobalJObject by bulach@chromium.org · 13 years ago
  66. 31c0b17 base: Remove using declaration of MD5Digest now that hunspell was fixed. by tfarina@chromium.org · 13 years ago
  67. 872ec99 Increase test timeout by 2 more seconds. by thakis@chromium.org · 13 years ago
  68. dd84ce4 Increase test timeout for out of process tests by 4 seconds. by thakis@chromium.org · 13 years ago
  69. c5d86fd Add acquire/release calls in one-time init for histograms by jar@chromium.org · 13 years ago
  70. 7039b93 ipc: remove an unused function prototype by evan@chromium.org · 13 years ago
  71. 2e2a902 base: Remove using declaration of BinaryValue as it's no longer necessary. by tfarina@chromium.org · 13 years ago
  72. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  73. de3ef41 base: Remove unnecessary using declarations from values.h by tfarina@chromium.org · 13 years ago
  74. 01b9278 Linux: fix build with system libevent. by phajdan.jr@chromium.org · 13 years ago
  75. a566a2c Fix subtle memory issues detected by valgrind. by satorux@chromium.org · 13 years ago
  76. bd2f415 base: Get rid of a deprecated version of file_util::GetFileExtensionFromPath(). by tfarina@chromium.org · 13 years ago
  77. 4e4113f TaskClosureAdapter::Run does not invoke the task if it is null. by apatrick@chromium.org · 13 years ago
  78. 4470685 Removed wchat_t from Time::FromString. by shinyak@google.com · 13 years ago
  79. 60d64b1 Remove USE_BASE_DATA_PACK from build_config.h since it's only by tony@chromium.org · 13 years ago
  80. 02998bd Added the comment for GetApplicationContext() by michaelbai@google.com · 13 years ago
  81. dc405be CrOS - Add memory consumption status bar widget behind flag by jamescook@chromium.org · 13 years ago
  82. 686190b Android's paths and message loop implementation with JNI by michaelbai@google.com · 13 years ago
  83. 3469f14 Revert 94999 - CrOS - Add memory consumption status bar widget behind flag by jamescook@chromium.org · 13 years ago
  84. 9bf4159 CrOS - Add memory consumption status bar widget behind flag by jamescook@chromium.org · 13 years ago
  85. 9008a61 Add a convenience function to Version by cpu@chromium.org · 13 years ago
  86. 087421c Fix linux build break by rsleevi@chromium.org · 13 years ago
  87. b684e27 Implement classes used for manipulating D-Bus messages. by satorux@chromium.org · 13 years ago
  88. 374345a mac: Components build for base, easy part by thakis@chromium.org · 13 years ago
  89. 05ef52b windows: Remove vestigal support for /Wp64 by evan@chromium.org · 13 years ago
  90. 2c90099 Revert 94426 - Removed wchat_t from Time::FromString. by morrita@chromium.org · 13 years ago
  91. 3731022 Removed wchat_t from Time::FromString. by shinyak@google.com · 13 years ago
  92. f03d694 MD5Update function uses StringPiece instead of raw buffer. by dominich@chromium.org · 13 years ago
  93. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  94. 92b4c8e Remove explicit keyword from multi-argument (w/o default values) constructors by dilmah@chromium.org · 13 years ago
  95. 528c0ab check xinput2 capability so that it runs on the system that doesn't support xinput2 by oshima@google.com · 13 years ago
  96. 1516898 re-landing r93629 by oshima@google.com · 13 years ago
  97. ac09f9f Add libdbus dependency for Linux. by satorux@chromium.org · 13 years ago
  98. 00dd4b7 Revert 93629 - Linux build failure: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28dbg%29%28shared%29/builds/4098/steps/compile/logs/stdio#error1 by leandrogracia@chromium.org · 13 years ago
  99. 826aff5 Consolidate access to X Display by oshima@google.com · 13 years ago
  100. 1b7bfe6 touch: Always expect XInput2 availability. by sadrul@chromium.org · 13 years ago