1. 7a620aa Add a new gyp define to be used by the swarm master. by maruel@chromium.org · 12 years ago
  2. a3c9e6b Fix chromium_base.jar path for APK builds. by nileshagrawal@chromium.org · 12 years ago
  3. a6031a9 Reapply "Changes according to review comments" by wangxianzhu@chromium.org · 12 years ago
  4. 37c00a1 Revert 135484 - Use Android API for GetDisplayNameForLocale(). by rvargas@google.com · 12 years ago
  5. 1ebf5ec Use Android API for GetDisplayNameForLocale(). by wangxianzhu@chromium.org · 12 years ago
  6. 77ab0bc Add PathUtilsTest. by nileshagrawal@chromium.org · 13 years ago
  7. 20e2efc Convert MessageLoopProxy to TaskRunner in FileUtilProxy by kinuko@chromium.org · 13 years ago
  8. 78d3e3d Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. by maruel@chromium.org · 13 years ago
  9. 37eb4e9 apk-based test runner work for android. 2 unit test bundles converted over (ipc, base). by jrg@chromium.org · 13 years ago
  10. f3410d4 Removing DEPTH support. by maruel@chromium.org · 13 years ago
  11. 56853b4 Revert 132608 - Removing DEPTH support. by sky@chromium.org · 13 years ago
  12. b148167 Removing DEPTH support. by maruel@chromium.org · 13 years ago
  13. 71995f3 Add templates for building java and running the jni_generator. by yfriedman@chromium.org · 13 years ago
  14. 6d02597 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by battre@chromium.org · 13 years ago
  15. a9199b0 Convert isolate.py to exclusively use .isolate files. by maruel@chromium.org · 13 years ago
  16. 2236d22 Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner. by mattm@chromium.org · 13 years ago
  17. 2a5b083 Upstream crash changes for android. by carlosvaldivia@google.com · 13 years ago
  18. 5587004 Revert 131593 by erg@google.com · 13 years ago
  19. 4c02229 Upstream Android native crash handling changes. by carlosvaldivia@google.com · 13 years ago
  20. 0a1a12c Revert 131404 - Upstream native crash handling changes for Android. by msw@chromium.org · 13 years ago
  21. 942bb40 Upstream native crash handling changes for Android. by carlosvaldivia@google.com · 13 years ago
  22. 8222384 ScopedProcessInformation protects against process/thread handle leaks from CreateProcess calls. by erikwright@chromium.org · 13 years ago
  23. 8035634 Implementation of SequencedTaskRunner based on SequencedWorkerPool. by francoisk777@gmail.com · 13 years ago
  24. a37c616 Fix handling of Unicode BOMs in JSONReader. by rsesek@chromium.org · 13 years ago
  25. 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
  26. 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
  27. 4158e99 Add a new 'run_all_unittests' target in base by akalin@chromium.org · 13 years ago
  28. b76b78a Build Android's MessagePumpForUI by upstreaming SystemMessageHandler by peter@chromium.org · 13 years ago
  29. f63cdf1 Upstream Android's PathUtils implementation. by peter@chromium.org · 13 years ago
  30. 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 13 years ago
  31. fd474db Separate xvfb.py logic into its own script by maruel@chromium.org · 13 years ago
  32. f9326a0 JNI Bindings on Chrome for Android: unfork. by bulach@chromium.org · 13 years ago
  33. 842e65b Add target base_unittests_run and tools/isolate/isolate.py. by maruel@chromium.org · 13 years ago
  34. fab003a Add media device attach notification mechanism. by vandebo@chromium.org · 13 years ago
  35. 32c664f Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notification to SystemMonitor and Mac impl by mattm@chromium.org · 13 years ago
  36. 7059e30 Move closure_blocks_leopard_compat to base now that it's used by two modules. by jam@chromium.org · 13 years ago
  37. d3593e2 Add Media device notification to SystemMonitor and Mac impl by vandebo@chromium.org · 13 years ago
  38. d79b68c Move values_test_util.{h,cc} to base/test by akalin@chromium.org · 13 years ago
  39. f4d9bc4 Make SequencedWorkerPool a TaskRunner by akalin@chromium.org · 13 years ago
  40. 6079a07 Chrome on Android: adds jni_generator. by bulach@chromium.org · 13 years ago
  41. dde8e30 Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits by jbates@chromium.org · 13 years ago
  42. cb55bda Revert 121840 - Make scoped dc objects smarter by cpu@chromium.org · 13 years ago
  43. da24bdc Make scoped dc objects smarter by cpu@chromium.org · 13 years ago
  44. d85d949 Update scoped_nsobject to be copyable. by qsr@chromium.org · 13 years ago
  45. 1c30aaf Add scoped_ptr<>::PassAs<>(). by sergeyu@chromium.org · 13 years ago
  46. d6842f6 linux: remove no_strict_aliasing gyp variable by evan@chromium.org · 13 years ago
  47. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  48. 03d32fd Add a sequenced worker pool. by brettw@chromium.org · 13 years ago
  49. 92d3dcf Provide windows notification of thread termination by jar@chromium.org · 13 years ago
  50. 55292e4 Add JSONValueConverter. by mukai@chromium.org · 13 years ago
  51. 71120e4 Crank optimization level for base libs to WPO in official builds. Depends on change http://codereview.chromium.org/8983002/. by siggi@chromium.org · 13 years ago
  52. 8b0c323 Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion of thread termination by jar@chromium.org · 13 years ago
  53. 72dec93 Revert 114229 - Revert 113748 - Provide windows notifictaion of thread termination by jar@chromium.org · 13 years ago
  54. 4fa2adc Revert 113748 - Provide windows notifictaion of thread termination by jar@chromium.org · 13 years ago
  55. 43112b2 Provide windows notifictaion of thread termination by jar@chromium.org · 13 years ago
  56. db0946f Windows-native sampling profiler wrapper class. by siggi@chromium.org · 13 years ago
  57. fc61fc9 Revert 113321 (speculative revert for http://crbug.com/106657 and a few other problems) by thakis@chromium.org · 13 years ago
  58. 73040f6 Provide windows notifictaion of thread termination by jar@chromium.org · 13 years ago
  59. a905770 Fix android build (base_unittests): exclude jni_android_unittest.cc for now. by jrg@chromium.org · 13 years ago
  60. 27bef55 Don't use Singleton to cache JNI method IDs in Java Bridge by steveblock@chromium.org · 13 years ago
  61. b1bdde4 Improve support for multiselect list box accessibility on Windows. by dmazzoni@chromium.org · 13 years ago
  62. 836c6e6 Make CHECK not print messages in official builds by akalin@chromium.org · 13 years ago
  63. cb3d4fe [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by shess@chromium.org · 13 years ago
  64. 631c3cc Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by hayato@chromium.org · 13 years ago
  65. 2ac73f2 [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by shess@chromium.org · 13 years ago
  66. 6918d28 Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) by dcheng@chromium.org · 13 years ago
  67. 78936ff base::Bind: Implement CancelableCallback to replace CancelableTask. by jhawkins@chromium.org · 13 years ago
  68. 5beeeaf Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now that chrome and content use it, and that we want to only expose interface through the content API, this belongs in base. by jam@chromium.org · 13 years ago
  69. bddca34 replace platform conditions with os_posix and os_bsd where applicable by robert.nagy@gmail.com · 13 years ago
  70. b81dd3f Allow trailing comma in JSON policy files. by pastarmovj@chromium.org · 13 years ago
  71. 778a92d base::Bind() conversion for chrome/browser/search_engines by dcheng@chromium.org · 13 years ago
  72. b9206f4 base: export GetBuildTime by agl@chromium.org · 13 years ago
  73. f8c6229 Enable -Wexit-time-destructors for base. by thakis@chromium.org · 13 years ago
  74. 27cf297 Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  75. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  76. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  77. 85e86d8 Moving the SignalingTask class to base/test. by tommi@chromium.org · 13 years ago
  78. dd07014 Enable ICU in Android by michaelbai@google.com · 13 years ago
  79. f44a688 add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry) by jbates@chromium.org · 13 years ago
  80. ef9c591 Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data. by jbates@chromium.org · 13 years ago
  81. 3f5c4ef add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data. by jbates@chromium.org · 13 years ago
  82. ea54e46 OpenBSD patches for base and build, part 2 by robert.nagy@gmail.com · 13 years ago
  83. 9a28acb Create a CFCast<>() method for casting a basic CFTypeRef to a more specific CF type by kushi.p@gmail.com · 13 years ago
  84. 7cdf8a5 Upstream: Android's base.gyp and base.gypi by michaelbai@google.com · 13 years ago
  85. 847a572 Reland 102005 and 102009: aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  86. edefce0 Revert 102005 - aura: Explicitly disable GTK. by sky@chromium.org · 13 years ago
  87. 393e10c aura: Explicitly disable GTK. by sadrul@chromium.org · 13 years ago
  88. c04eec5 Searching for downloads currently does a plain substring search, which does not by vanlam@google.com · 13 years ago
  89. 2680a0a Fourth attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by pkasting@chromium.org · 13 years ago
  90. 3bc50ce Make Callback.Equals() only work when comparing against the same type. by ajwong@chromium.org · 13 years ago
  91. 505386d Create a "no compile" drivers script in python to unittest compile time asserts. by ajwong@chromium.org · 13 years ago
  92. ed27f3a Refactor ScopedJavaRef by joth@chromium.org · 13 years ago
  93. 3b4d6d9 Use precompiled headers for most large projects where the .gyp file by joi@chromium.org · 13 years ago
  94. c4b016b Base: Switch base_i18n to be a separate dll (component build) by rvargas@google.com · 13 years ago
  95. 164b198 Revert 98885 - Third attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by rsleevi@chromium.org · 13 years ago
  96. f3c5597 Third attempt at the following. Unreviewed, this was originally reviewed in http://codereview.chromium.org/7550002 . by pkasting@chromium.org · 13 years ago
  97. ea6545c Tommi: I need an owner review for the chrome frame changes. by rogerta@chromium.org · 13 years ago
  98. 545839a Implementation of PostTaskAndReply() in MessageLoopProxy and BrowserThread. by ajwong@chromium.org · 13 years ago
  99. 54f2100 Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, including: by mnissler@chromium.org · 13 years ago
  100. 733ab7d Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code. by pkasting@chromium.org · 13 years ago