1. 3fb6244 Move authorization_util files into base/mac. by lambroslambrou@chromium.org · 12 years ago
  2. c97adc8 Add "reference" and "const_reference" typedefs to ScopedVector to enable it to support std::back_inserter. by pkasting@chromium.org · 12 years ago
  3. 4158e99 Add a new 'run_all_unittests' target in base by akalin@chromium.org · 12 years ago
  4. 284387b Change json_reader_unittest.cc to use less ASSERT macros and more EXPECT ones. by rsesek@chromium.org · 12 years ago
  5. 023c3ca Enable positional parameters for base::vsnprintf and base::vswprintf on Windows. by alexeypa@chromium.org · 12 years ago
  6. f6b9ffa HANDLE_EINTR: parenthesize arguments by vapier@chromium.org · 12 years ago
  7. 58b69ff simplify a few header includes by vapier@chromium.org · 12 years ago
  8. 2982a51 Relax check for message loop in SequencedWorkerPool by akalin@chromium.org · 12 years ago
  9. 0c45de5 Move IsRunningOnChromeOS to base/chromeos so that ui/, /chromeos and other components can use it. by oshima@chromium.org · 12 years ago
  10. 4474fb1 Resubmit r127219: Make test failure clearer by tbreisacher@chromium.org · 12 years ago
  11. a9490ac Remove "base/values.h" import from "base/location.h", fix up downstream files. by isherman@chromium.org · 12 years ago
  12. 5ef1a20 Revert 127219 - Make test failure clearer by tbreisacher@chromium.org · 12 years ago
  13. 1d96109 Make test failure clearer by tbreisacher@chromium.org · 12 years ago
  14. 3cfd016 JSONWriter cleanup: integrate pretty print into write options. by ericdingle@chromium.org · 12 years ago
  15. 7170adf Add comments and fix a potential leak in LaunchProcess. by erikwright@chromium.org · 12 years ago
  16. 0b0b74c Move work signal count tracking from SequencedWorkerPool to the test file by akalin@chromium.org · 12 years ago
  17. a7bfad6 Add preliminary OOM support for Mountain Lion. by avi@chromium.org · 12 years ago
  18. b76b78a Build Android's MessagePumpForUI by upstreaming SystemMessageHandler by peter@chromium.org · 12 years ago
  19. 6052cf7 Cleanup: Remove remaining deprecated file_util functions. by thestig@chromium.org · 12 years ago
  20. 2a4d613 Build Java files as part of the base target for Android builds by peter@chromium.org · 12 years ago
  21. f63cdf1 Upstream Android's PathUtils implementation. by peter@chromium.org · 12 years ago
  22. cea0a13 Fix uses of TimeDelta in base/test. by tedvessenes@gmail.com · 12 years ago
  23. a2e525b Added read-only file error test. by ahendrickson@chromium.org · 12 years ago
  24. 601cc88 Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount by mdm@chromium.org · 12 years ago
  25. 43729f8 Convert CRLF to LF in json_string_value_serializer.cc by ericdingle@chromium.org · 12 years ago
  26. fcfb825 Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. by glider@chromium.org · 12 years ago
  27. 4bf2101 Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@chromium.org · 12 years ago
  28. ac1f41d Add base::StaticAtomicSequenceNumber. by pliard@chromium.org · 12 years ago
  29. 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 12 years ago
  30. 5ae3b6e Remove a unused parameter in the Linux FilePathWatcher implementation. by thestig@chromium.org · 12 years ago
  31. 09f03bb Merge the fix for NSPR bug 689188. by wtc@chromium.org · 12 years ago
  32. c3847cc Clean up condition variable usage in SequencedWorkerPool by akalin@chromium.org · 12 years ago
  33. ef21d1d ui/base: Move message_box_win.{h,cc} to ui/base/win. by tfarina@chromium.org · 12 years ago
  34. 0493c4b Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 12 years ago
  35. a22074b Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 12 years ago
  36. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 12 years ago
  37. 20c1196 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 12 years ago
  38. 9af00eb Add test to for RAF-spinning in accelerated mode with no damage. by jbates@chromium.org · 12 years ago
  39. 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 12 years ago
  40. 5928522 Implement SequencedWorkerPool::RunsTasksOnCurrentThread() by akalin@chromium.org · 12 years ago
  41. fd474db Separate xvfb.py logic into its own script by maruel@chromium.org · 12 years ago
  42. 31679d9 Add a new option to JSONWriter, which instructs it not to append '.0' or by kkania@chromium.org · 12 years ago
  43. 5a48500 base: Add more BASE_EXPORT macros by thakis@chromium.org · 12 years ago
  44. ca1d523 Add PrintTo for string16 by gab@chromium.org · 12 years ago
  45. e1d51fc Chrome for Android unfork. by bulach@chromium.org · 12 years ago
  46. f9326a0 JNI Bindings on Chrome for Android: unfork. by bulach@chromium.org · 12 years ago
  47. edfb960 Use cmd.exe instead of python.exe for unit test. by maruel@chromium.org · 12 years ago
  48. af61fe9 Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by viettrungluu@chromium.org · 12 years ago
  49. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 12 years ago
  50. fb87985 In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by rsesek@chromium.org · 12 years ago
  51. 842e65b Add target base_unittests_run and tools/isolate/isolate.py. by maruel@chromium.org · 12 years ago
  52. 420866a Remove logging statements inadvertently committed in r125152 by akalin@chromium.org · 12 years ago
  53. 3ed7653 Ensure that SequencedWorkerPools in tests don't outlive their tests by akalin@chromium.org · 12 years ago
  54. 79baac9 Fix the regexp for ProcessUtilTest.MacTerminateOnHeapCorruption by glider@chromium.org · 12 years ago
  55. cdeb979 Fix ProcessUtilTest.MacTerminateOnHeapCorruption to pass under ASan on Mac. by glider@chromium.org · 12 years ago
  56. f8659b7 Coverity: Fix a pass-by-value. by jhawkins@chromium.org · 12 years ago
  57. 1def40e Revert r124839 "Overhaul base/process_util_linux.cc." by oshima@chromium.org · 12 years ago
  58. 7a1b7d9 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 12 years ago
  59. 3fe0613 Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@google.com · 12 years ago
  60. 7ab805d Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@google.com · 12 years ago
  61. f1a9ce1 Cleanup: Deprecate wstring version of file_util::CopyDirectory(). by thestig@chromium.org · 12 years ago
  62. fab003a Add media device attach notification mechanism. by vandebo@chromium.org · 12 years ago
  63. fba5ac5 Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow. by thestig@chromium.org · 12 years ago
  64. dca612d Revert 124144 - Sync trace time on Chrome OS (just like Android) by backer@chromium.org · 12 years ago
  65. 1a8e155 Fixes JNI Bindings & startup perf. by bulach@chromium.org · 12 years ago
  66. 11935b1 Disable ConditionVariableTest.MultiThreadConsumerTest on Windows. by mattm@chromium.org · 12 years ago
  67. 88295f9 Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN. by jbates@chromium.org · 12 years ago
  68. 32c664f Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notification to SystemMonitor and Mac impl by mattm@chromium.org · 12 years ago
  69. 7059e30 Move closure_blocks_leopard_compat to base now that it's used by two modules. by jam@chromium.org · 12 years ago
  70. cc66d92 Support the Syzygy instrumenting profiler. by siggi@chromium.org · 12 years ago
  71. d3593e2 Add Media device notification to SystemMonitor and Mac impl by vandebo@chromium.org · 12 years ago
  72. 9b2a6e0 Move tsan suppression for SequencedWorkerPool to benign section by akalin@chromium.org · 12 years ago
  73. e884d74 Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. by scherkus@chromium.org · 12 years ago
  74. 5097c60 Sync trace time on Chrome OS (just like Android) by sleffler@chromium.org · 12 years ago
  75. 35959d9 Make WeakPtr::operator* return reference instead of pointer by hashimoto@chromium.org · 12 years ago
  76. 76637f4 Add first java source code and gyp/ant changes to build java code. by navabi@google.com · 12 years ago
  77. d8e6494 Make StackContainer test pass on Android. by jbates@chromium.org · 12 years ago
  78. d79b68c Move values_test_util.{h,cc} to base/test by akalin@chromium.org · 12 years ago
  79. c45a411 Fix memory leak in SequencedWorkerPool by akalin@chromium.org · 12 years ago
  80. f4d9bc4 Make SequencedWorkerPool a TaskRunner by akalin@chromium.org · 12 years ago
  81. d673b62 Make base::Logging compile with the NaCl toolchain. BUG=none TEST=none by bbudge@chromium.org · 12 years ago
  82. 5ba30b9 Only include base/file_util_deprecated.h on Windows. by thestig@chromium.org · 12 years ago
  83. 1c0bcc2 Fix up SequencedWorkerPool in preparation for making it a TaskRunner by akalin@chromium.org · 12 years ago
  84. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 12 years ago
  85. 218cd87 Break two classes defined in json_value_serializer.cc, .h into separate files. by bbudge@chromium.org · 12 years ago
  86. 01b5a4d Add functions to expand PostDelayedTask interface. by tedvessenes@gmail.com · 12 years ago
  87. c2d9e29 Disable StatsTableTest.MultipleThreads on Mac. by vandebo@chromium.org · 12 years ago
  88. 439b3d2 Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreads by vandebo@chromium.org · 12 years ago
  89. e475582 Make more of base compile with the Native Client toolchain. by bbudge@chromium.org · 12 years ago
  90. 14eaa3f Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings. by jam@chromium.org · 12 years ago
  91. 5ef94e2 [base] Make FilePathWatcher::Watch virtual so that it can be mocked. by szym@chromium.org · 12 years ago
  92. 23dbb8e Cleanup: Remove some deprecated file_util methods. by thestig@chromium.org · 12 years ago
  93. b67268d Fix weak_ptr's operator* implementation. by mnaganov@chromium.org · 12 years ago
  94. 33d5657 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by thestig@chromium.org · 12 years ago
  95. 3b36629 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 12 years ago
  96. 6079a07 Chrome on Android: adds jni_generator. by bulach@chromium.org · 12 years ago
  97. e2d4314 Remove unused variable const char kWorkScheduled = '\0'; by simon.hong81@gmail.com · 12 years ago
  98. 5a97c21 Allow task tracing in official chrome. by jbates@chromium.org · 12 years ago
  99. dde8e30 Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits by jbates@chromium.org · 12 years ago
  100. a665302 iCleanup: Delete a bunch of empty directories, part 4. by thestig@chromium.org · 12 years ago