1. 3b5dfd0 [Coverity] Fix possible leak. by groby@chromium.org · 13 years ago
  2. 49a6958 Move launchd code from chrome/browser/mac to base/mac. by lambroslambrou@chromium.org · 13 years ago
  3. c02aaa5 Update Ant build to support multiple build configurations. by yfriedman@chromium.org · 13 years ago
  4. 90b2dfb base: Remove should_leak_tasks_ from MessageLoop by satorux@chromium.org · 13 years ago
  5. dd54a3d chromeos: Fix memory leak in blocking Cryptohome method call by hashimoto@chromium.org · 13 years ago
  6. c88de2b Provide a NSAutoreleasePool for the SequencedWorkerPool::Inner::ThreadLoop(). by rsesek@chromium.org · 13 years ago
  7. 3174528 Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & ntohX() in Chrome. by wez@chromium.org · 13 years ago
  8. 3a56779 Checked the return values of function calls. by khorimoto@chromium.org · 13 years ago
  9. a37c616 Fix handling of Unicode BOMs in JSONReader. by rsesek@chromium.org · 13 years ago
  10. 21357e5 Add base/data/json/bom_feff.json as a binary file. by rsesek@chromium.org · 13 years ago
  11. 87d003c Plot async steps in about:tracing. by simonjam@chromium.org · 13 years ago
  12. 756b7e9 Correcting the copy right message for this file by rharrison@chromium.org · 13 years ago
  13. 5cf729b Normalize download file name on chromeos by tbarzic@chromium.org · 13 years ago
  14. 1800183 Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
  15. 52282e5 Go ahead and forward all the std::vector<> typedefs through ScopedVector. At least MSVC 2010 wanted "value_type" in addition to the ones that were there already, so just future-proof it by adding them all. by pkasting@chromium.org · 13 years ago
  16. 6b9f4ab Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by aa@chromium.org · 13 years ago
  17. 559a913 Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
  18. fe8488c Remove Slavelastic Manifest File by csharp@chromium.org · 13 years ago
  19. 3306fc0 Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for tracking time. by isherman@chromium.org · 13 years ago
  20. dc221a7 Make Callback::Reset() return a copy to support use-cases where Run() ends up modifying |*this|. Callers can use by fischman@chromium.org · 13 years ago
  21. ea59982 Add dbus::AppendBasicTypeValueData by hashimoto@chromium.org · 13 years ago
  22. d36be04 * Keep the mouse in the desktop in multi monitor environment. I ended up using XFIXES to make launcher autohide works smoothlyl. by oshima@chromium.org · 13 years ago
  23. 8929e8a Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files. by rsleevi@chromium.org · 13 years ago
  24. 52e5bc1 apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks. by jrg@chromium.org · 13 years ago
  25. 125e899 Improve JSONReader performance by up to 55% by using std::string instead of wstring. by rsesek@chromium.org · 13 years ago
  26. 514239d Fix a typo in the comment for ToUnicodeCallbackSubstitute() by steveblock@chromium.org · 13 years ago
  27. 829d71a Move ScopedIOObject to base/mac. by thakis@chromium.org · 13 years ago
  28. a089b99 Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks." by rnk@chromium.org · 13 years ago
  29. 48375c4 Fix shared_library build break on Chrome OS caused by r128351. by yusukes@google.com · 13 years ago
  30. e2460cd Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks. by jbates@chromium.org · 13 years ago
  31. 74c80d6 string_piece.h uses ptrdiff_t, which is defined in stddef.h by mmaxfield@google.com · 13 years ago
  32. 90157c6 Linux: Report the failed memory allocation size on OOM crashes. by thestig@chromium.org · 13 years ago
  33. 9be5839 Fix ScopedVector<T> passing via base::Bind() by willchan@chromium.org · 13 years ago
  34. 69bca9d Remove Pickle::WriteSize() now that it has no remaining callers. Also rename by mdm@chromium.org · 13 years ago
  35. a7d1df9 Update Android's base_paths to match other platforms. by avi@chromium.org · 13 years ago
  36. 683dd8c READABILITY for Keybuk by keybuk@chromium.org · 13 years ago
  37. 6f06762 Remove env() getter from JavaRef<> by joth@chromium.org · 13 years ago
  38. f056b96 dbus: clear array values before reading from variant by keybuk@google.com · 13 years ago
  39. de7b4a9 dbus: don't fail when reconnecting object signals by keybuk@chromium.org · 13 years ago
  40. 3fb6244 Move authorization_util files into base/mac. by lambroslambrou@chromium.org · 13 years ago
  41. c97adc8 Add "reference" and "const_reference" typedefs to ScopedVector to enable it to support std::back_inserter. by pkasting@chromium.org · 13 years ago
  42. 4158e99 Add a new 'run_all_unittests' target in base by akalin@chromium.org · 13 years ago
  43. 284387b Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. by rsesek@chromium.org · 13 years ago
  44. 023c3ca Enable positional parameters for base::vsnprintf and base::vswprintf on Windows. by alexeypa@chromium.org · 13 years ago
  45. 9a576b0 Fix dbus::PopDataAsValue's behavior when a dictionary's keys including dots by hashimoto@chromium.org · 13 years ago
  46. f6b9ffa HANDLE_EINTR: parenthesize arguments by vapier@chromium.org · 13 years ago
  47. 58b69ff simplify a few header includes by vapier@chromium.org · 13 years ago
  48. 8810714 Delete chrome_plugin_messages.h which is no longer used by jam@chromium.org · 13 years ago
  49. 2982a51 Relax check for message loop in SequencedWorkerPool by akalin@chromium.org · 13 years ago
  50. f75a4d1 Verify the child process with a secret hello by jschuh@chromium.org · 13 years ago
  51. 8fb5a2b Add dbus::PopDataAsValue by hashimoto@chromium.org · 13 years ago
  52. 0c45de5 Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other components can use it. by oshima@chromium.org · 13 years ago
  53. 4474fb1 Resubmit r127219: Make test failure clearer by tbreisacher@chromium.org · 13 years ago
  54. a9490ac Remove "base/values.h" import from "base/location.h", fix up downstream files. by isherman@chromium.org · 13 years ago
  55. 5ef1a20 Revert 127219 - Make test failure clearer by tbreisacher@chromium.org · 13 years ago
  56. 1d96109 Make test failure clearer by tbreisacher@chromium.org · 13 years ago
  57. 3cfd016 JSONWriter cleanup: integrate pretty print into write options. by ericdingle@chromium.org · 13 years ago
  58. 7170adf Add comments and fix a potential leak in LaunchProcess. by erikwright@chromium.org · 13 years ago
  59. 0b0b74c Move work signal count tracking from SequencedWorkerPool to the test file by akalin@chromium.org · 13 years ago
  60. a7bfad6 Add preliminary OOM support for Mountain Lion. by avi@chromium.org · 13 years ago
  61. b76b78a Build Android's MessagePumpForUI by upstreaming SystemMessageHandler by peter@chromium.org · 13 years ago
  62. 6052cf7 Cleanup: Remove remaining deprecated file_util functions. by thestig@chromium.org · 13 years ago
  63. 2a4d613 Build Java files as part of the base target for Android builds by peter@chromium.org · 13 years ago
  64. f63cdf1 Upstream Android's PathUtils implementation. by peter@chromium.org · 13 years ago
  65. cea0a13 Fix uses of TimeDelta in base/test. by tedvessenes@gmail.com · 13 years ago
  66. a2e525b Added read-only file error test. by ahendrickson@chromium.org · 13 years ago
  67. d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 13 years ago
  68. 601cc88 Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount by mdm@chromium.org · 13 years ago
  69. 43729f8 Convert CRLF to LF in json_string_value_serializer.cc by ericdingle@chromium.org · 13 years ago
  70. fcfb825 Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. by glider@chromium.org · 13 years ago
  71. 4bf2101 Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@chromium.org · 13 years ago
  72. ac1f41d Add base::StaticAtomicSequenceNumber. by pliard@chromium.org · 13 years ago
  73. 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 13 years ago
  74. 5ae3b6e Remove a unused parameter in the Linux FilePathWatcher implementation. by thestig@chromium.org · 13 years ago
  75. 09f03bb Merge the fix for NSPR bug 689188. by wtc@chromium.org · 13 years ago
  76. c3847cc Clean up condition variable usage in SequencedWorkerPool by akalin@chromium.org · 13 years ago
  77. 4448a87 Coverity: Fix a few uninitialized vars. by jhawkins@chromium.org · 13 years ago
  78. bdc739b Chromoting: Implemented security attention sequence (SAS) emulation on Windows. by alexeypa@chromium.org · 13 years ago
  79. ef21d1d ui/base: Move message_box_win.{h,cc} to ui/base/win. by tfarina@chromium.org · 13 years ago
  80. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 13 years ago
  81. b21d2b7 dbus: fix base class of ErrorResponse by keybuk@chromium.org · 13 years ago
  82. 0493c4b Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 13 years ago
  83. a22074b Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 13 years ago
  84. 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 13 years ago
  85. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 13 years ago
  86. 20c1196 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 13 years ago
  87. 9af00eb Add test to for RAF-spinning in accelerated mode with no damage. by jbates@chromium.org · 13 years ago
  88. 2c2361d Prerendered pages are swapped in at browser::Navigate time. by cbentzel@chromium.org · 13 years ago
  89. 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 13 years ago
  90. 5928522 Implement SequencedWorkerPool::RunsTasksOnCurrentThread() by akalin@chromium.org · 13 years ago
  91. fd474db Separate xvfb.py logic into its own script by maruel@chromium.org · 13 years ago
  92. 31679d9 Add a new option to JSONWriter, which instructs it not to append '.0' or by kkania@chromium.org · 13 years ago
  93. 5a48500 base: Add more BASE_EXPORT macros by thakis@chromium.org · 13 years ago
  94. ca1d523 Add PrintTo for string16 by gab@chromium.org · 13 years ago
  95. e1d51fc Chrome for Android unfork. by bulach@chromium.org · 13 years ago
  96. f9326a0 JNI Bindings on Chrome for Android: unfork. by bulach@chromium.org · 13 years ago
  97. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 13 years ago
  98. edfb960 Use cmd.exe instead of python.exe for unit test. by maruel@chromium.org · 13 years ago
  99. af61fe9 Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by viettrungluu@chromium.org · 13 years ago
  100. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 13 years ago