1. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  2. 4f5affd Move mru_cache to the new containers subdirectory. by brettw@chromium.org · 12 years ago
  3. 427b15b Move stack_container and linked_list to the new containers subdirectory. by brettw@chromium.org · 12 years ago
  4. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  5. ba6903b Add a SmallMap to base for small map lookups. by brettw@chromium.org · 12 years ago
  6. 04a8ee2 Move FileDescriptorShuffle to base/posix. This file is very posix-specific. by brettw@chromium.org · 12 years ago
  7. 9d169bc Move EnableInProcessStackDumping to base/debug by phajdan.jr@chromium.org · 12 years ago
  8. 16ff12c Make Chrome Trace work with Android ATrace. by wangxianzhu@chromium.org · 12 years ago
  9. de658ed Startup perf stability: only record stats 7 minutes after system start by jeremy@chromium.org · 12 years ago
  10. 5685aad Remove base/metrics/* code from NaCl IPC proxy build. by bbudge@chromium.org · 12 years ago
  11. 20009e3 Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/. by joi@chromium.org · 12 years ago
  12. d272406 Don't disable extra warnings in base on Windows by scottmg@chromium.org · 12 years ago
  13. 214035a Fix some potential Mach port leaks from mach_host_self using a new ScopedMachPort class. by rsesek@chromium.org · 12 years ago
  14. acb2f59 Android: Integrates native and java SystemMonitor. by bulach@chromium.org · 12 years ago
  15. ec0e727 Add SampleMap and use it in SparseHistogram by kaiwang@chromium.org · 12 years ago
  16. 75a02f3 Adding utility method to test the version of the OS. by qsr@chromium.org · 12 years ago
  17. 86d0cc3 Atomics implementation for compiler-based ThreadSanitizer (http://dev.chromium.org/developers/testing/threadsanitizer-tsan-v2) by glider@chromium.org · 12 years ago
  18. 2e7fd10 Type profiler by intercepting 'new' and 'delete' expressions. by dmikurube@chromium.org · 12 years ago
  19. 0ce37b1 SampleSet -> HistogramSamples which can be reused by SparseHistogram by kaiwang@chromium.org · 12 years ago
  20. 97fc1e6 Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  21. 9d594d1 Revert 157667 - Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by wjia@chromium.org · 12 years ago
  22. 4011fea Add new PathService paths for Windows' All Users Desktop and Quick Launch folders. by gab@chromium.org · 12 years ago
  23. c669f0d Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in http://crrev.com/155918) -- Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 12 years ago
  24. cb6adaa installer_util_unittests has failed on XP Tests (dbg)(1) since this landed by dgrogan@chromium.org · 12 years ago
  25. 786c893 Refactoring and tests for the highly undertested file_util::CreateOrUpdateShortcutLink() method. by gab@chromium.org · 12 years ago
  26. aee3181 Fix wrong permission by nona@chromium.org · 12 years ago
  27. 2ca5b4d Replace PeekMessage for TSF awareness by yoichio@chromium.org · 12 years ago
  28. 68c7aea Move hash.h/cc from net to base. by jbates@chromium.org · 12 years ago
  29. d0a6566 Enable file path watcher for Android by yongsheng.zhu@intel.com · 12 years ago
  30. c5a4fd9 * Rename ScopedStartupInfoEx to StartupInformation. by jschuh@chromium.org · 12 years ago
  31. e1abc51 Kill PropertyBag, switch WebContents to SupportsUserData. by avi@chromium.org · 12 years ago
  32. 407d3b5 Fix atomic ops on ARM to compile in NaCl untrusted targets. by bbudge@chromium.org · 12 years ago
  33. 7bc5c45 Exclude more files from Android build by wangxianzhu@chromium.org · 12 years ago
  34. 1864367 Skeleton code of SparseHistogram by kaiwang@chromium.org · 12 years ago
  35. 3f440a4 Implements iOS device util methods. by chenyu@chromium.org · 12 years ago
  36. fa2d5d8 Move base/android/path_service.cc|h to path_service_android.cc|h by benm@chromium.org · 12 years ago
  37. af3548e Android requires some extra functionality to set the path to it's resource pak files and native libraries. by benm@chromium.org · 12 years ago
  38. 4c63e78 Add APIs to protect critical tasks on iOS. by chenyu@chromium.org · 12 years ago
  39. e258591 Enable parts of base_untrusted that are used by remoting client by sergeyu@chromium.org · 12 years ago
  40. ee81643 Upgrade AlignedMemory to support dynamic allocations. by dalecurtis@chromium.org · 12 years ago
  41. 7c4acad This is a copy of http://codereview.chromium.org/10796047/ by kaiwang@chromium.org · 12 years ago
  42. c2ad949 Adding the possibility to build a closure from an ObjectiveC block. by noyau@chromium.org · 12 years ago
  43. 04aa783 Remove all uncessary files for build_nexe.py on Windows. by hbono@chromium.org · 12 years ago
  44. 9449bd2 Revert 148055 - Move CachedRanges out and add support for checksum. by jochen@chromium.org · 12 years ago
  45. 5c83c5c Move CachedRanges out and add support for checksum. by kaiwang@chromium.org · 12 years ago
  46. 22f77fd Revert 147988 - Upgrade AlignedMemory to support dynamic allocations. by acolwell@chromium.org · 12 years ago
  47. 9ec2ad7 Upgrade AlignedMemory to support dynamic allocations. by dalecurtis@chromium.org · 12 years ago
  48. 081c0f5 Add abstract class HistogramBase. It will be the sub class of all by kaiwang@chromium.org · 12 years ago
  49. ea12397 Include linux_util for android. by nileshagrawal@chromium.org · 12 years ago
  50. 4352d23 Remove native_library_mac from the iOS build by stuartmorgan@chromium.org · 12 years ago
  51. 3c57dc6 Move StatisticsRecorder out of histogram.cc/h for further refactoring. by kaiwang@chromium.org · 12 years ago
  52. 98cd05c Have iOS use the same atomicops_internal implementation that Mac uses. by leng@chromium.org · 12 years ago
  53. dcc4902 Adds MessageLoopUIApplication for use on iOS. by rohitrao@chromium.org · 12 years ago
  54. 1c05d34 Histograms - Support histograms for Plugins, GPU by rtenneti@google.com · 12 years ago
  55. 1133545 Add minimal support for process_utils on iOS by stuartmorgan@chromium.org · 12 years ago
  56. d72e591 Get mac_logging and foundation_util working on iOS by stuartmorgan@chromium.org · 12 years ago
  57. 77c3a62 Implement SysInfo for iOS by chenyu@chromium.org · 12 years ago
  58. dd2f35c Enable compilation of more files in base/ on iOS. by rohitrao@chromium.org · 12 years ago
  59. 3d29872 Adds an iOS implementation of base::SystemMonitor. by rohitrao@chromium.org · 12 years ago
  60. 41d2d1f Add scoped StartupInfoEx to base. by jschuh@chromium.org · 12 years ago
  61. f6f051a Get file_util and platform_file building on iOS by stuartmorgan@chromium.org · 12 years ago
  62. 0cea4da Add specific Mac files to the iOS build of base by stuartmorgan@chromium.org · 12 years ago
  63. abfb774 Exclude parts of the 'base' target's file list to get it building on iOS by stuartmorgan@chromium.org · 12 years ago
  64. bf3eb52 Move dir_reader to base/files by brettw@chromium.org · 12 years ago
  65. 5d5b281 Add base::RunLoop and update ui_test_utils to use it to reduce flakiness by jbates@chromium.org · 12 years ago
  66. 691ce22 Remove message_loop_helpers.h and update the includes to point to the new location. by tfarina@chromium.org · 12 years ago
  67. db80ccc Consolidate RecordBrowserStartupTime() into one location by jeremy@chromium.org · 12 years ago
  68. b562dcc Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  69. 7dfd3e5 Revert 142482 - Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  70. 9c96101 Add untrusted NaCl build for PPAPI proxy. by bbudge@chromium.org · 12 years ago
  71. 9158ee0 Move guid generation from chrome/common/ to base/. by marja@chromium.org · 12 years ago
  72. a539c30 Remove by mark@chromium.org · 12 years ago
  73. 986e9f7 Add files and exclusions needed for NaCl IPC proxy to base_untrusted target. by bbudge@chromium.org · 12 years ago
  74. 040b1d1 Adding base_untrusted. by bradnelson@google.com · 12 years ago
  75. 130e766 Moving all targets from base.gypi to base.gyp. by bradnelson@google.com · 12 years ago
  76. 81e9e99 Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup. by jam@chromium.org · 12 years ago
  77. 3fd8dbe Implement media::VideoDecodeAccelerator on Mac by sail@chromium.org · 12 years ago
  78. 1fd50f0 Revert "Implement media::VideoDecodeAccelerator on Mac" by sail@chromium.org · 12 years ago
  79. de39ab8 Implement media::VideoDecodeAccelerator on Mac by sail@chromium.org · 12 years ago
  80. fc6ebad The LASTCHANGE file is created and updated by gclient runhooks under by torne@chromium.org · 12 years ago
  81. 365619a Base: Add a handle verifier to ScopedHandle. by rvargas@chromium.org · 12 years ago
  82. 056521b Cleanup: Remove the C version of GetUrandomFD() by mseaborn@chromium.org · 12 years ago
  83. 07dcf70 aura/cros: Rename MessagePump{X => AuraX11}. by erg@chromium.org · 12 years ago
  84. 8ac7ea0 Set Android/V8 memory limits from dalvik.vm.heapsize. by ulan@chromium.org · 12 years ago
  85. 31a0170 Started building the message_pump_android by michaelbai@chromium.org · 12 years ago
  86. 22e7ded Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer hasn't been initialized in base.dll when UIATextProvider::CreateTextProvider is called. by tommi@chromium.org · 12 years ago
  87. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  88. 675d888 Add base::ThreadTaskRunnerHandler class. by sergeyu@chromium.org · 12 years ago
  89. a6031a9 Reapply "Changes according to review comments" by wangxianzhu@chromium.org · 12 years ago
  90. 37c00a1 Revert 135484 - Use Android API for GetDisplayNameForLocale(). by rvargas@google.com · 12 years ago
  91. 1ebf5ec Use Android API for GetDisplayNameForLocale(). by wangxianzhu@chromium.org · 12 years ago
  92. 5d977f0 This patch is to enable x86 android build. by james.wei@intel.com · 12 years ago
  93. 0d858e2 Revert 135087 - This patch is to enable x86 android build. by rsleevi@chromium.org · 12 years ago
  94. 3487919 This patch is to enable x86 android build. by james.wei@intel.com · 12 years ago
  95. 3140754 Route calls to tcmalloc MallocExtension through allocator agnostic interface by jamesr@chromium.org · 12 years ago
  96. 9842fef Implement the skeleton of an android content shell. by tedchoc@chromium.org · 12 years ago
  97. 71995f3 Add templates for building java and running the jni_generator. by yfriedman@chromium.org · 13 years ago
  98. 6d02597 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by battre@chromium.org · 13 years ago
  99. 2236d22 Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner. by mattm@chromium.org · 13 years ago
  100. 2a5b083 Upstream crash changes for android. by carlosvaldivia@google.com · 13 years ago